搜索: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/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
https://www.eeworm.com/dl/665/371770.html
matlab例程
PRINCIPLE: PLS cross-validation using the SIMPLS or WIMPLS algorithm, respectively for tall or wide
PRINCIPLE: PLS cross-validation using the SIMPLS or WIMPLS algorithm, respectively for tall or wide X-data. The optimal approach is selected automatically.
https://www.eeworm.com/dl/641/410485.html
数学计算
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide.
...
https://www.eeworm.com/dl/518/384083.html
数值算法/人工智能
Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or ...
https://www.eeworm.com/dl/665/384109.html
matlab例程
Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by t ...
https://www.eeworm.com/dl/542/385956.html
其他书籍
并行计算的英文教程 Parallel Computation Architecture, Algorithm and Programming
并行计算的英文教程
Parallel Computation
Architecture, Algorithm and Programming
https://www.eeworm.com/dl/646/427184.html
通讯编程文档
contains documents about new insights into the recursive least squares algorithm and a sample matlab
contains documents about new insights into the recursive least squares algorithm and a sample matlab code for rls algorithm
https://www.eeworm.com/dl/665/427489.html
matlab例程
Control optimisation. It is example of use BFGS algorithm to control satellite form Earth atmosphere
Control optimisation. It is example of use BFGS algorithm to control satellite form Earth atmosphere to the Mars. Controled is engine power (bang-bang type) and angle of nozze.
https://www.eeworm.com/dl/617/428932.html
压缩解压
This code implements the arithmetic coding algorithm used for text compression. At present it takes
This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.