搜索结果
找到约 1,132 项符合
AlgorIThm 的查询结果
按分类筛选
- 全部分类
- matlab例程 (180)
- 人工智能/神经网络 (129)
- 数学计算 (89)
- 加密解密 (78)
- 数值算法/人工智能 (66)
- 其他 (56)
- 压缩解压 (39)
- 数据结构 (37)
- 其他书籍 (34)
- Java编程 (31)
- 软件设计/软件工程 (23)
- 通讯/手机编程 (21)
- 文章/文档 (19)
- Linux/Unix编程 (19)
- 书籍源码 (17)
- 通讯编程文档 (16)
- 技术资料 (16)
- 技术管理 (15)
- VHDL/FPGA/Verilog (14)
- 文件格式 (13)
- 单片机开发 (11)
- 单片机编程 (10)
- DSP编程 (9)
- 电子书籍 (9)
- 行业发展研究 (9)
- 系统设计方案 (9)
- 软件工程 (8)
- 汇编语言 (7)
- VC书籍 (7)
- 书籍 (7)
- JavaScript (6)
- 编辑器/阅读器 (6)
- 多媒体处理 (5)
- 其他嵌入式/单片机内容 (5)
- 嵌入式/单片机编程 (5)
- CA认证 (5)
- 操作系统开发 (5)
- 源码 (5)
- 论文 (5)
- STL (4)
- 驱动编程 (4)
- 多国语言处理 (4)
- VIP专区 (4)
- 教程资料 (3)
- 通信网络 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- GPS编程 (3)
- 其他行业 (3)
- 并行计算 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- 生物技术 (2)
- 游戏 (2)
- 网络 (2)
- Modem编程 (2)
- Applet (2)
- 中间件编程 (2)
- *行业应用 (2)
- 数据库系统 (2)
- Matlab (2)
- 学术论文 (1)
- 实用工具 (1)
- 无线通信 (1)
- 测试测量 (1)
- Internet/网络编程 (1)
- 语音压缩 (1)
- J2ME (1)
- 磁盘编程 (1)
- Jsp/Servlet (1)
- Delphi控件源码 (1)
- BREW编程 (1)
- 教育系统应用 (1)
- Java书籍 (1)
- 3G开发 (1)
- 家庭/个人应用 (1)
- MTK (1)
- RFID编程 (1)
- 能源行业(电力石油煤炭) (1)
- 金融证券系统 (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 设计相关 (1)
- Linux/uClinux/Unix编程 (1)
- 图形图像 (1)
- 习题答案 (1)
单片机开发 base on the mc9sdg128b PID Algorithm
base on the mc9sdg128b PID Algorithm
技术管理 a simple factor approximation algorithm for two-circle point labeling
a simple factor approximation algorithm for two-circle point labeling
软件工程 ucos From a small number of the concept of real-time kernel, developed a simple algorithm available,
ucos From a small number of the concept of real-time kernel, developed a simple algorithm available, the core of the book made a detailed presentation
数据结构 个人完成的dijkstra algorithm例程.直接读取文本文件并完成计算.设置为最大可读512点.
个人完成的dijkstra algorithm例程.直接读取文本文件并完成计算.设置为最大可读512点.
其他 An Efficient K-Means Clustering Algorithm.
An Efficient K-Means Clustering Algorithm.
matlab例程 GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异; ...
matlab例程 source codes for clustering algorithm
source codes for clustering algorithm
人工智能/神经网络 /* This a simple genetic algorithm implementation where the */ /* evaluation function takes positiv
/* This a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objective function
汇编语言 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启
蚁群算法( ant colony algorithm) 是由意大利学者
Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界
中蚂蚁集体寻径的行为而提出的一种基于种群的启发
式仿生进化系统。蚁群算法包含两个基本阶段:适应阶
段和协作阶段。在适应阶段,各候选解根据积累的信息
不断调整自身结构。在协作阶段,候选解之间通过信息
交 ...
压缩解压 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.