会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
302
303
304
305
306
307
308
309
310
···
618
下一页
2021年12月31日
听的歌
摘要: 王爱华 我们再也没有了以后 叶倩文 祝福 徐小凤 每一步 大概 Yanni雅尼【心兰相随】【With an orchid
阅读全文
posted @ 2021-12-31 04:55 lydstory
阅读(39)
评论(0)
推荐(0)
数据dlp
摘要: 亿赛通 山丽信息
阅读全文
posted @ 2021-12-31 04:17 lydstory
阅读(32)
评论(0)
推荐(0)
2021年12月30日
CFX_BasicArray
摘要: // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; #include <string.h> typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef in
阅读全文
posted @ 2021-12-30 07:49 lydstory
阅读(56)
评论(0)
推荐(0)
开源基础库的性能
摘要: 开源基础库的性能 函数 一般优秀于商业未经过大批量测试的代码??? 算法 开源基础优秀的代码 》优秀的方法
阅读全文
posted @ 2021-12-30 06:58 lydstory
阅读(29)
评论(0)
推荐(0)
CFX_StringData getbuffer
摘要: // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; #include <string.h> typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef in
阅读全文
posted @ 2021-12-30 06:41 lydstory
阅读(34)
评论(0)
推荐(0)
void *p sizeof 8
摘要: int main() { void *p; cout<<sizeof(p)<<endl; return 0; } 8 指针 返回指针
阅读全文
posted @ 2021-12-30 06:15 lydstory
阅读(27)
评论(0)
推荐(0)
类的构造函数 类型一样 变量名不一样无所谓
摘要: // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; #include <string.h> typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef in
阅读全文
posted @ 2021-12-30 06:06 lydstory
阅读(35)
评论(0)
推荐(0)
如何重构一个系统
摘要: 1.基础数据类型 内存分配 动态数组 2.const char * 和 const wchar_t * 数据类型 3.设计模式 4.通信机制 5.系统原理优越性(多线程 多进程) 6.缓冲 文件系统
阅读全文
posted @ 2021-12-30 05:44 lydstory
阅读(21)
评论(0)
推荐(0)
std::numeric_limits<int>::min()
摘要: #include <limits> #include <iostream> // /* reference: http://www.cplusplus.com/reference/limits/numeric_limits/ https://msdn.microsoft.com/en-us/libr
阅读全文
posted @ 2021-12-30 04:54 lydstory
阅读(493)
评论(0)
推荐(0)
模板实现判断一个int是否是一个有效的int
摘要: enum RangeConstraint { RANGE_VALID = 0x0, // Value can be represented by the destination type. RANGE_UNDERFLOW = 0x1, // Value would overflow. RANGE_O
阅读全文
posted @ 2021-12-30 04:01 lydstory
阅读(35)
评论(0)
推荐(0)
上一页
1
···
302
303
304
305
306
307
308
309
310
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告