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

搜索资源列表

  1. Cameraearth

    0下载:
  2. DirectX编程,用键盘控制camera,进行视角变换。-DirectX programming, keyboard control camera, perspective transformation.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:436038
    • 提供者:doudou
  1. keyboard

    0下载:
  2. 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own m
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:14106
    • 提供者:胡东
  1. isdom_sdk.zip

    0下载:
  2. 游戏开发包。DirectX相关的组件包装, DirectDraw、D3D、DirectInput、DirectSound、DirectPlay、DirectMedia、及MIDI播放;图形文件读写;网络编程;多线程等方面很多内容, Game development package. DirectX correlation module packing, DirectDraw, D3D, DirectInput, DirectSound, DirectPlay, DirectMedia, and
  3. 所属分类:DirextX

    • 发布日期:2017-11-08
    • 文件大小:1684079
    • 提供者:马明
  1. DisableWindowsKeys

    0下载:
  2. 用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
  3. 所属分类:Hook api

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

    0下载:
  2. 一个比较好用的软键盘编程,还包括最小化窗口至任务栏,保证你会喜欢-A relatively easy-to-use soft keyboard programming, but also minimize the window to the taskbar, guarantee that you will love
  3. 所属分类:Button control

    • 发布日期:2017-03-28
    • 文件大小:26906
    • 提供者:wsw
  1. PROGRAM-900

    0下载:
  2. 经典编程900例(C语言)。包括DOS_BIOS编程、KEYBOARD、STRINGS等源码内容。-900 cases of classic programming (C language). Including DOS_BIOS programming, KEYBOARD, STRINGS, such as content source.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:144162
    • 提供者:kongri
  1. KeyboardHook

    0下载:
  2. 键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:604546
    • 提供者:peng
  1. programming

    0下载:
  2. 演示键盘输入时所产生的消息序列,并在窗口的客户区显示对应的字符 -Demonstration of keyboard input when the sequence information generated, and the customer area of the window shows the corresponding characters
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:5472
    • 提供者:杨纯
  1. keyscan

    0下载:
  2. 一个基于单片机的键盘扫描小程序,编程的关键在于键盘的消除抖动-A microcontroller-based keyboard scan applet, programming keyboard is the key to the elimination of jitter
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:198602
    • 提供者:预备
  1. test10

    0下载:
  2. 动态更改EditBox的颜色,用MFC编程实现。 键盘响应消息。实现重绘函数。消息映射。-Dynamically change the color of EditBox with MFC programming. Keyboard response messages. Achieve redraw function. Message map.
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:25284
    • 提供者:boss liu
  1. VB_Programming_virtual_soft_keyboard_program_sourc

    0下载:
  2. VB编程设计虚拟软键盘程序源码VB Programming virtual soft keyboard program source code-VB Programming virtual soft keyboard program source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4584
    • 提供者:iws
  1. VB_Programming_keyboard_click_sound_applet_code.ra

    0下载:
  2. VB编程设计点击键盘发出声音小程序代码VB Programming keyboard click sound applet code-VB Programming keyboard click sound applet code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2611
    • 提供者:aw
  1. Delphi.programming.code.keyboard.hook.hook

    0下载:
  2. Delphi编程实现键盘钩子hook代码delphi很好的代码入门经典代码-Delphi programming code keyboard hook hook
  3. 所属分类:Hook api

    • 发布日期:
    • 文件大小:11441
    • 提供者:池程
  1. VB.code.modular.process.control.keyboard

    0下载:
  2. VB模块化编程程序控制键盘代码VB code for modular programming process control keyboard -VB code for modular programming process control keyboard
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:3294
    • 提供者:6
  1. Keyboard

    0下载:
  2. 基于Windows API实现的屏幕软键盘,一个比较有用的小程序,也是很好的编程参考资料,帮你更进一步了理解Windows API的使用方法。-Windows API implementation based on screen soft keyboard, a useful little program, but also good programming reference to help you understand further the use of Windows API.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:13284
    • 提供者:
  1. Disable-keyboard-a-mouse

    0下载:
  2. 编程实现DISABLE键盘和鼠标,在生产中经常会编程控制第三方软件完成IC程序下载,此工具可有效防止在下载过程中操作员动用键盘和鼠标。-DISABLE programming keyboard and mouse, often in the production of third-party software to complete IC programming control program download, this tool can effectively prevent the ope
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4893
    • 提供者:steven
  1. Programming-keyboard

    0下载:
  2. 利用底层钩子技术 把普通键盘重新定义 一键代替多键-Use technology to the bottom hook the normal keyboard to define a key instead of many key
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:4219904
    • 提供者:翡冷翠
  1. keyboard_scancode

    0下载:
  2. 第二套和第三套键盘扫描码,程序员在针对键盘的编程时候,经常会用到查询的,非常实用,以前的搜藏。-Second and third set of keyboard scan code, the programmer when programming against the keyboard, often used in queries, very practical, before wishlists.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:408809
    • 提供者:stjlu
  1. Keyboard

    0下载:
  2. 在VC++中实现模拟键盘输入.对于学习VC++的界面编程,有很大帮助.-Implemented in VC++ keyboard input simulation for learning programming in VC++ interface, great help.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:36133
    • 提供者:云淡
  1. Disable-keyboard-a-mouse

    0下载:
  2. 编程实现DISABLE键盘和鼠标,在生产中经常会编程控制第三方软件完成IC程序下载,此工具可有效防止在下载过程中操作员动用键盘和鼠标。-DISABLE programming keyboard and mouse, often in the production of third-party software to complete IC programming control program download, this tool can effectively prevent the ope
  3. 所属分类:ADO-ODBC

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