搜索结果
找到约 179 项符合
Random 的查询结果
按分类筛选
- 全部分类
- matlab例程 (21)
- 其他 (15)
- 汇编语言 (11)
- 数值算法/人工智能 (10)
- 数学计算 (9)
- 多国语言处理 (8)
- 人工智能/神经网络 (7)
- 书籍 (7)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (5)
- 其他书籍 (5)
- Java编程 (5)
- 单片机开发 (5)
- 数据结构 (4)
- 3G开发 (4)
- 加密解密 (4)
- 单片机编程 (3)
- DSP编程 (3)
- VC书籍 (3)
- 通讯/手机编程 (3)
- Linux/Unix编程 (3)
- 技术资料 (3)
- 学术论文 (2)
- 软件工程 (2)
- 文章/文档 (2)
- 电子书籍 (2)
- 邮电通讯系统 (2)
- Applet (2)
- 压缩解压 (2)
- 系统设计方案 (2)
- 开发工具 (1)
- 工控技术 (1)
- 测试测量 (1)
- 设计相关 (1)
- 文件格式 (1)
- Java书籍 (1)
- 游戏 (1)
- 其他行业 (1)
- Delphi控件源码 (1)
- 行业发展研究 (1)
- 书籍源码 (1)
- BREW编程 (1)
- 微处理器开发 (1)
- *行业应用 (1)
- SCSI/ASPI (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 技术教程 (1)
- 多媒体处理 (1)
- 存储器技术 (1)
数学计算 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 ...
Delphi控件源码 自己做的猜数字游戏
自己做的猜数字游戏,
用的是random,
很基本的一个程序
汇编语言 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)为路 ...
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 ...
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.
数值算法/人工智能 使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的
使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。
你可以利用 load 来载入推销员问 ...
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 ...
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 ...
数值算法/人工智能 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 ...
加密解密 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 ...