搜索资源列表
rand
- 论文盲审随机抽取系统,以VC++6.0为平台,以MS Excel为数据库,把按照用户指定的比例把随机选择的结果存储进数据库。-Thesis blind trial randomly selected system to VC++6.0 as a platform to MS Excel for the database, put in accordance with the user-specified proportion of the results of the random select
rand
- 一种跑跑的小游戏,基于vc++的三种实现方法,可以直接下载使用-A kind of 跑跑 game, based on vc++ in three ways, you can directly download
Random
- 在vc中产生一个健壮的随机数,不使用random,或是rand函数-Vc generated in a robust random number, do not use random, or the rand function
vc_random
- 线性同余法生成随机数的文章,描述了算法原理,和Vc代码实现-Linear congruential method to generate random numbers of the article, describes the principle of the algorithm, and Vc code
gen_rand
- 这段源码可以在VC上运行,稍加改动就可以在其他C或C++下运行。它能以70多M字节/秒产生真随机数。为了简单这里产生10M字节的随机数,放在rand.dat文件里。可供考察。 之所以能产生随机数原理前面重复多次了。这里用的方法是先建造有规律的数组,以字节为单位,数值从0到255,不断重复。然后对这个数组进行随机排序,随机数来自Nm()函数,它读系统计数器的低32位数值做模256运算得到交换序列号n1,并让序列号为i和n1的数据交换数值,并充填结果数组。-This code can be
Drawdata00
- 用VC产生一组随机数,根据这组数据作图 用VC产生一组随机数,根据这组数据作图-draw a graphic base on the data produce by the funtion "rand"