上一页 1 ··· 512 513 514 515 516 517 518 519 520 ··· 618 下一页

2019年10月28日

摘要: https://blog.csdn.net/u013271326/article/details/78230788 阅读全文
posted @ 2019-10-28 14:26 lydstory 阅读(160) 评论(0) 推荐(0)
摘要: #include <sys/queue.h> TAILQ_ENTRY 队列 http://www.360doc.com/content/15/1222/14/29292169_522271626.shtml 阅读全文
posted @ 2019-10-28 14:09 lydstory 阅读(881) 评论(0) 推荐(0)
摘要: count 声明位置错了,纯c中声明变量全部放在main函数里,最前面的位置,要么vc6.0会报错; 修改 #include <stdio.h> int main(void) { int count; printf("\n**********\n"); for (count=1;count<=8;++count) printf("\n* *"); printf("\n**********\n"); 阅读全文
posted @ 2019-10-28 11:14 lydstory 阅读(195) 评论(0) 推荐(0)
摘要: wireshark只是展示 阅读全文
posted @ 2019-10-28 10:14 lydstory 阅读(363) 评论(0) 推荐(0)
摘要: https://github.com/IzyaSoft/EasyUsb https://github.com/ztguang/libusb-usbip-bulktransfer/blob/master/test_libusb.c https://github.com/wangbaiqiang/lib 阅读全文
posted @ 2019-10-28 00:00 lydstory 阅读(261) 评论(0) 推荐(0)

2019年10月27日

摘要: https://github.com/Kakadu/Qt_libusb https://github.com/mcvsama/libusbcc/tree/master/src/libusbcc https://github.com/tianxiejack/libusbTest/blob/master 阅读全文
posted @ 2019-10-27 23:25 lydstory 阅读(353) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/juzihongle1/article/details/76598723 阅读全文
posted @ 2019-10-27 22:31 lydstory 阅读(610) 评论(0) 推荐(0)
摘要: gcc 对齐 阅读全文
posted @ 2019-10-27 22:24 lydstory 阅读(104) 评论(0) 推荐(0)
摘要: http://libusb.sourceforge.net/api-1.0/structlibusb__transfer.html int libusb_control_transfer(libusb_device_handle *dev_handle, uint8_t bmRequestType, 阅读全文
posted @ 2019-10-27 22:15 lydstory 阅读(668) 评论(0) 推荐(0)
摘要: NTPPORT 阅读全文
posted @ 2019-10-27 22:02 lydstory 阅读(131) 评论(0) 推荐(0)
上一页 1 ··· 512 513 514 515 516 517 518 519 520 ··· 618 下一页

导航