-
The-ant-algorithm-matlab-simulation
The ant algorithm matlab simulation(The ant algorithm matlab simulation
)
- 2011-10-15 21:09:51下载
- 积分:1
-
PSO
用基本粒子群算法来解决优化问题,本程序给出的是测试函数,根据需要可以自行更改适应度函数。(Using particle swarm optimization algorithm to solve the problem, this program is given a test function, you can change the fitness function according to their needs.)
- 2015-01-24 10:51:48下载
- 积分:1
-
15823_chat
Window下的select方式网络程序的范例(Window select the mode network programming paradigm)
- 2005-02-22 13:40:52下载
- 积分:1
-
5
说明: 选题二、基于matlab简单图像处理系统用中值滤波方法消除噪声(Two topics, based on matlab image processing system with a simple median filter to eliminate noise)
- 2014-01-19 22:23:22下载
- 积分:1
-
20060816
以网格作为逻辑结构,具有高联通,低负载,扩展性强的特点。经分析表明,该方案更高效、安全、抗攻击能力更强。(To the grid as a logical structure, with high Unicom, low load, expansion and strong features. The analysis shows that the program more efficient, safe, stronger anti-attack capability.)
- 2010-03-10 13:43:30下载
- 积分:1
-
MYDTCSVPWM
无刷直流电机的基于电压空间矢量的matlab仿真模型(bldc simulation based on svpwm_dtc)
- 2013-04-05 12:42:26下载
- 积分:1
-
code
converted ga matlab code to c++ for solving scheduling problem
- 2014-10-24 16:00:10下载
- 积分:1
-
Library
说明: 已修改了各種發光原碼及人物顯示模式
以及怪物血量(Have modified the original code and the character of various light-emitting display mode and the monster blood)
- 2010-05-03 03:18:49下载
- 积分:1
-
SIMULINK
simulink一些应用实例和相关练习
很与参考价值(simulink some application examples and related exercises are with the reference value)
- 2008-08-02 22:54:41下载
- 积分: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