搜索资源列表
数据结构( C语言版) 讲义
- 一个很好的数据结构(C语言版)讲义。附带全部所需算法源码。-a very good data structure (C-language version) lectures. All the necessary collateral source algorithm.
存储管理分区分配算法
- 存储管理分区分配算法的源码-storage management district allocation algorithm source code
自适应滤波算法的MATLAB代码
- 这是用MATLAB制作的自适应滤波算法的源码-This is produced using MATLAB adaptive filter algorithm source code
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
遗传算法
- PDF格式的文件,为遗传算法的入门文章,内容生动,简单易懂。压缩文件为实现程序
数据结构各种排序算法比较
- 数据结构作业,有顺序查找,拆半查找和分块查找,以及它们之间的比较,这是我上交的报告,里边有全部的源码,直接就可以拿来交给老师,希望能对有些人起到帮助的作用。
模拟退火算法程序源码
- 本文档为模拟退火算法的C++源码实现,文档形式为PDF格式,源码详细具体,而且每一行代码带有说明
最短路算法课件
- 最短路算法的课件,课件上附上了Dijkstra算法的源码。
进程调度源码实验报告
- 操作系统进程调度源码实验报告,含有FCFS.SJF.HRF三个算法
C语言经典算法大全
- 一些 c语言算法的源码,有益于一些新手的入门。
yichuan
- matlab用标准遗传算法求f(x)=x2-22x+30函数的最小值,x [0,31]。 包含源码及结果-matlab using standard genetic algorithms f (x) = x2-22x+30 the minimization, x [0,31]. Includes source code and results
yinhangjia
- 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
GAforVRPTW
- C++解决VRPTW的源码,采用遗传算法编写,验证过较好用-C++ for VRPTW
T321
- 这是一个自动排课软件(包含源码,需求分析,详细设计).希望对你有所帮助.-Timetable This is an automated software (including source code, needs analysis, detailed design). I hope for your help.
ch2
- 关于链表的一些算法源码,可以让初学者更深入了解链表等-List some of the algorithms on the source code, allowing a better understanding of beginners list, etc.
QosMulticastMATLAB
- 功能代码含多种QoS约束的组播路由问题遗传模拟退火算法通用MATLAB源码.-multicast
FCM
- 模糊聚类算法源码,通过迭代聚类中心,以及隶属度函数,完成代码运算,用于数据挖掘初学者使用。(Fuzzy clustering algorithm source code, through the iterative clustering centers and membership function, complete code for data mining operations, for beginners to use.)
算法设计与分析
- 算法设计与分析,分析常见的算法及其应用,附源码。(Algorithm design and analysis, analysis of common algorithms and their applications, with source code.)
matlab图像分割算法源码
- matlab图像分割算法源码,包含图像反转,灰度线性变换,非线性变换,直方图均衡化,线性平滑滤波器,中值滤波器等一些基础功能。(MATLAB image segmentation algorithm source code, including image inversion, gray linear transformation, nonlinear transformation, histogram equalization, linear smoothing filter, median
基于蚁群算法的机器人路径规划MATLAB源码收藏
- 基于蚁群算法的机器人路径规划MATLAB源码,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Robot path planning MATLAB source code based on ant colony algorithm, using grid discretization method to model the environment with obstacles, using adjacency matrix to stor