随笔分类 -  c++语言

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

c++语言
libofd
摘要:https://github.com/uukuguy/libofd 阅读全文

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

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

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

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

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

pdf的2个问题:有时间搞一下
摘要:1.tiff文件保存为pdf双层可以(百度 ) 阅读全文

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

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

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

DriverStudio 2.7.0
摘要:DriverStudio 2.7.0 阅读全文

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

linux网络编程头文件
摘要:#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 阅读(127) 评论(0) 推荐(0) 编辑

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

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

c++最牛的是多重继承
摘要:class RemoteReferRequest: public RefObject, public LinkedListNode, public IResultful 阅读全文

posted @ 2021-01-03 23:52 lydstory 阅读(50) 评论(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 阅读(84) 评论(0) 推荐(0) 编辑

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

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

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

posted @ 2021-01-03 16:32 lydstory 阅读(102) 评论(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 阅读(211) 评论(0) 推荐(0) 编辑

宏定义转字符串#a
摘要:#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 阅读(396) 评论(0) 推荐(0) 编辑

c语言 结构体数组
摘要:#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 阅读(50) 评论(0) 推荐(0) 编辑

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

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

strcasecmp linux
摘要:#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" int main() { char fn 阅读全文

posted @ 2021-01-02 00:51 lydstory 阅读(150) 评论(0) 推荐(0) 编辑

snprintf c组织一个文件全路径
摘要:#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" int main() { FILE *f 阅读全文

posted @ 2021-01-02 00:32 lydstory 阅读(81) 评论(0) 推荐(0) 编辑

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示