会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啊 我们的征途是星辰大海
狂奔吧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
53
54
55
56
57
58
59
60
61
···
65
下一页
2020年3月5日
matlab的使用
摘要: 块注释: %% %%
阅读全文
posted @ 2020-03-05 14:41 卷哭你
阅读(113)
评论(0)
推荐(0)
2020年3月4日
window编程beep函数,发出各种频率的声音
摘要: #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 卷哭你
阅读(1492)
评论(0)
推荐(0)
linux 下面%m牛逼的操作
摘要: #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 卷哭你
阅读(1373)
评论(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 卷哭你
阅读(100)
评论(0)
推荐(0)
解决问题的思路
摘要: (1) 根据input ouput system 分情况考虑问题
阅读全文
posted @ 2020-03-04 15:53 卷哭你
阅读(104)
评论(0)
推荐(0)
我们到底在研发什么
摘要: 毕业快三年了,我到底在研发什么,我明白了,其实我们在研发各种各样的系统而已(通信系统)。这个这个系统有控制和通信和人机交互功能,有结构,有能量,有信息流。
阅读全文
posted @ 2020-03-04 13:47 卷哭你
阅读(107)
评论(0)
推荐(0)
音频EQ
摘要: (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 卷哭你
阅读(191)
评论(0)
推荐(0)
2020年3月3日
坑爹的 Segmentation fault
摘要: Segmentation fault (1) 函数没有实现,只声明了,程序里面调用了,编译器竟然不报警告,我擦。 一跑到这里,立马软件崩溃,牛逼的编译器。
阅读全文
posted @ 2020-03-03 19:31 卷哭你
阅读(1552)
评论(0)
推荐(0)
2020年3月1日
静态全局变量得初始化
摘要: 静态全局变量得初始化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 卷哭你
阅读(1496)
评论(0)
推荐(0)
新冠肺炎的感受
摘要: 这个时候的我在复习一些<<概率论和统计>>,疫情给我的感受就是这是随机事件,好突然,计划都乱了,然后我高中是理科的,对生物病毒和免疫知识,我是了解的,把一些高中的知识重新温习一下,顺便把非典的相关记录和相关文章都阅读了一下,哎,人类对一些疾病好难攻克,然后03年我在读小学的,我影响很深刻,这个事情很
阅读全文
posted @ 2020-03-01 12:21 卷哭你
阅读(450)
评论(0)
推荐(0)
上一页
1
···
53
54
55
56
57
58
59
60
61
···
65
下一页
公告