-
ControlPanel
Simple application that illustrates how the Control Panel functions
- 2007-10-22 13:37:34下载
- 积分:1
-
MATLABanalysis-and-Application
《MATLAB统计分析与应用》程序与数据有聚类分析、判别分析、主成分分析、因子分析、方差分析、数据拟合、Copula理论等(Statistical analysis and application of "MATLAB" program and data clustering analysis, discriminant analysis, principal component analysis, factor analysis, variance analysis, data fitting, such as Copula theory)
- 2012-04-12 10:44:55下载
- 积分:1
-
BP
说明: 不适用matlab进行的bp算法开发,设计简单,功能健全(bp not using matlab)
- 2011-04-07 16:24:36下载
- 积分:1
-
Desktop
改进平方根 MATLAB 比用教程
数值分析里的方法(no)
- 2010-11-09 10:35:59下载
- 积分:1
-
0672323699
Tricks of the windows game programming gurus 2nd edition
- 2014-10-30 06:55:08下载
- 积分:1
-
B
说明: It is code about how to coding menu of some plamt
- 2009-11-21 23:13:34下载
- 积分:1
-
jsq
运用用MATLAB编程的小型计算器,能够运行简单的加减乘除等运算(Use with MATLAB programming small calculator, able to run, such as simple addition and subtraction, multiplication and division operations)
- 2009-04-18 16:42:38下载
- 积分:1
-
variable-speed-Traffic
程序是基于元胞自动机的交通模型,主要是针对单车道、单车变数运动的描述(Program is based on cellular automaton traffic model for the description of the movement of bicycle paths, cycling variables)
- 2012-09-13 11:41:50下载
- 积分:1
-
2005011502_118573_ATM_MFC
一个模仿ATM提款机的MFC程序,具有ATM的所有功能。(An imitation of the MFC process ATM teller machines, with all the features of ATM.)
- 2008-04-19 22:06:55下载
- 积分: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