Cantitate/Preț
Produs

Computer Graphics with Java: Grassroots

Autor Glenn Rowe
en Limba Engleză Paperback – 5 sep 2001
Java is becoming an increasingly popular programming language, being used not only for web development, but also for larger industrial and scientific applications. It is also capable of producing elegant and powerful graphics in both two and three dimensions.Computer Graphics with Java provides a comprehensive introduction to these graphical capabilities of the core Java language (which now includes Java 2D) and its add-on, Java 3D. Beginning with the basics, such as drawing lines and circles, the book then progresses through transformations, lighting and shading, and concludes with a study of interactive graphics and animation.Although readers should be familiar with the elements of Java programming and have a working knowledge of basic mathematics, no prior experience in graphics is assumed. The book also provides enough supporting theory to allow readers to understand how the various Java graphics classes are built, and how to use them more effectively.Aimed at second and third year undergraduates in computing, this concise, manageable and practical text will provide students with an understanding of not only how to write graphics programs in Java, but also of how these programs work.DR GLENN ROWE is a lecturer in the Department of Applied Computing at the University of Dundee. He has been teaching C++ and Java programming for many years and is currently engaged in researching more effective ways of teaching university-level programming. His previous publications include The Essence of Java Programming, An Introduction to Data Structures and Algorithms with Java and An Introduction to Data Structures and Algorithms with C++.The Grassroots series has been designed to meet the needs of students of computing and related disciplines - concise, self-contained and affordable books on core computing subjects which contain sufficient material for one-semester courses. Under the guidance of the series editor, Fintan Culwin, all authors are carefully chosen for their ability to present their material in a readable and concise manner that will educate, inspire and stimulate readers of all kinds.
Citește tot Restrânge

Din seria Grassroots

Preț: 41735 lei

Preț vechi: 52169 lei
-20% Nou

Puncte Express: 626

Preț estimativ în valută:
7987 8400$ 6653£

Carte tipărită la comandă

Livrare economică 04-18 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780333920978
ISBN-10: 033392097X
Pagini: 335
Dimensiuni: 189 x 246 x 21 mm
Greutate: 0.63 kg
Ediția:2001
Editura: Bloomsbury Publishing
Colecția Red Globe Press
Seria Grassroots

Locul publicării:London, United Kingdom

Caracteristici

Provides the supporting theory to explain how and why things work

Notă biografică

DR GLENN ROWE is a lecturer in the Department of Applied Computing at the University of Dundee. He has been teaching C++ and Java programming for many years and is currently engaged in researching more effective ways of teaching university-level programming. His previous publications include The Essence of Java Programming, An Introduction to Data Structures and Algorithms with Java and An Introduction to Data Structures and Algorithms with C++.

Cuprins

Preface Two-Dimensional Graphics Two-Dimensional Transformations The Java 2D Packages Three Dimensional Graphics : Projections and Transformations Java 3D The Basics Creating Geometry in Java 3D Surface Rendering and Lighting Interaction and Animation.