编写verilog代码 利用实验箱上的A/D芯片完成模数转换。输入电压由实验箱提供,其幅值在0~5V间变化,由电位器控制。输出信号显示输入的模拟电压值,由数码管显示为2位BCD码的形式。
上传时间: 2013-12-16
上传用户:songnanhua
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.
标签: functions string-include defines assumes
上传时间: 2014-01-09
上传用户:tedo811
频率计的程序 * 包含:外部中断设置,中断服务程序,定时程序,定时服务程序 * 以及数据处理,显示,包括 三位十进制数转化为四位BCD码,
上传时间: 2014-01-24
上传用户:qazxsw
AVR单片机100个汇编代码,如BCD码转换,步进电机驱动,异步串行口的使用等等,并有详细的中文注释
上传时间: 2016-04-18
上传用户:koulian
这个给QuartusII初学者用的,里面很清楚的通过几个例子来告诉怎么运用QuartusII. 实验1:Quartus入门 实验2:简单的组合逻辑电路设计 实验3:七段数码管显示 实验4:BCD码显示及运 实验5:触发器和计数器 实验6:存储器的设计 实验7:基于DE2 的SOPC系统开发附录:
上传时间: 2016-04-20
上传用户:leehom61
Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.
标签: distribution Probability estimation functions
上传时间: 2016-04-28
上传用户:13188549192
Special picture button, easy configure... release. You only need one picture for pressed and one for normal state.
上传时间: 2014-08-26
上传用户:c12228
温度传感器DS18B02与单片机连接的驱动的Procedures,采用晶振:12M,这个主要包含读出转换后的温度值、读DS18B20的程序,从DS18B20中读出一个字节的数据,写DS18B20的程序、读DS18B20的程序,从DS18B20中读出两个字节的温度数据、-将从DS18B20中读出的温度数据进行转换、将16进制的温度数据转换成压缩BCD码、DS18B20初始化程序等组成。
标签: Procedures 18B B02 DS
上传时间: 2016-05-16
上传用户:璇珠官人
功能:时钟DS1302的读写 hd7279显示显示分 小时 说明: (1)每次上电时,必须把秒寄存器高位设置为0,时钟才能走时 (2)如果每次需要写入数据和时钟日历信息,须将"写保护"寄存器设置成为0 (3)P0低4位接段码,高4位接位选,从DS1302中读出来的是BCD码 (4)TS=1010,DS=01,RS=01(在Vcc1与Vcc2之间接2K电阻) (5)初始时间设置为05年 6月 10日 星期1 8:
上传时间: 2016-06-16
上传用户:三人用菜
汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现
上传时间: 2016-06-16
上传用户:wsf950131