资源列表
usb source
- Begin3 Title: USBDOS Version: 2010-01-30 Entered-date: 2010-01-30 Descr iption: Collection of DOS drivers, for UHCI (USB 1.1 12Mbit/1.5mbit) controllers/ports only Keywords: DOS USB driver keyboard mouse port uhci ohci ehci xhci Aut
li
- 动态显示的特点是将所有位数码管的段选线并联在一起,由位选线控制是哪一位数码管有效。这样一来,就没有必要每一位数码管配一个锁存器,从而大大地简化了硬件电路。选亮数码管采用动态扫描显示。所谓动态扫描显示即轮流向各位数码管送出字形码和相应的位选,利用发光管的余辉和人眼视觉暂留作用,使人的感觉好像各位数码管同时都在显示。动态显示的亮度比静态显示要差一些,所以在选择限流电阻时应略小于静态显示电路中的。-Dynamic display characteristics of all digital tube
CH372
- 主程序功能为51单片机从USB总线读取两个字节数据,计算两个数据的和。另外本文还给出了CH372的主端点、辅助端点之间数据上传下传的子程序,供读者参考。 -The main program functions for 51 single-chip two bytes of data to calculate the two data and read from the USB bus. In addition, the article also gives CH372 primary end
usb
- 主要功能为,从USB总线读取延时参数,单片机延时发送内存缓冲区的一个字节数据到USB总线,每传送一个字节数据查询USB总线是否有停止USB总线通信命令,如有停止USB总线通信命令,则重新开始检查串口握手信号,开始下一次USB总线通信。 -Main function is to read from the USB bus delay parameters, single-chip delay sending a byte of data memory buffer to the USB bus
3
- 程序功能为3位数码管定时更新显示,T0定时中断服务程序用于50ms扫描3位数码管,实现3位数码管的动态显示,显示内容为 :000~999。-The program features three digital tube display is updated regularly, T0 timer interrupt service routine for 50ms scan three digital tube, three digital tube dynamic display, the d
CH452
- 程序功能为51单片机通过三线串口操作CH452,CH452驱动8位数码管正常显示以及显示数据的更新。51单片机通过模拟CH452串口操作时序向-The program features 51 microcontroller via a three-wire serial interface operation CH452, CH452 driver 8 digital tube display properly, and display data update. 51 single-chip C
MAX7219
- MAX7219驱动8位数码管显示程序 -The MAX7219 drive eight digital tube display program to drive eight digital tube display program
CPP
- 本程序关键点在于函数的声明,在这里函数声明不能省略,如果第三第四行的函数声明:void add(int x,int y) 和void add2(float x,float y) 省略了,则在接下来定义的函数add里面的调用add2:[add2(x,y) ]会提示出错,因为没有声明的情况下,系统不知道调用的add2或者本身的add是 什么意思-The key points of the program lies in the function declaration, functio
5
- ASCII码对应的十进制数表,本程序关键点在于函数的声明,在这里函数声明不能省略,如果第三第四行的函数声明-Corresponding decimal ASCII code table, the key point of the program is that the declaration of the function, the function declaration can not be omitted here, if the third and fourth line functio
4
- 多个函数的声明和定义,函数定义:定义返回值为空,参数为整数,每个整数有4个字节的预留空间;函数声明没有预留空间;后面没有“-Multiple function declarations and definitions, function definition: define the return value is null, the parameter is an integer, each integer 4 bytes reserved space function declaration
3
- 一个函数的声明和定义,有多个函数时,此函数声明不可以省略不写,因为如果这个函数没有声明就供下面调用-Function declarations and definitions, there are a number of functions, this function declaration can not be omitted do not write, because if this function is not declared for the following call
2
- 形参只是形式参数,并不参与实际运算,但是形参在同一个函数里要相同,实参是实际参数,参与实际的运算, 有几个形参就对应有几个实参,形参在自定义函数里,实参在主函数里 -Formals only formal parameter is not involved in the actual operation, but parameter in a function to be the same, the argument is the actual parameters involved i
