CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 鼠标 坐标

搜索资源列表

  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:57709
    • 提供者:tang
  1. show_luojishebeizuobiao

    0下载:
  2. 可以在状态栏中随鼠标移动实时显示出设备坐标和逻辑坐标
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:59644
    • 提供者:linxin
  1. GetMousePointer.rar

    0下载:
  2. 用matlab程序编写的一个捕捉鼠标坐标的小程序,用来参考。,Matlab programmers use to capture the mouse coordinates of a small program used to refer to.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:681
    • 提供者:leionado
  1. source

    0下载:
  2. C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling algorithm (keyboard input coor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:11236
    • 提供者:站长
  1. GUI-drawing-board

    2下载:
  2. Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:20725
    • 提供者:ydb
  1. jiaodian

    0下载:
  2. 利用harris算法进行角点检测,然后利用鼠标将角点的坐标读取出来,存到数组当中-harris corner detection
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:81249
    • 提供者:hanqitao
  1. Mazing-Problem

    0下载:
  2. 迷宫问题 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求: (1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 (2)测试几组数据,数据的规模由小变大,即网格越来越小,障碍越来越复杂。 拓展要求: 实现该问题的可视化界面,用鼠标点
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:43869
    • 提供者:panbowen
  1. xianshi

    0下载:
  2. 鼠标拖到什么地方就显示这里的坐标,很有意思的程序。对于精确地显示很有作用-The mouse dragged into what place it is here that the coordinates, very interesting program. To accurately display the very useful
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3518
    • 提供者:zhangting
  1. 3f9f5ba1603e

    0下载:
  2. C++编写的简单的扫雷程序开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置-C++ -Demining process C++ write simple enter an integer beginning of 1010 matrix to produce a random distribution of the mined areas, without a mouse, but you need to enter the coordina
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:258431
    • 提供者:
  1. shubiaodianji

    0下载:
  2. 主要是实现鼠标自动点击显示屏上的某个坐标一次。-Mouse automatically click a coordinate on the display once.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:43726
    • 提供者:xxj
  1. ex61

    0下载:
  2. 设置一个鼠标程序,将窗口分为5块,分别用画刷填充为白、绿、蓝、黄、红。鼠标点在不同区域时鼠标的形状发生变化,且显示鼠标坐标.-Set a mouse program will be divided into five windows were filled with brush white, green, blue, yellow, red. Point the mouse to change the shape of the mouse in the different regions, an
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1158879
    • 提供者:吴雨林
  1. opp_deSateljau

    1下载:
  2. matlab使用de casteljau算法绘制贝塞尔曲线,内附五套曲线,也可用鼠标设置坐标生成曲线,动态展示de casteljau运算过程。已调试可直接使用。-Matlab mapping Bessel curve using de Casteljau algorithm, containing five sets of curves, also available mouse to set the coordinate generation curve, dynamic display d
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:14845
    • 提供者:helloC
  1. NO1

    0下载:
  2. 生成一个坐标轴,鼠标在坐标轴范围内左击一下,捕获一个坐标并在该位置生成一个小叉叉,并在坐标的右上角生成一个小方框,储存坐标值-Generate a coordinate axis, the mouse left click within the scope of the axis about to capture a coordinate and generate a small cross at that location, and generates a small box in the u
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:4752
    • 提供者:laigengbin
  1. mousemove.m

    0下载:
  2. 程序实现鼠标移动显示坐标功能, 代码简单,易学易懂。-this program function the mouse move,this code very simple,easy to use.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2263
    • 提供者:xuqiang
  1. 实时显示鼠标位置并话叉与框

    1下载:
  2. 该matlab GUI可以实时显示鼠标位置坐标信息(Display mouse position coordinates in real time)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:92160
    • 提供者:雄大
搜珍网 www.dssz.com