随笔分类 -  c++语言

上一页 1 ··· 19 20 21 22 23 24 25 26 下一页

c++语言
摘要:sudo apt-get install wireshark 必须提前安装qt开发环境 阅读全文

posted @ 2021-01-19 20:26 lydstory 阅读(117) 评论(0) 推荐(0)

摘要:#include <pcap/pcap.h> #include <stdio.h> int main() { char errbuf[PCAP_ERRBUF_SIZE], *device; device = pcap_lookupdev(errbuf); if(device) { printf("S 阅读全文

posted @ 2021-01-19 15:09 lydstory 阅读(176) 评论(0) 推荐(0)

摘要:libpcap 过滤 pcap_compile ubuntu安装libpcap https://www.cnblogs.com/flyinggod/p/9322267.html 阅读全文

posted @ 2021-01-19 14:19 lydstory 阅读(157) 评论(0) 推荐(0)

摘要:#include <stdio.h> #include <string.h> #include <stdlib.h> int main() { char arr[10]; strcpy(arr,getenv("HOME")); printf("%s",arr); return 0; } 阅读全文

posted @ 2021-01-16 16:21 lydstory 阅读(45) 评论(0) 推荐(0)

摘要:https://github.com/uukuguy/libofd 阅读全文

posted @ 2021-01-12 10:06 lydstory 阅读(331) 评论(0) 推荐(0)

摘要:本文件用于定义vlan的公有方法 阅读全文

posted @ 2021-01-09 05:13 lydstory 阅读(71) 评论(0) 推荐(0)

摘要:linux 只读文件系统 阅读全文

posted @ 2021-01-08 03:09 lydstory 阅读(60) 评论(0) 推荐(0)

摘要:1.tiff文件保存为pdf双层可以(百度 ) 阅读全文

posted @ 2021-01-08 01:17 lydstory 阅读(77) 评论(0) 推荐(0)

摘要:cgminer 比特币挖矿 libusb 使用开源 阅读全文

posted @ 2021-01-04 06:41 lydstory 阅读(167) 评论(0) 推荐(0)

摘要:DriverStudio 2.7.0 阅读全文

posted @ 2021-01-04 06:03 lydstory 阅读(108) 评论(0) 推荐(0)

摘要:#include <iostream> using namespace std; #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <stdio.h> #inc 阅读全文

posted @ 2021-01-04 00:12 lydstory 阅读(136) 评论(0) 推荐(0)

摘要:typedef struct pollfd FDLIST; 阅读全文

posted @ 2021-01-04 00:07 lydstory 阅读(562) 评论(0) 推荐(0)

摘要:class RemoteReferRequest: public RefObject, public LinkedListNode, public IResultful 阅读全文

posted @ 2021-01-03 23:52 lydstory 阅读(59) 评论(0) 推荐(0)

摘要:// 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; template<class T> class CSingleton: private T { private: CSingleton() {}; ~CSinglet 阅读全文

posted @ 2021-01-03 22:54 lydstory 阅读(97) 评论(0) 推荐(0)

摘要:ODBCDataset ds = statement.query(); ReturnIfNotFmt1(!ds.null(), "%s", (const char *)statement.getErrorInfo(), checkError(statement.getState(), stateme 阅读全文

posted @ 2021-01-03 20:55 lydstory 阅读(67) 评论(0) 推荐(0)

摘要:庞大的代码体系与实战的小项目,代码中各种virtual 多态 继承 c++ 结合c语言的大量跨平台(至少支持linux+windows) 如果抽丝剥茧的阅读这种体量非常大的代码,整理出一定的思想、逻辑。很多时候一个体量如此大的代码给你,你读了 好像什么都会,什么也找不到。无法入手。 而基本的逻辑 概 阅读全文

posted @ 2021-01-03 16:32 lydstory 阅读(115) 评论(0) 推荐(0)

摘要:#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" #ifndef BEGIN_INTERF 阅读全文

posted @ 2021-01-03 16:21 lydstory 阅读(229) 评论(0) 推荐(0)

摘要:#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" struct macro { const 阅读全文

posted @ 2021-01-02 17:07 lydstory 阅读(412) 评论(0) 推荐(0)

摘要:#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" struct macro { const 阅读全文

posted @ 2021-01-02 17:01 lydstory 阅读(62) 评论(0) 推荐(0)

摘要:TAILQ是FreeBSD/linux内核对双向队列操作的一种抽象,抽象程度不亚于C++,能实现操作队列需要的各种操作:插入元素,删除元素,遍历队列等 阅读全文

posted @ 2021-01-02 01:24 lydstory 阅读(98) 评论(0) 推荐(0)

上一页 1 ··· 19 20 21 22 23 24 25 26 下一页

导航