搜索资源列表
USBTest
- 检测PC上USB口状态,当用户在插拔U盘时,程序都可以检测到。-PC, USB port status test, the plug when the user U disk, the program can be detected.
SynctheStatusBarTextwithheToolTipText
- 此源代码可以实现Sync the Status Bar Text with he ToolTip Text,是修改系统一案列-This source code can Sync the Status Bar Text with he ToolTip Text, is a modification to the system s case out
statusbar
- 实现了状态栏控件的使用,我们平时经常见到这种结构,通过具体程序代码实现,使得对平时现象有更好的认识。-Achieve the status bar the use of controls, we often see such a normal structure, through the implementation of specific program code to make the normal situation there is better understanding of the
Statusbarprogrammin
- 状态栏编程,在VC编程中,有时需要将一些信息显示在状态栏里,下面将在状态栏里添加信息的步骤整理-Status bar programming
statusbar-2
- 本程序引入一个新的类XStatusBar,用于显示文本、数字、位图或者状态条。而且,这些窗格可以交替显示这些内容,以及支持鼠标点击行为-This program introduces a new class XStatusBar, used to display text, numbers, bitmap or status bar. Moreover, these can alternately display the contents pane, and support mouse clic
bulkonly.c.tar
- UsB Commands for command block wrapper and command block status-UsB Commands for command block wrapper and command block status
SourceCode
- 实现自定义的USB编程。启用了D12的端 点1和端点2,端点1为中断传输,最大包为16字节,查询间隔为10ms。端点2为批量 传输,最大包为64字节。端点1的输出第一个字节为控制END USB板上的LED的,每个 bit代表一个LED,为1时表示对应的LED亮。端点1的输入第一个字节为返回的开关 状态,每个bit代表一个按键,为时表示对应的按键按下。输出端点2的数据通过串 口发送出去,串口接收到的数据通过端点2返回。-Implement custom USB programm