Introduction to programming in java, Sedgewick, Robert Wayne, Kevin
Старое издание
Автор: Sedgewick, Robert Wayne, Kevin Название: Introduction to programming in java ISBN: 0321498054 ISBN-13(EAN): 9780321498052 Издательство: Pearson Education Цена: 14712.00 р. Наличие на складе: Невозможна поставка. Описание: By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and applied mathematics, `Introduction to Programming in Java` takes an interdisciplinary approach to teaching programming with the Java programming language.
Название: Introduction to Programming in Java ISBN: 0321526562 ISBN-13(EAN): 9780321526564 Издательство: Pearson Education Цена: 17554.00 р. Наличие на складе: Невозможна поставка.
Автор: Nederpelt Название: Type Theory and Formal Proof ISBN: 110703650X ISBN-13(EAN): 9781107036505 Издательство: Cambridge Academ Рейтинг: Цена: 10611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Type theory is a fast-evolving field at the crossroads of logic, computer science and mathematics. This book provides a gentle step-by-step introduction in the art of formalizing mathematics on the basis of type theory. It is suitable for a broad audience, ranging from undergraduate students to researchers.
Автор: Davie Название: Introduction to Functional Programming Systems Using Haskell ISBN: 0521277248 ISBN-13(EAN): 9780521277242 Издательство: Cambridge Academ Рейтинг: Цена: 7445.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: An introduction to functional programming and its associated systems. A unique feature is its use of the language Haskell for teaching both the rudiments and the finer points of the functional technique. It serves as an introduction both to functional programming and Haskell. Especially valuable are the chapters on programming and implementation, along with a large number of exercises.
Автор: Chassell Robert J. Название: An Introduction to Programming in Emacs LISP: Edition 3.10 ISBN: 1680921754 ISBN-13(EAN): 9781680921755 Издательство: Неизвестно Рейтинг: Цена: 3226.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Austin Название: Engineering Programming - C, Matlab and Java ISBN: 0471001163 ISBN-13(EAN): 9780471001164 Издательство: Wiley Рейтинг: Цена: 28821.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Although Fortran is still the most commonly-taught programming language for engineers, increasing numbers of students are taking C, Matlab and Java. This text deals with C from an engineering, rather than just a computer science, perspective.
Описание: How can the new generation of computer scientists growing up with multicore chips learn to program applications that exploit this latent processing power? This unique book is an attempt to introduce concurrent programming to first-year computer science students. This book assumes no programming background but offers a broad coverage of Java.
Автор: Samoylov Nick Название: Introduction to Programming ISBN: 1788839129 ISBN-13(EAN): 9781788839129 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Have you ever thought about learning how to make your computer do what you want it to do? Do you want to learn to program but just don`t know where to start? Have all other learning resources got you confused with over explanations, rather than walking you in the right direction? Don`t worry, you have to look no further. Written by not just an ...
Автор: Alankus Gazihan, Brito Rogйrio, Obare Obadiah Название: Java Fundamentals ISBN: 1789801737 ISBN-13(EAN): 9781789801736 Издательство: Неизвестно Рейтинг: Цена: 6068.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: As a practical hands-on guide, Java Fundamentals progressively imparts you with the skills you need to efficiently write programs in Java. After a quick introduction to the principles of Java, you`ll move on to learn all about data types, data structures, and control. You`ll also understand object-oriented programming in depth, with emphasis ...
Автор: Streib Название: Guide to Java ISBN: 3031228413 ISBN-13(EAN): 9783031228414 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Поставка под заказ.
Описание: This textbook presents a focused and accessible primer on the fundamentals of Java programming, with extensive use of illustrative examples and hands-on exercises. Addressing the need to acquire a good working model of objects in order to avoid possible misconceptions, the text introduces the core concepts of object-oriented programming at any stage, supported by the use of contour diagrams. Each chapter has one or more complete programs to illustrate the various ideas presented, and to help readers learn how to write programs on their own. Chapter summaries and practical exercises also are included to help the reader to review their progress and practice their skills. This substantially updated second edition has been expanded with additional exercises, and includes new material on bit manipulation and parallel processing. Topics and features: * Introduces computing concepts in Chapter 0 for new programmers * Adds new chapters on bit-manipulation and parallel processing * Contains exercises at the end of each chapter with selected answers * Supports both text-based and GUI-based Input/Output * Objects can be introduced first, last, or intermixed with other material * Uses contour diagrams to illustrate objects and recursion * Discusses OOP concepts such as overloading, class methods, and inheritance * Introduces string variables and illustrates arrays and array processing * Discusses files, elementary exception processing, and the basics of Javadoc This concise and easy-to-follow textbook/guide is ideal for students in an introductory programming course. It is also suitable as a self-study guide for both practitioners and academics.
Автор: Brusca Название: Introduction to Java Through Game Development ISBN: 1484289501 ISBN-13(EAN): 9781484289501 Издательство: Springer Рейтинг: Цена: 6288.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Interested in learning how to program with Java? Let’s face it, the best way to learn to program is by writing programs. This can be a daunting proposition with the specter of hours of simple command line example programs hanging over your head. Fear not! Now you can learn to program in Java in a fun way by working on video games. With this book, you’ll get to work with three Java game projects and have access to the complete game code for each project, including a full Java game engine. After completing Introduction to Java through Game Development, you’ll be proficient in Java programming, having worked with the language’s fundamental aspects throughout the text, and will be ready to further your Java and game programming expertise with confidence. What You'll * Master the fundamentals of the Java programming language * Use different data structures like arrays, lists, stacks, and queues * Understand game programming basics including the main game loop * Gain experience working with three different game projects via the book’s coding challenges * Work with the 2D game engine that powers the book's included games and learn to create your own new game projects * Understand advanced Java topics like classes, encapsulation, inheritance, and polymorphism * Work with exceptions and how to use debugging techniques to trace through code * Sharpen your skills with over a dozen coding challenges that test your abilities with a development task on a real game project Who This Book Is For This book requires little to no programming experience to understand and benefit from the text.
Автор: Quigley Morgan, Gerkey Brian, Smart William D. Название: Programming Robots with Ros ISBN: 1449323898 ISBN-13(EAN): 9781449323899 Издательство: Wiley Рейтинг: Цена: 6334.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: By combining real-world examples with valuable knowledge from the Robot Operating System (ROS) community, this practical book provides a set of motivating recipes for solving specific robotics use cases.
Автор: Yue Zhang Название: An Introduction to Python and Computer Programming ISBN: 9812876081 ISBN-13(EAN): 9789812876089 Издательство: Springer Рейтинг: Цена: 19591.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book introduces Python programming language and fundamental concepts in algorithms and computing.
Автор: Zelle John M. Название: Python Programming: An Introduction to Computer Science ISBN: 1590282752 ISBN-13(EAN): 9781590282755 Издательство: Неизвестно Цена: 6207.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Designed to be used as a primary textbook in a college-level first course in computing. It takes a fairly traditional approach, emphasizing problem solving, design, and programming as the core skills of computer science.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru