登录
首页 » Visual C++ » bezier

bezier

于 2020-12-09 发布 文件大小:1833KB
0 336
下载积分: 1 下载次数: 16

代码说明:

  用mfc绘制bezier曲线,了解bezier曲线的原理(The mfc draw bezier curve to understand the principle of the bezier curve)

文件列表:

bezier曲线
..........\9e6643fd1d04.rar,9294,2011-06-13
..........\Bezier2D.aps,20468,2011-06-14
..........\Bezier2D.cpp,2091,1999-01-22
..........\Bezier2D.dsp,4192,1999-02-09
..........\Bezier2D.dsw,524,2011-06-13
..........\Bezier2D.h,1346,1999-01-22
..........\Bezier2D.ncb,82944,2011-06-14
..........\Bezier2D.opt,54784,2011-06-14
..........\Bezier2D.plg,1547,2011-06-14
..........\Bezier2D.rc,5158,1999-02-08
..........\Bezier2DDlg.cpp,5856,2011-06-14
..........\Bezier2DDlg.h,1755,1999-01-22
..........\Debug
..........\.....\Bezier2D.exe,106545,2011-06-14
..........\.....\Bezier2D.ilk,186352,2011-06-14
..........\.....\Bezier2D.obj,12898,2011-06-14
..........\.....\Bezier2D.pch,5633496,2011-06-14
..........\.....\Bezier2D.pdb,279552,2011-06-14
..........\.....\Bezier2D.res,2428,2011-06-14
..........\.....\Bezier2DDlg.obj,29866,2011-06-14
..........\.....\StdAfx.obj,105488,2011-06-14
..........\.....\vc60.idb,205824,2011-06-14
..........\.....\vc60.pdb,364544,2011-06-14
..........\RES

..........\...\Bezier2D.rc2,400,1999-01-22
..........\Resource.h,538,1999-01-22
..........\StdAfx.cpp,210,1999-01-22
..........\StdAfx.h,1054,1999-01-22

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

发表评论

0 个回复

  • drawer
    VB版个性画图板附上源代码,有需要的就下载吧。(VB version of personality drawing board with the source code, there is a need to download it.)
    2013-07-20 11:37:44下载
    积分:1
  • fdenngzhixiaao
    用于C/C++/Visual C 二二维等值线的绘制,程序源码 (Drawn for two two-dimensional contour of the C/C++/Visual C program source)
    2012-08-06 13:17:50下载
    积分:1
  • computergraphicsprogramming
    说明:  我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper.asc chopper.bmp cp.bmp end.BMP end.txt w1.bmp w2.bmp w3.bmp 如有问题欢迎大家和我交流! 联系方式: e-mail:cproom@163.net http://cproom.yeah.net 通讯地址:陕西省西安市太白南路202号(骊山微电子公司)陈鹏(收) 邮编  :710065 电话  :(029)-8234582(computer graphics programming using GDI)
    2010-04-17 07:13:59下载
    积分:1
  • GaiJingBresenham
    改进的Bresenham算法,用visual c++ 实现(Improved Bresenham algorithm, using visual c++ achieve)
    2015-01-16 15:32:26下载
    积分:1
  • yanghui
    利用C++实现的对杨辉三角形的模拟,可以在界面上打出杨辉三角形的内容。 (Achieved by C++ analog Triangle, Triangle content can be played on the interface.)
    2012-06-02 14:49:27下载
    积分:1
  • grafic
    工业自动化监控组态系统中图形组态功能的实现,用Visual C++6.0编写,希望对你有所帮助(industrial automation control system configuration graphics configuration are realized, Using Visual C 6.0, and I hope to help you)
    2007-03-24 16:41:05下载
    积分:1
  • Bresenham-UPDATE
    基于Bresenham算法的四步画直线算法,加快画直线速度(draw line based Bresenham update alogrith)
    2013-08-28 11:35:17下载
    积分: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
  • grDemo
    自由曲线图表、柱状图、饼图的实现与转换,基于一套简单的图形类库(源代码在内)。(free curve charts, column, pie and the realization of conversion, based on a simple set of graphics libraries (including source code).)
    2005-06-21 09:51:23下载
    积分:1
  • Painter
    画画的,一个简简单单的画画的小型的C++编的软件(Paint of, a Chien is simple painting of list of small scaled C++weave of software)
    2011-12-17 00:25:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载