登录
首页 » Visual C++ » opengl

opengl

于 2011-07-19 发布 文件大小:95KB
0 157
下载积分: 1 下载次数: 70

代码说明:

  计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统(1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, Bezier curves, Bezier surfaces 2, 3 texture mapping, meshing, mesh refinement such as A, can be used for a basic graphics software B, can Choose books on algorithms have learned C, can be used for graphics integrated application system)

文件列表:

ReadMe.txt,215,2011-07-19
计算机图形学课程设计
....................\Circle.cpp,1750,2003-11-01
....................\Circle.h,742,2003-11-01
....................\Element.cpp,1790,2003-11-04
....................\Element.h,921,2003-11-04
....................\Ellipse.cpp,1866,2003-11-01
....................\Ellipse.h,719,2003-11-02
....................\Graph.aps,36436,2003-12-08
....................\Graph.clw,5805,2003-12-08
....................\Graph.cpp,4191,2003-10-29
....................\Graph.dsp,5860,2003-11-04
....................\Graph.dsw,535,2003-10-29
....................\Graph.h,1345,2003-10-29
....................\Graph.ncb,427008,2003-12-08
....................\Graph.opt,53760,2003-12-08
....................\Graph.plg,4028,2003-11-09
....................\Graph.rc,17209,2003-11-09
....................\GraphDoc.cpp,1722,2003-10-29
....................\GraphDoc.h,1464,2003-10-29
....................\GraphView.cpp,10709,2003-11-04
....................\GraphView.h,3051,2003-11-04
....................\Line.cpp,1022,2003-11-01
....................\Line.h,609,2003-11-01
....................\MainFrm.cpp,2809,2003-11-02
....................\MainFrm.h,1612,2003-11-02
....................\res

....................\...\Graph.rc2,397,2003-10-29



....................\Resource.h,2268,2003-11-09
....................\RGBDialog.cpp,1028,2003-11-01
....................\RGBDialog.h,1230,2003-11-01
....................\RGBFill.cpp,994,2003-11-04
....................\RGBFill.h,1204,2003-11-04
....................\Rotate.cpp,1015,2003-11-02
....................\Rotate.h,1211,2003-11-02
....................\Scale.cpp,1054,2003-11-02
....................\Scale.h,1216,2003-11-02
....................\StdAfx.cpp,207,2003-10-29
....................\StdAfx.h,1054,2003-10-29
....................\Translate.cpp,988,2003-11-02
....................\Translate.h,1220,2003-11-02
....................\Triangle.cpp,1604,2003-11-02
....................\Triangle.h,594,2003-11-02

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

发表评论

0 个回复

  • Metric-to-Imperial-Units-
    公英制互转换器,初学VC时的小程序,对平时工程制图有些用处。(Metric to Imperial Units )
    2013-08-28 07:13:38下载
    积分:1
  • EA
    说明:  Visual C++ MFC编写的学籍管理系统,含SQL SERVER 2008 R2版本数据库。首先声明学籍管理的功能并不完整,主要实现数据库的增删改查。主要特点是树形菜单、视图切分。(Visual C++ MFC prepared by the school management system, including SQL SERVER 2008 R2 version of the database. The first statement is incomplete enrollment management functions, the main database CRUD. Main feature is the menu tree, view segmentation.)
    2013-07-08 23:27:35下载
    积分:1
  • PRIM
    说明:  构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。(Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.)
    2009-08-23 16:22:15下载
    积分:1
  • CxImage
    说明:  VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 (VC++ image processing library CxImage source code, CxImage is a can be used MFC' s C++ classes, you can open, save, display, convert various formats of image files, such as BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K and other formats. Can achieve BMP &lt -&gt JPG, PNG &lt &gt TIFF format conversion, etc..)
    2011-04-08 12:16:37下载
    积分:1
  • Greedy-algorithm
    贪心算法解决木棒覆盖最多点的问题,食用一定量定长的木棒,使其覆盖尽可能多的点。(Solve the problem of sticks to cover some greedy algorithm)
    2016-05-23 20:06:31下载
    积分:1
  • 91332001RayTrace1.1
    说明:  蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。 (Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, can be cost-effective solution to the problem. This paper describes the methods and examples of the method to verify the correctness and superiority.)
    2008-12-04 20:48:05下载
    积分:1
  • yanshou
    单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。 2、确定进程控制块的内容,进程控制块的组织方式。 3、完成进程创建原语和进程调度原语。 4、编写主函数对所做工作进行测试。 (The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine the content, process control block of the organization. 3, the complete process of creating the original language and process scheduling primitives. 4, the preparation of the work done by the main function of the test.)
    2011-11-09 15:41:09下载
    积分:1
  • VCBOOKS
    关于网络编程的好书,可以下载看看,讲得非常详细(Books on network programming, you can download to see, speak in great detail)
    2010-11-29 10:07:18下载
    积分:1
  • cs_1
    OpenGL SuperBible, Third Edition is a comprehensive, hands-on guide for Mac and Windows programmers who need to know how to program with the new version of OpenGL. This book will help readers master and expand their knowledge of 3D graphics programming and OpenGL implementation
    2011-07-22 11:43:04下载
    积分:1
  • 2dengine
    一个简单的2D游戏引擎,有全部的源码和例子,可以作为初学者入门学习之用.(A simple 2D game engine, with all the source code and examples, can serve as a beginner learning.)
    2011-05-07 14:39:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载