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

搜索资源列表

  1. MOUHID

    0下载:
  2. windows ce下的usb鼠标驱动原代码,-Source code for USB mouse driver for WinCE.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:38.37kb
    • 提供者:尹如虹
  1. mouser

    0下载:
  2. This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (via serenum) and removal (either hotplug or via the device manager). The code serves as a sample for any serial-enumerable device. The behavior of the v
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:48.92kb
    • 提供者:Liangjq
  1. QQ_LLK_SOURCE

    0下载:
  2. QQ连连看*源码 20050609qq 连连看*简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反*作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡*系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决这个问题一定要告诉我啊! 最好能取消动画特效,直接消去.
  3. 所属分类:*编程

    • 发布日期:2008-10-13
    • 文件大小:216.97kb
    • 提供者:wancb
  1. touchscreeAndUsbkeyboardMouseDriver

    0下载:
  2. 包含触摸屏驱动源码(for s3c2410)以及触摸屏驱动,USB键盘鼠标移植详细步骤,tslib触摸屏校准程序的移植使用,包括错误解决方法.-contains Touchscreen driver source (for s3c2410) and touch-screen, USB keyboard and mouse transplantation detailed steps tslib Touchscreen calibration procedure transplant use, i
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:52.79kb
    • 提供者:王伟
  1. Usb-Mouse.zip

    0下载:
  2. usb鼠标驱动源代码,包括自动检测和配置代码。很方便哦。,usb mouse driver source code, including automatic detection and configuration code. Oh, very convenient.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:635.71kb
    • 提供者:Change
  1. luo999cg.zip

    0下载:
  2. 用BC3.1开发的计算机图形学算法演示系统. 基本图元的生成\图元的属性设置\交互技术\以及一些小动画等.有全部源代码和可执行文件CG.exe,支持鼠标,但必须另外加载dos下鼠标驱动.,With the development of computer graphics algorithms BC3.1 demonstration system. Primitive generation of \ primitive attributes Settings \ interactive tech
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:103.03kb
    • 提供者:Luo Chuan Song
  1. kbdmouse

    0下载:
  2. 收集到的orion_ep93xx_wince_bsp_1-3-507键盘鼠标驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 keyboard and mouse driver source code, not for testing
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:53.34kb
    • 提供者:zhengbo
  1. mouse_drive

    0下载:
  2. 鼠标驱动程序源码 利用C编写,运行在LINUX操作系统中-the source code for mouse driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:10.92kb
    • 提供者:david
  1. 021515612545

    0下载:
  2. 适于嵌入式开发系统单片机设计的鼠标驱动程序源代码,-Development system for embedded single-chip design of the mouse driver source code,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:12.6kb
    • 提供者:李帆
  1. HookDll2

    0下载:
  2. hook dll driver for keyboard mouse source
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:12.95kb
    • 提供者:sky
  1. USB_mcu

    0下载:
  2. 1、压缩包中包含了由盛唐公司研制的USB_D12开发评估板实现USB鼠标的全部源代码 2、源代码中的U_Mouse.C文件实现了数据通讯的协议,Chap_9.C含有鼠标枚举所需的各种描述符。 3、上述文件实为USB接口芯片D12开发的经典参考资料及制作USB鼠标的极佳参考原型。 4、阅读源程序前务必先阅读开发评估板的使用说明书各评估板的电路原理图,方能快速理解源程序。 5、需要USB鼠标的底层驱动程序的开发者请与作者联系。 -1, compressed package inc
  3. 所属分类:USB develop

    • 发布日期:2017-04-01
    • 文件大小:882.27kb
    • 提供者:赵牧
  1. vbwinio

    0下载:
  2. VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。   虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。   用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。   本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:23.89kb
    • 提供者:longlian90
  1. mouse

    0下载:
  2. 针对鼠标USB驱动开发的源代码,其采用的是用WDF编写。-The source code for mouse USB driver development, the use of the written using WDF.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-09
    • 文件大小:79.37kb
    • 提供者:sinewy
  1. usb source

    0下载:
  2. Begin3 Title: USBDOS Version: 2010-01-30 Entered-date: 2010-01-30 Descr iption: Collection of DOS drivers, for UHCI (USB 1.1 12Mbit/1.5mbit) controllers/ports only Keywords: DOS USB driver keyboard mouse port uhci ohci ehci xhci Aut
  3. 所属分类:汇编语言

    • 发布日期:2013-01-14
    • 文件大小:1.58mb
    • 提供者:behzad
  1. CY7C63723_USB_Mouse

    0下载:
  2. 利用芯片CY7C63723设计的USB/PS2鼠标,含有所有驱动源代码和硬件原理图,对开发计算机USB或PS2设备很有参考价值,开发环境为keil C51.-USB/PS2 mouse chip CY7C63723 design contains all the driver source code and hardware schematics, the development computer USB or PS2 devices of great reference value, a de
  3. 所属分类:USB develop

    • 发布日期:2017-11-09
    • 文件大小:593.54kb
    • 提供者:徐世东
  1. PS2_mouse

    0下载:
  2. 鼠标的驱动源代码 可以用于ps2的鼠标,用于驱动ps2的鼠标-The mouse driver source code can be used for ps2 mouse, used to drive the ps2 mouse
  3. 所属分类:Driver develop

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:邱先生
  1. sentelic

    0下载:
  2. Finger Sensing Pad PS2 mouse driver Source Code for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.66kb
    • 提供者:cingnanghie
搜珍网 www.dssz.com