搜索资源列表
general-random-number-in-C-Sharp
- 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
Random
- 简单的随机电话号码生成,电话号码位数可以设定。-Simple to generate random telephone numbers, telephone numbers can be set to the median.
binary
- 本程序功能在于,首先进行二维随机行走,生成二维随机行走曲线,并用盒计数法求分形曲线的维数-This procedure is meant, first of all to carry out two-dimensional random walk, generating two-dimensional random walk curves and box-counting method for fractal dimension curve
random
- C++语言实现各种分布的随机数,Vs2005编译器下执行-C++ Language to achieve a variety of distribution of random numbers, Vs2005 compiler implementation
random
- 随机选题文件,是windows应用程序文件。-random
Random_Walking
- A random walk,RW, is a mathematical formalization of a trajectory that consists of taking successive random steps.ve Here You can Do it in c# -A random walk,RW, is a mathematical formalization of a trajectory that consists of taking succe
random
- 随机抽取指定人数的号码抽奖程序,适用于活动中娱乐抽奖使用-Specified number of random number lottery program is suitable for recreational activities, the use of lottery
random
- VC++随机数原理编写彩票号码生成器源代码-Vc random number generator is written for the principle of lotteries
random
- 电子抽奖系统,实现随机抽奖,适合公司各种抽奖活动-random system
Random-draw-process
- 随机抽签程序。用于教师上课随机抽取学生号数和题目,很好用! -Random draw process
Random.rar
- 生成随机数,可以选择生成位数,随机的范围等等,用于需要随机出许多数字的情况,Needs to randomly generate a random number, and can choose to generate digits, random range, etc., for many digital
Generate-random-coding
- 产生随机编码,能产生0-9和a-z四个数的图片验证码. -Generate random coding
random-number
- visual c中随机数产生的程序,可以产生选择范围内的随机数。-visual c in the random number generation program, can generate the random number selection range.
random-number-by-myself
- 自编随机数C程序编程,可以用于平时抽号、无规则排序、无规则弹号使用。-Random number is compiled in C programming, can be used for at ordinary times, no rules, no rules no. Use.
random-select
- 简单的摇号软件,下面列表框里输入不同的候选数据-Simple random select software , the list box under can enter different candidate data
Random-test-paper
- 随机组卷代码,生成符合要求的试卷,生成的试卷符合各个条件,包括难易程度和章节-Random test paper
Generate-random-character-sorted
- 产生100个字符,可以手动输入也可以产生随机字符,并将字符排序。这里涉及到产生随机数的用法以及排序法-Generated 100 characters can be entered manually can also generate random characters, and character sorting. This involves the use of a random number to generate and sort
Random-number-does-not-repeat
- 不重复随机数 使用三种算法实现生成N个随机数的不重复排列。比较在N不同的情况下这三种算法的运行时间并进行复杂度分析。 利用时间函数生成N个随机数,然后根据上面的三种算法,既是通过生成不同于前i个已生成数比较,相同则去除,不同填入;或保留一个可记录元素是否出现的数组,来比较;或利用swap函数进行交换实现。来实现不重复随机数。-Random number does not repeat There are three algorithms to generate random nu
random-pots-on-the-ball
- 球面上的均匀分布模拟,用于模拟球面上的均匀随机点-Evenly distributed simulation sphere, for uniform random point simulation sphere
Random
- C#的随机数使用方法-Random number using C# method