Description: random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码-random.zip random number generator to compile the source code of a text editor cmdsrc.zip compilation of source code Platform: |
Size: 63488 |
Author:黄小龙 |
Hits:
Description: 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result. Platform: |
Size: 2048 |
Author:范范 |
Hits:
Description: 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。
2、 通过堆栈及判断实现迷宫的自动寻找路径功能
-1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the final path with "8" that if no path was reportedly Print text, if it were printed out trails path. 2, stack and judgment to achieve the labyrinth path function to automatically search Platform: |
Size: 37888 |
Author:毅君 |
Hits:
Description: 身份证号码生成器(JAVA版),感兴趣的朋友过来看一下,有需要改进的地方.望不吝赐教-identity card number generator (Java version), interested friends and see that there is a need for improvement. Look wing Platform: |
Size: 11264 |
Author:许斌 |
Hits:
Description: 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case. Platform: |
Size: 4096 |
Author:张张 |
Hits:
Description: 通过Monte Carlo仿真,说明DS扩频信号在抑制正弦干扰方面的有效性。用一均匀随机数发生器产生某个二进制信息符号的序列,每个信息比特重复Lc次。
包含文件:DS_restrain_interference.M
SS.M-through Monte Carlo simulation, note DS spread spectrum signal sinusoidal interference in inhibiting the effectiveness. Using a uniform random number generator produce a binary sequence information symbols, each bit of information to repeat Lc times. Documents include : DS_restrain_interference.M SS.M Platform: |
Size: 1024 |
Author:杨絮 |
Hits:
Description: Random Number Generators(随机数生成)包括gaussian random number generator、uniform random number generator、low-frequency hold generator、1/f noise generator等5种随机信号生成的c源代码-Random Number Generators (Random Number Generation), including Gaussian random number generator, uniform random number generator, low-frequency generator hold, a/f noise generator five kinds of random signals generated by the source code c Platform: |
Size: 2048 |
Author: |
Hits:
Description: 电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行
1运行说明:
请输入初始功率S0,形如a+bi
请输入无限大系统母线电压V0
请输入系统等值电抗矩阵B
矩阵B有以下元素组成的行矩阵
1正常运行时的系统直轴等值电抗Xd
2故障运行时的系统直轴等值电抗X d
3故障切除后的系统直轴等值电抗
请输入惯性时间常数Tj
请输入时段数N
请输入哪个时段发生故障Ni
请输入每时段间隔的时间dt-power system stability in the Taiwan Power computing system is not the normal operating mode of calculation. Its mission is a known power system uptime status and be subject to some disturbance, computing power system all synchronous generator can run an operation Note : Please enter the initial power S0, shaped like a bi Please enter the infinite system bus voltage V0 Please enter the system equivalent reactance matrix B matrix B group has the following elements the line matrix into a normal operation of the system straight axis equivalent reactance Xd two fault systems running straight axis equivalent reactance X d 3 after resection of the fault system straight axis equivalent reactance Please enter the inertial time constant Tj Please enter the number of hours which N Please enter a tim Platform: |
Size: 1024 |
Author:魏鹏 |
Hits:
Description: 用matalab开发的随机数生成程序包,用于各种随机数的生成,可到以下网址更新和浏览详细的说明:http://www.math.uu.se/research/telecom/software/-matalab development with the random number generator package, for various random number generator. can be updated to the following website and browse detailed explanation : http :// www.math.uu.se/research/telecom/softwa 're / Platform: |
Size: 62464 |
Author:王邦新 |
Hits:
Description: Distribution generator
Here is a simple generator which can build some distributions with given properties.
Distributions generator (compile with -lm)
Typical use might be:
./distributions -u -m 1 -M 10 -n 100 -s 500
Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500.
./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500
Idem with 200 numbers between 1 and 100 following a power law with exponent --Distribution generatorHere is a simple generator which can build some distributions with given properties.Distributions generator (compile with-lm) Typical use might be:./Distributions-u-m 1-M 10-n 100-s 500Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500../distributions-p-2.2-m 1-M 100-n 200-s 500Idem with 200 numbers between 1 and 100 following a power law with exponent-- Platform: |
Size: 2048 |
Author:阿类 |
Hits:
Description: 伪随机序列产生器,VHDL程序,不记得在哪个论坛上下的。-Pseudo-random sequence generator, VHDL procedures, do not remember in which forum from top to bottom. Platform: |
Size: 2048 |
Author:韩丹 |
Hits:
Description: This is random letter and number string generator.
It may be used to make passwords or strings for a project. The code may be used in any c/pp projects. This code may work on both windows and linux.-This is random letter and number string generator.
It may be used to make passwords or strings for a project. The code may be used in any c/pp projects. This code may work on both windows and linux. Platform: |
Size: 1024 |
Author:BMX |
Hits: