上一页 1 ··· 305 306 307 308 309 310 311 312 313 ··· 618 下一页

2021年12月23日

摘要: 回调函数的回调指针 把this指针传递的dll内部 》 回调函数指针传NULL 阅读全文
posted @ 2021-12-23 00:15 lydstory 阅读(31) 评论(0) 推荐(0)

2021年12月22日

摘要: CAN通信类型的设备 处理 socket转can 类型设备 阅读全文
posted @ 2021-12-22 23:32 lydstory 阅读(27) 评论(0) 推荐(0)
摘要: 1.处理流程 阅读全文
posted @ 2021-12-22 15:50 lydstory 阅读(32) 评论(0) 推荐(0)

2021年12月18日

摘要: NCP5007 闪光灯芯片 8051单片机 报警器 阅读全文
posted @ 2021-12-18 00:02 lydstory 阅读(49) 评论(0) 推荐(0)

2021年12月16日

摘要: /** * The object type can be one of the follows with specific * macros enabled: * - Thread * - Process * - Semaphore * - Mutex * - Event * - MailBox * 阅读全文
posted @ 2021-12-16 01:08 lydstory 阅读(20) 评论(0) 推荐(0)
摘要: /* date type defination */ typedef signed char rt_int8_t; typedef signed short rt_int16_t; typedef signed long rt_int32_t; typedef unsigned char rt_ui 阅读全文
posted @ 2021-12-16 01:06 lydstory 阅读(66) 评论(0) 推荐(0)
摘要: struct rt_list_node { struct rt_list_node *next; /* point to next node. */ struct rt_list_node *prev; /* point to prev node. */ }; typedef struct rt_l 阅读全文
posted @ 2021-12-16 00:52 lydstory 阅读(22) 评论(0) 推荐(0)
摘要: #define RT_NULL ((void *)0) int main() { cout << sizeof(RT_NULL) << endl; cout << sizeof(NULL) << endl; system("PAUSE"); return 0; } 阅读全文
posted @ 2021-12-16 00:50 lydstory 阅读(113) 评论(0) 推荐(0)
摘要: struct rt_filesystem_interface { /* file api*/ int(*open)(const char *file, int flags, int mode); int(*close)(int d); }; 阅读全文
posted @ 2021-12-16 00:44 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: lpc2478 电表 eth_device_ready lwip发送数据 ip支持 阅读全文
posted @ 2021-12-16 00:13 lydstory 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 305 306 307 308 309 310 311 312 313 ··· 618 下一页

导航