搜索:random+algorithm
找到约 1,409 项符合「random+algorithm」的查询结果
结果 1,409
按分类筛选
- 全部
- matlab例程 (158)
- 人工智能/神经网络 (106)
- 数学计算 (80)
- 加密解密 (73)
- 数值算法/人工智能 (55)
- 其他 (49)
- 技术资料 (48)
- 数据结构 (33)
- 压缩解压 (29)
- Java编程 (28)
- 其他书籍 (27)
- 通讯/手机编程 (19)
- 通讯编程文档 (17)
- 软件设计/软件工程 (17)
- 文章/文档 (16)
- 书籍源码 (14)
- Linux/Unix编程 (12)
- 单片机开发 (12)
- DSP编程 (11)
- 技术管理 (11)
- VHDL/FPGA/Verilog (10)
- 软件工程 (9)
- 多国语言处理 (9)
- 系统设计方案 (9)
- 电子书籍 (8)
- 文件格式 (8)
- JavaScript (6)
- 行业发展研究 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- CA认证 (5)
- 汇编语言 (5)
- 3G开发 (5)
- 书籍 (5)
- 驱动编程 (4)
- VC书籍 (4)
- 其他嵌入式/单片机内容 (4)
- *行业应用 (3)
- Applet (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- STL (3)
- 其他行业 (3)
- GPS编程 (3)
- 游戏 (2)
- 编译器/解释器 (2)
- 网络 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 学术论文 (1)
- 数据库系统 (1)
- 存储器技术 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- BREW编程 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/516/198298.html
DSP编程
TI Algorithm Soft Kit 5.10 仅包括实例及其原代码
TI Algorithm Soft Kit 5.10 仅包括实例及其原代码,可用于ccs2.20.18以及Studio3.1上使用。
https://www.eeworm.com/dl/534/198833.html
其他
Efficient skew estimation and correction algorithm for document images。一篇英文文献
Efficient skew estimation and correction algorithm for document images。一篇英文文献,内容新进。
https://www.eeworm.com/dl/617/206146.html
压缩解压
image compression using btc algorithm. matlab program. This function accepts an image(color or gray)
image compression using btc algorithm. matlab program. This function accepts an image(color or gray) and compresses it using the block truncation coding.
https://www.eeworm.com/dl/641/186529.html
数学计算
/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F
/*
* EULER S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y = F(T,Y), A<=T<=B, Y(A) = ALPHA,
* AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B].
*
* INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N.
*
* OUTPUT: APPROXIMATION W TO Y AT THE ...
https://www.eeworm.com/dl/641/186907.html
数学计算
这是不错的LP algorithm(linear programe) 内容我测试过
这是不错的LP algorithm(linear programe)
内容我测试过,效能不错
https://www.eeworm.com/dl/641/289151.html
数学计算
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
algorithm to sample from the distribution P ~ EXP(-F), where F is the
first argument to HMC. The Markov chain starts at the point X, and
the function GRADF is the gradient of the `energy fun ...
https://www.eeworm.com/dl/654/354796.html
数据结构
在有向图中计算最小生成树---Edmonds s Algorithm
在有向图中计算最小生成树---Edmonds s Algorithm
https://www.eeworm.com/dl/519/320611.html
加密解密
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数:
p:L bits长的素数。L是64的倍数,范围是512到1024;
q:p - 1的160bits的素因子;
g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > ...
https://www.eeworm.com/dl/633/437294.html
Java编程
this program explains the K_means cluster Algorithm. and also direct to the best k value
this program explains the K_means cluster Algorithm. and also direct to the best k value
https://www.eeworm.com/dl/665/437876.html
matlab例程
Express gatool use of MATLAB in the implementation of training neural network genetic algorithm proc
Express gatool use of MATLAB in the implementation of training neural network genetic algorithm procedure