搜索资源列表
随机产生字符串
- 随机产生一段字符串。-randomly generated string section.
随机产生迷宫
- 随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。-randomly generated a maze. To be able to find a path through. All can find the path through.
Test_Rand(0-1随机数的产生DEMO)
- 随机数的获取,用VC实现,随机产生一定范围内的数据-random access, with VC, randomly generated within a certain range of data
S_P盒的产生
- 置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
随机产生字符串
- 随机产生一段字符串。-randomly generated string section.
产生真正的随机数
- 产生真正的随机数-generate a truly random number
产生彩色验证码
- 产生彩色验证码_(javabean实现) -produce color certification yards _ (javabean achieved)
随机产生迷宫
- 随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。-randomly generated a maze. To be able to find a path through. All can find the path through.
Test_Rand(0-1随机数的产生DEMO)
- 随机数的获取,用VC实现,随机产生一定范围内的数据-random access, with VC, randomly generated within a certain range of data
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
分行草源代码
- Grass文件夹下为分形草的程序源代码,程序运行后,只需要按空格键就可以随机产生不同的分形草图形。-Grass folder Fractal grass for the program's source code to run, according to the space bar can be randomly generated on the grass fractal graphics.
伪随机序列
- 线形反馈移位寄存器(LFSR)是数字系统中一个重要的结构,本程序可以自动产生AHDL,VHDL,Verilog的源代码及电路原理图。程序可以运行在win98/2000/NT平台-linear feedback shift register (LFSR) digital system is an important structure, the process can be automatically generated AHDL, VH
随机数产生起stocc
- 很好用的随机数产生器,包含正态分布,对数正态分布,均匀分布等好多随机分布的随机数产生方法。-good on a random number generator, including normal, lognormal distribution, uniform distribution of many random distribution of random selection.
S_P盒的产生
- 置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
JAVA绘制简单彩色图形
- * 绘图,矩形和椭圆。图形的位置坐标、图形大小和颜色随机产生 * 用户操作按钮绘图-* Drawings, rectangular and oval. Graphical location coordinates, size and color graphics randomly generated* user button graphics
随机迷宫解
- 输入任意大小的矩阵阶数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
随机抽奖
- 通过点击开始,随机产生5个数值,确定中奖号码(By clicking start, 5 values are randomly generated to determine the winning number)
字符大小写字母转换和随机产生数组返回最小值
- 实现大小写字母转换,随机产生数组并返回其最小值,C语言编写的代码(Conversion of capitals and lowercase letters)
java随机产生验证码
- java随机产生验证码,可以随机生成数字、大写字母、小写字母。还可以随机生成文字字体、及大小。在图片上面可能字体都不不同、大小不等(Java randomly generates verification code, which can generate numbers, uppercase letters and lowercase letters randomly. You can also randomly generate te
作业1
- 用链表存放一批随机产生的日期及其处理的DEMO程序(DEMO Program for Storing a Batch of Random Generated Dates and Their Processing with Link List)