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

搜索资源列表

  1. 4X4键盘程序实现多个按键程序

    1下载:
  2. 4X4键盘程序实现多个按键程序 键盘扫描-4x4 keyboard procedures to implement multiple keys keyboard scan procedure
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:欧阳
  1. 模拟键盘按键 自动输入文字

    1下载:
  2. 另一个简单的外挂输入法例程: 模拟键盘按键 自动输入文字 http://sd.2ccc.com/downloads/simples/os/keyhook.Testing.rar 作者:刘麻子。 大家可以到http://www.2ccc.com查看详情。-another simple external input routines : simulated keyboard keys to enter text automatically http://sd.2ccc.com/dow
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:6350
    • 提供者:周梦蝶
  1. 操作系统课程设计之键盘中断

    0下载:
  2. 我做的那部分是直接嵌入组长的OS.JAVA文档中,因为OS文档是编写主界面的,所以直接插入OS中比较方便. 主要思想是这样的:就是在主界面上创建一个文本框,用于接受键盘输入.只要在文本框中输入命令,无论是否正确,系统将会作出反应.-me to do the part of a head of the embedded directly OS.JAVA documents, because OS documentation is the main interface of the prepar
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2944
    • 提供者:才才
  1. 鼠标键盘记录和回放

    0下载:
  2. 基于Delphi的钩子函数的应用原理,记录鼠标和键盘操作并且回放鼠标键盘操作过程-based Delphi hook function of principle, records mouse and keyboard and mouse and keyboard playback operation
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:167364
    • 提供者:王熠
  1. 键盘钩子全记录

    3下载:
  2. 一个可以直接使用的键盘钩子,名为IEXEPLORE.EXE 它自动在C:目录下建立KEYLOG文件夹。里面就是本机上的键盘记录 -a direct access to the keyboard hook, it automatically called IEXEPLORE.EXE C : Contents established KEYLOG folder. Inside the machine is the keyboard record
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:143912
    • 提供者:阿牛
  1. p3口键盘输入程序

    0下载:
  2. p3口键盘输入程序 可以正常的输入,本人所写的一个小程序,希望大家指点-p3 keyboard input program can input normal, I wrote a small program, we hope guidance
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1445
    • 提供者:fq
  1. 键盘弹琴

    0下载:
  2. 键盘弹琴程序主要用到了C的I/O控制,是C深入编程的基础-piano keyboard procedure used mainly C of I / O control, C-depth programming is the basis of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11943
    • 提供者:李昭强
  1. VC开发的键盘消息指令码分析

    0下载:
  2. VC开发的键盘消息指令码分析 -VC news keyboard instruction code analysis 7777777777777777777777
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5561
    • 提供者:vhdp
  1. 键盘发音

    0下载:
  2. 键盘发音程序源代码--keyboard sounds source code -----------------------====
  3. 所属分类:钩子与API截获

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

    0下载:
  2. 用键盘控制发声的源程序,适用于51,PIC等常用单片机-audible keyboard control the source code, apply to 51, popular PIC microcontroller
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3977
    • 提供者:李潇潇
  1. 触摸屏的屏幕键盘模拟例程

    0下载:
  2. 触摸屏的屏幕键盘模拟例程.rar 截获底层键盘钩子的API例程,模拟屏幕小键盘-Touchscreen screen keyboard simulation routines. Rar intercepted bottom of the keyboard hook API routines, simulation of the small screen keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:76757
    • 提供者:kugui_guo
  1. 增强图形界面-实现工具箱-状态栏-光标-键盘操作

    0下载:
  2. 程序功能的说明如下所示: 增强图形界面:实现工具箱、状态栏、光标、键盘操作等。-procedures Descr iption of function as follows : Enhanced GUI : achieving toolbox, status bar, cursor, keyboard operation.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:274850
    • 提供者:王晓明
  1. 线反转法行列键盘扫描

    0下载:
  2. 行列键盘的学习是单片机学习的必经之路,可是对了初学者来说学习起来并 不容易。书上的资料不多,或是说明不细,抑或太复杂不易理解。我在学行列键 盘时也有过此类的问题,近日我发现了一个非常好的行列扫描的方式——线反转 法行列键盘扫描,它简单易懂,非常适合初学者学习,也可作为程序开发之用。-ranks keyboard of learning is a must to learn microcontroller, but to a newcomer learning together is
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:127977
    • 提供者:王勋昌
  1. 模拟键盘和鼠标事件演示代码

    0下载:
  2. 演示模拟键盘事件的例子 -demonstration simulated keyboard events example demonstrates the simulated keyboard examples
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:5408
    • 提供者:风魔天下
  1. 键盘操作的动画

    0下载:
  2. 用vc.net编的程序,键盘方向键操作的动画移动-vc.net series with the procedures, keyboard keys direction of animation mobile operators
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:7388
    • 提供者:李文
  1. 监视键盘

    0下载:
  2. 可以监视键盘输入的小程序,通过加入监视信息而监视此程序运行时的密码输入,如QQ,-can monitor keyboard input to the small program by adding surveillance information of this procedure and surveillance operation at the password input, if QQ,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20427139
    • 提供者:张宪君
  1. java键盘操作

    0下载:
  2. 本代码是关于java的键盘的输入,当你输入o是会弹出新窗口,当你输入其他是它会在最上一排显示你输入的字符,对学习java的同学是好例子-the java code is on the keyboard input, when you enter o is the new pop-up window When you enter the other is that it will show your best suit the character input, to learn java stud
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:李微
  1. 键盘奏鸣曲软件

    0下载:
  2. 利用钩子实现键盘音乐,其他模拟钢琴等也是基于此原理,这里用的是全局钩子-use of keyboard music, pianos and other simulation is based on this principle, here is the overall hook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1767778
    • 提供者:孙泽夺
  1. 8279可编程的键盘和显示接口芯片

    0下载:
  2. 8279 可编程的键盘和显示接口芯片。 8279 可编程的键盘和显示接口芯片。-8279 programmable keyboard and display interface chip. 8279 programmable keyboard and display interface chip.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:52932
    • 提供者:ppkk
  1. 封锁键盘鼠标的源程序(VC++)

    0下载:
  2. 封锁键盘鼠标的源程序-blockade of the source keyboard and mouse
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43004
    • 提供者:徐刚
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com