搜索资源列表
AntiAuto_Source
- asp.net页面中自动生成随机数的一个例子 感觉不错-Asp. Net pages automatically generate a random number of examples of good feeling
2006102715330116858
- VB.NET 动静态随机数.rar 运行平台 LINUX/UNIX Macintosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows NT MS-DOS-VB.NET dynamic and static random number. Rar Linux operating platform / UNIX Macint osh Windows Server 2003 Windows 200
insidesort
- 本程序通过编写五种不同的排序算法,以实现对算法时间复杂度的感性认识,程序可以对任意的一串数据进行从小到大的自然排序。而本程序以随机的数作为了待排数据,更体现了算法的全面性。-procedures through the preparation of the five different sorting algorithm to achieve the right time complexity of the algorithm was an agile and procedures can be
sgayiyuanyouhua
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm - Guo Tao algorithm optimization is the most
ep142
- 用蒙特卡罗算法计算定积分,其中用了随机数函数。-Monte Carlo algorithm to calculate the definite integral, which used the random number function.
WindowsForms
- C#写的防伪码生成器,winform界面,实现两个随机数发生器。-C# to write the security code generator, winform interface, the achievement of the two random number generator.
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_quicksort
- 生成10000(可修改)的随机数,快速排序,并记录时间-Generated 10000 (may be amended) of the random number, quick sort, and record the time
rand
- 生成伪随机数代码,只要将头文件置于程序中即可-code for generate the false random number
TestRan
- 一个用C#编写的随机抽取一定范围内一个数的小程序,包含全部源代码,与大家分享,并谢谢批评指正-Written in C# using a random number within a certain range a small program that contains all the source code to share with you, and thank you criticize the correction
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.rar
- 生成随机数,可以选择生成位数,随机的范围等等,用于需要随机出许多数字的情况,Needs to randomly generate a random number, and can choose to generate digits, random range, etc., for many digital
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.
The-median-and-inverse-number
- 读者可以输入一个随机数字,改程序可以判断出该数字为几位数字,并且求初期逆序数,并通过程序输出最后结果-Readers can enter a random number, change the program can determine the number of digits of and seeking initial reverse number, and the final result output by the program
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
- C#的随机数使用方法-Random number using C# method
16807-Random-Number-Generator
- 16807随机数生成器,采用线性同余法,a=16807,b=0,m=2147483647-16807 random number generator, using a linear congruential method, a = 16807, b = 0, m = 2147483647