搜索:Fast+Algorithm
找到约 1,556 项符合「Fast+Algorithm」的查询结果
结果 1,556
按分类筛选
- 全部
- matlab例程 (167)
- 人工智能/神经网络 (102)
- 数学计算 (87)
- 加密解密 (72)
- 数值算法/人工智能 (54)
- 技术资料 (54)
- 其他 (53)
- 数据结构 (34)
- 其他书籍 (31)
- 压缩解压 (31)
- Java编程 (27)
- 通讯/手机编程 (19)
- 软件设计/软件工程 (19)
- 文章/文档 (17)
- 书籍源码 (16)
- Linux/Unix编程 (16)
- 通讯编程文档 (16)
- 技术管理 (12)
- 单片机开发 (11)
- DSP编程 (10)
- VHDL/FPGA/Verilog (10)
- 软件工程 (9)
- 文件格式 (9)
- 系统设计方案 (9)
- 电子书籍 (8)
- 操作系统开发 (7)
- Delphi控件源码 (6)
- JavaScript (6)
- 其他嵌入式/单片机内容 (6)
- CA认证 (5)
- 汇编语言 (5)
- 嵌入式/单片机编程 (5)
- STL (5)
- 行业发展研究 (5)
- 驱动编程 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 编译器/解释器 (3)
- 网络 (3)
- 其他数据库 (3)
- 嵌入式Linux (3)
- 微处理器开发 (3)
- 家庭/个人应用 (3)
- VC书籍 (3)
- GPS编程 (3)
- 书籍 (3)
- 数据库系统 (2)
- Internet/网络编程 (2)
- Modem编程 (2)
- 游戏 (2)
- *行业应用 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- 3G开发 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 实用工具 (1)
- 教程资料 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- USB编程 (1)
- Java书籍 (1)
- J2ME (1)
- VxWorks (1)
- 生物技术 (1)
- Windows CE (1)
- Windows Mobile (1)
- MySQL数据库 (1)
- SQL Server (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
- 其他 (1)
https://www.eeworm.com/dl/534/201275.html
其他
Fast Discrete Curvelet Transform有正反变换,各个程序里面的参数都有详细的说明.
Fast Discrete Curvelet Transform有正反变换,各个程序里面的参数都有详细的说明.
https://www.eeworm.com/dl/641/129446.html
数学计算
Algorithm Design Manual 欢迎你下载ginger547的算法系列资料
Algorithm Design Manual 欢迎你下载ginger547的算法系列资料
https://www.eeworm.com/dl/937506.html
技术资料
Parallel ant colony algorithm and its application in the capacitated lot sizing problem for an agile
资料->【C】嵌入系统->【C3】自动化控制->【1】控制算法->【蚁群算法】->Parallel ant colony algorithm and its application in the capacitated lot sizing problem for an agile supply chain.pdf
https://www.eeworm.com/dl/665/237677.html
matlab例程
This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Too
This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
https://www.eeworm.com/dl/665/239088.html
matlab例程
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
https://www.eeworm.com/dl/532/228819.html
书籍源码
C procedures commonly used algorithm sets. Common C language code link. Contact enhancement of the C
C procedures commonly used algorithm sets. Common C language code link. Contact enhancement of the C language code capacity.
https://www.eeworm.com/dl/665/237354.html
matlab例程
A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space.
A hill climbing algorithm for finding the minimum of a function
fitnessfun in the real space.
https://www.eeworm.com/dl/684/260272.html
软件设计/软件工程
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulation environment. The core is packaged as a soft (VHDL) macro and it implements all transcenden-tal functions. Analysis of the accuracy of the algorithms implemen ...
https://www.eeworm.com/dl/650/251849.html
人工智能/神经网络
This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output i ...
https://www.eeworm.com/dl/654/255048.html
数据结构
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data struc
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.