登录
首页 » Visual C++ » opengl

opengl

于 2011-07-19 发布 文件大小:95KB
0 136
下载积分: 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 个回复

  • ImageZoom
    利用VTK实现图像的放大缩小,基于对话框编写的,有助于学习VTK的朋友(Using VTK to achieve the image to zoom in, based on the dialog box, prepared to help a friend learn VTK)
    2009-11-24 16:22:21下载
    积分:1
  • 5
    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
    2009-03-15 15:36:23下载
    积分:1
  • GTool(Version2.2)
    电视系统中,进行需要在线调整Gamma曲线,此工具可以方便的对电视系统中的Gamma曲线读写,修改,该软件使用了贝塞尔曲线,方便的拖出你想要的曲线,然后在线升级(TV system, to adjust the Gamma curve need to be online, this tool can be easily against the television system in the Gamma curve to read and write, modify, the software uses the Bezier curves, a convenient pulled out the curve you want, and then Online Upgrade)
    2010-01-11 17:13:42下载
    积分:1
  • Geometric-Tools-for-Computer-Graphics
    A book for game programming
    2011-02-05 02:48:56下载
    积分:1
  • serial2.1.3.4
    自己用api写的串口通信动态库,可以同时打开多个串行口,自带设置函数(own use api write serial communication DLL, it will also open up a number of serial port, bringing their function set)
    2007-01-03 19:40:09下载
    积分:1
  • track
    基于opencv的运动目标轮廓检测,用MFC编写的界面,实现视频在对话框指定位置的显示,有详细注释,适合初学者。(Moving target based on the contour detection opencv prepared with MFC interface, video display dialog box to specify the location, detailed notes for beginners.)
    2013-12-05 10:20:54下载
    积分:1
  • PMAC labview 编程实例
    基于PMAC与labview的编程实例,帮助新手全面掌握。(A programming instance based on PMAC and labview)
    2020-09-12 20:18:06下载
    积分:1
  • ACE-Lock(ACE_Task_Base)
    ACE线程管理机制-并发控制和基于ACE实现的一个内存池(Thread management mechanism ACE- ACE-based concurrency control and achieve a memory pool)
    2013-11-03 22:41:58下载
    积分:1
  • wa814
    真的是一个好程序,LDPC码的完整的编译码,matlab编写的元胞自动机。( Really is a good program, Complete codec LDPC code, matlab prepared cellular automata.)
    2017-05-22 22:11:08下载
    积分:1
  • traffic
    车辆检测: 1 识别车辆轮廓,并标识车辆轮廓 2 给出车辆的相对速度(Vehicle Detection: one to identify the vehicle contours, and marking the outline of 2 vehicles given the relative speed of vehicles)
    2007-09-30 11:33:37下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载