上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 65 下一页
摘要: 块注释: %% %% 阅读全文
posted @ 2020-03-05 14:41 卷哭你 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #include <windows.h> int main() { while (1) { #if 0 Beep(523, 200); Beep(523, 200); Beep(578, 400); Beep(523, 400); Beep(698, 400); Beep(659, 800); Be 阅读全文
posted @ 2020-03-04 22:19 卷哭你 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: #include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <sys/types.h> #incl 阅读全文
posted @ 2020-03-04 20:45 卷哭你 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: while (1) { printf("printf is %p\n",printf); printf("gpio_uninit is %p\n", gpio_uninit); usleep(200000); } 阅读全文
posted @ 2020-03-04 18:01 卷哭你 阅读(96) 评论(0) 推荐(0) 编辑
摘要: (1) 根据input ouput system 分情况考虑问题 阅读全文
posted @ 2020-03-04 15:53 卷哭你 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 毕业快三年了,我到底在研发什么,我明白了,其实我们在研发各种各样的系统而已(通信系统)。这个这个系统有控制和通信和人机交互功能,有结构,有能量,有信息流。 阅读全文
posted @ 2020-03-04 13:47 卷哭你 阅读(103) 评论(0) 推荐(0) 编辑
摘要: (1) http://www.gerrelt.nl/RaspberryPi/wordpress/equalizer/ (2) https://zhuanlan.zhihu.com/p/41511513 (3) https://github.com/wwmm/pulseeffects/tree/mas 阅读全文
posted @ 2020-03-04 11:46 卷哭你 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Segmentation fault (1) 函数没有实现,只声明了,程序里面调用了,编译器竟然不报警告,我擦。 一跑到这里,立马软件崩溃,牛逼的编译器。 阅读全文
posted @ 2020-03-03 19:31 卷哭你 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: 静态全局变量得初始化0; #include "common.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #define PI (3.141592) static float test_equation = 0; static 阅读全文
posted @ 2020-03-01 20:10 卷哭你 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 这个时候的我在复习一些<<概率论和统计>>,疫情给我的感受就是这是随机事件,好突然,计划都乱了,然后我高中是理科的,对生物病毒和免疫知识,我是了解的,把一些高中的知识重新温习一下,顺便把非典的相关记录和相关文章都阅读了一下,哎,人类对一些疾病好难攻克,然后03年我在读小学的,我影响很深刻,这个事情很 阅读全文
posted @ 2020-03-01 12:21 卷哭你 阅读(446) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 65 下一页