网站购物车   | 店铺购物车  
店铺平均得分:99.37 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 1 0 3 9 17 57 2057
本店铺共有 4 笔投诉记录,投诉率 0% ,低于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
商品问题
3
75%
发货问题
1
25%
已解决
4
100%
店主称呼:东苑书店   联系方式:购买咨询请联系我  18986284335    地址:湖北省 武汉市 洪山区 珞狮路205号武汉理工大学东院
促销广告:需要书的各位亲请直接下单,我们会很快安排发货的。QQ1796600159
图书分类
店铺公告
亲,本店图书利润都很低,不接受退货,所以买家请仔细确认是否是自己想要的书。发货前我们会仔细检查,不会缺页、少页、白页、倒页,保证不影响使用。需要的话直接拍下等我们确认就是。(所有书都无光盘学习卡等)
店铺介绍
本店经营:考研 考博 考研专业课教材 教辅 公务员 司法考试 计算机类 注册会计师(CPA)四六级 剑桥商务英语(BEC)报关员 MBA MPA MPAcc 托业 雅思 托福 GRE GMAT 会计从业 初中级会计 证券从业 银行从业 日语 法语 韩语 德语 俄语 西班牙语 文艺小说等全国各大出版社丛书……
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
计算机图形学C语言版(第2版·影印版)
出版日期:2004年03月
ISBN:9787302080848 [十位:7302080844]
页数:652      
定价:¥69.00
店铺售价:¥69.00 (为您节省:¥0.00
店铺库存:1
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  18986284335
本店已缴纳保证金,请放心购买!【如何赔付?】
店主推荐图书:
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《计算机图形学C语言版(第2版·影印版)》内容提要:
本书介绍了设计与使用计算机图形学系统所必须的基本原理,讨论了图形学系统硬、软件及其应用,列举了C语言描述的编程实例以展示图形学算法的实现及应用,探讨了PHIGS,PHIGS+,GKS及其他图形库的特性。与**版相比,在反走样,分形及其他物体表示法,光线跟踪,样条曲线及表面,光照模型,表面绘制法和计算机动画制作方面本书有较大扩充,新增: 虚拟现实,图形学算法的并行实现,超二次曲面,BSP树,形状文法,粒子系统,基于物理的模型,科学计算可视化,商业可视化,分布式光线跟踪,辐射度,变形以及有益于对图形学应用的各种数学方法的探讨。
本书既可作为本科生和研究生的教材,也可作为图形学专业人员的参考书。
《计算机图形学C语言版(第2版·影印版)》图书目录:
PREFACE
1 A Survey of Computer Graphics
1-1 Computer-Aided Design
1-2 Presentation Graphics
1-3 Computer Art
1-4 Entertainment
1-5 Education and Training
1-6 Visualization
1-7 Image Processing
1-8 Graphical User Interfaces
2 Overview of Graphics Systems
2-1 Video Display Devices
Refresh Cathode-Ray Tubes
Raster-Scan Displays
Random-Scan Displays
Color CRT Monitors
Direct-View Storage Tubes
Flat-Panel Displays
Three-Dimensional Viewing Devices
Stereoscopic and Virtual-Reality Systems
2-2 Raster-Scan Systems
Video Controller
Raster-Scan Display Processor
2-3 Random-Scan Systems
2-4 Graphics Monitors and Wordstations
2-5 Input Devices
Keyboards
Mouse
Trackball and Spaceball
Joysticks
Data Glove
Digitizers
Image Scanners
Touch Panels
Light Pens
Voice Systems
2-6 Hard-Copy Devices
2-7 Graphics Software
Coordinate Representations
Graphics Functions
Software Standards
PHIGS Workstations
Summary
References
Exercises
3 Output Primitives
3-1 Points and Lines
3-2 Line-Drawing Algorithms
DDA Algorithm
Bresenham's Line Algorithm
Parallel Line Algorithms
3-3 Loading the Frame Buffer
3-4 Line Function
3-5 Circle-Generating Algorithms
Properties of Circles
Midpoint Circle Algorithm
3-6 Ellipse-Generating Algorithms
Properties of Ellipses
Midpoint Ellipse Algorithm
3-7 Other Curves
Conic Sections
Polynomials and Spline Curves
3-8 Parallel Curve Algorithms
3-9 Curve Functions
3-10 Pixel Addressing and Object Geometry
Screen Grid Coordinates
Maintaining Geometric Properties of Displayed Objects
3-11 Filled-Area Primitives
Scan-Line Polygon Fill Algorithms
Inside-Outside Tests
Scan-Line Fill of Curved Boundary Areas
Boundary-Fill Algorithms
Flood-Fill Algorithm
3-12 Fill-Area Functions
3-13 Cell Array
3-14 Character Generation
Summary
Applications
References
Exercises
4 Attributes of Output Primitives
4-1 Line Attributes
Line Type
Line Width
Pen and Brush Options
Line Color
4-2 Curve Attributes
4-3 Color and Grayscale Levels
Color Tables
Grayscale
4-4 Area-Fill Attributes
Fill Styles
Pattern Fill
Soft Fill
4-5 Character Attributes
Text Attributes
Marker Attributes
4-6 Bundled Attributes
Bundled Line Attributes
Bundled Area-Fill Attributes
Bundled Text Attributes
Bundled Marker Attributes
4-7 Inquiry Functions
4-8 Antialiashing
Supersampling Straight Line Segments
Pixel-Weighting Masks
Area Sampling Straight Line
Segments
Filtering Techniques
Pixel Phasing
Compensating for Line Intensity
Differences
Antialiasing Area Boundaries
Summary
References
Exercises
5 Two-Dimensional Geometric Transformations
6 Two-Dimensional Viewing
7 Structures and Hierarchical Modeling
8 Graphical User Interfaces and Interactive Input Methods
9 Three-Dimensional Concepts
10 Three-Dimensional Object Representations
11 Three-Dimensional Geometric and Modeling Transformations

12 Three-Dimensional Viewing
13 Visible-Surface Detection Methods
14 Illumination Models and Surface-Rendering Methods
15 Color Models and Color Applications
16 Computer Animation
A Mathematics for Computer Graphics
BIBLIOGRAPHY
INDEX