-
Matlab1
适合MATLAB初学者,有关符号说明部分,可以更快掌握一门语言(MATLAB for beginners, the relevant symbol Description section, you can quickly master a language)
- 2014-11-09 16:29:35下载
- 积分:1
-
Genetic-Algorithms
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolutionary algorithm. Evolutionary algorithm was originally borrowed evolutionary biology and developed a number of phenomena, these phenomena, including genetics, mutation, natural selection and hybridization. Genetic algorithms are usually implemented as a way of computer simulation. For an optimization problem, a number of candidate solutions (called individuals) abstract representation of the population (called chromosomes) to better solution evolution.)
- 2014-12-06 16:59:55下载
- 积分:1
-
FDPoission.tar
Finite difference modeling of Poisson equation: A very simple learning code
- 2013-11-14 19:35:14下载
- 积分:1
-
4.01
HSQARKH 完整源码,这只是一个初步代码,用来实现ARK,做隐藏方面研究的.
(HSQARKH complete source code, this is just a preliminary code that is used to achieve ARK, so hidden aspects of the study.)
- 2010-01-17 14:56:41下载
- 积分:1
-
bi486
代码里有很完整的注释和解释,快速扩展随机生成树算法,基于混沌的模拟退火算法。( Code, there are very complete notes and explanations Rapid expansion of random spanning tree algorithm, Chaos-based simulated annealing algorithm.)
- 2017-03-09 13:14:41下载
- 积分:1
-
Thevenins-theorem-GUI-design
通过MATLAB中的GUI编程,绘制出戴维南定理的GUI界面并绘制相应的曲线(Through the GUI in MATLAB programming, drawing out the GUI interface and Thevenin s theorem to draw the corresponding curve)
- 2011-12-27 17:04:58下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
eucacion-de-manning
this code is usefull to calcule the hydraulics properties for a given cross section or batymetric. Also plot the manning properties vs de hydraulic depth
- 2013-11-08 23:50:47下载
- 积分:1
-
F2T
qpsk matlab仿真 F2T 傅里叶反傅里叶变换(qpsk matlab simulation)
- 2013-04-29 20:19:53下载
- 积分:1
-
Matlab-code
Simulation Antennas_UWB beamforming
- 2011-05-29 06:53:24下载
- 积分:1