登录
首页 » Visual C++ » bezier

bezier

于 2020-12-09 发布 文件大小:1833KB
0 331
下载积分: 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 个回复

  • Bresenham
    简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。( Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.)
    2014-02-17 21:22:36下载
    积分: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
  • AddPalette
    在AutoCAD中添加一个自定义分页侧边栏。(In AutoCAD add a custom tab sidebar.)
    2020-11-29 14:09:29下载
    积分:1
  • srgp
    简单的图形学SRGP教学包运用实现。 A.实现一个下拉菜单软件包,其高层设计见2.2.6节、2.3.1节、2.3.3节中的代码段。软件包通过从输入文件读入字符串来初始化菜单条和菜单体。程序可以通过关闭菜单条使标题消失,也可以激活一个菜单(以各菜单标题在菜单条上的水平位置作为参数)来使菜单出现。 (Simple graphics SRGP realize the use of teaching packages. A. The realization of a drop-down menu package, and its high-level design, see section 2.2.6, section 2.3.1, section 2.3.3 of the code segment. Package from the input file is read into the string to initialize the menu and menu body. Procedures can be closed so that the title menu disappear, but also can activate a menu (in the menu heading in the menu bar on the horizontal position as a parameter) to make the menu appear.)
    2008-04-19 16:45:02下载
    积分:1
  • OpenSceneGraph-Quick-Start-Guide
    OpenSceneGraph Quick Start Guide(The OpenSceneGraph the Quick Start Guide)
    2012-06-06 09:31:47下载
    积分:1
  • pinsanquxian
    基于频散曲线,选择抽样脉冲信号作为子波,推导出了合成单炮面波地震记录的理 论公式,并利用该公式,针对不同弹性层状介质模型的频散曲线合成了面波地震记录。(Based on the dispersion curve, select the sampling pulse signal wavelet derived synthetic single artillery surface wave seismogram theoretical formulas, and the use of the formula, seismogram synthesis of surface wave dispersion curves for different elastic layered media model.)
    2013-03-16 14:55:43下载
    积分:1
  • TriangleJudge
    三角形判断问题。可用于黑盒测试用例设计。(Triangle judgment. Can be used for black-box test case design.)
    2013-05-29 15:32:14下载
    积分:1
  • bseeelj-and-hankel-function
    用于求解各阶贝塞尔函数和汉克尔函数零点,希望对大家有帮助。(besselj and hankel functions)
    2014-08-19 21:22:19下载
    积分:1
  • tuxing
    MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化(MFC DDA Bresenham )
    2010-06-13 10:28:30下载
    积分:1
  • MFC_draw
    说明:  用VC++编写,MFC文档框架,是一个简易的画图小程序,在文档界面上画图(With VC++ Prepared, MFC framework document is a simple drawing of small procedures, the document interface drawing)
    2008-09-26 15:11:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载