CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - 对话框,vc

搜索资源列表

  1. DynamicChange

    0下载:
  2. 能够动态地改变对话框大小,有渐变的效果的一段vc++6.0源代码。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:142.87kb
    • 提供者:张光炜
  1. image_design

    0下载:
  2. 基于纺织应用的图案设计系统。设计了大量VC++中的编程方法和编程技巧,如图像处理,坐标映射,滚动条,对话框邓常用控件的编程和对鼠标按钮的消息响应的编程。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:153.05kb
    • 提供者:叶心明
  1. bezier.rar

    0下载:
  2. 基于vc对话框的bezier曲线绘制程序,通过控制顶点绘制,而不是拟合,Vc dialog based on the bezier curve drawing program, draw through the control points, rather than fitting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:34.93kb
    • 提供者:王建
  1. Ellipse

    0下载:
  2. 基于VC++ MFC的对话框画圆,并可通过滚动条改变圆的颜色-Based on VC++ MFC dialog Circle, and through the scroll bar to change the color circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8.05mb
    • 提供者:安琪
  1. Draw

    1下载:
  2. 基于VC++的单文本和对话框的简单画图程序,可以再此基础上任意扩展-Simple drawing program based on VC++ single text and the dialog box can be based on any extension
  3. 所属分类:Graph Drawing

    • 发布日期:2016-08-21
    • 文件大小:159kb
    • 提供者:wangps
  1. Draw

    0下载:
  2. VC++与Matcom混合编程,基于对话框画出正弦曲线,可以设置X轴的大小-VC++ and Matcom mixed programming, based on the dialog box to draw the sine curve, you can set the size of the X-axis
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:陈开
  1. Graphic-Draw

    0下载:
  2. 图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-VC++ graphics rendering, can set the line width, color, style, through th
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:102.67kb
    • 提供者:eaok
  1. VCdrawDlg

    0下载:
  2. 用对话框实现VC绘图,从单片机不停的接收并处理十位二进制数据,用绘图的方式显示在电脑上-Dialog box realize VC drawing, receive and deal with the serial datas from the MCU, displays on the computer by drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2.04mb
    • 提供者:李顺雷
  1. DrawDialog

    1下载:
  2. VC++自绘对话框 实例 代码 VC++自绘技术的一个展示实例,自绘对话框实例源码下载,送给VC++界面制作者,自绘是一个非常实用的技术,特别是在窗体风格样式制作方面,搞明白了会让你的窗体制作品位上一个档次。-VC++ self-drawn dialog technology the instance the code VC++ since painted a showcase instance, self-painted dialog box example source code Dow
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-11
    • 文件大小:60kb
    • 提供者:Tom
  1. 1111

    0下载:
  2. vc++实现调用颜色对话框填充目标图形,可以任意选取原色填充-vc++ implementation calls the target pattern fill color dialog, you can select any color fill
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:34.73kb
    • 提供者:谢生龙
  1. test1

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line se
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2.24mb
    • 提供者:muaju
  1. 2

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,试以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。要求编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2.32mb
    • 提供者:muaju
搜珍网 www.dssz.com