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

搜索资源列表

  1. VC++网络高级编程之十八

    0下载:
  2. ATLDraw: === === ==== DCOM客户程序,用MFC编写。 该程序的运行步骤如下:单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。-ATLDraw : === === === === ==== DCOM client, prepared with MFC. The program, run the following steps
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:63735
    • 提供者:张思发
  1. [计算机图形学]画图v0.12b

    1下载:
  2. 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:39276
    • 提供者:葳蕤
  1. DrawView

    0下载:
  2. 鼠标绘图的源程序代码,可实现用鼠标绘制各种直线、曲线等-mouse mapping of the source code, can be realized using the mouse to draw various linear, curve, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3858
    • 提供者:林欣雨
  1. 在Applet中绘制图片

    0下载:
  2. 在Applet中绘制图片,能采用双缓冲技术进行图片绘制,会在Applet中采用多线程进行动画显示。能在Applet中实现动画的平滑显示,避免闪烁现象在Applet窗口中显示一只鸭子图片,要求这只鸭子以每秒100帧的速率水平移动,移到窗口边界再返回移动。在窗口中点击鼠标,鸭子停止移动;再次点击鼠标,鸭子恢复移动-Applet to draw pictures using double buffering techniques for drawing the picture, multi-threa
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-26
    • 文件大小:62377
    • 提供者:韩凤娜
  1. Transparent Teapot 用OPENGL绘制一个茶壶

    0下载:
  2. 用OPENGL绘制一个茶壶,并通过鼠标来多角度观看它,实现三维立体绘制-Draw a teapot with OPENGL and multi-angle viewing by the mouse to it, to achieve three-dimensional drawing
  3. 所属分类:OpenGL

    • 发布日期:2017-04-09
    • 文件大小:2634952
    • 提供者:海纳百川
  1. sub division 细分曲线

    0下载:
  2. 功能: 四点插值细分曲线 操作说明: 1.点击鼠标左键在界面上按顺序画出控制多边形的顶点 2.点击鼠标右键确认输入完毕 3.点击鼠标左键进行一次细分 -Features: four-point interpolatory subdivision curve Instructions: 1. Click the left mouse button in the interface in order to draw the control polygon vert
  3. 所属分类:OpenGL

    • 发布日期:2017-04-09
    • 文件大小:1893498
    • 提供者:mike
  1. BSplineDemo.rar

    0下载:
  2. 用vc编写的一个B样条曲线算法,根据鼠标输入的点动态绘制B样条曲线,并且可以修改控制点,从而修改曲线形状., A B transect curve algorithm compiles which with vc, inputs the spot tendency according to the mouse to draw up the B transect curve, and may revise the control point, thus revision curve shape
  3. 所属分类:图形图象

    • 发布日期:2017-11-08
    • 文件大小:33071
    • 提供者:张无机
  1. P2P.rar

    0下载:
  2. 拼图游戏: 需要解决的问题: [ 1 ] 如何分割图像并且绘制到Button或者Static控件上? [ 2 ] Static控件如何能够响应鼠标? [ 3 ] 移动算法,可不可以获得最少步数?,Jigsaw puzzle: the need to address the problem: [1] how to partition the image and draw on the Button control, or Static? [2] Static control h
  3. 所属分类:其他智力游戏

    • 发布日期:2017-04-03
    • 文件大小:26045
    • 提供者:qq12iup
  1. erweicaijian.rar

    0下载:
  2. 实现鼠标点击绘制出矩形和直线,然后用梁友栋算法进行的二维图形裁剪,The realization of a mouse click rectangle and draw a straight line, and then You-Xin Liang Dong algorithm using two-dimensional graphics cutting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:46800
    • 提供者:yuyan
  1. Line.rar

    1下载:
  2. glut画线程序 自己做了一个用glut画直线段、多段线和闭合直线段的小程序.操作方法:单击鼠标右键会有弹出菜单,执行相关命令可以画线。 如果下所包里的程序不能执行,用VC重新编译一下就可以执行了。,Line glut procedures do draw a line segment with glut, multi-paragraph straight line and close the applet. operation: Click the right mouse button w
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:67606
    • 提供者:guo
  1. shilianGraphic.rar

    0下载:
  2. 主要功能 : 1、画图,并有坐标尺 2、能够随意的放大缩小(编写两个函数,分别对应X,Y粥的缩放倍数) 3、一个记录集(或链表),记录当前画了多少图形,分别是什么图形,颜色,状态等 4、一个枚举类型,枚举所有本控件能画的图形(长方形,正方形,三角形 及自定义(即鼠标随意画)等) 5、能通过鼠标删除所画图形,并能移动图形,填充图形等 6、能够导出位图文件(bmp)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:192938
    • 提供者:老夫子
  1. Kugou

    0下载:
  2. 源码说明:内含VC++源码、易语言源码各一份.包含所有图片源码(使用Fireworks编辑)   开发环境:VC版--VS2005、Gdiplus;易语言版--易语言5,无模块   实现方法:给窗口加上WS_EX_LAYERED样式,使用Gdiplus画出图片,然后UpdateLayeredWindow。处理WM_MOUSEHOVER、WM_MOUSELEAVE消息,鼠标进入或移出画出不同状态。 -Source Note: VC++ source code included,
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:643544
    • 提供者:林海波
  1. PolyLine

    0下载:
  2. 使用QT编写的求多个点的最小凸包算法,有图形显示,使用鼠标画点,最后生成最小凸包。-Written request to use QT minimum number of points the convex hull algorithm, graphical display, use the mouse to draw, and finally generate the smallest convex hull.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:836246
    • 提供者:chao
  1. 小波分形算法.rar

    1下载:
  2. 用小波绘制分形混浊曲线、Julia集、和Mandelbrot集,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。,Wavelet Fractal stuffy drawing curves, Julia sets, and Mandelbrot sets, after running, select the menu &
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:57985
    • 提供者:江佳
  1. SCREENPEN

    0下载:
  2. 此程序可以用鼠标在屏幕上画图形,对于一些希望学画刷的朋友有帮助。-This program can use the mouse to draw graphics on the screen, for some friends want to learn brushes help.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:4347938
    • 提供者:卓月
  1. MyCVSample-ROI

    1下载:
  2. 基于opencv的MyCVSample-ROI操作&融合&画矩形及圆&鼠标响应等实例,适合opencv新手学习之用。-Opencv of MyCVSample-ROI-based operation & integration & draw a rectangle and a round & mouse response to such instances, for opencv novice learning.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:445538
    • 提供者:zhuyong
  1. inpaint

    0下载:
  2. 能够打开图片,并在该图片上用鼠标随意画图,可以清除画痕-Able to draw with the mouse on the image
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:931
    • 提供者:zhang
  1. CUT_picture

    0下载:
  2. 鼠标截图,类似QQ的截图功能一样,鼠标划出一个选择框,区域由你自己决定。-Mouse shots, similar to the screenshot function QQ, like the mouse to draw a selection box, regional decision by yourself.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:912468
    • 提供者:DY
  1. Kugou7UI

    0下载:
  2. VC模仿酷狗7(Kugou7) UI界面源码, 源码说明:内含VC++源码、易语言源码各一份.包含所有图片源码(使用Fireworks编辑) 开发环境:VC版--VS2005、Gdiplus 易语言版--易语言5,无模块 实现方法:给窗口加上WS_EX_LAYERED样式,使用Gdiplus画出图片,然后UpdateLayeredWindow。处理WM_MOUSEHOVER、WM_MOUSELEAVE消息,鼠标进入或移出画出不同状态-VC imitation of coo
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-17
    • 文件大小:4652451
    • 提供者:liushiyi
  1. OpenGL

    0下载:
  2. 此源码是vs2005。mfc单文档实现opengl的一些基本功能,包括:点,直线,虚线,三角形,sierpinski,实现鼠标拖动的和bresham算法,和中点园算法..也可以输入坐标点-It s based on Opengl,and it can draw points,lines,triangle,polygon.cricle,use some algorithm such as bresham amd mid_circle...you can also use mouse or set
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:189277
    • 提供者:何龙
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »
搜珍网 www.dssz.com