搜索资源列表
USBScancode
- 做USB键盘是好资料,本人从一位朋友那里索取到的,所有HID的USB Key scancode.做USB键盘的该笑了.!-USB keyboard is so good, from my friends at one of the all HID USB Key scancode. Do USB keyboard of the smiling. !
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif
200651320141760-7087
- 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现. Form1.Label1 = kk.vkCode & \\\":\\\" & kk.scanCode & \\\":\\\" & kk.Time \\ If wParam = 256 Then Myfunc = 1: Exit Function \\ endif wParam 的按键值可以在程序运行中测试中找到。-doing Java develop
scancode
- 功能:windows下直接检测键盘的扫描码, 语言:asm 特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bi
KEY
- keyboard scancode (linix/unix)
scancode
- 微软官方的键盘扫描码文档。详细描述了常用的键盘码和扩展的win/app键。
scancode
- 键盘扫描码对照表-从微软网站下载. 补从说明
scancode
- 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。
USBScancode
- 做USB键盘是好资料,本人从一位朋友那里索取到的,所有HID的USB Key scancode.做USB键盘的该笑了.!-USB keyboard is so good, from my friends at one of the all HID USB Key scancode. Do USB keyboard of the smiling. !
keycode
- 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & ":" & kk.scanCode & ":" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif w
200651320141760-7087
- 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现. Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time \ If wParam = 256 Then Myfunc = 1: Exit Function \ endif wParam 的按键值可以在程序运行中测试中找到。-doing Java development frien
scancode
- 功能:windows下直接检测键盘的扫描码, 语言:asm 特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bi
KEY
- keyboard scancode (linix/unix)
scancode
- 微软官方的键盘扫描码文档。详细描述了常用的键盘码和扩展的win/app键。-Microsoft keyboard scan code of official documents. A detailed descr iption of the commonly used code and extended keyboard win/app key.
scancode
- 键盘扫描码对照表-从微软网站下载. 补从说明-Keyboard scan code table- from the Microsoft website. Up from the note
scancode
- 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。-Keyboard input in the preparatio
Symbol_MC3000_C.Scancode
- Symbol_MC3000_C#.条码扫码范例程序之3-Symbol_MC3000_C#. Barcodes sweep procedure code sample 3
ScanCode
- 一个简单的扫描二维码demo,便于新手开发学习,望指导!-A simple scancode demo
Windows-ScanCode
- 微软驱动编程键盘ScanCode官方文档,翻译成了两种格式,可以选择一种打开。(Microsoft-driven programming keyboard ScanCode official documents, translated into the two formats, you can one to open.)