搜索资源列表
rand
- 产生随机矩阵,输入到指定文本。产生的随机矩阵,可以指定行数,列数-it can produced rand array put into txt。
ga
- GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
winc-
- 申报的10个整型元素的数组。使用srand函数,兰德和ctime函数来产生随机数从1到99,并填补了数组。可重复的数字。打印选定的数字。-Declaration of the 10 element array of integers. Use the srand function, RAND and the ctime function to generate random numbers from 1-99, and fill the array. Can repeat the figures
rand
- 混沌随机数的应用文章,适合用于图像加密算法中。-Application of the chaotic random number, suitable for image encryption algorithm
rand
- 基于AT89c51的产生随机数rand()的程序-The generation of random numbers based on AT89c51 rand () procedure
grncwln
- 用C语言产生随机数,在C语言中,rand()函数可以用来产生随机数,但是这不是真真意义上的随机数。-Generate a random number with C language
RandFunc
- 产生随机数函数的使用,是用vc++编写的,初学者很容易看懂并使用-rand function
termproject
- rand, randn, randint.... you can understand my code
产生1-10随机数rand()
- C51单片机产生1-10随机数,值得初学者学习与借鉴。(C51 produces 1-10 random number, and beginners learning and reference)