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

搜索资源列表

  1. DrawPrj

    0下载:
  2. mfc画图板 实现放大缩小 画长方形 画圆 直线斜线 -the mfc drawing board to enlarge the narrow draw a rectangle circle a straight line slash
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:76527
    • 提供者:我为我
  1. Scribble

    0下载:
  2. mfc编程,绘制基本的几何图形:直线,矩形,圆形等。-mfc programming, draw basic geometric shapes: a straight line, rectangle, circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:924993
    • 提供者:刘杰
  1. rect

    0下载:
  2. 基于MFC实现OPENGL绘图。绘制了一个长方体。对初学者有一定帮助。-OPENGL graphics based on the MFC. Draw a rectangle. For beginners.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-30
    • 文件大小:13275399
    • 提供者:jly
  1. MDrawerrF

    0下载:
  2. 基于MFC的简单画图程序,可实现现鼠标画矩形椭圆等图形。可直接使用。 -Simple MFC-based drawing program, you can now mouse to draw a rectangle oval graphics. Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:73691
    • 提供者:ZHAN
  1. program59

    0下载:
  2. MFC编程,只要点击鼠标在指定区域,即可实现画圆或矩形-Click the mouse in the designated area of ​ ​ a circle or rectangle
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1936935
    • 提供者:JUANZI
  1. drawrect

    0下载:
  2. 计算机图形学画矩形应用VS2008加上MFC界面编程完成简单的人机交互可以改变参数进行绘图-Computer graphics, draw a rectangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11552937
    • 提供者:李向佳
  1. C_84

    0下载:
  2. 用MFC编写的一个可以自己填写RGB值才绘制不同颜色的矩形的源代码程序,编译已通过。-One can fill the rectangle before drawing different colors of the RGB values ​ ​ written in MFC source code program, the compiler has passed.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-16
    • 文件大小:1949780
    • 提供者:morphy
  1. barDraw

    0下载:
  2. 利用mfc自己做的一个小程序,能够绘制动态的矩形框,改变颜色极其高度,像不断上升的水柱一样-Using mfc own a small program, it is possible to draw a dynamic rectangle change extremely high degree of color, like the rising of the water column
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-27
    • 文件大小:9731348
    • 提供者:许颖
  1. MyHoverButton

    0下载:
  2. /* * 作者:Albert * E-MAIL:04051227@163.com * 版权:使用时,请不要删除此注释,如有问题,可以交流 * 日期:2013.03.23 * 功能:派生CBitmapButton,能生成任意形状,以任意图片格式为背景的按钮,且有按钮的所有4态。 * 依赖:MFC,gdiplusplus * 源代码修改自:原HoverButton.h,作者不详 * 使用方法:需要使用MySubclassDlgItem来设定使用图片形状按钮,如果是矩形
  3. 所属分类:Button control

    • 发布日期:
    • 文件大小:25296
    • 提供者:albert
  1. Graphic_2

    0下载:
  2. 一个MFC绘图程序,绘制一个矩形或者椭圆。-MFC drawing program, draw a rectangle or oval.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-27
    • 文件大小:29896
    • 提供者:lcydusk
  1. MFCDrawROI

    0下载:
  2. MFC界面上画矩形感兴趣区域,源码测试可行-The MFC interface draw a rectangle on the region of interest, source test feasible
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:13640802
    • 提供者:
  1. MouseEvent

    0下载:
  2. 利用MFC向导建立一个应用程序框架,并在此框架上实现以下功能: (1)单击鼠标左键时在光标位置画矩形,单击鼠标右键时在光标位置画椭圆 (2)创建一种高50个像素点的字体,能够显示中文,并在鼠标左键双击位置用OnPaint()函数显示一个中文字符串。 (3)建立一个对话框,当鼠标右键双击时打开该对话框,使其能够输入学生的档案,包括学生的姓名、性别、年龄、所在院系。(源代码包含非常完整的注释,方便读者理解程序)-Using MFC wizard to set up an appli
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:2432397
    • 提供者:xiaoyezi
  1. DrawRect

    0下载:
  2. 设计一个简单的MFC程序,该程序在鼠标左键单击位置画一个矩形,矩形的大小是随机的。设计思路:(1)在程序中定义一个矩形数组,用来存放随机生成的矩形。(2)以鼠标单击位置为中心,以随机函数rand()产生的数为边长生成一个矩形,并将此矩形保存在矩形数组中。(3)然后产生一条WM_PAINT消息,并在相应的消息处理函数中重绘数组中的所有矩形。(源代码中有非常完整的注释,方便读者理解程序)-Design a simple MFC program, which position the mouse le
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:3305083
    • 提供者:xiaoyezi
  1. DrawPractice

    0下载:
  2. MFC绘图设计,可以画线画圆画矩形多边形,设置文本等-MFC graphic design, you can draw lines circle draw a rectangle polygons, text and other settings
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-03
    • 文件大小:218188
    • 提供者:naa
  1. 5-49

    0下载:
  2. 在MFC中,在鼠标框出来的矩形框内,画一个椭圆-In MFC, the mouse out of the frame rectangle, draw an ellipse
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1908666
    • 提供者:隆玺
  1. messagemap

    0下载:
  2. 设计 MFC应用程序,手工添加消息映射,实现下面的功能: (1 )按下 CTRL 键,拖动鼠标绘制矩形; (2 )按下 SHIFT 键,拖动鼠标绘制椭圆。 -Design MFC application, manually add a message map to implement the following functions: (1) Press the CTRL key and drag the mouse to draw a rectangle (2) Press
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1981811
    • 提供者:yxr
  1. rect

    0下载:
  2. 这个程序可以实现用mfc画出大小不一的矩形-draw rectangle with mfc
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:28669
    • 提供者:张建帮
  1. irregular_windows

    0下载:
  2. 自己写的MFC的不规则窗体的实现,可以修改原本默认的方形窗口。-An achievement of irregular windows in MFC programming, change the former rectangle window.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:27219
    • 提供者:周峰
  1. scldraw2

    0下载:
  2. 基于MFC的opengl实现画线,画圆,画矩形, 用鼠标中键控制图形大小,鼠标左右键进行拖拉-based opengl draw line,rectangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2414426
    • 提供者:沙春林
  1. huadongkuai

    0下载:
  2. 用编辑框和旋转按钮选择矩形的长和宽,线的宽度由滑动块控制,MFC程序和详细步骤,一步一步做。-With the edit box and rotate buttons to select the length and width of the rectangle, line width by a sliding block control, MFC procedures and detailed steps, step by step.
  3. 所属分类:ToolBar

    • 发布日期:2017-05-15
    • 文件大小:3825059
    • 提供者:李江乔
« 1 2 3 45 6 »
搜珍网 www.dssz.com