📄 rfast.mak
字号:
all : rfast.exe
getwav.obj : getwav.c
cl -c getwav.c
sendwav.obj : sendwav.c
cl -c sendwav.c
filter.obj : filter.c
cl -c filter.c
rfast.obj : rfast.c rtdspc.h
cl -c rfast.c
rfast.exe : rfast.obj filter.obj sendwav.obj getwav.obj
cl rfast.obj filter.obj sendwav.obj getwav.obj
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -