登录
首页 » Visual C++ » Computer_Graphics_Algorithm

Computer_Graphics_Algorithm

于 2020-12-31 发布 文件大小:708KB
0 318
下载积分: 1 下载次数: 152

代码说明:

  该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。(the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simple scan illumination model.)

文件列表:

CGAlgorithm
...........\3D 文件
...........\.......\可用于测试光照模式
...........\.......\..................\ball.obj
...........\.......\..................\ball2.obj
...........\.......\..................\GeoBall.obj
...........\.......\..................\ring.obj
...........\.......\..................\teaport.obj
...........\.......\可用于测试消隐模式
...........\.......\..................\cube.obj
...........\.......\..................\multiPlane.obj
...........\.......\..................\paramid.obj
...........\.......\..................\teaport.obj
...........\.......\..................\tetrahedron.obj
...........\.......\..................\TwoSquare.obj
...........\.......\..................\两面共边.obj
...........\CGAlgorithm.aps
...........\CGAlgorithm.cpp
...........\CGAlgorithm.h
...........\CGAlgorithm.ncb
...........\CGAlgorithm.rc
...........\CGAlgorithm.sln
...........\CGAlgorithm.vcproj
...........\CGAlgorithmDoc.cpp
...........\CGAlgorithmDoc.h
...........\CGAlgorithmView.cpp
...........\CGAlgorithmView.h
...........\compare
...........\.......\info_of_test_Parameter.txt
...........\.......\int.obj
...........\.......\mne.obj
...........\.......\p1.obj
...........\.......\p2.obj
...........\Document
...........\........\Drawing2.vsd
...........\Graphics
...........\........\3DLoader.cpp
...........\........\3DLoader.h
...........\........\3d_scanline.cpp
...........\........\Circle.cpp
...........\........\Circle.h
...........\........\Clip.cpp
...........\........\Clipping.cpp
...........\........\Clipping.h
...........\........\ClipPoly.cpp
...........\........\ClipPoly.h
...........\........\graphics.cpp
...........\........\Graphics.h
...........\........\lighting.h
...........\........\lightling.cpp
...........\........\Line.cpp
...........\........\Line.h
...........\........\LineCulling.cpp
...........\........\LineCulling.h
...........\........\Matrix.h
...........\........\PolyFill.cpp
...........\........\PolyFill.h
...........\........\Polygon.cpp
...........\........\Polygon.h
...........\........\ve-74.tmp
...........\........\ve-AC.tmp
...........\........\ve-C7.tmp
...........\........\Vector3.h
...........\LeftView.cpp
...........\LeftView.h
...........\MainFrm.cpp
...........\MainFrm.h
...........\MyHead.h
...........\ReadMe.txt
...........\res

...........\...\CGAlgorithm.manifest
...........\...\CGAlgorithm.rc2


...........\resource.h
...........\RightView.cpp
...........\RightView.h
...........\stdafx.cpp
...........\stdafx.h
...........\可执行文件.exe

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

发表评论

0 个回复

  • 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
  • VC-dynamically-drawn-image
    VC动态绘制图像 真的 很好(VC dynamically drawn image very good)
    2012-04-24 20:56:02下载
    积分:1
  • RayTracing
    采用层次包围盒、八叉树加速的光线跟踪算法(ray tracing using level boundary box and eight branch tree algorithm)
    2020-12-31 21:48:59下载
    积分:1
  • zlsrxh
    cad文本输入,适合宗地号输入。地籍测绘作业宗地号预编使用。(cad text input, suitable parcel number input.Cadastral mapping operations parcel number pre-programmed to use.)
    2014-09-06 09:18:24下载
    积分:1
  • off2stl
    off 转stl ,很好的转换软件源码。实现了off三维格式向stl三维格式转换,可用于CAD、ProE等软件对接。( Turn off to stl, good conversion software source code. Off to achieve a three-dimensional format stl three-dimensional format conversion, it can be used in CAD, ProE and other software docking.)
    2021-03-13 13:09:24下载
    积分: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
  • 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
  • COMPUTER_GRAPHICS
    本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(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。 )
    2020-11-24 16:19:32下载
    积分:1
  • Afuzhuangcadsp
    服装CAD源代码,可以进行bspline的打断分割割,裁减操作,而且还可以解析shx字库,进行标注等。 (Garment CAD source code can be bspline split the interrupted cut cut operation, but also can resolve shx font marked.)
    2012-09-08 12:55:50下载
    积分:1
  • tuxingxue
    DDA.中点。Bresenham画线算法。(failed to translate)
    2013-05-07 16:07:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载