搜索:Fast+Algorithm
找到约 1,556 项符合「Fast+Algorithm」的查询结果
结果 1,556
按分类筛选
- 全部
- 技术资料 (259)
- matlab例程 (195)
- 人工智能/神经网络 (130)
- 数学计算 (99)
- 加密解密 (80)
- 其他 (72)
- 数值算法/人工智能 (69)
- 压缩解压 (44)
- 其他书籍 (42)
- 数据结构 (41)
- Java编程 (34)
- Linux/Unix编程 (26)
- 通讯/手机编程 (25)
- 软件设计/软件工程 (25)
- 单片机编程 (21)
- 文章/文档 (21)
- 书籍源码 (20)
- 通讯编程文档 (20)
- VHDL/FPGA/Verilog (16)
- 单片机开发 (15)
- 文件格式 (13)
- 技术管理 (13)
- DSP编程 (11)
- 软件工程 (11)
- 系统设计方案 (11)
- 书籍 (11)
- 电子书籍 (10)
- Delphi控件源码 (10)
- 嵌入式/单片机编程 (8)
- 操作系统开发 (7)
- 其他嵌入式/单片机内容 (7)
- 行业发展研究 (7)
- 源码 (7)
- 论文 (7)
- 可编程逻辑 (6)
- 汇编语言 (6)
- STL (6)
- JavaScript (6)
- VC书籍 (6)
- 学术论文 (5)
- 多媒体处理 (5)
- 教程资料 (5)
- CA认证 (5)
- 驱动编程 (4)
- Internet/网络编程 (4)
- 编辑器/阅读器 (4)
- 编译器/解释器 (4)
- 多国语言处理 (4)
- 其他数据库 (4)
- 嵌入式Linux (4)
- 微处理器开发 (4)
- VIP专区 (4)
- 电源技术 (3)
- 无线通信 (3)
- 数据库系统 (3)
- 通信网络 (3)
- 嵌入式综合 (3)
- Modem编程 (3)
- Applet (3)
- 网络 (3)
- 家庭/个人应用 (3)
- 其他行业 (3)
- GPS编程 (3)
- 并行计算 (3)
- 图形图像 (2)
- 实用工具 (2)
- Matlab (2)
- 模拟电子 (2)
- 游戏 (2)
- *行业应用 (2)
- 生物技术 (2)
- Windows CE (2)
- 中间件编程 (2)
- MySQL数据库 (2)
- 3G开发 (2)
- C/C++语言编程 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 仿真技术 (1)
- 存储器技术 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 工控技术 (1)
- 教育系统应用 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- USB编程 (1)
- Java书籍 (1)
- J2ME (1)
- VxWorks (1)
- Windows Mobile (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- MTK (1)
- 能源行业(电力石油煤炭) (1)
- 习题答案 (1)
- 其他 (1)
https://www.eeworm.com/dl/518/316961.html
数值算法/人工智能
遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术. 遗传算法的基本原理 在遗传算法的执行过程中,每一代有许多不同的种群个体
遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术.
遗传算法的基本原理
在遗传算法的执行过程中,每一代有许多不同的种群个体(染色体 )同时存在。这些染色体中哪个保留(生存)、哪个淘汰(死亡),是根据 它们对环境的适应能力来决定的,适应性强的有更多 ...
https://www.eeworm.com/dl/620/110636.html
Internet/网络编程
The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algori
The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class.
https://www.eeworm.com/dl/665/212275.html
matlab例程
By building a nonlinear function relationship between an d the error signal
By building a nonlinear function relationship between an d the error signal,this paper presents a no—
vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.
https://www.eeworm.com/dl/650/295357.html
人工智能/神经网络
基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognitio
基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face
% recognition algorithm, and then plots resulting accuracy.
https://www.eeworm.com/dl/665/319681.html
matlab例程
Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The power in
Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The power in parallel channel (after decomposition) is distributed as water-filling algorithm
https://www.eeworm.com/dl/650/250081.html
人工智能/神经网络
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students ar ...
https://www.eeworm.com/dl/633/121710.html
Java编程
java人工股市源码
java人工股市源码,用了GA(Genetic Algorithm)和ANN(Artificial Neural Network)。内附程序详细说明,强烈推荐!
https://www.eeworm.com/dl/906843.html
技术资料
fcfs
先到先服务算法,代码加详细的说明,对于初学者们很有用。-First come first serve algorithm
https://www.eeworm.com/dl/906855.html
技术资料
APF22222
基于蚁群算法的机器人路径规划MATLAB源码-Ant colony algorithm based on MATLAB source code for Robot Path Planning
https://www.eeworm.com/dl/665/253865.html
matlab例程
The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The p
The
Capacity of a MIMO channel with nt transmit antenna and nr recieve
antenna is analyzed. The power in parallel channel (after
decomposition) is distributed as water-filling algorithm