-
Final-Game
"Guess The Number" Gae For Beginers.
- 2013-12-12 21:10:34下载
- 积分:1
-
gui20
输入对话框中一个对话框采用inputdlg,两个或者两个以上对话框采用元胞数组(Input dialog box a dialog box with inputdlg, two or more dialog box with yuan the array)
- 2012-04-06 16:29:01下载
- 积分:1
-
RungeKuttaMethod-DifferentialEquations
Matlab code that implements Runge-Kutta Method in the context of Differential Codes.
- 2015-03-11 21:02:53下载
- 积分:1
-
noise
产生噪声调频信号............(Generate noise FM signal)
- 2012-07-04 11:29:51下载
- 积分:1
-
CameraFingerprint_1.0
My demonstration program is coded by MATLAB. For the program, some optimization at coding level and algorithm level are proposed to improve the performance of my fingerprint recognition system. These performance enhancements are shown by experiments conducted upon a variety of fingerprint images. Also, the experiments illustrate the key issues of fingerprint recognition that are consistent with what the available literatures say.
- 2013-08-15 13:51:07下载
- 积分:1
-
green-and-dayzenzo
green and dayzenzo method for edge detection in optical image
- 2011-12-07 22:46:50下载
- 积分:1
-
GAjn
自己编写的遗产算法程序。在matlab环境下编写的m文件。经测试好用,基本,原理简单。(I have written legacy algorithm. In the matlab environment prepared m files. Tested easy to use, the basic principle is simple.)
- 2013-12-31 11:22:12下载
- 积分:1
-
pid
基于粒子群算法的PID控制器的设计与研究(Tuning of Digital PID Controller Using Particle Swarm Optimization)
- 2013-12-14 15:21:37下载
- 积分:1
-
butterworthfilter
巴特沃思滤波器matlab程序处理,包含高通、低通等等(butteword filter)
- 2012-04-12 15:34:09下载
- 积分:1
-
遗传算法程序
说明: 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群。(Genetic algorithm (GA) is a search algorithm used to solve optimization in computational mathematics. It is one of evolutionary algorithms.
Evolutionary algorithms were originally developed by borrowing phenomena in evolutionary biology, such as heredity, mutation, natural selection and hybridization.
Genetic algorithms are usually implemented as a computer simulation.
For an optimization problem, an abstract representation of a certain number of candidate solutions (called individuals) (called chromosomes) evolves towards a better solution.
Traditionally, solutions are represented in binary (that is, strings of zeros and ones), but other representations are possible.
Evolution begins with a population of completely random individuals, and it happens from generation to generation.)
- 2020-06-07 21:42:11下载
- 积分:1