搜索:Queue+Algorithm
找到约 1,298 项符合「Queue+Algorithm」的查询结果
结果 1,298
按分类筛选
- 全部
- matlab例程 (149)
- 人工智能/神经网络 (100)
- 数学计算 (76)
- 加密解密 (70)
- 数值算法/人工智能 (50)
- 其他 (44)
- 技术资料 (43)
- 数据结构 (37)
- 压缩解压 (27)
- Java编程 (27)
- 其他书籍 (25)
- 软件设计/软件工程 (17)
- 通讯/手机编程 (16)
- 文章/文档 (16)
- 书籍源码 (14)
- Linux/Unix编程 (14)
- 技术管理 (14)
- 通讯编程文档 (13)
- VHDL/FPGA/Verilog (10)
- DSP编程 (9)
- 电子书籍 (9)
- 单片机开发 (9)
- 系统设计方案 (9)
- 文件格式 (8)
- 软件工程 (7)
- JavaScript (7)
- 操作系统开发 (6)
- 编辑器/阅读器 (5)
- CA认证 (5)
- 汇编语言 (5)
- 行业发展研究 (5)
- 驱动编程 (4)
- 编译器/解释器 (4)
- 多国语言处理 (4)
- STL (4)
- 其他嵌入式/单片机内容 (4)
- 网络 (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- VC书籍 (3)
- GPS编程 (3)
- 书籍 (3)
- 游戏 (2)
- *行业应用 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- 源码 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 微处理器开发 (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Oracle数据库 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/856264.html
技术资料
三次曲线算法,实现数据插值,生成平滑曲线,可以使用
三次曲线算法,实现数据插值,生成平滑曲线,可以使用。-Cubic curve algorithm to achieve data interpolation, the formation of smooth curves can be used.
https://www.eeworm.com/dl/857965.html
技术资料
二维离散小波变换对多光谱图像与全色图像融合算法
二维离散小波变换对多光谱图像与全色图像融合算法-Two-dimensional discrete wavelet transform for multi-spectral image and panchromatic image fusion algorithm
https://www.eeworm.com/dl/650/484895.html
人工智能/神经网络
这个程序是实现人工智能中的A*算法
这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。 ...
https://www.eeworm.com/dl/912790.html
技术资料
gaMatlab
一篇关于ga算法在matlab中的应用的论文,用于解决参数优化问题。-ga on a MATLAB algorithm in the application papers for the settle
https://www.eeworm.com/dl/907144.html
技术资料
Cprogramming
C程序设计的常用算法,主要介绍在c程序设计中一些有用的、比较常用的算法-C programming algorithm is used
https://www.eeworm.com/dl/650/366774.html
人工智能/神经网络
*** *** *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Base
*** *** *** *** *** *****/
/* 基于遗传算法的人工生命模拟 AL_GA.C */
/* An Artificial Life Simulation model Based on Genetic Algorithm */
/* 同济大学计算机系 王小平 2000年5月
https://www.eeworm.com/dl/855003.html
技术资料
利用PSO优化SVM,利用分组式训练方法提高算法速度
利用PSO优化SVM,利用分组式训练方法提高算法速度-PSO to optimize the use of SVM, the use of packet-style training methods improve algorithm speed
https://www.eeworm.com/dl/542/240830.html
其他书籍
Techniques for storing and processing data are at the heart of all programs. The term data structure
Techniques for storing and processing data are at the heart of all programs. The term data structure is used to describe the way data is stored, and the term algorithm is used to describe the way data is processed.
https://www.eeworm.com/dl/856073.html
技术资料
基于SPH算法,开发多相流,混合流以及流固耦合模型
基于SPH算法,开发多相流,混合流以及流固耦合模型-Based on the SPH algorithm, the multi-phase flow, mixed flow and fluid-solid coupling model are developed
https://www.eeworm.com/dl/857964.html
技术资料
最短路算法,用于图论与网络中,数学建模中常用的程序
最短路算法,用于图论与网络中,数学建模中常用的程序-The shortest path algorithm for graph theory and network, mathematical modeling of the commonly used procedures