《LCD显示》 程序清单: ************************************************************** PCL EQU 2H 定义程序存储器低字节地址 STATUS EQU 3H 定义状态寄存器地址 PORTA EQU 5H 定义RA口数据寄存器地址 PORTC EQU 7H 定义RC口数据寄存器地址 TRISA EQU 85H 定义RA口方向控制寄存器地址 TRISC EQU 87H 定义RC口方向控制寄存器地址 ADCON1 EQU 9FH 定义ADC模块控制寄存器1的地址 COUNTT EQU 23H 通用通用寄存器
上传时间: 2014-01-25
上传用户:xiaohuanhuan
CC1110无线收发CSMA的源程序。使用的开发环境是IAR7.2H
上传时间: 2017-06-01
上传用户:litianchu
CC1110无线收发FDMA的源程序。使用的开发环境是IAR7.2H
上传时间: 2017-06-01
上传用户:zhangyi99104144
CC1110无线收发FHSS的源程序。使用的开发环境是IAR7.2H
上传时间: 2014-01-17
上传用户:libinxny
CC1110无线收发TDMA的源程序。使用的开发环境是IAR7.2H
上传时间: 2013-12-09
上传用户:lijinchuan
介绍了2H桥级联电路结构,研究和分析了用于多电平逆变器的三种不同的多载波PWM调制策略,并分析了逆变器侧输出电压频谱。在上述调制策略基础上结合多参考波调制方法,采用新型的多参考波和多载波的PWM技术,在Matlab/Simulink环境下构建了PWM调制模型。仿真结果与典型的多载波PWM策略结果的比较显示,新型的多载波控制方法能够小幅减小总谐波的失真率(THD),改善了输出电压频谱。
上传时间: 2014-12-24
上传用户:lili123
在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通兜母鞲黾扑慊鶦PU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问题,我们采用一个简单的握手信号,即发送机每次仅发送半个字节(低4位) 的数据,而另外半个字节(高4位)则用来传送信息。我们可以对信息位(高4位) 进行如下简单的编码: 0H:发送的是新的半个字节数据 1H:重新发送上次传送错误的数据 2H:文件名结束 3H:文件结束 这样,每当发送机发送一个字节以后,就等待接受机发回送信号,这回送信号就 是发送机发送过来的那个字节。发送机接收到回送信号后,把它与刚发送的字节 相比较,如果相同,就发送新的半个字节,否则就重新发送。新数据与旧数据通 过信息位来区分。下面就是用C语言编写控制串行口的程序。
标签: 通讯
上传时间: 2015-05-22
上传用户:黑漆漆
用光电耦合器测量出重物下降过程中经过任何等距离且在同一垂直线上的三点时间间隔t1,t2,及距离h,然后利用公式g=2H(t1-t2)/t1t2(t1+t2)使用浮点数运算方法计算出g的值。最后由单片机p3口送串行显示。
上传时间: 2014-12-06
上传用户:gtzj
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2H in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
标签: introduction processing document intended
上传时间: 2016-03-22
上传用户:qlpqlq
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2H) and A(2H+1). 2.time complexity: O(n log n)
标签: followingconditions tree completely satisfying
上传时间: 2017-05-25
上传用户:2467478207