Welcome![Sign In][Sign Up]
Location:
Search - computer graphic

Search list

[Other resourceComputer-Graphic

Description: 此代码实现简单的计算机图形学的要求,包括图形的绘制,填充,坐标变换等功能-this code simple computer graphics requirements, including graphics rendering, filling, coordinate transformation functions
Platform: | Size: 105583 | Author: 小侯 | Hits:

[Other resourceComputer-Graphic

Description: Rendering + Modeling + Animation + Postprocessing = Computer Graphics
Platform: | Size: 282349 | Author: wong | Hits:

[2D GraphicComputer-Graphic

Description: 此代码实现简单的计算机图形学的要求,包括图形的绘制,填充,坐标变换等功能-this code simple computer graphics requirements, including graphics rendering, filling, coordinate transformation functions
Platform: | Size: 105472 | Author: | Hits:

[Game Engine3D-Game-ngine-Design-A-Practical-Approach-to-Real-

Description: 3D Game ngine Design A Practical Approach to Real Time Computer Graphics 一书附赠的源代码-3D Game Design A Practical Approach t o Real Time Computer Graphics book comes with a source code
Platform: | Size: 4015104 | Author: PanYupin | Hits:

[Software EngineeringComputer-Graphic

Description: Rendering + Modeling + Animation + Postprocessing = Computer Graphics-Rendering+ Modeling+ Animation+ Postprocessing = Computer Graphics
Platform: | Size: 281600 | Author: wong | Hits:

[Special Effectscomputer-graphic

Description: 图形学:裁剪 变换等功能 实现得很完整 欢迎下载 谢谢支持-Graphics: cutting transform functions to achieve a very complete Thank you, welcome to download support
Platform: | Size: 13785088 | Author: lipei | Hits:

[OpenGL program3DComputerGraphicsAMathematicalIntroductionWithOpe

Description: 本书是关于计算机图形学利用OPENGL进行绘图的原版英文书籍,本书详细介绍了OpenGL相关数学知识,读者通过对本书的阅读可以更清楚地知道怎样运用各类OPENGL函数,对更进一步地学习opengl有很好的理论指导。读者可以在书的preface里面找到下载该书籍相关源代码的网站地址。第一章是介绍,第二章是视图和转换(包括二维和三维)的数学基(Transformations and Viewing),第三章是光照和着色的数学基础(Lighting, Illumination, and Shading),第四章是插值法和平均法的数学概念(Averaging and Interpolation),第五章是纹理映射的数学基础(Texture Mapping),第六章是颜色的数学基础(Color),第七和第八章分别介绍了Bezier和B_splines曲线,第九章是光线追踪(Ray Tracing),第十章是Intersection Testing,第十一章是Radiosity,第十二章是关于动画以及运动学的数学知识-The book is about the use of computer graphics for mapping OPENGL original English books, this book details OpenGL related mathematical knowledge, readers of this book can be read more clearly know how to use various types of OPENGL function, for further study have opengl very good theoretical guidance
Platform: | Size: 4480000 | Author: 蒋娟芬 | Hits:

[Special EffectsComputerGraphic

Description: 浙江大学工程及计算机图学所内部使用的工程计算机图形学课件。非常详细,对学习图形学的朋友是不可多得的好东西。- computer graphic slide used by Zhe Jiang University.
Platform: | Size: 34036736 | Author: 郑林涛 | Hits:

[Graph DrawingCircle

Description: this project is about drawing circle for graphic computer
Platform: | Size: 20480 | Author: BEHNAZ | Hits:

[VC/MFC031103-01

Description: 计算机图形学编程代码,具有基本几何图形,基本图形变换,交互模式等。-Computer graphics, programming code, with basic geometric shapes, basic graphic transformation, interactive mode.
Platform: | Size: 8884224 | Author: 小丁 | Hits:

[Graph DrawingGraphic

Description: 老师的一个小作业,有基本矢量图形的输入,圆、矩形、多边形。同时支持三维图形,立方体、圆柱体(依据计算机图形学实现三维显示,未使用OpenGL和D3D)。同时利用MFC的串行化将图形存储为指定格式。本程序比较小,但是对于适量输入部分,将鼠标操作封装,抽象出适量输入操作接口。使得调用简单,大家谁有兴趣可以跟我讨论这个问题,目前我在做一个比较系统的GIS系统,适量输入和地图渲染基本实现了,适量图形空间数据库I/O部分已经实现大部分。-Teacher in a small operation, with the input of basic vector graphics, round, rectangle, polygon. Also supports three-dimensional graphics, cube, cylinder (based on Three-dimensional computer graphics display, do not use OpenGL and D3D). While taking advantage of MFC serialization is stored as a graphic format. This procedure is relatively small, but for some amount of input, the mouse package, enter the amount of abstract user interface. Makes the call is simple, you who are interested can contact me to discuss this question, I do a more systematic in the GIS system, the amount of input and map rendering, basically, the amount of graphic space database I/O part of the majority has been achieved.
Platform: | Size: 66560 | Author: ccl | Hits:

[GDI-BitmapComputer-Graphic-Algorithm

Description: 计算机图形学相关算法实现,如DDA算法,中点画线算法、Bresenham画线(画圆)算法等-Computer graphics-related algorithms, such as the DDA algorithm, the dotted line algorithm, Bresenham line drawing (circle) algorithm
Platform: | Size: 14020608 | Author: 刘洋 | Hits:

[Graph programComputer-Graphic-Source-Code

Description: 学习计算机图形学不可多得的好源码。源码都是用C++实现的。-Learning computer graphics rare good source. Source is realized using C++.
Platform: | Size: 51409920 | Author: liao | Hits:

[OpenGL programComputer-Graphic-Lab-Opengl

Description: 计算机图形学实验教程OpenGL版 本书以OpenGL开发为核心,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、2D纹理、曲线和曲面等,又进一步引入利用OpenGL开发图形工程的各种技术,如复杂3D建模、音频系统、摄像机控制、粒子系统、人机交互技术等。 本书图文并茂、实例丰富,所有例程都是基于一个功能齐全的编程框架文件(5DG编程框架文件)开发的,代码有详细的中文注释,可读性很强。本书既可作为高校的图形学实验教材,也是学习OpenGL的理想参考书,适合具有C语言基础的读者使用。-OpenGL development as the core book, not only describes the basic elements of graphics, including 2D and 3D graphics objects to draw, coordinate transformation, lighting, texture, 2D textures, curves and surfaces, etc., further development of the introduction of the use of OpenGL graphics project various techniques, such as complex 3D modeling, audio system, camera control, particle systems, human-computer interaction technology. Book illustrations, examples of rich, all routines are based on a full-featured programming framework document (5DG programming framework document) developed a detailed code of Chinese notes, very readable. This book can be used as the university' s graphics test materials, is an ideal learning OpenGL reference books, for readers with the C programming language to use.
Platform: | Size: 7574528 | Author: genganpeng | Hits:

[source in ebookcomputer-graphic

Description: 此代码是计算机图形学实践教程(Visual C ++中版)的源代码,包括一些计算机图形学基本算法。-This code is the “practice of computer graphics tutorial (Visual C++ Edition) ”source code, including some of the basic algorithm for computer graphics.
Platform: | Size: 11697152 | Author: zhwgis | Hits:

[Software EngineeringComputer-Graphic-Answer

Description: 计算机图形学课后答案 徐长青 吉林大学 大二下学期课程-Xu Changqing Jilin University, computer graphics afterschool answer
Platform: | Size: 897024 | Author: 武定 | Hits:

[Special Effectscomputer-graphic-cpp

Description: 计算机图形学,本科计算机图形学学习实践的好帮手。采用C++语言实现,可实现。-Computer graphics, undergraduate computer graphics to study and practice a good helper. C++ language, can be realized.
Platform: | Size: 13312 | Author: yangke | Hits:

[Othergraphic

Description: 计算机图形学重点章节课件,西电本科教学的,很不错的,适合图形学入门学习。-computer graphic PPT from Xidian University
Platform: | Size: 15964160 | Author: 不系之舟 | Hits:

[Software Engineeringcomputer-graphic

Description: 利用C#实现各种画图功能以及图形识别功能,对大学生的计算机图形学学习帮助很大。-computer
Platform: | Size: 7557120 | Author: 吴青 | Hits:

[OpenGL programcomputer-graphic

Description: 关于计算机图形学源码,关于绘图,会直线,曲线等,适用性很强-the computer graphic is consisted of many things,such as line-drawing and so on
Platform: | Size: 7344128 | Author: chenhao | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net