搜索资源列表
随机迷宫解
- 输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code inte
Srand
- 生成随机数的一个小程序,这种方法每次调用第一次产生的随机数相同率很高,但是做个循环连续调用几次,然后调用最后一次得到的随机数,就可以避免这种问题-Random Number Generation of a small program called this method the first time the same number of random high rate But to be a continuous cycle called several times, and then the
Bank_Simulation
- 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
Randgame
- Random 猜数数值游戏 费布拉茨系数 还有其他系数 递归求解下一个值
random
- 有关随机数的函数库,产生一个随机小数,某个范围的整数等功能-The random number library, generate a random decimal, a range of integer functions
CPPmathgame
- 自动出题20以内退位减法,并进行了创新设计 1) 可以自动出题进位加法题目,如:3+8=?,或?+8=16 或7+?=12。 2) 可以自动出乘法 如: 2*5=?或?*5=35或8*?=32。 3) 随机决定当前题目是进位加法、乘法和退位减法题目。-Automatic title 20 or less the abdication subtraction, and the innovative design 1) can be automatically out of the
Create_Random
- 以时间为种子产生4位随机数,整型的,以时间为种子,就不会重复了-Time for seed to produce four random number, integer, and time for the seed, would not duplicate the
Bank
- 基于随机事件的驱动模拟,利用栈,队列的知识开发的一个银行驱动事件模拟-Driven simulation based on random events, using stacks, queues of knowledge development of a bank-driven event simulation
Week4.cpp
- Array s in 4 Tasks in one file. 1 task have a random array and need to sort array, 2 task - minimal and maximal element, 3 task - just need to elements and their numbers 4 task - it s the same - find to maximal and minimal but with alternative method
random
- 实现产生满足高斯,瑞利和泊松分布的随机数-create random which satisfy Gussion,Rayleigh and poisson
Roll-My-Dice
- Dicerolling game random generator and insult or congratulate winner or loser
find_huiwen
- 随机输入一个数,判断它是不是对称数(回文数)(如3,121,12321,45254)。不能用字符串库函数-Enter a random number to determine the number it is not symmetrical (palindromic) (as 3,121,12321,45254).Can not use the string library functions
TrafficSimu
- 产生3gpp中关于各类型业务所需要的随机数-produced 3gpp on various types of business needs random numbers
datengenerator2
- This is a file to generate numbers using the random function. Version 2
datengenerator3
- This is a file to generate numbers using the random function. Version 3
datengenerator4
- This is a file to generate numbers using the random function. Version 3
datengenerator5
- This is a file to generate numbers using the random function. Version 5
shuangseqiu
- 实现了双色球的基本功能,能产生随机数,对双色球的选号有帮助,-Realize the basic function of the ShuangSeQiu, can generate random, and the help of ShuangSeQiu large, ha ha
2012-02-09-Zufall-Mersenne-Twister
- working demo applicaiton of a Mersenne-Twister: random-Number Generation in c-console: 1st part: random numbers 0...100 2nd part: 3 "1", 97 "0" + statistical analysis of generated data 3rd part: 50 "1", 50 "0" + stat analysis-working demo appli
Sort-for-random-numbers-
- 本程序是随机生成一组数,然后对它们进行排序。-This program is a set of randomly generated number, then sort them.