搜索结果

找到约 179 项符合 Random 的查询结果

数学计算 Math.NET开源数学库 C#实现 具体功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A spa

Math.NET开源数学库 C#实现 具体功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Distribution fonctions, see MathNet.Numerics.Distribut ...
https://www.eeworm.com/dl/641/178719.html
下载: 184
查看: 1320

Delphi控件源码 自己做的猜数字游戏

自己做的猜数字游戏, 用的是random, 很基本的一个程序
https://www.eeworm.com/dl/666/190737.html
下载: 186
查看: 1027

汇编语言 Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1

Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1,……,n} {S为初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 从当前回路S产生新回路S′}         Δt:=f(S′))-f(S) {f(S)为路 ...
https://www.eeworm.com/dl/644/191017.html
下载: 183
查看: 1062

VC书籍 Secure Programming Cookbook for C and C++ is an important new resource for developers serious about

Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, sy ...
https://www.eeworm.com/dl/686/192064.html
下载: 129
查看: 1082

matlab例程 The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wa

The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wave scattering with special emphasis on wave scattering by random rough surfaces and discrete random media.
https://www.eeworm.com/dl/665/193434.html
下载: 144
查看: 1088

数值算法/人工智能 使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的

使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问 ...
https://www.eeworm.com/dl/518/195541.html
下载: 186
查看: 1033

VHDL/FPGA/Verilog 基于Verilog-HDL的硬件电路的实现 9.3 脉冲计数与显示   9.3.1 脉冲计数器的工作原理   9.3.2 计数模块的设计与实现   9.3.3 parameter的使用

基于Verilog-HDL的硬件电路的实现 9.3 脉冲计数与显示   9.3.1 脉冲计数器的工作原理   9.3.2 计数模块的设计与实现   9.3.3 parameter的使用方法   9.3.4 repeat循环语句的使用方法   9.3.5 系统函数$random的使用方法   9.3.6 脉冲计数器的Verilog-HDL描述   9.3.7 特定脉冲序列的发生   9.3.8 ...
https://www.eeworm.com/dl/663/197557.html
下载: 128
查看: 1207

matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
https://www.eeworm.com/dl/665/199083.html
下载: 108
查看: 1098

数值算法/人工智能 Distribution generator Here is a simple generator which can build some distributions with given pro

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 ...
https://www.eeworm.com/dl/518/204069.html
下载: 150
查看: 1038

加密解密 C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProb ...
https://www.eeworm.com/dl/519/206151.html
下载: 50
查看: 1099