上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 65 下一页
摘要: 组件开发的核心:就是同步 这应该就是团队合作要注意的地方 他们之间通过各种各样的事件 他们之间的表达: 驱动和应用APP一个uac|uvc|hid|ir|线程的同步 比如协议 两个应用程序之间升级和下载 各种各样的子系统 他们之间完美合作 就是通过事件 key|界面显示| 形式化表达: p1->p2 阅读全文
posted @ 2020-03-16 07:48 卷哭你 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #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 卷哭你 阅读(77) 评论(0) 推荐(0) 编辑
摘要: #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 卷哭你 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 这个是立体思维 细胞 >组织 》器官 >个体 >种群 》群落 》生态系统 >生物圈 类比: 电子系统 半导体 》集成电路 >驱动层 >os >APP >机械 》外观 每一层,都有一群人干活。 阅读全文
posted @ 2020-03-15 21:25 卷哭你 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 我不是主动会找事情做的人,而计算机确是一个可以做很多事情的系统,我可以编程让计算机做很多事情,而做什么事情又是取决于我, 而我恰好又没有想好做什么事情,编程的悲剧,哎。 阅读全文
posted @ 2020-03-15 21:10 卷哭你 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 我们所处的位置我们站在硬件层上面 #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 卷哭你 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 参考文章: https://jingyan.baidu.com/article/ab69b2709a7e0b2ca6189f10.html 阅读全文
posted @ 2020-03-15 14:49 卷哭你 阅读(91) 评论(0) 推荐(0) 编辑
摘要: x1:任务1 x2:任务2 x3:任务3 x4:任务4 ∑总任务 = x1 + x2+x3 +x4+...xn +他们之间的相关性 阅读全文
posted @ 2020-03-15 14:10 卷哭你 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 一件事件的完成,总是由于各种变量影响这个事情的进展。 阅读全文
posted @ 2020-03-15 14:04 卷哭你 阅读(258) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-14 00:51 卷哭你 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 65 下一页