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

搜索资源列表

  1. c_mouseMouse 鼠标事件编程的例子.zip

    0下载:
  2. 所属分类:中文信息处理

    • 发布日期:
    • 文件大小:61414
    • 提供者:
  1. JAVA鼠标绘图和键盘绘图

    0下载:
  2. * 鼠标绘图和键盘绘图。鼠标事件和键盘事件 * 提示: 鼠标拖动绘图,响应 mouseDragged 事件 * 方向键绘图,响应 keyPressed 事件-mouse and keyboard mapping. The mouse and keyboard events events * Tip : Drag the mouse drawings, mouseDragged response to the incident direction of bond * mapping, in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6120
    • 提供者:邰科
  1. JAVA显示图像且用鼠标点击改变显示位置

    0下载:
  2. * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location * Use Applet method getImage () produ
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:64964
    • 提供者:邰科
  1. Circuit3

    0下载:
  2. 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:110080
    • 提供者:
  1. do_mouse

    0下载:
  2. 模拟鼠标事件的小程序 很好玩,也很有用-simulation of a small mouse event procedures is a lot of fun, but also very useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3824
    • 提供者:文犀
  1. mouseandclick

    0下载:
  2. 这是一个典型鼠标事件处理的小程序,便于初学者理解VC的消息处理的过程.-This is a typical case of the mouse small procedure to facilitate VC beginners understand the news process.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36145
    • 提供者:王毅
  1. javagame1245

    0下载:
  2.  ? 部分内容   首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScor
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:357630
    • 提供者:11
  1. keymouse

    0下载:
  2. 键盘记录事件及鼠标位置的探测,对键盘事件的处理有个初步的探讨哦你自己可以扩张的-record keyboard and mouse location of the incident detection, Keyboard handling the case of a preliminary discussion Oh, you can expand
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:165142
    • 提供者:简冬生
  1. sun2

    0下载:
  2. 托盘演示,动态图标变化。鼠标事件,创建TXT文件,并且自动输入,当前状态为另存为。。。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:175627
    • 提供者:agesdl
  1. geomediaorder1

    0下载:
  2. 有关geomedia的定义我的鼠标事件,用VB编程的。
  3. 所属分类:中间件编程

    • 发布日期:2014-01-17
    • 文件大小:22682
    • 提供者:李华
  1. ScreenSaver

    0下载:
  2. 网上很多delphi源码做的屏保不能响应鼠标事件 ,本代码着重解决了移动鼠标关闭屏保的问题。-Delphi source code online, many of the screensavers do not respond to mouse events, focus on the code of the move the mouse to solve the problem of the closure of screensavers.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-06
    • 文件大小:1187411
    • 提供者:zhaohui
  1. ShuBiao01

    0下载:
  2. VB中的鼠标事件功能,比如MouseDown,MouseMove等一些功能-VB function in the mouse events, such as MouseDown, MouseMove and other features
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:67635
    • 提供者:李瑞昌
  1. interrupt

    0下载:
  2. Dos中断,可用来在Dos下处理鼠标事件-Dos interrupt, can be used to handle mouse events under Dos
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:32520
    • 提供者:liyi
  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. mouse

    0下载:
  2. 用汇编写的鼠标监听器,可以监听和触发鼠标事件,做一些简单判断-Assembler to write mouse listener, you can monitor and trigger mouse events, do some simple judgments
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1047
    • 提供者:晨子木
  1. click-dbclick

    0下载:
  2. 实现控件的单击和双击功能,区别鼠标左键,右键 判断不同的事件执行不同的功能-To achieve control of the click and double-click feature to distinguish between the left mouse button, right to judge different events to perform different functions
  3. 所属分类:Dephi控件源码

    • 发布日期:2014-11-06
    • 文件大小:169456
    • 提供者:qingyang
  1. Transfer-event

    0下载:
  2. 通过鼠标事件的转移,实现A到B的事件转移目的。可作学习例子-Mouse event transfer, to achieve transfer of the event A to B purposes. Can be used for example to learn
  3. 所属分类:ELanguage

    • 发布日期:2017-04-05
    • 文件大小:1433
    • 提供者:netryl
  1. mouse

    0下载:
  2. 使用易语言编程的源码,简单的监视鼠标事件范例-Easy to use programming language source code, a simple example to monitor mouse events
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:257528
    • 提供者:
  1. DynamicEvent

    0下载:
  2. 简单地介绍了labview的事件结构,包括基本的鼠标进入、移动、释放。(The event structure of labview is briefly introduced, including basic mouse access, movement, and release.)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-13
    • 文件大小:18871
    • 提供者:mn123
  1. heperbinkprojection

    0下载:
  2. 易语言源码分享,希望更多的朋友了解易语言,源码名称:投递消息模拟鼠标事件()
  3. 所属分类:易语言编程

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:cirsuit
« 12 3 »
搜珍网 www.dssz.com