-
C common template library, as detailed in the annex to the Smart.h, test.cpp see...
C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
- 2023-09-05 10:35:03下载
- 积分:1
-
It is no easy task to design a library for generic programming. Java s solution...
It is no easy task to design a library for generic programming. Java s solution has many nice features but is certainly not the only possible approach.
- 2023-05-11 15:55:03下载
- 积分:1
-
击杀入室窃贼
一个简单的射击游戏事例,包含完整的游戏引擎,此实例演示了如何运用游戏引擎中的击中测试 以及子画面的边界动作。
- 2022-06-20 00:30:28下载
- 积分:1
-
Can be written using EVC realize WINCE INI file to read and write.
可以用EVC编写实现WINCE INI文件的读写。
- 2022-03-19 07:06:14下载
- 积分:1
-
《Visual C/C++系统开发典型实例解析》
《Visual C/C++系统开发典型实例解析》-源代码。学习VC++的必备源码
- 2023-07-14 01:25:11下载
- 积分:1
-
可以通过网络求出对方精确的ip地址 可以方便的和对方对话
可以通过网络求出对方精确的ip地址 可以方便的和对方对话-network can be obtained through other precision ip addresses can facilitate dialogue and the other side
- 2023-08-17 19:10:03下载
- 积分:1
-
Dll compiled a message box systems, functions and the same for Windows
编写成一个Dll的系统消息对话框,功能和Windows提供的一样-Dll compiled a message box systems, functions and the same for Windows
- 2022-06-20 08:25:25下载
- 积分:1
-
用C语言编的美丽的彩色时钟
用C语言编的美丽的彩色时钟-C language series of the beautiful color clock
- 2022-06-27 11:09:44下载
- 积分:1
-
一个可以设置windows停止关机的程序,参考一下吧(并非修改注册表)...
一个可以设置windows停止关机的程序,参考一下吧(并非修改注册表)-windows can set a stop shutdown procedures, refer to it (not to amend the registry)
- 2022-09-17 18:20:03下载
- 积分:1
-
procedures have only mean of 0 and variance for a random number to produce the m...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2022-10-24 11:05:03下载
- 积分:1