上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 76 下一页
摘要: void arrayP11() { int arr[100]; for(int i=0;i<100;i++) { arr[i]=i*i*i*i; } printArray10(arr,100); } void printArray10(int *p,int arrSize) { for(int i= 阅读全文
posted @ 2021-11-29 10:09 FredGrit 阅读(29) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <uuid/uuid.h> void chArrayToCharP6() { char chArr[110]="4dec892c-c083-4515-9966-9e 阅读全文
posted @ 2021-11-28 17:44 FredGrit 阅读(19) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> void retrieveUuidVia(char *uuidValue) { uuid_t newUUID; uuid_generat 阅读全文
posted @ 2021-11-28 13:13 FredGrit 阅读(36) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> #include <pthread.h> #include <time.h> #include <unistd.h> struct Bo 阅读全文
posted @ 2021-11-26 10:13 FredGrit 阅读(24) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> #include <pthread.h> void *pMsg3(void *ptr); void pthread8(); int ma 阅读全文
posted @ 2021-11-26 09:31 FredGrit 阅读(32) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <uuid/uuid.h> #include <unistd.h> void retrieveUuid2(); void file3(); int main() { 阅读全文
posted @ 2021-11-25 17:33 FredGrit 阅读(26) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <uuid/uuid.h> #include <string.h> #include <stdbool.h> void typesSize(); int main( 阅读全文
posted @ 2021-11-22 09:17 FredGrit 阅读(25) 评论(0) 推荐(0) 编辑
摘要: struct mapStruct { int key; unsigned long long value; }; static struct mapStruct arr[1000]; unsigned long long fab(unsigned long long x); void fab13() 阅读全文
posted @ 2021-11-21 23:59 FredGrit 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <limits.h> void realpath9(); int main() { realpath9(); } void realpath9() { char * 阅读全文
posted @ 2021-11-21 23:51 FredGrit 阅读(32) 评论(0) 推荐(0) 编辑
摘要: void macro10() { printf("__DATA__=%s\n",__DATE__); printf("__TIME__=%s\n",__TIME__); printf("__FILE__=%s\n",__FILE__); printf("__LINE__=%d\n",__LINE__ 阅读全文
posted @ 2021-11-20 17:52 FredGrit 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 76 下一页