Cargando…

Fundamentals of OOP and data structures in Java /

"Fundamentals of OOP and Data Structures in Java is a text for an introductory course on classical data structures. Part One of the book presents the basic principles of Object-Oriented Programming (OOP) and Graphical User Interface (GUI) programming with Java. Part Two introduces each of the m...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Wiener, Richard, 1941-
Otros Autores: Pinson, Lewis J.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Cambridge [England] ; New York : Cambridge University Press, 2000.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocm47010318
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 010502s2000 enka o 001 0 eng d
010 |z  99087328  
040 |a N$T  |b eng  |e pn  |c N$T  |d OCL  |d OCLCQ  |d YDXCP  |d OCLCG  |d OKU  |d OCLCQ  |d TUU  |d OCLCQ  |d TNF  |d OCLCQ  |d CAMBR  |d ZCU  |d OCLCF  |d OCLCQ  |d NLGGC  |d OCLCQ  |d SLY  |d OCLCQ  |d AGLDB  |d SAV  |d QT7  |d LUE  |d OCLCQ  |d VTS  |d CEF  |d OCLCQ  |d INT  |d TOF  |d OCLCQ  |d LHU  |d BRX  |d OCLCQ  |d VDB  |d K6U  |d LUN  |d TUHNV  |d UKAHL  |d OCLCO  |d OCLCQ  |d IOY  |d OCLCQ  |d M8D  |d INARC  |d OCLCQ 
019 |a 533267478  |a 758976420  |a 817925352  |a 880320922  |a 961584434  |a 962697611  |a 1007411080  |a 1044170567  |a 1053020099  |a 1055832565  |a 1073034891  |a 1123825954  |a 1127919390  |a 1135457314  |a 1170751327  |a 1171518769  |a 1243592313  |a 1252727761  |a 1310743090 
020 |a 0511001681  |q (electronic bk.) 
020 |a 9780511001680  |q (electronic bk.) 
020 |a 9780511807176  |q (electronic bk.) 
020 |a 0511807171  |q (electronic bk.) 
020 |a 9780521665513  |q (paperback) 
020 |a 0521665515 
020 |z 0521662206  |q (hb) 
020 |z 9780521662208 
029 1 |a AU@  |b 000042131211 
029 1 |a DEBBG  |b BV043065736 
029 1 |a DEBSZ  |b 422488798 
029 1 |a DKDLA  |b 820120-katalog:9910052693305765 
029 1 |a GBVCP  |b 800778022 
035 |a (OCoLC)47010318  |z (OCoLC)533267478  |z (OCoLC)758976420  |z (OCoLC)817925352  |z (OCoLC)880320922  |z (OCoLC)961584434  |z (OCoLC)962697611  |z (OCoLC)1007411080  |z (OCoLC)1044170567  |z (OCoLC)1053020099  |z (OCoLC)1055832565  |z (OCoLC)1073034891  |z (OCoLC)1123825954  |z (OCoLC)1127919390  |z (OCoLC)1135457314  |z (OCoLC)1170751327  |z (OCoLC)1171518769  |z (OCoLC)1243592313  |z (OCoLC)1252727761  |z (OCoLC)1310743090 
050 4 |a QA76.73.J38  |b W53 2000eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 21 
084 |a TP312JA  |2 clc 
049 |a UAMI 
100 1 |a Wiener, Richard,  |d 1941- 
245 1 0 |a Fundamentals of OOP and data structures in Java /  |c Richard Wiener, Lewis Pinson. 
260 |a Cambridge [England] ;  |a New York :  |b Cambridge University Press,  |c 2000. 
300 |a 1 online resource (xv, 463 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
500 |a Includes index. 
505 0 0 |g 1.  |t Cornerstones of OOP --  |g 2.  |t Objects --  |g 3.  |t Class Construction --  |g 4.  |t Relationships between Classes --  |g 5.  |t GUIs: Basic Concepts --  |g 6.  |t Implementing Simple GUIs in Java --  |g 7.  |t Errors and Exceptions --  |g 8.  |t Recursion --  |g 9.  |t Abstract Data Types --  |g 10.  |t Containers as Abstract Data Types --  |g 11.  |t Stack and Queue --  |g 12.  |t Application of Stack --  |g 13.  |t Lists --  |g 14.  |t Trees, Heaps, and Priority Queues --  |g 15.  |t Search Trees --  |g 16.  |t Hashing and Sets --  |g 17.  |t Association and Dictionary --  |g 18.  |t Sorting --  |g App. A.  |t Unified Modeling Language Notation --  |g App. B.  |t Complexity of Algorithms --  |g App. C.  |t Installing and Using Foundations Classes. 
520 1 |a "Fundamentals of OOP and Data Structures in Java is a text for an introductory course on classical data structures. Part One of the book presents the basic principles of Object-Oriented Programming (OOP) and Graphical User Interface (GUI) programming with Java. Part Two introduces each of the major data structures with supporting, GUI-based laboratory programs designed to reinforce the basic concepts and principles of the text. These laboratories allow the reader to explore and experiment with the properties of each data structure." "By integrating the principles of OOP and GUI programming, this book takes the unique path of presenting the fundamental issues of data structures within the context of paradigms that are essential to today's professional software developer. From the very beginning, undergraduate students will be learning practical concepts that every professional must master during his or her career. In fact, professionals will find this book to be an excellent resource for upgrading their knowledge of OOP, GUI programming, and classical data structures. The authors assume the reader has only an elementary understanding of Java and no experience with OOP."--Jacket 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Java (Computer program language) 
650 0 |a Object-oriented programming (Computer science) 
650 0 |a Data structures (Computer science) 
650 6 |a Java (Langage de programmation) 
650 6 |a Programmation orientée objet (Informatique) 
650 6 |a Structures de données (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 0 7 |a Java (Computer program language)  |2 cct 
650 0 7 |a Object-oriented programming (Computer science)  |2 cct 
650 0 7 |a Data structures (Computer science)  |2 cct 
650 7 |a Data structures (Computer science)  |2 fast  |0 (OCoLC)fst00887978 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065 
650 7 |a Object-oriented programming (Computer science)  |2 fast  |0 (OCoLC)fst01042804 
700 1 |a Pinson, Lewis J. 
776 0 8 |i Print version:  |a Wiener, Richard, 1941-  |t Fundamentals of OOP and data structures in Java.  |d Cambridge [England] ; New York : Cambridge University Press, 2000  |z 0521662206  |w (DLC) 99087328  |w (OCoLC)43095814 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=54565  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH22947821 
938 |a EBSCOhost  |b EBSC  |n 54565 
938 |a YBP Library Services  |b YANK  |n 2299540 
938 |a YBP Library Services  |b YANK  |n 9247025 
938 |a Internet Archive  |b INAR  |n fundamentalsofoo0000wien 
994 |a 92  |b IZTAP