-
Templates are among the most powerful features of C++, but they are too often ne...
Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use templates to build and maintain cleaner, faster, and smarter software more efficiently.
- 2022-02-04 13:28:28下载
- 积分:1
-
err
java2
- 2022-03-22 14:06:00下载
- 积分:1
-
这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大...
这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution and release memory, the memory caused more debris. This procedure can be started in an allocation of a large memory, thus avoiding the frequent application and release memory. The process greatly enhanced the efficiency of enforcement.
- 2023-01-18 18:45:04下载
- 积分:1
-
一个演示滚动字幕实现方法的例子程序
一个演示滚动字幕实现方法的例子程序-a rolling demonstration of the method subtitles examples procedures
- 2022-04-16 09:03:15下载
- 积分:1
-
软件学院数据结构与算法分析课程设计 一个文本编辑器的课程设计报告...
软件学院数据结构与算法分析课程设计 一个文本编辑器的课程设计报告-School of Software Data Structures and Algorithm Analysis course design a text editor, curriculum design report
- 2022-08-11 21:02:24下载
- 积分:1
-
Fixed
Fixed-point math library, with dynamic size numbers (defined before build). Yet in development
- 2022-08-24 18:36:23下载
- 积分:1
-
俄罗斯方块的源代码。一个很经典的游戏哦。可以用来学习VC编程。...
俄罗斯方块的源代码。一个很经典的游戏哦。可以用来学习VC编程。-Tetris source. A classic games oh. VC can be used to study programming.
- 2022-02-26 08:32:32下载
- 积分:1
-
本地数据上传数据库
抓取本地电脑TXT或EXCEL或ACCESS中的数据至数据库中
- 2022-03-22 11:35:13下载
- 积分:1
-
js的一个tooltip源码.用于提示信息
js的一个tooltip源码.用于提示信息-js source of a tooltip. For a message
- 2022-06-19 10:24:29下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1