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

搜索资源列表

  1. 面向对象的编程向导(附软盘)

    0下载:
  2. 附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC-?.zip”文件拷贝到VcDemo文件夹中。 3. 利用工具软件“WinZip”将硬盘上的VC-?.zip释放开来。 其中,? 对应书中的一个章节号。比如,VC-3.zip表示是第3章的 的内容。 4. 打开Visual C++5.0,建立应用程序调试环境: 4-1.对于前三章的例题,选中一个扩展名为.cpp的文件后,双击鼠 标左键,系统自动激活Visual C++5.0
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:716332
    • 提供者:阳阳
  1. 模拟windows自带的画图程序

    0下载:
  2. 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-06-27
    • 文件大小:2531265
    • 提供者:luoshao@163.com
  1. DRAWLINE

    0下载:
  2. 1.以鼠标的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值. -1. To press the mouse as a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:89878
    • 提供者:阿刀侠
  1. PAL4_Helper

    0下载:
  2. 《仙剑奇侠传四》游戏辅助器~ 实用于各种版本包括 简繁1.0 1.1 能修改 < 步速 > < 随时存档 > < 按滑鼠右键调整视角 >-" Biography Fairy仙剑four" game-aids applied to a variety of versions, including 1.1 to 1.0 Simplified modify < pace> < ready archive> < adj
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:59034
    • 提供者:卧槽
  1. mouse

    0下载:
  2. 滑鼠连点...可调整点击速率...也可选择 左键 右键唷-Even the mouse point ... ... can also choose an adjustable-rate click the left button right
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4892
    • 提供者:吴小猪
  1. jianpanshubiaoyingyong

    0下载:
  2. 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:键鼠应用-This is the easy language code, the first statement easy to understand language not under-virus software is no longer explain the problem of false positives, Source Content: Keyboard application
  3. 所属分类:其他小程序

    • 发布日期:2017-04-25
    • 文件大小:11182
    • 提供者:
  1. Sample

    0下载:
  2. 自己开发的tc键鼠驱动功能,超级鼠标,超级键盘-Developed tc mouse and keyboard-driven features, super mouse, keyboard super-
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-15
    • 文件大小:4011715
    • 提供者:chen
  1. ex20

    0下载:
  2. 该程序实现的功能是单击鼠标左键小球被引导移动到鼠标点,单击右键小球停止运动。-The function of the program is to click the left mouse button the ball is directed to move to the click of the mouse, right-click the ball to stop the movement.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-18
    • 文件大小:1943738
    • 提供者:康传波
  1. AutoDing_SourceCode

    0下载:
  2. Delphi6.0开发,本来是想用来自动顶帖子的。设置键盘鼠标的系列操作,并由程序模仿。可作为delphi模拟键鼠操作的例子。-Delphi6.0 developers wanted to automatically top posts. Set a series of keyboard and mouse operation by the program to imitate. An example of a mouse and keyboard operation can be simula
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:224751
    • 提供者:TomWillow
  1. App_mfc

    0下载:
  2. 真正的驱动级键鼠模拟。 为电脑添加一对可完全编程控制的键盘鼠标. 支持 WINXP , WIN2003 , WIN2008 , VISTA , WIN7 ,WIN8 , 32位和64位操作系统。 可过时下各种游戏检测。 这个是mfc的示例和驱动-The real driver stage mouse and keyboard simulation. Add computer controlled by a fully programmable keyboard and mouse
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:4520892
    • 提供者:袁明
  1. App_vb

    0下载:
  2. 真正的驱动级键鼠模拟。 为电脑添加一对可完全编程控制的键盘鼠标. 支持 WINXP , WIN2003 , WIN2008 , VISTA , WIN7 ,WIN8 , 32位和64位操作系统。 可过时下各种游戏检测。 这个是VB的示例和驱动-The real driver stage mouse and keyboard simulation. Add computer controlled by a fully programmable keyboard and mouse
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:4468408
    • 提供者:袁明
  1. App_vb6

    0下载:
  2. 真正的驱动级键鼠模拟。 为电脑添加一对可完全编程控制的键盘鼠标. 支持 WINXP , WIN2003 , WIN2008 , VISTA , WIN7 ,WIN8 , 32位和64位操作系统。 可过时下各种游戏检测。 这个是VB6的示例和驱动-The real driver stage mouse and keyboard simulation. Add computer controlled by a fully programmable keyboard and mouse
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:4450447
    • 提供者:袁明
  1. key-and-mouse

    0下载:
  2. 支持鼠标和键盘的模拟 驱动模拟 使用winddk编程成功 支持usb鼠键 和ps2鼠键-Support mouse and keyboard emulation driver successfully simulated using winddk programming support usb ps2 mouse key and mouse button
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-06
    • 文件大小:30605
    • 提供者:草木犀
  1. tanchishe

    0下载:
  2. 贪吃蛇。具有开始游戏,规则,难度,排名等选项,有关卡,键鼠操作。有食物、毒草、地雷等分类。-Snake. Having to start the game, the rules, the difficulty, ranking and other options, related to the card, mouse and keyboard operation. There are food, poisonous weeds, mines and other categories.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:77602
    • 提供者:李炳阳
  1. 键鼠模拟(64位系统专用)自带dll

    0下载:
  2. 易语言64位系统鼠标模拟模块,集成了dll调用,方便快捷(E language 64 bit system mouse simulation module, integrated with DLL call, convenient and quick)
  3. 所属分类:其他

  1. DD驱动级鼠键模块

    2下载:
  2. DD驱动级鼠键模块 易语言模块分享 带源码 欢迎下载(DD driver level mouse key module, easy language module to share the source code, welcome to download)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3193856
    • 提供者:小熙哥哥
  1. dm

    0下载:
  2. 1. 文字识别 领域,目前插件界,识别速度和准确率No.1 7000汉字,全屏识别,只需要几百毫秒,性能强劲! 2. 后台 键鼠方面,目前插件界功能最齐全,最强悍的后台键鼠 3. 图色方面,高速 找图 找色, 取色 4. 支持MASM Call代码嵌入执行(1. the field of text recognition, the current plug-in industry, the speed of recognition and accuracy of No.1 70
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:760832
    • 提供者:deng1234
  1. 2.1142版本

    0下载:
  2. 1. 文字识别 领域,目前插件界,识别速度和准确率No.1 7000汉字,全屏识别,只需要几百毫秒,性能强劲! 2. 后台 键鼠方面,目前插件界功能最齐全,最强悍的后台键鼠 3. 图色方面,高速 找图 找色, 取色 4. 支持MASM Call代码嵌入执行(1. word recognition field, the current plug-in boundary, the recognition speed and accuracy of No.1 7000 Chinese
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1870848
    • 提供者:webees
  1. 键鼠模拟

    1下载:
  2. 模拟键盘、鼠标自动化操作桌面,之前用在公司的报警信息处理,如有需要,可以参考(make the keypad and mouse auto used)
  3. 所属分类:Windows编程

    • 发布日期:2020-02-19
    • 文件大小:20855808
    • 提供者:indeedneed
  1. 大漠插件 v3.1233

    2下载:
  2. 大漠插件 v3.1233 大漠插件是一款集【前后台,文字识别,图色,键鼠,窗口,内存,DX,Call】等功能于一身的综合插件。主要用于按键精灵、简单游、易语言等辅助制作工具,具有识别速度超级快的特点! 采用COM接口编写,适用于所有语言调用。 大漠插件3.1233版是大漠插件最后一个免费版本,它会自动检测更新,请点击“否”以取消更新,它以后的版本都是需要收费的,但这个版本已经足够我们用了。 大漠插件特色: 1. 文字识别领域,目前插件界,识别速度和准确率No.1 7
  3. 所属分类:系统编程

« 12 »
搜珍网 www.dssz.com