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

搜索资源列表

  1. SoftKeyBoard.zip

    1下载:
  2. 这是一个桌面虚拟键盘的例子,在VC++6.0中编译通过!,This is a desktop virtual keyboard example, in VC++6.0 to compile the adoption!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:39849
    • 提供者:LaoLong
  1. 记录键盘所输入的按键

    0下载:
  2. 记录键盘所输入的按键,可以用于黑客开发应用。VC开发的代码,基于WINDOWS.-Records entered the keyboard keys can be used for development and application of hackers. VC++ code, based on WINDOWS.
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-09
    • 文件大小:1924268
    • 提供者:chx
  1. VHDL.rar

    1下载:
  2. 4*4键盘扫描的VHDL程序,可消除抖动,可以帮助大家一下,4* 4 keyboard scan VHDL procedures to eliminate jitter, we can help you
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3935
    • 提供者:孙仲
  1. KuInput.rar

    0下载:
  2. 软键盘输入法,支持中文输入法,功能还有待改进,Soft keyboard input method support for Chinese character input method, function could be improved
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:131902
    • 提供者:wyw
  1. KbdMonitor.rar

    0下载:
  2. 利用全局钩子实现中英文键盘记录,很好的实现了中文的准确记录。 无乱码,不会重复。 ,The use of global keyboard hook to achieve in English and Chinese records, a good implementation of an accurate record of the Chinese language. No garbled, not repeat it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:15361
    • 提供者:刘华山
  1. vkeyboard.zip

    2下载:
  2. 虚拟键盘驱动实现,在驱动级模拟了键盘的操作,The realization of the virtual keyboard driver in the driver level to simulate the operation of the keyboard
  3. 所属分类:Driver Develop

    • 发布日期:2015-09-02
    • 文件大小:102786
    • 提供者:
  1. ScreenKeyboard

    1下载:
  2. 触摸屏运行环境上的软键盘程序,用于嵌入在开发的应用软件中,辅助触摸屏输入-Runtime environment on the touch-screen soft keyboard program for embedded application development, support touch screen input
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:80249
    • 提供者:Bob
  1. Klog1.0 比挂钩SSDT还要底层的

    0下载:
  2. 比挂钩SSDT还要底层的,位于键盘硬件设备驱动之上的键盘过滤驱动源码,欢迎下载研究。-Designing A Kernel Key Logger A Filter Driver Tutorial By Clandestiny
  3. 所属分类:驱动编程

    • 发布日期:2017-03-26
    • 文件大小:142078
    • 提供者:Gentlewolf
  1. USB-keyboard

    0下载:
  2. 这是C8051F320 USB键盘程序,对于学习USB是个非常好的列子-This is a C8051F320 USB keyboard program for USB is a very good learning Liezi
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-25
    • 文件大小:178176
    • 提供者:廖伟
  1. keyboardrecord

    0下载:
  2. 键盘记录与自动发送器 简单地用VC++实现键盘的记录和自动发送到指定的地址。-Keyboard recording and automatic transmitter with a simple VC++ to achieve the record keyboard and automatically sent to the specified address.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:100730
    • 提供者:
  1. shurufa

    0下载:
  2. qt4.5 下的中文输入法 带符合常用手机使用习惯的软键盘 -qt4.5 Chinese input methods under the common cell phone with a line of soft keyboard usage
  3. 所属分类:IME Develop

    • 发布日期:2017-04-09
    • 文件大小:1243252
    • 提供者:blue
  1. Mini_keyboard_src

    0下载:
  2. 一个完整的基于WIN32,VC++的屏幕软键盘的源码,很好的一个学习的例子-OnScreen Mini keyboard source code, good example for win32 program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:42591
    • 提供者:Simon
  1. HOOK

    0下载:
  2. 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:337952
    • 提供者:hcz
  1. dfew

    0下载:
  2. VC++编的模拟键盘输入,适合初学者,了解MFC。-VC++ Series of simulated keyboard input, suitable for beginners to learn MFC.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:34240
    • 提供者:陈少珠
  1. hook

    1下载:
  2. 在vs2008下面测试通过 简单的实现了进程内的hook调用,和全局hook,hook部分简单的实现了屏蔽键盘和鼠标消息,后门为功能键F2,有详细的说明,适合入门研究学习 一共三个文件, v19e2_Hook.rar为全局hook程序块,v19e2_HookTest.rar为测试全局hook的程序,v20e1_innerHook.rar为在一个单独的进程内调用hook,-Simple implementation of the process, call the hook, and
  3. 所属分类:钩子与API截获

    • 发布日期:2012-11-21
    • 文件大小:26737374
    • 提供者:echo
  1. qwebkitkeyboard

    0下载:
  2. Qt移植的Webkit下面的简易虚拟键盘,用Javascr ipt实现的。-Qt transplantation following simple Webkit virtual keyboard, using Javascr ipt to achieve.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:5270
    • 提供者:guan
  1. keyspy

    0下载:
  2. ring3下读取物理地址执行ring0代码,在ring0代码嵌入汇编指令直接读取I/O端口。优秀的键盘记录源码.-ring3 to read the physical address of the next Executive ring0 code, the code embedded in the ring0 assembly instructions directly read I/O ports. Excellent keylogger source code
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-01
    • 文件大小:107788
    • 提供者:kingmax
  1. KBDLogger

    0下载:
  2. 一个键盘记录器。用的是Raw Input的相关方法,基本上原始的键盘输入都能够读出来。 -A keyboard logger. Raw Input using the correlation method is basically the original keyboard input will be able to read them out.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:16524
    • 提供者:李小生
  1. MouseKeyboardLib2005

    0下载:
  2. c#封装的鼠标键盘钩子库,实现全部的鼠标键盘钩子功能。-c# keyboard mouse hook package library, the realization of all the mouse functions of the keyboard hook.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:149306
    • 提供者:vincent
  1. kbd_logger

    0下载:
  2. 个键盘记录器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:8533
    • 提供者:阿东
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com