搜索资源列表
遗传算法.C
- 用dev-C编写的遗传算法程序,用来计算函数极值的。-with dev - C GA prepared by the procedures used to calculate the maximum function.
C语言写的铁电存储器[FM25C160]的驱动程序
- C语言写的铁电存储器[FM25C160]的驱动程序,已测试通过。引脚定义见内,C language written in Ferroelectric Random Access Memory [FM25C160] driver have been tested. Pin as defined within the
Matlab的GA程序.rar
- MATLAB的GA程序,MATLAB process of GA
GA-FCM.rar
- 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改,Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
GA-1
- 解非线性规划模型的遗传算法,采用visual c++语言编写,结构清晰,明了易懂,注释完整-Genetic Algorithm for nonlinear programming
GA
- 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
GA
- C的遗传算法的源代码。是遗传算法原理及应用(王小平)的源代码,包含基本的遗传算法和一些遗传算法的举例-C genetic algorithm source code. Is the principle and application of genetic algorithms (Wang Xiaoping) source code, including the basic genetic algorithm and a number of genetic algorithm, for examp
GA-FOR-VRP
- 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
GA
- 遗传算法的Visual C++源代码,自己修改用吧。-Genetic Algorithm Visual C source code, modify their use of it.
GA
- GA sources code in C-GA sources code in C++
GA-2
- 遗传算法的源代码,使用c++语言编写,结构清晰,注释完整,明了易懂-Genetic Algorithm
GA
- C++ 遗传算法 面向对象设计 内有详细的代码注释,新手学遗传算法的好资料。-C++ GA oriented object mind
GA
- GA标准遗传算法(c++程序)详细附注啊.CPP GA标准遗传算法(c++程序)详细附注啊.C-failed to translate
GA-1
- 基于遗传算法求解非线性规划模型源程序,C++编写-Based on genetic algorithms for solving nonlinear programming model source code, C++ to prepare
GA-3
- 基于遗传算法求解非线性规划模型源程序2,C++编写-Based on genetic algorithms for solving nonlinear programming model source code2, C++ to prepare
GA
- 遗传算法用C++实现的源代码,用来求最优解得问题-GA
GA-VC
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
ga
- 遗传算法对电力系统的优化,可用从此程序 可以直接运行-GA
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm