登录
首页 » Visual C++ » Bezier

Bezier

于 2021-04-05 发布 文件大小:220KB
0 182
下载积分: 1 下载次数: 11

代码说明:

  利用MFC进行bezier曲线、曲面的绘制,并能拖曳控制点改变曲线形状,还有升阶的功能,最后利用bezier曲线绘制了符号@(Use MFC bezier curves were plotted surfaces, and can drag the control points to change the shape of the curve, as well as bands or function. Finally, bezier curve drawing the symbol @)

文件列表:

Bezier
......\Bezier
......\......\Bezier.aps,197100,2015-05-17
......\......\Bezier.cpp,5722,2015-05-07
......\......\Bezier.h,713,2015-05-07
......\......\Bezier.rc,38368,2015-05-17
......\......\Bezier.vcxproj,7538,2015-05-07
......\......\Bezier.vcxproj.filters,5589,2015-05-07
......\......\Bezier.vcxproj.user,143,2015-05-07
......\......\BezierDoc.cpp,2752,2015-05-07
......\......\BezierDoc.h,934,2015-05-07
......\......\BezierView.cpp,15558,2015-05-20
......\......\BezierView.h,2355,2015-05-20
......\......\ClassView.cpp,9163,2015-05-07
......\......\ClassView.h,1280,2015-05-07
......\......\FileView.cpp,6823,2015-05-07
......\......\FileView.h,1159,2015-05-07
......\......\MainFrm.cpp,13159,2015-05-07
......\......\MainFrm.h,1566,2015-05-07
......\......\OutputWnd.cpp,5258,2015-05-07
......\......\OutputWnd.h,1061,2015-05-07
......\......\PropertiesWnd.cpp,9009,2015-05-07
......\......\PropertiesWnd.h,1445,2015-05-07
......\......\ReadMe.txt,5427,2015-05-07
......\......\res

......\......\...\Bezier.rc2,796,2015-05-07

......\......\...\classview.bmp


......\......\...\class_view_hc.ico,2478,2009-08-31
......\......\...\explorer.bmp,246,2009-08-31
......\......\...\explorer_hc.bmp,824,2009-08-31
......\......\...\fileview.bmp,478,2009-08-31
......\......\...\fileview_hc.bmp,2216,2009-08-31
......\......\...\file_view.ico,1078,2009-08-31
......\......\...\file_view_hc.ico,2166,2009-08-31
......\......\...\menuimages.bmp,3830,2009-08-31
......\......\...\menuimages_hc.bmp,22326,2009-08-31
......\......\...\output_wnd.ico,1078,2009-08-31
......\......\...\output_wnd_hc.ico,2166,2009-08-31
......\......\...\properties.bmp,630,2009-08-31
......\......\...\properties_hc.bmp,3128,2009-08-31
......\......\...\properties_wnd.ico,1078,2009-08-31
......\......\...\properties_wnd_hc.ico,2166,2009-08-31
......\......\...\sort.bmp,374,2009-08-31
......\......\...\sort_hc.bmp,1592,2009-08-31
......\......\...\Toolbar.bmp,1078,2009-08-31
......\......\...\Toolbar256.bmp,5816,2009-08-31
......\......\resource.h,9130,2015-05-16
......\......\stdafx.cpp,208,2015-05-07
......\......\stdafx.h,1807,2015-05-07
......\......\targetver.h,314,2015-05-07

......\......\ViewTree.cpp,880,2015-05-07
......\......\ViewTree.h,397,2015-05-07
......\Bezier.sln,885,2015-05-07

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

发表评论

0 个回复

  • Expert.C.Programming
    很好的C语言学习原文书籍,对于C的初学者有很好的引导作用(All C programs do the same thing: look at a character and do nothing with it.)
    2018-01-12 14:36:32下载
    积分:1
  • 02-Qt-Designer-application
    Qt Designer应用东软培训资料,对初学者很有用。这是第二部分。(Qt Designer application Neusoft training materials, useful for beginners. This is the second part.)
    2013-07-29 09:14:21下载
    积分:1
  • CPLD_FPGA
    CPLD_FPGA的入门资料.pdf格式,非常清晰.不可多得的入门级资料.(CPLD_FPGA introductory information. Pdf format, is very clear. A rare entry-level information.)
    2009-11-23 11:09:48下载
    积分:1
  • myExplorer
    用MFC编写的一个类似于资源管理器系统,可以查看当前电脑下的资源,以树的形式显示。(MFC prepared with a similar resource management system, you can view the resources under the current computer display in the form of a tree.)
    2014-01-19 22:24:16下载
    积分:1
  • XYDispDriver
    在vc中简化调用com组件,极其方便(simplification of the vc call com components, extremely convenient)
    2005-03-05 05:20:40下载
    积分:1
  • 5_01
    说明:  《分形算法与程序设计VC版》一书<5_01>:内含基于逃逸时间算法的Sierpinski三角形源代码。双击Debug下的SIERPINSKI.exe文件,程序运行;双击SIERPINSKI.dsw文件,进入编辑环境。("fractal algorithms and program design VC version," a book lt; 5_01gt; : Intron escape time algorithm based on the source code Sierpinski triangle. Double-click the Debug SIERPINSKI.exe documents, operating procedures; Double-click SIERPINSKI.dsw documents into editing environment.)
    2005-11-17 10:08:35下载
    积分:1
  • CPrimer3rdEdition
    C++原理阐述,是初学者学习C的很好的书籍,欢迎大家下载。(C++ principles expounded, is a good beginners book to learn C, welcome to download.)
    2010-10-13 16:49:51下载
    积分:1
  • VCclassicbook
    VC学习的经典教材,对于VC的基础基础知识和应用讲解深入浅出,对于初学者和应用者都具有很好的价值。(VC classical learning materials, the basis for the VC application on the basis of knowledge and easy, for beginners and applications are an excellent value.)
    2008-12-13 15:10:24下载
    积分:1
  • Principles_and_Patterns
    说明:  programming principles and patterns
    2019-03-19 13:23:19下载
    积分:1
  • Modtran3.7
    大气透过率计算软件,1997年Motran3.7版本,分辨率更高(Motran3.7)
    2010-09-03 12:26:00下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载