搜索:Packet+Algorithm
找到约 1,386 项符合「Packet+Algorithm」的查询结果
结果 1,386
按分类筛选
- 全部
- matlab例程 (150)
- 人工智能/神经网络 (100)
- 数学计算 (76)
- 加密解密 (70)
- 数值算法/人工智能 (50)
- 技术资料 (45)
- 其他 (42)
- 数据结构 (31)
- Java编程 (30)
- 其他书籍 (27)
- 压缩解压 (27)
- 通讯/手机编程 (20)
- Linux/Unix编程 (17)
- 文章/文档 (17)
- 软件设计/软件工程 (17)
- 通讯编程文档 (14)
- 书籍源码 (13)
- 电子书籍 (12)
- 单片机开发 (12)
- 技术管理 (11)
- VHDL/FPGA/Verilog (10)
- DSP编程 (9)
- 软件工程 (9)
- 网络 (9)
- 文件格式 (9)
- 系统设计方案 (8)
- 驱动编程 (7)
- JavaScript (6)
- 书籍 (6)
- 操作系统开发 (5)
- CA认证 (5)
- 汇编语言 (5)
- 嵌入式/单片机编程 (5)
- 行业发展研究 (5)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 其他嵌入式/单片机内容 (4)
- 其他数据库 (3)
- STL (3)
- VC书籍 (3)
- GPS编程 (3)
- Internet/网络编程 (2)
- Modem编程 (2)
- 游戏 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 通信网络 (1)
- 教程资料 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 微处理器开发 (1)
- Java书籍 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- Windows CE (1)
- 手机彩信(MMS)编程 (1)
- TAPI编程 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/665/480589.html
matlab例程
a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
https://www.eeworm.com/dl/665/480842.html
matlab例程
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
https://www.eeworm.com/dl/519/484586.html
加密解密
A paper on the Rijndael encryption/decryption algorithm (now known as the AES standard) written by t
A paper on the Rijndael encryption/decryption algorithm (now known as the AES standard) written by the authors.
https://www.eeworm.com/dl/692/443162.html
行业发展研究
this document describes in details the freeman s chain code algorithm in regards to using for featur
this document describes in details the freeman s chain code algorithm in regards to using for feature extraction in an OCR Application
it also describes all the necessary phases to develop an ocr
https://www.eeworm.com/dl/650/145751.html
人工智能/神经网络
差别算法matlab代码(differential algorithm)及粒子群算法的介绍
差别算法matlab代码(differential algorithm)及粒子群算法的介绍
https://www.eeworm.com/dl/534/132575.html
其他
apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 199
apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 1993).<br> * Other than the standard apriori algorithm, this program enable to find<br> * apriori all relation.
https://www.eeworm.com/dl/518/102977.html
数值算法/人工智能
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tes ...
https://www.eeworm.com/dl/619/282988.html
Linux/Unix编程
Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and g
Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and generates high quality, smooth images.
https://www.eeworm.com/dl/641/284868.html
数学计算
This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hier
This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as ran ...
https://www.eeworm.com/dl/519/278165.html
加密解密
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fi
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.