上一页 1 ··· 307 308 309 310 311 312 313 314 315 ··· 618 下一页

2021年12月15日

摘要: https://blog.csdn.net/HK_5788/article/details/48031705 阅读全文
posted @ 2021-12-15 19:27 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: c语言中调用rsync 阅读全文
posted @ 2021-12-15 19:04 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: SMS4_DecryptBuffer 对unsigned char 加解密 阅读全文
posted @ 2021-12-15 18:56 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: 1.内核调度 2.交换芯片交换 岗位职责:1、负责Linux内核调度和内存管理性能优化;2、负责分析内核相关的性能问题;3、负责产品关键竞争力特性功能工程化,支持产品卖点特性构建。任职要求:1、精通C语言,熟练掌握Shell,精通数据结构与算法;2、深入理解Linux Kernel内部原理,熟悉开发 阅读全文
posted @ 2021-12-15 15:48 lydstory 阅读(36) 评论(0) 推荐(0)
摘要: 1.获取本地蓝牙地址(windows) 2.queryinterface 3.com 阅读全文
posted @ 2021-12-15 15:47 lydstory 阅读(20) 评论(0) 推荐(0)

2021年12月11日

摘要: lpc8xx nxp nfc 阅读全文
posted @ 2021-12-11 10:39 lydstory 阅读(35) 评论(0) 推荐(0)

2021年12月10日

摘要: TI CC2540 低功耗蓝牙 TI 德州仪器 https://e2echina.ti.com/support/wireless-connectivity/bluetooth/f/bluetooth-forum 阅读全文
posted @ 2021-12-10 23:36 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: struct abc { int a; char b[12]; char c[3]; }; int main() { cout << sizeof(struct abc *) << endl; system("PAUSE"); return 0; } 阅读全文
posted @ 2021-12-10 19:53 lydstory 阅读(31) 评论(0) 推荐(0)
摘要: struct abc { int a; char b[12]; char c[3]; }; int main() { cout << sizeof(abc) << endl; system("PAUSE"); return 0; } struct abc{ int a; char c[5];}; 1 阅读全文
posted @ 2021-12-10 19:51 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: int main() { char a[] = "abcde"; char b[] = { 'a', 'b', 'c', 'd', 'e' }; cout << strlen(a) << endl; cout << strlen(b) << endl; system("PAUSE"); return 阅读全文
posted @ 2021-12-10 19:48 lydstory 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 307 308 309 310 311 312 313 314 315 ··· 618 下一页

导航