登录
首页 » Visual C++ » Computer_Graphics_Algorithm

Computer_Graphics_Algorithm

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

  • MyQtproject
    简单画图板,初学者实用,比较简单,如果喜欢可以下载来看看(Simple drawing board, beginners practical, relatively simple)
    2013-12-18 13:42:50下载
    积分:1
  • AddCAD
    AE实现加载CAD格式的数据,以及对其进行转换格式,转换为SHP等格式,还有对其进行编辑等操作(AE spatial data editing functions, including generating points, generating lines, as well as delete, move elements such as fried operation)
    2013-10-26 11:23:37下载
    积分:1
  • fenxintu
    分形几何是数学领域里新兴的课题,如果将图形的每个元素按某种规则进行变形,得到新的图形,以此类推,进行若干次变形后得到的图形就是分形图形。本程序实现分形图。(Fractal geometry is the mathematical field of emerging issues, if the graphics of each element according to certain rules of deformation, new graphics, and so on, to carry out a number of graphics after deformation is fractal graphics. This procedure realize fractals.)
    2008-06-03 11:21:52下载
    积分:1
  • drawMFC
    一个简单的程序,可以绘制点、线、圆、方。可以保存成一定格式的图片文件。软件最大的问题是绘图基本在对应的鼠标事件里进行,而没有在paint方法里进行,可借鉴。(A simple program, you can draw points, lines, circles, square. Can be saved into a certain format image files. The biggest problem is the graphics software basic mouse events in the corresponding conduct, but not in the paint method in the conduct, we may learn.)
    2013-09-13 09:27:12下载
    积分:1
  • migong
    一个完整的图形编程源程序,可供图形编程者学习(A complete graphical programming source code available for graphics programmers to learn)
    2009-12-02 18:16:56下载
    积分:1
  • Couette
    用C++模拟LBM的couette流源代码,使用周期边界和曲线边界条件。(LBM simulation using C++ source code of couette stream, using periodic boundary conditions and boundary curves.)
    2021-03-29 09:29:11下载
    积分:1
  • VB-project
    说明:  用VB编写的简易的绘图程序,用来绘制直线圆和矩形,可以选择绘图颜色和画笔粗细。(VB, easy to use drawing program, circles and rectangles to draw a straight line, you can select the drawing pen color and thickness.)
    2020-12-19 20:29:10下载
    积分:1
  • DrawingView
    关于三轴雕刻机用C语言实现,此为C方式下实现绘画CAD图。(About three-axis engraving machine with C language, this is C mode drawing CAD drawings.)
    2012-03-23 07:34:15下载
    积分:1
  • 6
    说明:  画线程序,vc++图像处理原程序-_图像 处理(Draw a line procedures, vc++ Images deal with the original program-_ Image Processing)
    2008-03-30 09:06:47下载
    积分:1
  • the-four-order-Runge-Kutta-method.
    用四阶龙格-库塔法求系统在U单位阶跃输入下该系统的响应曲线(Using the four order Runge Kutta method to find the response curve )
    2013-11-05 21:23:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载