Zoekfilters
› Saxion (6)
› Avans Hogeschool (5)
› Hogeschool Rotterdam (4)
» Toon alle opties (5)
Studieboeken (51)
Think Java / 2nd Edition
How to Think Like a Computer Scientist
2020 || Paperback || Allen B Downey e.a. || O'Reilly Media, Inc, USA
Think Java is a hands-on introduction to computer science and programming used by many universities and high schools around the world. Its conciseness, emphasis on vocabulary, and informal tone make it particularly appealing for readers with little or no experience. The book starts with the most basic programming concepts and gradually works its way to advanced object-oriented techniques.
In this fully updated and expanded edition, authors Allen Downey and Chris Mayfield introduce programming...
Effective Modern C++
42 Specific Ways to Improve Your Use of C++11 and C++14
2014 || Paperback || Scott Meyers || O'Reilly
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce. The challenge is learning to use those features effectively - so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in.
It describes how to write truly great software using C++11 and C++14 - i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, a...
C How to Program / 9th Global Edition
With case studies introducing Applications Programming and Systems Programming
2022 || Paperback || Paul Deitel e.a. || Pearson
This print textbook is available for you to rent for your classes. The Pearson print rental program provides you with affordable access to learning materials, so you go to class ready to succeed. C How to Program is a user-friendly, code-intensive introduction to C programming with case studies introducing applications and system programming.
Like other texts of the Deitels' How to Program series, the book's modular presentation serves as a detailed beginner source of information for college ...
Data Structures & Algorithms in Java / 6th edition
2014 || Paperback || MT Goodrich || John Wiley and Sons Ltd
The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia'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 impl...
Effective C
An Introduction to Professional C Programming
2023 || Paperback || Robert Seacord || No Starch Press,US
Written by renowned author Robert Seacord, Effective C is an in-depth look at the C programming language. Seacord introduces the language's basic data types and code structures while simultaneously addressing best practices, common errors, and open debates in the C community. Readers will also learn how to debug, test, and analyze C programs and benefit from detailed yet concise explanations of C language constructs and behaviors
Introduction to Computation and Programming Using Python / 3rd edition
With Application to Computational Modeling
2021 || Paperback || John V. Guttag || MIT Press
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including numpy, matplotlib, random, pandas, and sklearn. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data as well as substantial material on machine learning.
The bo...
Python Data Science Handbook / 2nd edition
Essential Tools for Working with Data
2022 || Paperback || Jake Vanderplas || O'Reilly
Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all-IPython, NumPy, pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find the second edition of this c...
Jumping Into C++
2013 || Paperback || Alex Allain || Cprogramming.com
Want to learn to code? Want to learn C++? Struggling to follow your lecturer or books and tutorials written for experts? You're not alone. As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:
Getting the tools you need to program and how to use them
Ba...
Fundamentals of Software Architecture
A Comprehensive Guide to Patterns, Characteristics, and Best Practices
2020 || Paperback || Mark Richards e.a. || O'Reilly
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real guide exists to help developers become architects. Until now. This book provides the first comprehensive overview of software architecture's many aspects.
Aspiring and existing architects alike will examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics. Mark Richards and Neal...
Head First Java / 3rd Edition
A Brain-Friendly Guide
2020 || Paperback || Kathy Sierra e.a. || O'Reilly
What will you learn from this book? Ready to learn Java? This book combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java.
You'll learn everything from the fundamentals to advanced topics. The new third edition brings the book up-to-date f...