搜索:Tree+Algorithm
找到约 1,515 项符合「Tree+Algorithm」的查询结果
结果 1,515
按分类筛选
- 全部
- 技术资料 (184)
- matlab例程 (179)
- 人工智能/神经网络 (140)
- 数学计算 (92)
- 数据结构 (86)
- 加密解密 (78)
- 数值算法/人工智能 (76)
- 其他 (75)
- Java编程 (52)
- 压缩解压 (48)
- 其他书籍 (37)
- Linux/Unix编程 (29)
- 软件设计/软件工程 (29)
- 文章/文档 (22)
- 通讯/手机编程 (21)
- 书籍源码 (21)
- 通讯编程文档 (16)
- VHDL/FPGA/Verilog (16)
- 技术管理 (15)
- 文件格式 (14)
- JavaScript (13)
- 单片机开发 (12)
- 系统设计方案 (11)
- 数据库系统 (10)
- 电子书籍 (10)
- DSP编程 (9)
- 单片机编程 (8)
- 软件工程 (8)
- 其他数据库 (8)
- VC书籍 (8)
- 行业发展研究 (8)
- 编译器/解释器 (7)
- 汇编语言 (7)
- 书籍 (7)
- 操作系统开发 (6)
- 编辑器/阅读器 (6)
- Applet (6)
- 多国语言处理 (6)
- 其他嵌入式/单片机内容 (6)
- 源码 (6)
- 多媒体处理 (5)
- 驱动编程 (5)
- CA认证 (5)
- 嵌入式/单片机编程 (5)
- Java书籍 (5)
- 论文 (5)
- 网络 (4)
- STL (4)
- 学术论文 (3)
- 通信网络 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- Internet/网络编程 (3)
- 教育系统应用 (3)
- 其他行业 (3)
- 中间件编程 (3)
- SQL Server (3)
- GPS编程 (3)
- 并行计算 (3)
- Jsp/Servlet (3)
- Ajax (3)
- VIP专区 (3)
- 技术书籍 (2)
- Matlab (2)
- Modem编程 (2)
- 游戏 (2)
- *行业应用 (2)
- 微处理器开发 (2)
- Delphi控件源码 (2)
- 家庭/个人应用 (2)
- 生物技术 (2)
- Windows CE (2)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 图形图像 (1)
- 测试测量 (1)
- 工业控制 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 手机WAP编程 (1)
- 嵌入式Linux (1)
- J2ME (1)
- MySQL数据库 (1)
- RFID编程 (1)
- 认证考试资料 (1)
- MTK (1)
- 3G开发 (1)
- 能源行业(电力石油煤炭) (1)
- 习题答案 (1)
https://www.eeworm.com/dl/650/143845.html
人工智能/神经网络
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借
用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性
的提高。
https://www.eeworm.com/dl/532/250157.html
书籍源码
Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman codin
Huffman编码算法的C语言的源程序代码
(source code written in C programming language for algorithm of Huffman coding).
https://www.eeworm.com/dl/532/250158.html
书籍源码
堆排序算法的C语言的源程序代码 (source code written in C programming language for algorithm of heap sort).
堆排序算法的C语言的源程序代码
(source code written in C programming language for algorithm of heap sort).
https://www.eeworm.com/dl/650/161535.html
人工智能/神经网络
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借
用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性
的提高。这一点体现了自然界中"物竞天择、适者生存"进化过程。1962年Holland教授首次
提出了GA算法的思想,从而吸引了大批的研究者 ...
https://www.eeworm.com/dl/534/321013.html
其他
基于AR模型的间谐波检测算法的研究Based on the model of inter-AR harmonic detection algorithm research
基于AR模型的间谐波检测算法的研究Based on the model of inter-AR harmonic detection algorithm research
https://www.eeworm.com/dl/665/410086.html
matlab例程
基于块的解扩重扩多目标算法性能--Block Based RLS De-spread Re-spread Multitarget Array Algorithm and Performance
基于块的解扩重扩多目标算法性能--Block Based RLS De-spread Re-spread Multitarget Array Algorithm and Performance
https://www.eeworm.com/dl/650/312351.html
人工智能/神经网络
基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA cod
基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldber
https://www.eeworm.com/dl/654/297601.html
数据结构
kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDT
kd-tree c++类模板实现的演示例子.
是从国外网站上下的,结构简单,容易看懂.
文章在:
http://www.codeproject.com/KB/architecture/KDTree.aspx
https://www.eeworm.com/dl/927937.html
技术资料
基于图像置乱和小波变换的数字水印算法A New Watermark Algorithm Based on image-scrambling and DWT
本文提出一种新的基于Arnold 图像置乱和DWT相结合的数字水印安全算法。先将水印图像置乱,然后用基于小波域的算法按一定规则把水印信息分散嵌入到数字产品中。经实验验证,它能够抵抗常见的各种攻击
https://www.eeworm.com/dl/908740.html
技术资料
自适应模糊控制在烧结炉系统中的应用An Exploring to an Adaptive Fuzzy Control Algorithm for Sintering system
烧结炉系统是复杂系统,用一般的模糊控制方法对炉温进行控制效果并不令人满意。本文提出基于神经网络的自适应模糊控制算法综合了两者的优点,系统仿真与初步试验表明,它对参数改变以及各种干扰都有较强鲁棒性 ...