Ai
17 Star 32 Fork 9

枫言风语/coolwrite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
makefile 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
枫言风语 提交于 2013-09-01 21:01 +08:00 . 调整音频处理代码,提高采样频率
CFLAGS = -fpermissive
all:hello lc send_serial
hello:track.cpp
gcc `pkg-config --cflags --libs opencv` $(CFLAGS) -o hello track.cpp
#track.o:track.cpp sound.c
# g++ $(CFLAGS) -c track.cpp sound.c -lm
#sound.o:sound.c fft.h
# gcc $(CFLAGS) -c sound.c -lm
lc:sound.c fft.h
gcc -o lc sound.c fft.h -lm
send_serial:send_serial.c linux_serial.h linux_serial.c
gcc `pkg-config --cflags --libs opencv` -o send_serial send_serial.c linux_serial.c -lm
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fenglinwansu/coolwrite.git
git@gitee.com:fenglinwansu/coolwrite.git
fenglinwansu
coolwrite
coolwrite
master

搜索帮助