会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啊 我们的征途是星辰大海
狂奔吧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
26
27
28
29
30
31
32
33
34
···
65
下一页
2020年9月12日
万物归一
摘要: 成为链表上面一个节点
阅读全文
posted @ 2020-09-12 08:27 卷哭你
阅读(160)
评论(0)
推荐(0)
编辑
c语言中sprintf函数的使用
摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include <signal.h> #include
阅读全文
posted @ 2020-09-12 08:16 卷哭你
阅读(380)
评论(0)
推荐(0)
编辑
gadget驱动的理解
该文被密码保护。
阅读全文
posted @ 2020-09-12 00:08 卷哭你
阅读(1)
评论(0)
推荐(0)
编辑
2020年9月11日
C语言strcmp函数使用
摘要: static struct usb_function_instance *try_get_usb_function_instance(const char *name) { struct usb_function_driver *fd; struct usb_function_instance *f
阅读全文
posted @ 2020-09-11 23:38 卷哭你
阅读(1010)
评论(0)
推荐(0)
编辑
2020年9月10日
布尔变量----改变程序执行流程
摘要: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "task.h" // static int I2S_Init_flag = 0; int main(int argc,char**argv) { int ch =
阅读全文
posted @ 2020-09-10 19:40 卷哭你
阅读(178)
评论(0)
推荐(0)
编辑
linux getopt使用之解析输入字符串和strtol和atoi使用
摘要: 处理:第二个参数有些东西: :后面须接参数 -bxx和:: 后面可不接参数,后面多个选项,-mnzxc argv[optind]:可以得到后面 -axx -bxx 后面这个-bxx的值,不过是string类型的.optarg:得到是-a后面的值. #include <stdio.h> #includ
阅读全文
posted @ 2020-09-10 15:04 卷哭你
阅读(654)
评论(0)
推荐(0)
编辑
2020年9月9日
线程的终止pthread_exit和返回为什么终止的原因
摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include <signal.h> static in
阅读全文
posted @ 2020-09-09 23:48 卷哭你
阅读(391)
评论(0)
推荐(0)
编辑
2020年9月8日
usb不错的文章
该文被密码保护。
阅读全文
posted @ 2020-09-08 19:31 卷哭你
阅读(11)
评论(0)
推荐(0)
编辑
2020年9月7日
临界区互斥使用之使用自旋锁
摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <pthread.h> #include <semaphore.h> static int pthread_run = 1; static void print(cha
阅读全文
posted @ 2020-09-07 08:43 卷哭你
阅读(269)
评论(0)
推荐(0)
编辑
2020年9月6日
临界区的同步操作-------------使用信号量 实现
摘要: 同步模型: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <pthread.h> #include <semaphore.h> //#define EXIT_SUCCESS 0 //#define EXIT_FAI
阅读全文
posted @ 2020-09-06 23:10 卷哭你
阅读(171)
评论(0)
推荐(0)
编辑
上一页
1
···
26
27
28
29
30
31
32
33
34
···
65
下一页
公告