登录
首页 » Visual C++ » COMPUTER_GRAPHICS

COMPUTER_GRAPHICS

于 2020-11-24 发布 文件大小:3179KB
0 249
下载积分: 1 下载次数: 11

代码说明:

  本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable files are all included in the compressed file。 )

文件列表:

COMPUTER_GRAPHICS
.................\AreaFill.cpp,7307,2013-10-28
.................\AreaFill.h,836,2013-10-26
.................\COMPUTER_GRAPHICS.APS,598908,2013-11-19
.................\COMPUTER_GRAPHICS.clw,2957,2013-11-19
.................\COMPUTER_GRAPHICS.cpp,4407,2013-10-13
.................\COMPUTER_GRAPHICS.dsp,6912,2013-11-13
.................\COMPUTER_GRAPHICS.dsw,559,2013-10-13
.................\COMPUTER_GRAPHICS.h,1477,2013-10-13
.................\COMPUTER_GRAPHICS.ncb,205824,2013-11-19
.................\COMPUTER_GRAPHICS.opt,61952,2013-11-19
.................\COMPUTER_GRAPHICS.plg,1346,2013-11-19
.................\COMPUTER_GRAPHICS.rc,15044,2013-11-19
.................\COMPUTER_GRAPHICSDoc.cpp,1962,2013-10-13
.................\COMPUTER_GRAPHICSDoc.h,1596,2013-10-13
.................\COMPUTER_GRAPHICSView.cpp,34326,2013-11-16
.................\COMPUTER_GRAPHICSView.h,3419,2013-11-13
.................\Debug
.................\Ellipse_Generation.cpp,2116,2013-10-19
.................\Ellipse_Generation.h,755,2013-10-19

.................\Gearwheel_Generation.cpp,4219,2013-10-31
.................\Gearwheel_Generation.h,909,2013-10-31
.................\ircle_Generation.cpp,3085,2013-10-31
.................\ircle_Generation.h,975,2013-10-18
.................\Line_Generation.cpp,3192,2013-10-18
.................\Line_Generation.h,747,2013-10-14
.................\MainFrm.cpp,3626,2013-10-29
.................\MainFrm.h,1562,2013-10-29
.................\nodrop.cur,326,2013-10-22
.................\PolygonClip.cpp,3948,2013-11-14
.................\PolygonClip.h,551,2013-11-10
.................\ReadMe.txt,4575,2013-10-13
.................\Release
.................\.......\APPMODUL.obj,2157,2013-10-27
.................\.......\AreaFill.obj,5264,2013-10-29
.................\.......\COMPUTER_GRAPHICS.exe,606208,2013-11-19
.................\.......\COMPUTER_GRAPHICS.obj,16355,2013-11-13
.................\.......\COMPUTER_GRAPHICS.pch,5615420,2013-10-27
.................\.......\COMPUTER_GRAPHICS.res,557672,2013-11-19
.................\.......\COMPUTER_GRAPHICSDoc.obj,9460,2013-10-27
.................\.......\COMPUTER_GRAPHICSView.obj,67816,2013-11-16
.................\.......\Ellipse_Generation.obj,3218,2013-10-27

.................\.......\Gearwheel_Generation.obj,7015,2013-10-31
.................\.......\ircle_Generation.obj,5712,2013-10-31
.................\.......\Line_Generation.obj,4547,2013-10-27
.................\.......\MainFrm.obj,18993,2013-10-29
.................\.......\PolygonClip.obj,3888,2013-11-14
.................\.......\StdAfx.obj,768,2013-10-27
.................\.......\ThreeTimesSplineCurve.obj,3319,2013-11-16
.................\.......\vc60.idb,66560,2013-11-19
.................\res



.................\...\COMPUTER_GRAPHICS.rc2,409,2013-10-13


.................\...\flash1.ico,766,2013-10-22
.................\...\flash2.ico,766,2013-10-22
.................\...\flash3.ico,766,2013-10-22
.................\...\ico00001.ico,2238,2005-08-03
.................\...\ico00002.ico,766,2013-10-19
.................\...\icon1.ico,270398,2010-08-11
.................\...\Toolbar.bmp,1078,2013-10-13
.................\resource.h,2076,2013-11-13
.................\StdAfx.cpp,219,2013-10-13
.................\StdAfx.h,1054,2013-10-13
.................\ThreeTimesSplineCurve.cpp,1457,2013-11-16
.................\ThreeTimesSplineCurve.h,973,2013-11-14

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

发表评论

0 个回复

  • TriangleJudge
    三角形判断问题。可用于黑盒测试用例设计。(Triangle judgment. Can be used for black-box test case design.)
    2013-05-29 15:32:14下载
    积分:1
  • ImageSystem
    中点画圆与中点画直线 二维图形变换 多边形填充 计算机图形学实验(The midpoint Circle draws line in two-dimensional graphics transform polygon fill, computer graphics experiments)
    2020-06-30 08:20:02下载
    积分: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
  • ZUIBIAO
    MFC 画出简单的坐标 并通过按钮产生随机点坐标(横坐标逐渐增大纵坐标随机)存入文件中 另一按钮实现读出数据并将点连成折线(MFC drawing simple coordinate and through the button generates random point coordinates (abscissa increases ordinate random) into a file and another button to achieve read data points connected into line)
    2013-09-14 13:59:46下载
    积分:1
  • waveletLifting
    5/3小波变换的提升算法实现以及对于什么叫做提升的介绍。由于5/3小波是整数小波,因此非常适合于DSP处理,且经过提升,小波变换的复杂度明显降低,将此代码的提升部分移植到DSP上,可以达到实时。(5/3 wavelet transform algorithm to enhance as well as what is to enhance the introduction. Since the 5/3 integer wavelet wavelet is therefore very suitable for DSP processing, and after upgrading, wavelet transform significantly reduced complexity, the upgrading of part of this code ported to DSP, we can achieve real-time.)
    2008-02-23 13:34:05下载
    积分:1
  • tuxing
    MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化(MFC DDA Bresenham )
    2010-06-13 10:28:30下载
    积分:1
  • Least-squares-surface-fitting-code
    可以进行空间曲面的拟合 用于曲面拟合的代码:圆 球 直线 平面拟合都有(Surface fitting code: round ball linear plane fitting)
    2013-06-23 22:25:31下载
    积分:1
  • Painter
    当用户按下鼠标左键在如下图所示的面板上移动鼠标时,根据鼠标的移动轨迹在面板上画图。(When the user presses the left mouse button on the panel as shown in the following figure to move the mouse, according to the mouse movement trajectory in the panel drawing.)
    2016-11-23 02:40:53下载
    积分:1
  • Bresenham-UPDATE
    基于Bresenham算法的四步画直线算法,加快画直线速度(draw line based Bresenham update alogrith)
    2013-08-28 11:35:17下载
    积分:1
  • MFCWORK5_B_SPLINE
    选择画图区的点从而绘制B样条曲线,是计算机图形学中一个重要的实例。使用MFC做的。(select some points in the painting area to paint B-Spline curves)
    2012-10-29 13:39:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载