-
vk32xx串口驱动参考代码 用于linux嵌入式系统
vk32xx串口驱动参考代码 用于linux嵌入式系统-vk32xx serial port driver reference code for embedded linux system
- 2023-02-03 23:35:04下载
- 积分:1
-
超全的2410开发文档,快速掌握嵌入式开发!
超全的2410开发文档,快速掌握嵌入式开发!-Ultra-wide development of the 2410 document, the rapid development of embedded master!
- 2022-11-29 03:05:03下载
- 积分:1
-
linux的PBX源代码(sip)
linux的PBX源代码(sip)-PBX source code (sip)
- 2023-06-02 09:20:03下载
- 积分:1
-
本书着重探讨了包括异常处理在内的一系列高级技术。其特点在于:第一,包含很多时新的标准C++的内容;第二,所讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更...
本书着重探讨了包括异常处理在内的一系列高级技术。其特点在于:第一,包含很多时新的标准C++的内容;第二,所讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更深入、更彻底,尤其是对虚析构函数、智能指针、引用计数以及代理类等技术和模式论述的深入程度。
如果说《Effective C++》主要讨论C++中一些相对基础的概念和技巧的话,那么《More Effective C++》则着重探讨了包括异常处理在内的一系列高级技术。与前者相比,后者具有两大主要区别:其一,它包含很多时新的标准C++的内容;第二,它讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更深入、更彻底。尤其是对虚析构函数、智能指针、引用计数以及代理类(proxy classe)等技术和模式论述的深入程度,让人很难想象是出现于这样的一本小书之中。
游刃有余的技术,高超的写作技巧,Scott无疑是世界上最优秀的C++技术作家之一。在简洁、清晰、易读等方面,这两本书都卓尔不群。总之,Scott提供的这85个可以改善编程技术和设计思维的方法,都是中、高级C++程序员必备的技能。-For advanced programmer using C++, very nice, enjoy it
- 2022-06-30 10:38:40下载
- 积分:1
-
自定义代理类的实现 是想QItemDelegate的虚函数 可直接加入工程运用...
自定义代理类的实现 是想QItemDelegate的虚函数 可直接加入工程运用-Implementation of a custom proxy class is to QItemDelegate virtual function can be directly used to join project
- 2022-07-09 00:42:03下载
- 积分:1
-
This book is the famous "linux device drivers," the third edition. It...
这本书是著名的《linux设备驱动程序》的第三版。它函盖了linux2.6内核的驱动程序编程。是linux下驱动开发者的必备宝书。-This book is the famous "linux device drivers," the third edition. It will cover the core linux2.6 driven programming. Linux is developed under the driver must treasured book.
- 2022-08-04 10:03:07下载
- 积分:1
-
好多上载非界面和非WEB源码
好多上载非界面和非WEB源码-lot on the non-Web interface and the non-source
- 2022-02-03 09:58:52下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
linux 源码分析 对稿操作系统的朋友们很有用
linux 源码分析 对稿操作系统的朋友们很有用-linux-source analysis of the following is issued on the operating system is useful friends
- 2022-11-12 01:30:04下载
- 积分:1
-
linux下cdrom的驱动程序,方便大家学习了解驱动的写法。
linux下cdrom的驱动程序,方便大家学习了解驱动的写法。-cdrom drivers under linux to facilitate them to learn about driving and writing style.
- 2022-03-04 09:15:56下载
- 积分:1