搜索资源列表
-
0下载:
本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
-
-
0下载:
控制台应用程序:防伪码生成。包括命令行参数接收,泛型的用法,基本流程语句,随机数生成等等。-Console application: security code generation. Including command line arguments received, generic usage, the basic process statement, random number generation and so on.
-
-
0下载:
真正生成随机数的代码 并且得出最大值 简单处理 可以直接调用-Truly random number generation code and obtained the maximum value of simple processing can be called directly
-
-
0下载:
生成伪随机数实例源码下载,演示如何使用C#程序生成伪随机数,运行程序后,只需点击“生成伪随机数”即可。-Generate pseudo random number example source download, demonstrates how to use c# program pseudo random number generation, operation program, simply click on the "formation pseudo random number" can
-
-
0下载:
visual c中随机数产生的程序,可以产生选择范围内的随机数。-visual c in the random number generation program, can generate the random number selection range.
-
-
0下载:
MFC生成随机数,在VC + + 6的条件下操作,有界面操作-MFC random number generation, operating in VC++ 6.0 conditions, there are interface operation
-
-
0下载:
不重复随机数
使用三种算法实现生成N个随机数的不重复排列。比较在N不同的情况下这三种算法的运行时间并进行复杂度分析。
利用时间函数生成N个随机数,然后根据上面的三种算法,既是通过生成不同于前i个已生成数比较,相同则去除,不同填入;或保留一个可记录元素是否出现的数组,来比较;或利用swap函数进行交换实现。来实现不重复随机数。-Random number does not repeat
There are three algorithms to generate random nu
-
-
0下载:
一个简单的随机数生成,猜数字游戏。包括了用户界面的控件数据读写,随机数生成等简易功能。压缩包为整个项目文件,用VS2015以上版本导入直接打开即可(A simple random number generation, guessing digital games. It includes simple functions such as data reading and writing of the user interface, random number generation and so
-
-
1下载:
随机数预测软件,用于预测随机数的生成。。。(Random number prediction software,Generation of prediction random number...)
-