计算机图形学:算法与实现

作者:D.P.Mukherjee等

丛书名:大学计算机教育国外著名教材系列(影印版)

定价:59元

印次:1-1

ISBN:9787302274872

出版日期:2012.01.01

印刷日期:2011.12.28

图书责编:龙启铭

图书分类:教材

电子书
在线购买
分享
内容简介
作者简介
前言序言
资源下载
查看详情 查看详情 查看详情

本书是在多年的教学经验基础上,从方便读者接受和理解的角度来编写的,每章先以浅显的语言介绍计算机图形学的算法,然后以丰富的示例阐述计算机图形学基本算法的C++语言实现,这不仅增加了本书趣味性,而且还使本书非常具有的实用性,很多计算机图形学的算法实现代码,读者可以直接应用到自己的编程中,真正做到计算机图形学的算法与实现完美结合,非常适合作为“计算机图形学”课程的教材。 本书特点: ·介绍了计算机图形学的基本理论和概念。 ·给出了所有计算机图形学基本算法的C++语言实现。 ·讲解了窗口编程,以及如何把计算机图形学算法应用到以消息驱动的实现中。

Ph.D., Professor, Indian Statistical Institute, has authored a popular text on Computer Graphics entitled Fundamentals of Computer Graphics and Multimedia (PHI Learning) and published many peer-reviewed research papers.�

Preface Studying Computer Graphics enhances the core competence in the designing and development of algorithms which are both computationally interesting and mathematically challenging. More and more people are interested in Computer Graphics because it has emerged as a vehicle for effective communication of business data as well as scientific visualization. At the same time it has become the backbone of the modern day entertainment industry. The phenomenal increase in man-machine interface is due to the ever-expanding implementations of smarter ideas in graphical design. Indeed Computer Graphics constitutes a core area of studies in Computer Science. Inclusion of graphical designing as ...

暂无课件

样章下载

暂无网络资源

扫描二维码
下载APP了解更多

目录
荐语
查看详情 查看详情
Preface 

1 INTRODUCTION TO WINDOWS PROGRAMMING

2 TWO-DIMENSIONAL GEOMETRIC TRANSFORMATIONS

3 LINE DRAWING ALGORITHMS

4 CIRCLE DRAWING

5 DRAWING CURVES

6 FILLING ALGORITHMS

7 CLIPPING ALGORITHMS

8 THREE-DIMENSIONAL GRAPHICS

9 HIDDEN SURFACE REMOVAL

10 ILLUMINATION AND SHADING

Suggested List of References 

Index