-
Simulate-the-elevator-system
模拟电梯控制系统程序设计代码,用户可输入任意楼层,程序有先来先服务策略和顺便服务策略。(Elevator control system design simulation program code, the user can enter any floor, the program has first come first serve policy and the way services strategy.)
- 2014-12-12 22:43:13下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
drawing
用循环程序 画用星号* 组成的方框图,可以设置方框的边长大小(Block diagram with an asterisk* cyclic process consisting of paintings, you can set the size of the box side)
- 2014-02-22 13:59:19下载
- 积分:1
-
Light-water-program
流水灯程序,在89C52的单片机上让LED灯按照顺序的逐个点亮(Light water program, 89C52 microcontroller on the LED lights lit one by one in the order of)
- 2015-03-11 02:06:18下载
- 积分:1
-
CH911CI1
以8051为基础的有键盘;有液晶显示器;有传感器前置调理电路的数据采集器控制程序。(8051-based data acquisition control program)
- 2010-07-24 18:27:55下载
- 积分:1
-
c
说明: 单片机软件仿真开发的硬件级联方式,可用于简单仿真及硬件实现(SCM software simulation developed hardware cascade can be used for simple simulation and hardware implementation)
- 2012-11-18 21:18:37下载
- 积分:1
-
CSparse.tar
direct sparse solver for linear equations
- 2014-01-02 20:05:09下载
- 积分:1
-
LEDtest
利用单片机作为芯片,利用点阵按钮通过继电器控制LED灯(Using single chip microcomputer as a chip, using bitmap button by relay control LED lights)
- 2013-08-22 10:32:00下载
- 积分:1
-
bellman_for.zip
无线传感器网络中发现从权有向图的定顶点的最短路径发现从权有向图的定顶点的最短路径( finds shortest paths a given vertex of a weighted directed graph)
- 2015-04-16 09:03:14下载
- 积分:1
-
WM8731RegConfig
WM8731是高性能的音频编码解码芯片,使用时需要通过IIC总线进行配置,本程序可以直观的设置各寄存器的参数,并自动生成C或C++语言代码。使用方便。(WM8731 is a high-performance audio codec chip, need to use IIC bus configuration, this procedure can be intuitively set the parameters of the register, and automatically generate C or C++ language code. Easy to use.)
- 2010-10-05 11:05:59下载
- 积分:1