CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 键盘扫描码

搜索资源列表

  1. 键盘&鼠标扫描码

    1下载:
  2. 关于PS/2和USB键盘、鼠标的各种扫描码的资料。-on the PS / 2 and USB keyboard, the mouse scan code information.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:197368
    • 提供者:张文辉
  1. 80C51键盘驱动代码

    0下载:
  2. 一个对4X4数字键盘进行行&列扫描,获取扫描码的程序,支持符合键,串键,软件去抖.-one pair of 4x4 digital keyboard ranks scanning, access code scanning procedures, with key support and collaborate keys, software to tremble.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2836
    • 提供者:李冰
  1. 键盘扫描码

    0下载:
  2. 一个专门用于VOD视频点播系统基于PS/2遥控器或面板的键值测试程序-devoted to a VOD system based on the PS / 2 remote control panel keys or test procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:572069
    • 提供者:孙贤
  1. 第一套扫描码

    0下载:
  2. Scan Code Set 1 - Original XT scan code set supported by some modern keyboards 第一套扫描码集--原始的XT扫描码集 某些现代的键盘还支持-Scan Code Set 1-Original XT scan code set supported by some modern keyboards first scan code sets -- the original XT scan code sets certain
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:211449
    • 提供者:wang
  1. 第二套扫描码(ps2)

    0下载:
  2. Scan Code Set 2 - Default scan code set for all modern keyboards 第二套扫描码集--所有现代键盘默认的扫描码集-Scan Code Set 2-Default scan code set for all modern keyboards second scan code sets -- all modern default keyboard scan code sets
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:254572
    • 提供者:wang
  1. Kb_sniff

    0下载:
  2. 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6157
    • 提供者:漆光耀
  1. keycode

    1下载:
  2. 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:wushishan
  1. KB-bbpc

    0下载:
  2. 蓝宇BBPC-SOM2496嵌入式主板 获取键盘扫描码实例代码与函数-Lan Yu-SOM2496 access to the Main Board Embedded keyboard scan code with the function code examples
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:77675
    • 提供者:李晓风
  1. 获取键盘扫描码的TSR,可用于解密

    0下载:
  2. 获取键盘扫描码的TSR,可用于解密。属于比较经典的程序,对程序初学者有一定的启发作用。-access to the keyboard scan code TSR can be used declassified. Relatively classic procedures, procedures for beginners have a certain instructive.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7264
    • 提供者:牟小东
  1. 键盘控制

    0下载:
  2. C8051单片机与键盘相连,扫描键盘,有键按下、释放或者按住,C8051单片机查询键盘矩阵寻找对应唯一的键值,判断是被键按下的键,再到第二套扫描码中找出该键所对应的扫描码,通过C8051单片机模拟的PS/2通信协议与计算机进行通信,发送按键所对应的扫描码。
  3. 所属分类:嵌入式/单片机编程

  1. Input

    0下载:
  2. 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:19861
    • 提供者:冰剑
  1. KeyBoardFilterDriver

    0下载:
  2. 该代码的功能是设置键盘钩子,记录键盘操作记录,包括键盘扫描码。-the function of this code is setting keyboard hooking and keeping the log of keyboard operation,the scan code is also included in it.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:139027
    • 提供者:俊豪
  1. HID

    0下载:
  2. 所有全键盘扫描码,非常详细,很辛苦找回来的-All full keyboard scan code, very detailed, very hard to find back! !
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:128111
    • 提供者:张英杰
  1. key

    0下载:
  2. 获取键盘扫描码的TSR,可用于解密 -It is TSR to get the scan code of the key,which can be used to deciphering.
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:7819
    • 提供者:王为
  1. PS2Key

    0下载:
  2. 用单片机控制键盘的程序,利用中断获得键盘扫描码并转换为ASCII码,在1602液晶上显示字符。C语言编写,KEIL环境下编译,键盘驱动写得相当好。-Single-chip microcomputer to control the keyboard with the procedure, the use of interrupted access to the keyboard scan code and converted to ASCII code, in the 1602 character
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:23470
    • 提供者:目前源
  1. EmuPS2Kb

    0下载:
  2. 通过8x16键盘扫描模拟Ps2键盘通过测试成功 硬件:P1P2接16跟列扫描线 P0接8跟行线 P3.6=PS2_data P3.7=CLK INT0接DATA 修改扫描码就可用 绝对好用~~~ 不能用告我-MCU EMU PS2 KeyBoard Hv test ok
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:762528
    • 提供者:panxr
  1. key

    0下载:
  2. 使用单片机keilc51编程,利用单片机定时功能读取键盘扫描码,从而利用数码管显示.-Keilc51 the use of single-chip programming, the use of single-chip timing to read the keyboard scan code, thus the use of digital display.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12865
    • 提供者:王燕
  1. Keyco

    0下载:
  2. 获取键盘扫描码的一个小工具,作为开发与键盘相关的程序有很大作用。-Access to the keyboard scan code of a small tool, as a keyboard-related development and plays a significant role in the process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31052
    • 提供者:黄美华
  1. BIOSKEY

    0下载:
  2. 获得键盘扫描码程序,在DOS下,当按键盘任意键,对应输出相应键盘扫描码-Access to the keyboard scan code program, DOS, when any key on the keyboard, the keyboard scan code corresponding to the output corresponding
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1801
    • 提供者:Stephen
  1. VC_Programming_how_keyboard_scan_code_virtual_key_

    0下载:
  2. VC编程实现如何将键盘的扫描码转换成虚拟键值经典代码-VC Programming how to keyboard scan code into a virtual key classic code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:12808
    • 提供者:ue
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com