-
demoADC
ADC C++ for 9S12XS128 FREESCALE
- 2012-07-03 12:15:26下载
- 积分:1
-
PI_1
高压直流输电模型,二百二十千伏的,有参考价值,做的挺不错(HVDC model, $ 220 kV, a reference value, doing pretty good)
- 2014-03-08 16:05:02下载
- 积分:1
-
AGVMonitor
AGV小车上位机控制程序,通过TCP/IP协议来进行数据的传送(AGV car PC control procedures, through the TCP/IP protocols for data transmission)
- 2021-01-13 16:08:49下载
- 积分:1
-
51dianpianjidi1760
以c51单片机为核心,利用1760芯片进行语音报时,51单片机控制(With c51 microcontroller core, the use of 1760 chip for voice timekeeping, 51 MCU control)
- 2013-11-28 09:41:59下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
key
西南交通大学图形学实验的第二个,响应键盘的系统键和非系统键(Second, the system in response to keyboard keys and key non-system experiments Southwest Jiaotong University Graphics)
- 2014-04-21 21:23:13下载
- 积分:1
-
sun
基于ARM的俄罗斯方块设计,本次将设计实现一个用C语言编写的、在基于ARM核心的ADuC7020 ARM开发板上实现的单机版的俄罗斯方块小游戏。使用Keil3编程软件对C语言代码进行编写,支持按键操作,在实现过程中涉及了LCD液晶屏的图形显示、按键控制、LED控制、中断、蜂鸣器等嵌入式的编程技术。(Tetris ARM-based design, this will be designed to achieve a C language, the ADuC7020 ARM development board ARM core-based implementations of stand-alone version of the Tetris game. Use Keil3 programming software code written in the C language, support for key operations involved in the implementation process of the LCD screen graphical display, control buttons, LED control, interrupt, buzzer embedded programming techniques.)
- 2014-01-10 11:19:18下载
- 积分:1
-
eTerm443
中航信ETERM放大器,C++
支持350,443端口,分享一下,一起学习(CNAC letter ETERM amplifiers, C++ 350,443-port, share, learn together)
- 2012-07-02 14:51:24下载
- 积分: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
-
LEDtest
利用单片机作为芯片,利用点阵按钮通过继电器控制LED灯(Using single chip microcomputer as a chip, using bitmap button by relay control LED lights)
- 2013-08-22 10:32:00下载
- 积分:1