Author: Dale/Lilly
Publisher:
ISBN: 9780669152852
Category : Pascal (Computer program language)
Languages : en
Pages : 312
Book Description
Dale Pascal Plus Data Str 2e Ig
Author: Dale/Lilly
Publisher:
ISBN: 9780669152852
Category : Pascal (Computer program language)
Languages : en
Pages : 312
Book Description
Publisher:
ISBN: 9780669152852
Category : Pascal (Computer program language)
Languages : en
Pages : 312
Book Description
Data Structures and Algorithms in Java
Author: Michael T. Goodrich
Publisher: John Wiley & Sons
ISBN: 1118771338
Category : Computers
Languages : en
Pages : 736
Book Description
The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich, Tomassia and Goldwasser's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.
Publisher: John Wiley & Sons
ISBN: 1118771338
Category : Computers
Languages : en
Pages : 736
Book Description
The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich, Tomassia and Goldwasser's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.
Pascal Plus Data Structures, Algorithms, and Advanced Programming
Author: Nell B. Dale
Publisher: D.C. Heath
ISBN:
Category : Computers
Languages : en
Pages : 888
Book Description
Publisher: D.C. Heath
ISBN:
Category : Computers
Languages : en
Pages : 888
Book Description
International Books in Print
Whitaker's Book List
Fundamentals of Electric Propulsion
Author: Dan M. Goebel
Publisher: John Wiley & Sons
ISBN: 0470436263
Category : Technology & Engineering
Languages : en
Pages : 528
Book Description
Throughout most of the twentieth century, electric propulsion was considered the technology of the future. Now, the future has arrived. This important new book explains the fundamentals of electric propulsion for spacecraft and describes in detail the physics and characteristics of the two major electric thrusters in use today, ion and Hall thrusters. The authors provide an introduction to plasma physics in order to allow readers to understand the models and derivations used in determining electric thruster performance. They then go on to present detailed explanations of: Thruster principles Ion thruster plasma generators and accelerator grids Hollow cathodes Hall thrusters Ion and Hall thruster plumes Flight ion and Hall thrusters Based largely on research and development performed at the Jet Propulsion Laboratory (JPL) and complemented with scores of tables, figures, homework problems, and references, Fundamentals of Electric Propulsion: Ion and Hall Thrusters is an indispensable textbook for advanced undergraduate and graduate students who are preparing to enter the aerospace industry. It also serves as an equally valuable resource for professional engineers already at work in the field.
Publisher: John Wiley & Sons
ISBN: 0470436263
Category : Technology & Engineering
Languages : en
Pages : 528
Book Description
Throughout most of the twentieth century, electric propulsion was considered the technology of the future. Now, the future has arrived. This important new book explains the fundamentals of electric propulsion for spacecraft and describes in detail the physics and characteristics of the two major electric thrusters in use today, ion and Hall thrusters. The authors provide an introduction to plasma physics in order to allow readers to understand the models and derivations used in determining electric thruster performance. They then go on to present detailed explanations of: Thruster principles Ion thruster plasma generators and accelerator grids Hollow cathodes Hall thrusters Ion and Hall thruster plumes Flight ion and Hall thrusters Based largely on research and development performed at the Jet Propulsion Laboratory (JPL) and complemented with scores of tables, figures, homework problems, and references, Fundamentals of Electric Propulsion: Ion and Hall Thrusters is an indispensable textbook for advanced undergraduate and graduate students who are preparing to enter the aerospace industry. It also serves as an equally valuable resource for professional engineers already at work in the field.
Programming and Problem Solving with C++
Author: Nell B. Dale
Publisher: Jones & Bartlett Publishers
ISBN:
Category : Computers
Languages : en
Pages : 1322
Book Description
In the tradition of Pascal and Turbo Pascal, authors Nell Dale and Chip Weems have teamed up with Mark Headington to offer Programming and Problem Solving with C++ for students in the CS1/C101 course. Written in the same style as the successful Pascal books, this text provides an accessible introduction to programming using C++ for beginning students. The first half of the text gives students a solid foundation in top-down programming techniques. The second half builds on this foundation and explains ADTs, the C++ class, encapsulation, information hiding, and object-oriented software development.
Publisher: Jones & Bartlett Publishers
ISBN:
Category : Computers
Languages : en
Pages : 1322
Book Description
In the tradition of Pascal and Turbo Pascal, authors Nell Dale and Chip Weems have teamed up with Mark Headington to offer Programming and Problem Solving with C++ for students in the CS1/C101 course. Written in the same style as the successful Pascal books, this text provides an accessible introduction to programming using C++ for beginning students. The first half of the text gives students a solid foundation in top-down programming techniques. The second half builds on this foundation and explains ADTs, the C++ class, encapsulation, information hiding, and object-oriented software development.
Computer Publishers & Publications
Author:
Publisher:
ISBN:
Category : Computer science literature
Languages : en
Pages : 496
Book Description
Publisher:
ISBN:
Category : Computer science literature
Languages : en
Pages : 496
Book Description
Forthcoming Books
Author: Rose Arny
Publisher:
ISBN:
Category : American literature
Languages : en
Pages : 1896
Book Description
Publisher:
ISBN:
Category : American literature
Languages : en
Pages : 1896
Book Description
Code Complete
Author: Steve McConnell
Publisher: Pearson Education
ISBN: 0735636974
Category : Computers
Languages : en
Pages : 952
Book Description
Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
Publisher: Pearson Education
ISBN: 0735636974
Category : Computers
Languages : en
Pages : 952
Book Description
Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project