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

搜索资源列表

  1. RobotInScreen

    0下载:
  2. 这是一个采用OpenGL写的机器人在给定场所中运动,代码中实现了碰撞检测跟鼠标键盘事件驱动-This is a robot that uses OpenGL to write in a given place in the movement, the code implements the collision detection with the mouse and keyboard event-driven
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:390764
    • 提供者:罗洛
  1. sst

    0下载:
  2. 超级简单的一个任务调度器,是量子编程的作者写的,非常实用-Almost all embedded systems are event-driven most of the time they wait for some event such as a time tick, a button press, a mouse click, or the arrival of a data packet. After recognizing the event, the systems react b
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:45214
    • 提供者:trey21ic
  1. AutoMatism

    0下载:
  2. 记录键盘鼠标事件,事件保存于数据库. 数据库与数据表可以创建-Record keyboard and mouse events, the event stored in the database. Database and data tables can be created
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:467358
    • 提供者:张伟权
  1. cs7_gl2

    0下载:
  2. 对鼠标滚轮事件进行处理,钩子方式,对鼠标滚轮事件进行处理,钩子方式-On the mouse wheel event processing
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:3065
    • 提供者:hxjtxd
  1. xiaojingling

    0下载:
  2. 简单的程序控制,包括:窗体透明、事件、委托、线程、按键鼠标控制等。-Simple process control, including: a transparent form, event, delegate, thread, button mouse control.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1075292
    • 提供者:易杨
  1. FPoint

    0下载:
  2. 1.生成mfc基于对话框的模块。 2.绘制表格,获取对话框的宽度和高度后画线等分。在onpaint函数内操作的,画棋子也是在其中操作的。 3.根据表格的交界和数组对应,就相当于一个点看作一个元素。同时每个点对应的坐标值是可以算出来的,就是等分原理。比如总长100,坐标就是10,20,。。 4.事件映射数组,有一个双击事件,用来获取鼠标的光标值,这个值和网格点的哪个值最接近就算是哪个点被点击了。 5被点击后数组用1,2标志。onpaint里话棋子,如果为1,2就画两种不同的子。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4722520
    • 提供者:李龙
  1. point

    0下载:
  2. point 鼠标点击事件原代码-point the mouse click event of the original code
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-08
    • 文件大小:1867159
    • 提供者:xxx
  1. paint

    0下载:
  2. 基于c/s网络结构简单的远程鼠标作图。 Winsock 提供了一个有用的异步I/O模型。利用这个模型,应用程序可在一个套接字上,接收以Windows消息为基础的网络事件通知。具体的做法是在建好一个套接字后,调用WSAAsyncSelect函数-Based on c/s network of simple remote mouse mapping. Winsock provides a useful asynchronous I/O model. Using this model, the a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1863808
    • 提供者:潘德川
  1. KeyBordHook

    0下载:
  2. 使用C#写的系统钩子。已经封装成类。 这个类可以让你得到一个在运行中程序的所有鼠标和键盘事件,并且引发一个带KeyEventArgs和MouseEventArgs参数的.NET事件以便你很容易使用这些信息。-Use C# to write the system hook. Has been packaged as class. This class allows you to get a program running in all the mouse and keyboard events
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:3490
    • 提供者:
  1. apiMouseMessage

    0下载:
  2. 用delphi的api做得鼠标点击事件测试程序 不用捕获delphi的鼠标点击事件也可以得到 鼠标事件-The api with delphi mouse click event testing procedures do not capture the mouse click events delphi get mouse events
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:191270
    • 提供者:richard
  1. Mousemoved

    0下载:
  2. 易语言源代码,鼠标移入移出事件,本代码可用于学习易语言的鼠标控制API事件-Easy language source code, the mouse moved out of the event, the code can be used to control the mouse easy language to learn API event
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-05
    • 文件大小:1430
    • 提供者:pkjapan
  1. MouseScreen

    0下载:
  2. 一个Hook鼠标单击事件来截图的程序,只要在ini里面设置了目标程序的标题或者类名,就可以使用本工具来Hook截图了,工具会将截图自动生成bmp文件在文件夹下-Hook the mouse click event to a screenshot of the program, as long as the target in the ini settings inside the program title or category name, you can use this tool to H
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:38919
    • 提供者:吴瑶
  1. opencv_imgpro

    0下载:
  2. opencv实现的一些简单事件处理,鼠标移动的等的简单操作,便于计算机视觉初学者理解掌握。-opencv implementation of some simple event handling, mouse movements and other simple operation, easy for beginners to understand and grasp of computer vision.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:819
    • 提供者:sdp
  1. wincetouch

    0下载:
  2. wince 下的测试屏幕的坐标软件,还有就是能检查鼠标的单击的事件-wince under the screen coordinates of the test software, there is to check the mouse click event
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:42446
    • 提供者:伍迪
  1. IdleTimer

    0下载:
  2. 检查系统空闲时间的控件,在设定空闲时间自动触发事件,在空闲后有初次键盘鼠标动作触发另一事件,用于做单机版程序空闲安全保护或网络程序在空闲时断开,触发后再次连接-Check the system idle time control, set the idle time in the auto-trigger event, in the spare keyboard and mouse actions after the initial trigger another event, used for
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:5030
    • 提供者:陈先生
  1. mouseMoveEventandmousePressEvent

    0下载:
  2. 关于qt creater的鼠标键盘事件的详细描述,帮助初学qt的同学参考-Qt creater of the mouse and keyboard on a detailed descr iption of the event to help those students beginners qt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3079
    • 提供者:tian
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:10375
    • 提供者:宋若军
  1. HookTest

    0下载:
  2. 界面程序测试hook dll 截获键盘鼠标事件 F2退出hook-Intercept test program interface hook dll hook keyboard and mouse out event F2
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:69517
    • 提供者:dai ting
  1. lainline_log

    0下载:
  2. autoit v3 制作 lainline 界面事件记录工具 记录以下事件 :1窗体创建 2消减窗体 3鼠标左击 4鼠标右击 5鼠标双击 6键盘事件 7鼠标拖动 8滚轮上滚 9滚轮下滚 10滚轮按下 截图 11鼠标图标改变 12窗体焦点变化 网页格式保存 版本信息 多语言支持 回放 13窗口显示 14窗口隐藏 15控件焦点变化-autoit v3 interface, event logging tools ma
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:818068
    • 提供者:lainline
  1. java

    1下载:
  2. java 课程设计报告 1.拼图PUZZLE游戏程序设计要求 分析游戏主要功能,参考已有游戏,设计实现如下功能的小游戏: (1)实现程序GUI图形界面; (2)实现游戏开始、重来、退出功能; (3)设计实现游戏主要算法; (4)实现鼠标或键盘事件响应模块; (5)实现用户可选难度等级功能; (6)实现输赢自动判别功能。 -java course design report 1. puzzle games PUZZLE game main function of t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:813190
    • 提供者:fei
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com