上一页 1 ··· 291 292 293 294 295 296 297 298 299 ··· 621 下一页

2022年2月17日

摘要: struct sbuffer { struct sbuffer* next; int sz; char* ptr; char data[0]; }; int main() { cout<<sizeof(sbuffer)<<endl; return 0; } 24 阅读全文
posted @ 2022-02-17 05:18 lydstory 阅读(27) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; #include <stdlib.h> #include <stdio.h> #include <stdio.h> #include <memory.h> #include <malloc.h> struct _pag 阅读全文
posted @ 2022-02-17 05:13 lydstory 阅读(59) 评论(0) 推荐(0)
摘要: #include <stdlib.h>#include <stdio.h> struct _page { struct _page* next; char begin[0];}; int main(){ cout << sizeof(_page) << endl; return 0;} 输出8 ch 阅读全文
posted @ 2022-02-17 05:03 lydstory 阅读(33) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; #include <string.h> #include <stdlib.h> #define ARGS_BUF 1024 #define ARGS_MAX 10 struct args { char buf[ARGS 阅读全文
posted @ 2022-02-17 04:19 lydstory 阅读(67) 评论(0) 推荐(0)
摘要: https://ithub.com/lvshaco/shaco_first 阅读全文
posted @ 2022-02-17 03:53 lydstory 阅读(38) 评论(0) 推荐(0)
摘要: https://www.easemob.com/ 阅读全文
posted @ 2022-02-17 01:48 lydstory 阅读(33) 评论(0) 推荐(0)
摘要: 图搜天下(北京)科技有限公司 java 阅读全文
posted @ 2022-02-17 01:28 lydstory 阅读(60) 评论(0) 推荐(0)

2022年2月16日

摘要: 图像传感器 图像传感器 阅读全文
posted @ 2022-02-16 05:32 lydstory 阅读(30) 评论(0) 推荐(0)
摘要: http://www.infotmic.com.cn/index.php/zh/jrwm/ 阅读全文
posted @ 2022-02-16 05:01 lydstory 阅读(23) 评论(0) 推荐(0)
摘要: lame mp3解码库 speex 音频解码库 阅读全文
posted @ 2022-02-16 04:48 lydstory 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 291 292 293 294 295 296 297 298 299 ··· 621 下一页

导航