资源列表
gen_rand
- 这段源码可以在VC上运行,稍加改动就可以在其他C或C++下运行。它能以70多M字节/秒产生真随机数。为了简单这里产生10M字节的随机数,放在rand.dat文件里。可供考察。 之所以能产生随机数原理前面重复多次了。这里用的方法是先建造有规律的数组,以字节为单位,数值从0到255,不断重复。然后对这个数组进行随机排序,随机数来自Nm()函数,它读系统计数器的低32位数值做模256运算得到交换序列号n1,并让序列号为i和n1的数据交换数值,并充填结果数组。-This code can be
Main_tools
- main tools to convert text file to other format
SUMOROUTER
- 利用TIGER 数据库,构建一个实际道路地图作为仿真场景,借助SUMO 交通仿真器和NS2 网络仿真平台,评估ADOV、DSR、 DSDR 3 种路由协议在城市场景车载自组网(VANET)中的适用性-This paper refers TIGER database, builds a realistic road map as simulation scene. It evaluates the applicability of three routing protocols inclu
Tavoni
- new program to post offise tavaoni
oop
- Enterprise C++ book suitable for advance learners. It is a famous book. you can find details about C++ from this book.
Cpluplus
- Enterprise C++ book suitable for advance learners. It is a famous book. you can find details about C++ from this book.
Test_Zip
- It s a simple program to demostrate how to use Zip-Unzip with Ziparchive
fitting
- 8阶以下多项式曲线拟合的mfc源码,自己写的,可行有效。-8-order polynomial curve fitting of the following mfc source code, wrote it myself, feasible and effective.
Visual_CPP_6[1].0_MFC
- MFC入门文档,主要介绍了在入门阶段如何快速全面掌握MFC的使用,并熟练掌握控件等功能。-MFC introductory document, mainly introduced in introductory stage to quickly master MFC use, and master control etc. Function.
vcPP6[1].0
- VC++的调试文档,主要介绍了如何通过调试解决程序运行崩溃或者无法得出结果的语法问题。-VC++ debugging document, mainly introduce how to solve by commissioning program running collapse or unable to draw the grammar of the results.
C-design
- C语言的入门文档,主要介绍了C语言的入门知识以及基础操作,对于初次接触C语言的人群很有帮助。-C language of introductory document, mainly introduced the C language is the beginning of the knowledge and basic procedures, for initial contact with the crowd of C language to have the help very much
the-basic-rules-of-C-language
- C语言的入门文档,主要介绍了C语言的入门知识以及基础操作,对于初次接触C语言的人群很有帮助。-C language of introductory document, mainly introduced the C language is the beginning of the knowledge and basic procedures, for initial contact with the crowd of C language to have the help very much.
