-
TSP_G
说明: 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现(use of convex hull of principle, solving 70 cities in the TSP. Using Matlab)
- 2005-12-10 21:22:13下载
- 积分:1
-
1
说明: 蚁群算法研究 Ant colony algorithm(Ant colony algorithm. Txt)
- 2011-05-12 01:38:57下载
- 积分:1
-
1
说明: 标准遗传算法例程(可以用指数函数进行仿真,单目标)(genetic algorithm)
- 2015-01-21 16:17:25下载
- 积分:1
-
strip2
利用差分方法求解带状线的特性阻抗等信息,适合初学者(The use of finite difference method for solving the characteristic impedance stripline information, suitable for beginners)
- 2007-11-13 20:04:21下载
- 积分:1
-
MATLABduquCSVwenjian
使用matlab读取CSV文件,本例能够很好的对其读取方法进行展示,给学习带来帮助 (Using matlab to read CSV file, in this case to read a good method of its display, to bring help to learn)
- 2010-10-14 11:18:48下载
- 积分:1
-
hilbert_transfer
用于一般函数的希尔伯特变化,并用画图显示变化前和变化后的函数的图形(this program is used for hilbert_transfer)
- 2012-12-31 22:10:48下载
- 积分: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
-
exp2
初学者可以参考一下 作为MATLAB的入门教程与实践(Beginners can refer to as the entry MATLAB Tutorial and Practice)
- 2008-12-21 10:24:13下载
- 积分:1
-
PMSM_comparison_with_matlabgggggggggg
DOL has a magnet synchronous machine on the network
- 2012-05-18 21:34:59下载
- 积分:1
-
solving-overdetermined-equations
利用matlab求解超定方法,使用最小二乘法求解平面程序(Using the least squares method for solving overdetermined equations, find plane program)
- 2014-01-08 21:14:32下载
- 积分:1