搜索: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/519/471690.html
加密解密
I try to make crypto algorithm that called BCA-64 and try to code it in C language
I try to make crypto algorithm that called BCA-64 and try to code it in C language
https://www.eeworm.com/dl/641/431140.html
数学计算
This is a simple code sample to interpolate a 3d set of points using the bezier algorithm minimized
This is a simple code sample to interpolate a 3d set of points using the bezier algorithm minimized to 4 points.
https://www.eeworm.com/dl/633/435256.html
Java编程
this progam written in java language and describe the des algorithm that allow us to encrypt and de
this progam written in java language
and describe the des algorithm that allow us to encrypt and decrypt the information
https://www.eeworm.com/dl/518/435770.html
数值算法/人工智能
This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking
This progamram desrible how put N queens on the board have size N*N
Using algorithm back tracking
https://www.eeworm.com/dl/641/493661.html
数学计算
This source code show you how to implement the FFT algorithm in c.details please referent my fft.c f
This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
https://www.eeworm.com/dl/648/474299.html
单片机开发
A modified version of PSO algorithm which can be used to search the minimum value inside a specified
A modified version of PSO algorithm which can be used to search the minimum value inside a specified range. Using f1s.m to test the function!
https://www.eeworm.com/dl/665/479496.html
matlab例程
load flow algorithm, with entering bus data and line data it solves the load flow with newton method
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
https://www.eeworm.com/dl/518/480435.html
数值算法/人工智能
The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of cla
The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically leads to small trees. The examples are given in attribute-value representat ...
https://www.eeworm.com/dl/534/255695.html
其他
几篇最经典的运动搜索算法的IEEE论文:A1. Enhanced Hexagonal Search for Fast Block Motion Estimation;A2. Hexagon-based
几篇最经典的运动搜索算法的IEEE论文:A1. Enhanced Hexagonal Search for Fast Block Motion Estimation;A2. Hexagon-based search pattern for fast block motion estimation;A3. Predictive Motion Vector Field Adaptive Search Technique (PMVFAST)等
https://www.eeworm.com/dl/617/132267.html
压缩解压
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent ...