会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啊 我们的征途是星辰大海
狂奔吧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
50
51
52
53
54
55
56
57
58
···
65
下一页
2020年3月16日
同步------组件合作和团队合作 让世界变得更美好
摘要: 组件开发的核心:就是同步 这应该就是团队合作要注意的地方 他们之间通过各种各样的事件 他们之间的表达: 驱动和应用APP一个uac|uvc|hid|ir|线程的同步 比如协议 两个应用程序之间升级和下载 各种各样的子系统 他们之间完美合作 就是通过事件 key|界面显示| 形式化表达: p1->p2
阅读全文
posted @ 2020-03-16 07:48 卷哭你
阅读(131)
评论(0)
推荐(0)
2020年3月15日
strace a++;b++;a+b;
摘要: #include <stdio.h> int main() { int a = 2 , b = 5; a++; b++; printf(" a is %d b is %d a+b %d\n",a,b,a+b); while(1); return 0; }
阅读全文
posted @ 2020-03-15 22:07 卷哭你
阅读(84)
评论(0)
推荐(0)
数字1和字符1
摘要: #include <windows.h> #include <stdio.h> int main() { char test_Character = '1'; char test_Digital = '\1'; { printf("test is %d\n", test_Character); pr
阅读全文
posted @ 2020-03-15 21:42 卷哭你
阅读(523)
评论(0)
推荐(0)
层次思维
摘要: 这个是立体思维 细胞 >组织 》器官 >个体 >种群 》群落 》生态系统 >生物圈 类比: 电子系统 半导体 》集成电路 >驱动层 >os >APP >机械 》外观 每一层,都有一群人干活。
阅读全文
posted @ 2020-03-15 21:25 卷哭你
阅读(192)
评论(0)
推荐(0)
编程的困扰
摘要: 我不是主动会找事情做的人,而计算机确是一个可以做很多事情的系统,我可以编程让计算机做很多事情,而做什么事情又是取决于我, 而我恰好又没有想好做什么事情,编程的悲剧,哎。
阅读全文
posted @ 2020-03-15 21:10 卷哭你
阅读(108)
评论(0)
推荐(0)
linux驱动模板
摘要: 我们所处的位置我们站在硬件层上面 #include<linux/module.h> #include<linux/init.h> #include<linux/kernel.h> static int __init hello_init(void) //不写void 会报一个错误 { printk(
阅读全文
posted @ 2020-03-15 20:32 卷哭你
阅读(424)
评论(0)
推荐(0)
Matlab的安装
摘要: 参考文章: https://jingyan.baidu.com/article/ab69b2709a7e0b2ca6189f10.html
阅读全文
posted @ 2020-03-15 14:49 卷哭你
阅读(99)
评论(0)
推荐(0)
级数模型
摘要: x1:任务1 x2:任务2 x3:任务3 x4:任务4 ∑总任务 = x1 + x2+x3 +x4+...xn +他们之间的相关性
阅读全文
posted @ 2020-03-15 14:10 卷哭你
阅读(173)
评论(0)
推荐(0)
多元思维
摘要: 一件事件的完成,总是由于各种变量影响这个事情的进展。
阅读全文
posted @ 2020-03-15 14:04 卷哭你
阅读(264)
评论(0)
推荐(0)
2020年3月14日
3300
该文被密码保护。
阅读全文
posted @ 2020-03-14 00:51 卷哭你
阅读(1)
评论(0)
推荐(0)
上一页
1
···
50
51
52
53
54
55
56
57
58
···
65
下一页
公告