上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 65 下一页
摘要: 成为链表上面一个节点 阅读全文
posted @ 2020-09-12 08:27 卷哭你 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #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 卷哭你 阅读(372) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-12 00:08 卷哭你 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 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 卷哭你 阅读(872) 评论(0) 推荐(0) 编辑
摘要: #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 卷哭你 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 处理:第二个参数有些东西: :后面须接参数 -bxx和:: 后面可不接参数,后面多个选项,-mnzxc argv[optind]:可以得到后面 -axx -bxx 后面这个-bxx的值,不过是string类型的.optarg:得到是-a后面的值. #include <stdio.h> #includ 阅读全文
posted @ 2020-09-10 15:04 卷哭你 阅读(630) 评论(0) 推荐(0) 编辑
摘要: #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 卷哭你 阅读(382) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-08 19:31 卷哭你 阅读(11) 评论(0) 推荐(0) 编辑
摘要: #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) 编辑
摘要: 同步模型: #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 卷哭你 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 65 下一页