ZLG LPC2114基楚上开发的一个电池监测板源程序,这里主要的IC是DS2764(锂电池监控IC)。 文件: Ds2764.mcp Ds2764.HEX LPC2294.H 等相关文件。
上传时间: 2014-01-21
上传用户:lxm
在ZLG的LPC211X开发板上没有D12 USB驱动的源程序,自己从LPC2210开发板上更改后的源程序,可以供大家参考。 文件: Usb.HEX Usb.mcp 等相关文件。
上传时间: 2016-10-27
上传用户:aig85
ARM7 LPC2114上编写的uC/os-II源程序,驱动LCD1602。 文件: Uart_lcd.HEX Uart_lcd.mcp 等相关文件。
上传时间: 2014-09-03
上传用户:txfyddz
数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme!$ qq db 0dh,0ah, when you input number,press enter.$ qw db 0dh,0ah, 6eh,52h,94h,52h,$ qa db 0dh,0ah, $ info1 db 0dh,0ah,0dh, input number:$ info2 db 0dh,0ah, output number:$ bufa db 20
上传时间: 2013-12-24
上传用户:离殇
Snefru is a cryptographic hash function invented by Ralph Merkle which supports 128-bit and 256-bit output.
标签: cryptographic bit function invented
上传时间: 2014-01-13
上传用户:wang0123456789
这个是用MedWin配合proteus仿真的单片机程序,使用的AT89S52单片机控制14个数码管动态扫描,实现时钟和日期显示。并有按键控制,仿真也通过,内部附有HEX文件
上传时间: 2013-12-23
上传用户:jiahao131
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上传时间: 2013-12-13
上传用户:himbly
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上传时间: 2014-01-20
上传用户:三人用菜
a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%) Y: the number of whole remaining years (for repayment) M: the number of remaining months Output: The program should calculate and output the amount of monthly repayments in dollars and cents as single value (e.g. $840.55)
标签: i.e. following the Keyboard
上传时间: 2013-12-15
上传用户:米卡
Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。
标签: the probability calculate Produce
上传时间: 2014-01-10
上传用户:moerwang