登录
首页 » Visual C++ » 10.22Exam0501_SDI-draw-CIRCLE

10.22Exam0501_SDI-draw-CIRCLE

于 2012-12-23 发布 文件大小:33KB
0 236
下载积分: 1 下载次数: 4

代码说明:

  使用MFC创建单文档程序,在界面上画圆,单击可使圆放大、变色(MFC SDI DRAW CIRCLE, CLICK TO INFLATE THE CIRCLE AND CHANGE ITS COLOR)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DrawLine
    图形学上机实验,用三种算法画线。包括Bresenham画线算法、中点画线和数值微分画线算法(Graphics on an experiment with three algorithms draw the line. Bresenham line algorithm, the dotted line and numerical differential line drawing algorithm)
    2013-04-18 13:33:27下载
    积分:1
  • draw
    电力系统绘图程序源码,对开发GIS系统的程序员有一定的帮助(VC++ electrotic DRAWING PROGAM)
    2016-04-24 19:05:38下载
    积分:1
  • Graphic-Draw
    说明:  图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。(VC++ graphics rendering, can set the line width, color, style, through this example will learn how to use custom brushes defined line of body color, line width, line, etc., and how to add options for the program menus and options in Settings dialog box How to use the standard color dialog box, how to use the Font dialog box, implemented in the Options dialog box preview. Implementation Options dialog box and window class data exchange. How to change the background color of dialog boxes and controls, how to change the control' s text color on button controls the special treatment. How in the window display a bitmap.)
    2011-04-14 17:48:50下载
    积分:1
  • jpaint-src-0.0.1
    这是国外的同行编写的画图板程序,感觉比陈建春的要好些,说实话研究了半天,发现国内的cad水平低不是因为国内的人笨,主要是国外的cad技术不能很快的传递到国人手中,总是参考陈建华等水平有限,工程水平差的书籍造成整体水平低,书中没有详细的流程图,和软件设计思路,而且代码错误连篇。(This is the foreign counterparts of the drawing board to prepare procedures, CHEN Jian-chun than feeling the need to better tell the truth for a long time study and found that low levels of domestic cad because people are not stupid, mainly abroad cad technology should not quickly delivered to the the hands of the people always refer to Chen Jianhua, such as the limited level, engineering level difference caused by the overall level of books low, the lack of a detailed flow chart of the book, and software design, and code errors pack.)
    2007-10-09 22:23:11下载
    积分:1
  • Tquxian
    关于固高运动控制卡T曲线运动模式程序的例子(About Googol motion control card T curves sport program)
    2013-09-02 11:33:54下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • Poiseuille
    poiseuille的LBM模拟,C++,三种边界处理方法。周期、反弹、曲线。(LBM simulation poiseuille s, C++, three border approach. Cycle, rebound, curve.)
    2016-01-18 11:38:16下载
    积分:1
  • line
    MFC画图程序,实现动态画直线、椭圆等功能(MFC drawing procedures, to achieve dynamic painting a straight line, oval and other functions)
    2007-11-12 16:20:41下载
    积分:1
  • Gompertz--curve-prediction
    Gompertz(龚伯次)曲线模型被广泛应用在预测中,该代码实现了G曲线的预测功能。(Gompertz curve is widely used in prediction, this code will help achieve the Gompertz curve prediction function.)
    2012-01-11 14:54:08下载
    积分:1
  • entity-structure-experiments
    计算机图形学_实体构造实验,典型的实体空间旋转(Computer graphics _ entity structure experiments, the typical physical space rotation)
    2012-11-22 21:42:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载