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

搜索资源列表

  1. houtaimoni

    0下载:
  2. 在指定窗口内得到窗口句柄 通过窗口句柄找到图片在窗口内的坐标然后模拟后台鼠标单机和键盘按键-The window specified chart to find the coordinates
  3. 所属分类:ELanguage

    • 发布日期:2017-04-16
    • 文件大小:22342
    • 提供者:潘帅
  1. trackball

    0下载:
  2. OpenGl的示例程序,模拟跟踪球,跟踪鼠标运动。程序由C语言写成。-OpenGl sample program to simulate the trackball, mouse movement. Program written in C language.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1797
    • 提供者:Evan
  1. SaoLeiFuZu

    0下载:
  2. 基于windows扫雷游戏的辅助程序,使用CE探测雷区内存,使用spy++确定扫雷游戏界面,用鼠标API模拟按键操作。-Minesweeper game windows based support program, the use of CE to detect minefields of memory, using spy++ determine Minesweeper game interface, API simulation with the mouse button operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5770158
    • 提供者:blue
  1. 98

    0下载:
  2. 1)编程思路:首先,本练习因为要制作模拟钢琴的实例,所以首先要生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成键盘、鼠标按下时显示的键盘图片,最后通过语句m_ImgUp=getImage(getDocumentBase(),"img/up.gif")和语句m_ImgDown=getImage(getDocumentBase(),"img/down.gif")加载图片,生成钢琴界面。然后,因为要实现模拟钢琴效果,所以
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:32851
    • 提供者:张飞
  1. Terrain

    0下载:
  2. 通过加载了地形的图片和天空,构造了一个场景,同时用opengl模拟了一个camera,可以前进、后退、左移、右移,然后鼠标可以控制。-By loading the topographic images and the sky, to construct a scene, at the same time using the OpenGL simulation of a camera, can move forward, backward, left, right, and then the mo
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5150602
    • 提供者:belley
  1. DrawCADLine

    0下载:
  2. 程序模拟AutoCAD中进行线的交互绘制。点可以通过使用鼠标点击屏幕,或者键盘输入来获取,绘制的同时可以使用w命令来设置线宽,c命令来设置线的颜色,o来结束绘制(回车或者ESC键也行)。VS2005 + objectARX2007环境,对arx的学习还是很有帮助的。个人。-Simulate AutoCAD draw polyline.You can select a point to draw line,at the same time,you can also set entity prope
  3. 所属分类:CAD

    • 发布日期:2017-04-17
    • 文件大小:40133
    • 提供者:轩心之迪
  1. JoyToKey-V4.3

    0下载:
  2. JoyToKey是通过手柄或操纵杆来模拟键盘、鼠标的软件,它可以将手柄输入模拟成键、鼠输入传到系统中,完成不支持手柄或操纵杆的操作-JoyToKey through the handle is to simulate the keyboard or joystick, mouse software, which can handle analog input into a key, mouse input passed to the system, does not support the co
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:486747
    • 提供者:姚洋
  1. wym

    0下载:
  2. 模拟cf鼠标连点,f2开始/结束,免去手动点击鼠标带来的疲劳-Analog cf mouse connect the dots, f2 start/end, fatigue removed manually click the mouse to bring
  3. 所属分类:Game Engine

    • 发布日期:2017-03-31
    • 文件大小:30935
    • 提供者:spy608
  1. javafirework

    1下载:
  2. Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。   实现思路:Java模拟烟花效果,首先定义主线程的函数run()对一个烟花进行绘制。在函数run()中定义Graphics类的对象,通过程序中的算法来绘制烟花。然后实现烟花的缤纷闪烁效果,通过Thread类的Th
  3. 所属分类:android

    • 发布日期:2017-04-27
    • 文件大小:15357
    • 提供者:rpudn62
  1. javapiano

    0下载:
  2. Java Piano模拟钢琴效果的完整源码,知识点:使用AudioClip类播放声音,使用Java MouseEvent类处理鼠标事件,使用Image类制作图片,使用Frame类制作界面框架。运行后创建一个带有模拟钢琴键盘的面板,用户可以通过键盘或者鼠标来“敲击”钢琴键盘发出声音,也可以通过电脑键盘的组合键实现钢琴的高音。   编程思路:首先制作模拟钢琴的实例,生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:32940
    • 提供者:gpudn21
  1. OpenGl-Program

    0下载:
  2. 在运行程序前需要配置好OpenGL的环境(网上有说明),程序是模拟演唱会的场景,有背景音乐的映衬,有模拟的灯光、台下的观众,鼠标右键改变舞台颜色。通过键盘上下左右键漫游移动,鼠标左键进行旋转。整体式为了学习相关算法原理,在效果方面对所表达的效果显得有点抽象。在文件根目录有OpenGl开发库,在网上搜集资料配置好就可以了。-Good before running the program need to configure the OpenGL environment (online), the p
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-03
    • 文件大小:15197477
    • 提供者:
  1. 4_5_mouse

    0下载:
  2. VC++程序一方面实现了对鼠标各个按键点击状态的监控,另一方面也实现了对鼠标位置的适时获取显示,移动鼠标时候,鼠标坐标适时显示。双击由两次按下与释放来模拟,判断左键/右键、中键是否被按下,最后把结果显示在TextBox框中-VC++ program on the one hand to achieve the right mouse button to click on each state to monitor, it also achieved the position of the mou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:17887
    • 提供者:apudn75
  1. java

    0下载:
  2. java小程序 源码+实验报告,1)多态,深浅复制 2)接口,java集合类 3)java GUI程序(成绩等级划分),监听器(鼠标绘制橡皮筋)4)异常处理(ATM模拟存取) 5)系列化-
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:929270
    • 提供者:海心
  1. WaveEffect

    0下载:
  2. 这是一个模拟波纹的程序,按下鼠标左键可以产生波纹,时间越长波的振幅越大;按下左键并移动鼠标,效果比较好。-This is a simulation program ripple, ripples can be generated by pressing the left mouse button, the longer the greater the long-wave amplitude press the button and move the mouse, the effect is b
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:447337
    • 提供者:杨鹏
  1. monishaizi

    0下载:
  2. 让骰子转起来-VB制作的3D旋转体—骰子,模拟了骰子旋转的运动,感觉蛮好玩的。单击控制骰子动止,鼠标距离控制运动速度。-Let the dice turn up-VB produced a 3D rotating body- dice, dice simulated rotation movement, feeling pretty fun. Click Control dice stopper, distance control mouse movement speed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2428
    • 提供者:cpudn58
  1. drawcube

    0下载:
  2. VB制作的3D旋转体—骰子,模拟了骰子旋转的运动,单击控制骰子动止,鼠标距离控制运动速度,感觉蛮好玩的。存储正方体的八个顶点平面位置,采用斜二测画法,画好12条棱,构成一个正方体,并加以控制函数实现3D旋转,值得借鉴的一个VB代码-VB produced a 3D rotating body- dice, dice simulated rotation movement, click Control dice stopper, distance control mouse movement sp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2161
    • 提供者:cpudn95
  1. CH372-usb-mouse

    0下载:
  2. 这是一个用CH372和51单片机来模拟USB鼠标的案例。-This is a CH372 and 51 cases to simulate a USB mouse.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:53832
    • 提供者:高鸿业
  1. Mac-login-flash

    0下载:
  2. 模拟Mac系统动态效果的Flash源码,包含报告 解压不了的话把后最改为.7z试下 编辑器:Adobe Flash Profession CC 登录密码为:04103049 打开swf,同目录下须有zhuomian2.png和song.mp3两个文件,源文件下有。 打开swf出现环形进度条,完成后进入登录界面,输入错误密码会有“摇头”效果,密码无误出现进度条并进入桌面,输入确认可按箭头按钮或者enter键。 登录界面要鼠标点击输入框两下才能输
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-17
    • 文件大小:27364713
    • 提供者:
  1. 3D_solar_system_with_opengl_and_C_

    0下载:
  2. 在C#环境下使用OpenGL实现太阳系的三维模拟,能够利用鼠标改变视角,可以作为学习C#中调用OpenGL的范例以及OpenGL中使用鼠标和载入图片的范例。-Used in the C# environment OpenGL 3D simulation of the solar system, can use the mouse to change the viewing angle can be invoked as a learning C# OpenGL and OpenGL exampl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1924019
    • 提供者:黄东豪
  1. eeeeeeeeeeeeeeeeee

    0下载:
  2. 易语言鼠标键盘驱动模拟,注驱动不是本人所写,但拿出来分享-Easy Language mouse and keyboard-driven simulation, note the driver was not written by me, but come to share
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:13021
    • 提供者:李冰
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 »
搜珍网 www.dssz.com