-
CodeWarrior
CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点(CodeWarrior simulation and debugging points, CodeWarrior simulation and debugging points, CodeWarrior point emulation and debugging)
- 2013-08-21 21:14:06下载
- 积分:1
-
PC-(RS232-)
单片机串口通信的应用,通过串口,我们的个人电脑和单片机系统进行通信。
个人电脑作为上位机,向下位机单片机系统发送十六进制或者ASCLL码,单片机
系统接收后,用LED显示接收到的数据和向上位机发回原样数据。(Single-chip serial communication applications, through the serial port, our personal computers and SCM systems to communicate. PC as a PC, send down bit microcontroller system or ASCLL hexadecimal code, after receiving the SCM system with LED display received data and sent back up crew as data.)
- 2013-11-14 15:08:35下载
- 积分:1
-
无线信道时延扩展仿真
无线信道时延扩展仿真
一、仿真目的
在数字通信中,无线信道所表现出的时延扩展将有可能引起接收信号的码间串扰。实验的目的是从时域角度方面对移动信道的多径环境引起的接收信号时延扩展现象进行仿真。(wireless channel delay spread simulation
One, the simulation purpose
In digital communication, wireless channel delay spread shown will likely cause the received signal crosstalk code. The aim of the experiment is to delay the received signal due to multipath environment of mobile channel in time domain and the phenomenon of simulation.)
- 2014-06-17 23:41:02下载
- 积分: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
-
BEM2CPP
二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
- 2014-01-07 16:31:07下载
- 积分:1
-
C8051F020UCOS2
c8051F UC/OS 开发软件。 。。。。。。。。(c8051F UC/OS software development. . . . . . . . .)
- 2010-05-12 23:25:10下载
- 积分:1
-
Temp_Time
基于DS18B20+DS1302+lcd1602+MSP430的温度时间综合测量(temperature and time measurement based on MSP430,DS1302,DS18B20,LCD1602)
- 2013-01-29 13:06:11下载
- 积分:1
-
danpianji.zip
说明: 简单的流水灯控制和外部中断程序和键盘指针的应用(Simple light control and external interrupt water program and the application of the keyboard pointer)
- 2011-03-20 13:10:44下载
- 积分:1
-
insert
对于单片机上的一些简单的开发程序和他们的应用(For some simple microcontroller development process and their application)
- 2014-08-07 15:08:42下载
- 积分:1
-
79419121comm
通讯程序,利用的是rs485协议,调试运行可以通过,本人实验过的(This programme is used for the commucation of pc and avr)
- 2009-05-19 17:28:34下载
- 积分:1