搜索:random+algorithm
找到约 1,409 项符合「random+algorithm」的查询结果
结果 1,409
按分类筛选
- 全部
- matlab例程 (196)
- 技术资料 (189)
- 人工智能/神经网络 (133)
- 数学计算 (93)
- 加密解密 (80)
- 数值算法/人工智能 (75)
- 其他 (64)
- 压缩解压 (41)
- 数据结构 (40)
- 其他书籍 (38)
- Java编程 (32)
- 通讯/手机编程 (23)
- 软件设计/软件工程 (22)
- Linux/Unix编程 (21)
- 通讯编程文档 (21)
- 书籍源码 (18)
- 文章/文档 (18)
- VHDL/FPGA/Verilog (18)
- 单片机开发 (15)
- 文件格式 (14)
- 书籍 (13)
- DSP编程 (12)
- 单片机编程 (11)
- 电子书籍 (11)
- 技术管理 (11)
- 系统设计方案 (11)
- 软件工程 (10)
- 多国语言处理 (10)
- 汇编语言 (8)
- VC书籍 (8)
- 行业发展研究 (8)
- JavaScript (6)
- 多媒体处理 (5)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- CA认证 (5)
- 嵌入式/单片机编程 (5)
- 其他嵌入式/单片机内容 (5)
- 3G开发 (5)
- 源码 (5)
- 论文 (5)
- 驱动编程 (4)
- Applet (4)
- STL (4)
- 其他行业 (4)
- 学术论文 (3)
- 通信网络 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- *行业应用 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- GPS编程 (3)
- 并行计算 (3)
- VIP专区 (3)
- 设计相关 (2)
- 数据库系统 (2)
- 测试测量 (2)
- Matlab (2)
- Modem编程 (2)
- 游戏 (2)
- 网络 (2)
- Java书籍 (2)
- 生物技术 (2)
- 中间件编程 (2)
- 邮电通讯系统 (2)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 存储器技术 (1)
- 图形图像 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 实用工具 (1)
- 工控技术 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- BREW编程 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- MTK (1)
- 能源行业(电力石油煤炭) (1)
- 习题答案 (1)
https://www.eeworm.com/dl/906872.html
技术资料
Apriori(cpp)
使用APRIORI算法搜索相关联的项目,在搜索前需要用户先对项目的个数和最低支持度进行设置-The Search algorithm using APRIORI associated projects
https://www.eeworm.com/dl/948266.html
技术资料
H.264搜索算法的IEEE论文20篇
·H.264搜索算法的IEEE论文20篇文件列表: h.264搜索算法相关IEEE论文 .........................\A NEW CROSS DIAMOND SEARCH ALGORITHM FOR BLOCK MOTION ESTIMATION.pdf .........................\A NEW CROSS-DIA
https://www.eeworm.com/dl/518/379433.html
数值算法/人工智能
History : Author : JAG (Jagatpreet Singh) % Created on : 05022003 (Friday. 2nd May, 2003) % Commen
History : Author : JAG (Jagatpreet Singh)
% Created on : 05022003 (Friday. 2nd May, 2003)
% Comments : The basic PSO algorithm.
% Modified on : 0710003 (Thursday. 10th July, 2003)
% Comments : It uses psoOptions structure now. More organized.标准粒子群优化算法工具箱 ...
https://www.eeworm.com/dl/665/343279.html
matlab例程
小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_tes
小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : ...
https://www.eeworm.com/dl/518/174382.html
数值算法/人工智能
A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone ...
https://www.eeworm.com/dl/678/448247.html
系统设计方案
The most straightforward approximation is the standard Gaussian approximation, where the MAI is appr
The most straightforward approximation is the standard Gaussian approximation, where the MAI is approximated by a Gaussian random variable. This approximation is simple, however it is not accurate in general. In situations where the number of users is not large, the Gaussian appr ...
https://www.eeworm.com/dl/641/432790.html
数学计算
program which uses hashing techniques for storing and retrieving the data. Input to the program:
program which uses hashing techniques for storing and retrieving the data.
Input to the program: Some random numbers. Input will be from a file.
Output: First the program reads all the input and store it properly using some hash techniques.
Once your program reads the complete ...
https://www.eeworm.com/dl/551/11180.html
实用工具
C
C语言经典电子书
C常用算法程序集
数据结构C语言版
C专家编程
C语言经典编程900例-C language algorithm used classic e-book C data
https://www.eeworm.com/dl/906814.html
技术资料
C
C语言经典电子书
C常用算法程序集
数据结构C语言版
C专家编程
C语言经典编程900例-C language algorithm used classic e-book C data