搜索: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/519/320611.html
加密解密
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数:
p:L bits长的素数。L是64的倍数,范围是512到1024;
q:p - 1的160bits的素因子;
g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > ...
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.