-
graphtheoryprogram
有关图论程序,用matlab编写的,可进行顶点染色和边染色(Procedures related to graph theory, and the preparation of the matlab can be carried out vertex coloring and edge coloring)
- 2009-04-07 15:28:54下载
- 积分: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
-
omp2
用MATLAB进行海洋水团的模拟程序,里面包含数据源()
- 2008-07-17 09:35:15下载
- 积分:1
-
danpin_denoise
此程序用小波和FIR滤波器分别对一个单频信号进行降噪处理,并对比了各自的处理结果(This procedure separately carries on noise reduction processing with the wavelet and the FIR filter to a monofrequent signal, and has contrasted respective processing result )
- 2012-04-09 10:17:53下载
- 积分:1
-
signals-and-systems
奥本海姆著作信号与系统 课后答案详细解析 (the references of the book signals and systems)
- 2012-11-15 23:47:32下载
- 积分:1
-
galileo_E5a
发射系统,包括源码的产生,有延迟单元,有信号产生单元等(Launch systems, including source code generation, there are delay elements, a signal generator unit, etc.)
- 2009-09-15 11:17:53下载
- 积分:1
-
dijkstra
Dijktra s single source shortest path algorithm. The function takes a graph (which may be sparse) as an input and returns the matrix of shortest distances between all of the nodes. Additionally, individual source and sink nodes may be specified as additional arguments.
- 2009-12-16 13:11:30下载
- 积分:1
-
Solution-of-algebraic-equations
很多代数方程组的解法,需要用matlab做算法的童鞋可以考虑下载(Solution of many algebraic equations, need to do the algorithm matlab download children s shoes can be considered)
- 2011-05-12 11:16:11下载
- 积分:1
-
blind_esti
this program will help in blind estimation
- 2013-08-06 19:31:28下载
- 积分:1
-
generateAR1
Generate AR(1) process for a given AR(1) coefficient.
- 2021-03-31 14:59:09下载
- 积分:1