搜索资源列表
数据结构与算法课件
- 这是关于数据结构的各种算法及源程序, C语言编写,如有错误,请指教-This the data structure of the algorithm and source code, C language, if wrong, please enlighten
蚁群算法程序演示
- 蚁群算法程序演示,vc++的源程序,vb开发的演示课件-Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development
mengtekaluo
- 蒙特卡罗算法课件 挺详细的 需要的赶快下啊-Very detailed Monte Carlo algorithm courseware as soon as possible the needs of ah
RENGONGZHINENG
- 人工智能课件 比较全面 其中包含领域专家的意见及算法问题-Artificial intelligence software which contains a more comprehensive views of experts in the field and algorithm issues
sjjg
- 数据结构经典课件(附带各章的经典算法) 具体代码是使用C语言编写的-Courseware classic data structures (with the various chapters of the classic algorithm) specific code is written using C language
AI
- 人工智能研究生课程课件,把当前人工智能的各个研究方向给予了概述,并详细分析了很多经典的算法。-Artificial Intelligence postgraduate courses courseware, the current research directions in artificial intelligence at all to give an overview and detailed analysis of a number of classic algorithms.
Digital_image_processing
- 数字图像处理课件(英文差莫下) 最近开始搞图像的算法了,有需要这方面文章的朋友请与我联系。 祝大家天天开心@ -Digital image processing software [under the English poor Mo] has recently begun to engage in image algorithm, and there is a need in this area please contact the Friend of the article
00
- 这是王晓东老师编著的算法设计与分析第三版的课件-It is edited by Wang Xiaodong teachers algorithm design and analysis of the third edition of the courseware
GA
- 遗传算法原理及应用的课件,详细介绍了遗传算法-Principle and Application of genetic algorithm courseware
kj
- 计算机图形学课件 经典程序的算法 简单 易懂 适合初学者-Computer Graphics Courseware classical algorithm is simple and straightforward procedure suitable for beginners
DS_ppt
- 某大学一个设计很好的数据结构课件,不少算法过程使用动画,版面颜色搭配得很好,是一个优秀的数据数据课件。-A university in a well-designed data structures courseware, algorithm process uses a lot of animation, layout colors very well and the data is an excellent courseware.
遗传算法课件与程序
- 现代优化算法,智能优化算法通过其有效设计可以在跳出局部最优和收敛到一个点之间有个较好的平衡,从而实现找到全局最优点,但有的时候局部最优也是可接受的,所以传统算法也有很大应用空间和针对特殊结构的改进可能。(Modern optimization algorithm)
智能算法导论课件
- 智能算法导论,包括神经网络遗传算法粒子群算法等(Introduction of intelligent algorithms, including neural network genetic algorithm, etc.)
数学建模算法运用课件
- 数学建模算法运用课件,其中有许多的各个算法的程序。
13种PSO算法以及课件
- 各算法对应的问题如下: PSO 用基本粒子群算法求解无约束优化问题 YSPSO 用带压缩因子的粒子群算法求解无约束优化问题 LinWPSO 用线性递减权重粒子群优化算法求解无约束优化问题 SAPSO 用自适应权重粒子群优化算法求解无约束优化问题 RandWPSO 用随机权重粒子群优化算法求解无约束优化问题 LnCPSO 用学习因子同步变化的粒子群优化算法求解无约束优化问题 AsyLnCPSO 用学习因子异步变化的粒子群优化算法求解无约束优化问题
卫星导航算法课件2018
- 来自武汉大学导航工程专业的卫星导航算法程序设计课件,全面解析了SPP程序设计过程(The courseware of satellite navigation algorithm program design from navigation engineering specialty of Wuhan University has fully analyzed the SPP programming process.)
F-W算法讲解及matlab实现
- F-w算法讲解及matlab代码,里面有课件以及代码(F-w algorithm explanation and matlab code)
数据结构与算法课件及代码
- 数据结构与算法课件及代码,包括典型leetcode题目代码
贝叶斯算法课件和相应的算法源码
- 贝叶斯算法课件和相应的算法源码,在数学建模里常用的一种概率模型建模方法,里面有相应的课件
聚类算法的课件和编程源码
- 聚类算法的课件和基于Python的编程源码,聚类有很多方法,这里列举了常见的几种,并附上基于Python的代码