搜索:Algorithm
找到约 1,300 项符合「Algorithm」的查询结果
结果 1,300
按分类筛选
- 全部
- matlab例程 (182)
- 技术资料 (172)
- 人工智能/神经网络 (130)
- 数学计算 (91)
- 加密解密 (78)
- 数值算法/人工智能 (66)
- 其他 (57)
- 压缩解压 (39)
- 数据结构 (37)
- 其他书籍 (35)
- Java编程 (32)
- 软件设计/软件工程 (23)
- 通讯/手机编程 (21)
- Linux/Unix编程 (19)
- 文章/文档 (19)
- 书籍源码 (17)
- 通讯编程文档 (16)
- 技术管理 (15)
- VHDL/FPGA/Verilog (14)
- 文件格式 (13)
- 单片机编程 (11)
- 单片机开发 (11)
- DSP编程 (9)
- 电子书籍 (9)
- 系统设计方案 (9)
- 行业发展研究 (9)
- 软件工程 (8)
- 汇编语言 (8)
- VC书籍 (8)
- 书籍 (7)
- 编辑器/阅读器 (6)
- JavaScript (6)
- 源码 (5)
- 论文 (5)
- 多媒体处理 (5)
- 操作系统开发 (5)
- CA认证 (5)
- 嵌入式/单片机编程 (5)
- 其他嵌入式/单片机内容 (5)
- 驱动编程 (4)
- 多国语言处理 (4)
- STL (4)
- VIP专区 (4)
- 通信网络 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- 其他行业 (3)
- GPS编程 (3)
- 并行计算 (3)
- 数据库系统 (2)
- Matlab (2)
- Modem编程 (2)
- 游戏 (2)
- *行业应用 (2)
- Applet (2)
- 网络 (2)
- 生物技术 (2)
- 中间件编程 (2)
- 习题答案 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 学术论文 (1)
- 图形图像 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 实用工具 (1)
- 源码/资料 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 金融证券系统 (1)
- Java书籍 (1)
- BREW编程 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- MTK (1)
- 3G开发 (1)
- 能源行业(电力石油煤炭) (1)
https://www.eeworm.com/dl/519/476061.html
加密解密
This program applies Message Digest MD5 Algorithm Developed by Maimouna Al-ammar 5th Year, Compu
This program applies Message Digest MD5 Algorithm
Developed by Maimouna Al-ammar
5th Year, Computer Engineering Department, University of Damascus
Information and Network Security Material
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/932652.html
技术资料
英文论文:A new fuzzy edge detection algorithm
·英文论文:A new fuzzy edge detection algorithm
https://www.eeworm.com/dl/943194.html
技术资料
期刊论文:A new fuzzy edge detection algorithm
·期刊论文:A new fuzzy edge detection algorithm
https://www.eeworm.com/dl/518/205136.html
数值算法/人工智能
这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components)
这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components),是我见过中的最好的,功能较全面,使得用遗传算法编程变得极为容易。
https://www.eeworm.com/dl/665/239087.html
matlab例程
qrd_rls_AR_pred.m - use the QR decomposition-based RLS algorithm to predict complex-valued AR proce
qrd_rls_AR_pred.m - use the QR decomposition-based RLS algorithm
to predict complex-valued AR process.
https://www.eeworm.com/dl/534/263257.html
其他
MPEG MDCT的一些文章 A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast al
MPEG MDCT的一些文章
A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast algorithm of integer MDCT for lossless audio coding
https://www.eeworm.com/dl/650/280706.html
人工智能/神经网络
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means ...
https://www.eeworm.com/dl/641/317567.html
数学计算
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
https://www.eeworm.com/dl/650/327870.html
人工智能/神经网络
遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存
遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法