rapiz's repos on GitHub
C · 1806 人关注
DungeonRush
👾🐍 A opensource game inspired by Snake, written in pure C with SDL
Rust · 1140 人关注
catp
Print the output of a running process
14 人关注
cs-education
Courses and some other useful resources to teach oneself a university degree in CS
C++ · 8 人关注
cppc
A skeleton C compiler in C++
C++ · 5 人关注
acm-code
Rapiz's Competitive Programming Codebase
C++ · 3 人关注
clox
Lox Interpreter in C++
Python · 3 人关注
feeluown-notification-plugin
Show desktop notifications for FeelUOwn
Python · 2 人关注
acit
Your Online Judge submissions crawler
2 人关注
apisix
The Cloud-Native API Gateway
Shell · 2 人关注
archriscv-packages
Modified Arch Linux packages for archriscv
2 人关注
ebook-1
A collection of classic computer science books from Internet
1 人关注
c4
C in four functions
Chapel · 1 人关注
chapel
a Productive Parallel Programming Language
Chapel · 1 人关注
chapel-envVariables
A module to manage environment variables for Chapel
Chapel · 1 人关注
chapel-heap
A module for chapel
1 人关注
comments-for-awesome-courses
名校公开课程评价网
1 人关注
containerd
An open and reliable container runtime
1 人关注
cpu
internal/cpu in Go ( add AVX512)
1 人关注
cri-api
Container Runtime Interface (CRI) – a plugin interface which enables kubelet to use a wide variety of container runtimes.
TypeScript · 1 人关注
DailyReport
Submit your health status to your fucking department everyday
1 人关注
dnspod-shell
基于DNSPod用户API实现的纯Shell动态域名客户端
Vue · 1 人关注
electron-netease-cloud-music
UNOFFICIAL client for music.163.com. Powered by Electron and Vue
1 人关注
fcitx-emoji
fcitx的emoji表情。fcitx emoji emoticons.
1 人关注
fd
A simple, fast and user-friendly alternative to 'find'
Python · 1 人关注
FeelUOwn
trying to be a user-friendly and hackable music player
Shell · 1 人关注
fzf
Ef-🐟-ient fish keybindings for fzf
0 人关注
awesome-hust
HUST experiments, reports, and useful tools.
0 人关注
BiliExp
B站(bilibili 哔哩哔哩)助手:1.每日投币观看分享视频(快速升6级),签到(直播+漫画), 动态抽奖,风纪投票(免费得大会员),直播挂机(小心心),天选时刻(抽奖)等日常操作(云函数+Actions+docker)(多账户)。2.漫画视频番剧音乐下载器(CLI)。3.up主视频专栏音乐投稿的python实现
0 人关注
cemu
A simple full system emulator. Currently support RV64IMACSU and MIPS32 and LoongArch32. Capable of booting Linux. Suitable for education and research.
Rust · 0 人关注
extendible-hash-rust
rapiz

rapiz

V2EX 第 227253 号会员,加入于 2017-04-21 22:53:26 +08:00
根据 rapiz 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
rapiz 最近回复了
40 天前
回复了 huangya 创建的主题 Linux cpu 访问外设的方法
举一个 riscv (是 mmio )的例子,里面访问外设和读一个内存地址的指令是一模一样的

比如你读取内存 0x8000000 处的一个字节,指令是 lb(load byte) 0x8000000
如果你读取一个 timer ,它的一个一字节长的寄存器,被映射到内存空间的 0x10000, 那读取它的指令就是 lb 0x10000 。没有任何区别

这里的硬件实现,是在 cpu 访存时,地址译码的时候,根据地址落到的范围的不同,路由到不同的硬件组件,再将结果返回给 cpu 。
@milukun 哎国情在此,微信小程序能触达的用户更多
@milukun 这个确实发现部分机型有这个情况,做了一个补丁修复,已经在审核了!明天再来看看吧?
我们做了款 AI 口语的微信小程序,费了半天劲打磨交互发现做出来根本没人用,同类竞品还在不断的出,压力太大了。。。。。/t/932230
@k8ser @ZE3kr @Pythondr 我们做出来了一个微信小程序 https://www.v2ex.com/t/932230
Matrix 的国产 im bridge 生态也不能说差强人意。这类产品的掣肘之处在于维护 bridge 需要的人力太大
曼昆 经济学原理上下册
168 天前
回复了 seers 创建的主题 问与答 有没有 1k 到 1k5 左右好玩的电子产品
fpga 开发板
@Decent 可以考虑开一下配置文件里的 TCP nodelay 。另外,看起来使用的异步框架 tokio 比 go corountine 的调度 delay 会更高一些
关于   ·   帮助文档   ·   博客   ·   nftychat   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2369 人在线   最高记录 5634   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 10:40 · PVG 18:40 · LAX 03:40 · JFK 06:40
Developed with CodeLauncher
♥ Do have faith in what you're doing.