搜索结果
找到约 873 项符合
DO-WHILE 的查询结果
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If response.Substring(0, 3 ...
Delphi/CppBuilder DELPHI basicCtrl+NUM 直接将光标跳到NUM处
DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。
NUM不能用小键盘。
Ctrl+Home 将光标移至文件头。
Ctrl+End 将光标移至文件尾。
Ctrl+B Buffer List窗口。
Ctrl+I 同Tab键。
Ctrl+M 同Enter键。
Ctrl+N 同Enter键,但光标位置保持不变。
Ctrl+T 删除光标右边的一个单词。
Ctrl+Y 删除光标所 ...
微处理器开发 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试
1. beep -- PWM测试
为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。
2. key -- 按键测试
为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮
3 keyint ...
微处理器开发 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序
5 ledblink -- 跑马灯程序
该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。
6 timerint -- 定时器中断demo程序
该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\ 下。
该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。
在57600超级终端里也可以看到中断发 ...
单片机开发 MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers requi
MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary
power supply is taken from the LPT port.
其他书籍 This book is about using Python to get jobs done on Windows.This intended to be a practical book foc
This book is about using Python to get jobs done on Windows.This intended to be a practical book focused on tasks. It doesn t aim to teach Python programming, although we do provide a brief tutorial. Instead, it aims to cover:How Python works on Windows The key integration technologies supported by ...
家庭/个人应用 该计算器既有经典的GUI按钮模式
该计算器既有经典的GUI按钮模式,也有类似于Matlab的命令行解释执行模式,并且解释模式基于XML配置构建,利用了Java语言强大的的反射机制,使得用户根据需要添加自己的专用函数非常简单和方便。
http://www.hugjava.com/projectDetail.do?id=3 ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
Java书籍 This book isn t for uber-programmers who already have all the answers. If you think that J2EE does e
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.