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

搜索资源列表

  1. btn_drv

    0下载:
  2. 这份源码是用基于QT2410的嵌入式Linux开发的按键驱动程序以及测试程序.-this source is based on the QT2410 Embedded Linux Development Button and test driver procedures.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7777
    • 提供者:戚丽华
  1. keylogHGH

    0下载:
  2. 挂接WH_CALLWNDPROC(WM_IME_COMPOSITION),WH_GETMESSAGE(WM_CHAR和WM_KEYUP),前者记录中文,后者记特殊按键和字母符号.-articulated WH_CALLWNDPROC (WM_IME_COMPOSITION) , WH_GETMESSAGE (WM_CHAR and WM_KEYUP), the former Chinese records, the latter in mind the special keys and alp
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3596
    • 提供者:要相同
  1. 12864lcd89c55

    0下载:
  2. 单片机控制的12864液晶显示器的驱动程序,通过按键控制-MCU control of the 12,864 LCD driver, through the control button
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:231468
    • 提供者:司法
  1. RUS

    0下载:
  2. 自己编的俄罗斯方块游戏,使用键盘上的方向键进行游戏:左键左移,右键右移,下键快速下落,上键改变形状。菜单项中帮助有按键说明。菜单中可以选择游戏难度,游戏分为困难、普通和容易三个默认级别。 -own addendum to the Russian box game, the use of keyboard keys for the game : Left-left, right-shifted to the right. Quick keys whereabouts on the key ch
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:43021
    • 提供者:张琦
  1. keyboardswitch

    0下载:
  2. 很简单的一个全局钩子,屏蔽键盘所有按键,主要用在,嘿嘿,把键盘当垫板的人,比如在网吧抄东西。双击便运行,关闭即退出。 送给菜鸟。-very simple hook a whole, shielding all the keyboard keys, mainly in a little, and the keyboard when the plate. For example, in the cafes copied things. Double-click operation will c
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:60992
    • 提供者:小子
  1. time_key

    0下载:
  2. 一个时间显示,并且在按键的同时显示按键的扫描码的程序。-a time, and the keys at the same time show the button code scanning procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3994
    • 提供者:杨立国
  1. key_poiter_program

    0下载:
  2. 用指针函数实现最快最简单的按键控制程序。 // 按键的四种不同工作状态对应的函数指针对照表,每三字节对应一个按键 // 每一项包含三个字节,分别代表按键码,键盘状态,对应处理程序编号 // 本表对应于日常操作,不是修改状态-function pointer to achieve the quickest and most simple keypad control procedures. / / Button four different working conditions cor
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1522
    • 提供者:jty
  1. keyboardhook50

    0下载:
  2. 一个很好的钩子程序,用户在按键之前,程序会截获按键信息,并发出相应的声音。-a good hook procedure, the user keys in before, the program will intercepted keystroke information, and issued the corresponding voice.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:493455
    • 提供者:刘铜
  1. Calculator_simple

    0下载:
  2. 简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not ne
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13137
    • 提供者:飞鸿
  1. 200651320141760-7087

    0下载:
  2. 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现. Form1.Label1 = kk.vkCode & \\\":\\\" & kk.scanCode & \\\":\\\" & kk.Time \\ If wParam = 256 Then Myfunc = 1: Exit Function \\ endif wParam 的按键值可以在程序运行中测试中找到。-doing Java development friends will know that th
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:342009
    • 提供者:广泛大
  1. KEYUART

    0下载:
  2. MSP430的P2口接4*4按键,在PC短运行串口调试软件,可显示键号-MSP430 P2 I received 4 * 4 keys, in the short run PC serial debugging software can show that the key issue
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1908
    • 提供者:邹娜
  1. windows-keysmouseevents

    0下载:
  2. Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18652
    • 提供者:lw
  1. bu_iic_led

    0下载:
  2. 该程序是iic程序的测试程序,只需两个led和两个按键,是入门的好程序!-that the procedure was iic procedures testing procedures, led only two buttons and two, is the entry of the program!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:20449
    • 提供者:马飞
  1. KEYWYSET

    0下载:
  2. 4*4带位移显示的按键实验-4 * 4 with displacement experiments showed that the keys
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1519
    • 提供者:GE
  1. external_interrupt

    0下载:
  2. s3c44b0下外部中断测试程序。带有按键及串口显示。-s3c44b0 under external interrupt the test. With the keys and serial shows.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:99207
    • 提供者:张博凯
  1. KEY824

    0下载:
  2. 单片机IO口不足,用此电路做的键盘电路和程序,就可以了 8条口线24按键的C51源程序 .rar-SCM IO insufficient use of this circuit keyboard circuit and procedures on the eight lines mouth of the 24 keys C51 source. rar
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:990
    • 提供者:汪建斌
  1. key011

    0下载:
  2. 按键扫描驱动程序 写的还不错,希望大家看看阿!第一次上这个网,才知道这个网好好啊!-button scanning driver wrote was pretty good, we hope to see A! First on the net, before we know the net good ah!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:826
    • 提供者:张丰
  1. keyboard11.24

    0下载:
  2. 上学时做的一个51单片机按键显示程序,文件结构清晰,功能函数 可以通用。希望大家喜欢,可以和我连续QQ117825163 arcbravezhou@yahoo.com.cn jsn_ze@yahoo.com.cn-school to do a 51 MCU button display program, the document a clear structure and function of common functions. Hope you like them. I can QQ
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:116436
    • 提供者:kenneth
  1. mcd-lED2

    0下载:
  2. 目的是让大家熟悉输入、输出端口的使用 该程序的功能是把演示板当做一个按键计数器-purpose is to let people familiar with the input, output ports using the procedures of the functional demonstration board is a key counter as
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1151
    • 提供者:朱意诚
  1. keydriver

    0下载:
  2. 基于ARM9的LINUX下的按键驱动程序,代码中有详细的注释,对于在此基础之上的二次开发或者是直接调用都非常方便!-ARM9 based LINUX keys under the driver, a detailed code of the Notes for the foundation of the second development is a direct call or very convenient!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:13536
    • 提供者:盖萌
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com