搜索:tracking+algorithm
找到约 1,374 项符合「tracking+algorithm」的查询结果
结果 1,374
按分类筛选
- 全部
- matlab例程 (161)
- 人工智能/神经网络 (103)
- 数学计算 (77)
- 加密解密 (70)
- 技术资料 (55)
- 数值算法/人工智能 (51)
- 其他 (50)
- 数据结构 (31)
- 其他书籍 (30)
- 压缩解压 (27)
- Java编程 (26)
- 软件设计/软件工程 (20)
- 通讯/手机编程 (17)
- 文章/文档 (17)
- 书籍源码 (14)
- Linux/Unix编程 (13)
- 通讯编程文档 (13)
- 技术管理 (12)
- 行业发展研究 (11)
- 单片机开发 (10)
- DSP编程 (9)
- 文件格式 (9)
- VHDL/FPGA/Verilog (9)
- GPS编程 (9)
- 软件工程 (8)
- 电子书籍 (8)
- 系统设计方案 (8)
- JavaScript (6)
- 操作系统开发 (5)
- CA认证 (5)
- 汇编语言 (5)
- 其他嵌入式/单片机内容 (5)
- 驱动编程 (4)
- 编辑器/阅读器 (4)
- 网络 (4)
- 多国语言处理 (4)
- *行业应用 (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- STL (3)
- 中间件编程 (3)
- VC书籍 (3)
- 书籍 (3)
- 游戏 (2)
- 编译器/解释器 (2)
- 其他行业 (2)
- 生物技术 (2)
- 并行计算 (2)
- Jsp/Servlet (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 微处理器开发 (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 交通/航空行业 (1)
- Windows CE (1)
- SQL Server (1)
- RFID编程 (1)
- 3G开发 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/641/284866.html
数学计算
This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps t
This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: C ...
https://www.eeworm.com/dl/617/248202.html
压缩解压
Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Natu
Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Nature paper.
https://www.eeworm.com/dl/534/256376.html
其他
主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface
主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface mapping)算法。
and a simple clustering algorithm.
https://www.eeworm.com/dl/650/176530.html
人工智能/神经网络
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graph
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.
https://www.eeworm.com/dl/665/178584.html
matlab例程
the program is based on LMS filter algorithm,and it has been simulated,the simulation environment is
the program is based on LMS filter algorithm,and it has been simulated,the simulation environment is matlab
https://www.eeworm.com/dl/627/155094.html
语音压缩
Intel/DVI ADPCM coder/decoder. The algorithm for this coder was taken from the IMA Compatability Pr
Intel/DVI ADPCM coder/decoder.
The algorithm for this coder was taken from the IMA Compatability Project
proceedings
https://www.eeworm.com/dl/665/216492.html
matlab例程
New matching pursuit-based algorithm for SNR improvement in ultrasonic NDT (signal process 中的文章
New matching pursuit-based algorithm for SNR improvement in ultrasonic NDT
(signal process 中的文章,mp去噪)
https://www.eeworm.com/dl/619/171810.html
Linux/Unix编程
The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequence
The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences include the uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with the largest correlation metric.
Presently, only 8-PSK modulat ...
https://www.eeworm.com/dl/519/206918.html
加密解密
Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The origina
Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET.
Tiger Tree Hash算法的C#实现!
https://www.eeworm.com/dl/650/200938.html
人工智能/神经网络
This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your pr
This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values.