-
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
-
Sams---CPP-Primer-Plus--4th-Edition
C++ Primer Plus, Fourth Edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques. C++ Primer Plus contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.
- 2014-02-18 10:53:03下载
- 积分:1
-
OperationMatlabmwArrayArray
操作Matlab mwArray阵列.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。(Operation Matlab mwArray Array)
- 2010-01-16 09:05:31下载
- 积分:1
-
antenna-princple
天线设计原理,适合天线初学者以及工程人员参考的经典资料(Antenna design principle of classical information, suitable for beginners and engineering personnel antenna)
- 2014-10-31 21:56:44下载
- 积分:1
-
IMU
惯性测量单元的C源代码 用于测量物体的姿态变化 可应用与惯性导航 小飞机等设计(IMU(inertial measurement unit) source code)
- 2014-02-20 16:05:33下载
- 积分:1
-
colorDetectController
在算法设计中实用Strategy模式,实用Controller实现模块间通信,实用Singleton设计模式,实用模型-视图-控制器架构设计应用程序,程序内容是颜色空间转换(colorDetection.h
colorDetection.cpp
colordetector.cpp
correspond to Recipe:
Using the Strategy Pattern in Algorithm Design
)
- 2014-02-21 11:48:12下载
- 积分:1
-
代码
说明: 包括simulink的粒子群算法,光伏PV,空间矢量控制SVPWM,dsp的看门狗(include PSO,SVPWM,PV,WATCHDOG and so on.)
- 2018-12-25 10:47:05下载
- 积分:1
-
matcom
在VC++6.0中利用MATCOM接口调用MATLAB中的.mat文件进行数据处理(In VC++6.0 using MATCOM interface calls the MATLAB. Mat file for data processing)
- 2013-11-07 21:31:45下载
- 积分:1
-
EngineEx
C/C++中调用MATLAB引擎的数值仿真的实现,运行环境:VC++6、matlab6
注意事项:微分方程文件“fun.m”放在matlab的work目录下。(C/C++ Call the MATLAB engine numerical simulation of the realization of operating environment: VC 6, matlab6 Notes: Differential Equations document )
- 2007-09-14 14:10:01下载
- 积分:1
-
seismic
内含五个程序
1.zoeppritz Aki K I 和Richards P G的纵波近似程序
2.地震记录合成程序
3.大地电磁一维正演程序
4.雷克子波合成程序
5.地震反射系数生成程序(1.zoeppritz Aki KI and Richards PG longitudinal wave approximation procedures 2. Seismogram synthesis program 3. Magnetotelluric one-dimensional forward modeling program 4. Ricker wave synthesis procedure 5. Seismic reflection coefficient generator)
- 2013-11-23 20:50:58下载
- 积分:1