Programming category: 12034 books

Cover of Learn Java: A Crash Course Guide to Learn Java in 1 Week
by Timothy C. Needham
Language: English
Release Date: March 18, 2019

This book is the ultimate beginners' crash course to Java programming, as it will help you learn enough about the language in as little as 1 week!  For one, Java is arguably the most acclaimed skill and is in demand nearly everywhere. IBM, Infosys, Twitter, Netflix, Google, Spotify, Uber,...
Cover of How to Program with Java eBook
by Trevor J Page
Language: English
Release Date: October 12, 2012

This eBook is designed to teach anyone how to program with Java.  The tutorials contained within were carefully constructed with the beginner programmer in mind.  The lessons are presented step by step, and explained in plain English. It starts with the basics such as: ...
Cover of Programming Problems in Ruby
by Bradley Green
Language: English
Release Date: August 19, 2013

This book is intended as a primer for the programming interview. Self-contained, and with problems completely worked out in Ruby, this book covers the fundamentals of computer programming. Sections range from elementary data structures, to searching, selection, and sorting. Each chapter works through...
Cover of Dynamic Programming for Coding Interviews

Dynamic Programming for Coding Interviews

A Bottom-Up approach to problem solving

by Meenakshi & Kamal Rawat
Language: English
Release Date: February 20, 2017

I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function,int fib(int n){ return (1==n 2==n) ? 1 : fib(n-1) + fib(n-2);}and waited for the result. I wait… and wait… and wait…With an 8GB RAM and an Intel i5 CPU, why is it taking so long? I terminated the process...
Cover of C++ Programming Language

C++ Programming Language

by Knowledge flow

by Knowledge flow
Language: English
Release Date: February 10, 2016

★★★★★LEARNING STARTS WITH VIEWING THE WORLD DIFFERENTLY. ★★★★★ Knowledge flow — A mobile learning platform provides Apps and Books. Knowledge flow provides learning book of C++ Programming Language. This book of C++ programming covers all the basic key concepts...
Cover of C++ Programming

C++ Programming

Visual QuickStart Guide

by Larry Ullman, Andreas Signer
Language: English
Release Date: December 15, 2005

What do Adobe, Microsoft, Amazon.com, and Google have in common? They all use C++ to develop products and provide services! As one of the world’s most popular programming languages, C++ opens up a world of possibilities—if you’re willing to learn it! This guide makes that task easy by tackling...
Cover of Coding4Fun

Coding4Fun

10 .NET Programming Projects for Wiimote, YouTube, World of Warcraft, and More

by Dan Fernandez, Brian Peek
Language: English
Release Date: November 26, 2008

How would you like to build an Xbox game, use your Nintendo Wiimote to create an electronic whiteboard, or build your own peer-to-peer application? Coding4Fun helps you tackle some cool software and hardware projects using a range of languages and free Microsoft software. Now you can code for fun...
Cover of Practical Programming

Practical Programming

An Introduction to Computer Science Using Python 3.6

by Paul Gries, Jennifer Campbell, Jason Montojo
Language: English
Release Date: December 6, 2017

Classroom-tested by tens of thousands of students, this new edition of the bestselling intro to programming book is for anyone who wants to understand computer science. Learn about design, algorithms, testing, and debugging. Discover the fundamentals of programming with Python 3.6--a language that's...
Cover of Learning Swift Programming
by Jacob Schatz
Language: English
Release Date: December 9, 2014

Get started fast with Swift programming for iOS and OS X   Learning Swift Programming is a fast-paced, hands-on introduction to writing production-quality iOS and OS X apps with Apple’s new programming language. Written for developers with previous experience in any other modern language,...
Cover of The Way to Go

The Way to Go

A Thorough Introduction to the Go Programming Language

by Ivo Balbaert
Language: English
Release Date: March 9, 2012

This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google. The language is devised with Java / C#-like syntax so as to feel familiar to the bulk of programmers today, but Go code is...
Cover of Programming PHP

Programming PHP

Creating Dynamic Web Pages

by Kevin Tatroe, Peter MacIntyre, Rasmus Lerdorf
Language: English
Release Date: February 7, 2013

This updated edition teaches everything you need to know to create effective web applications with the latest features in PHP 5.x. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and...
Cover of Programming Entity Framework
by Julia Lerman
Language: English
Release Date: January 29, 2009

If you use Entity Framework in Visual Studio 2008 and .NET 3.5, this is the book you want. Programming Entity Framework, 1st Edition offers experienced developers a thorough introduction to Microsoft's core framework for modeling and interacting with data in .NET applications. This hands-on tour provides...
Cover of Learning Core Audio

Learning Core Audio

A Hands-On Guide to Audio Programming for Mac and iOS

by Chris Adamson, Kevin Avila
Language: English
Release Date: April 3, 2012

Audio can affect the human brain in the most powerful and profound ways. Using Apple’s Core Audio, you can leverage all that power in your own Mac and iOS software, implementing features ranging from audio capture to real-time effects, MP3 playback to virtual instruments, web radio to VoIP support....
Cover of Learning C# Programming with Unity 3D
by Alex Okita
Language: English
Release Date: August 1, 2014

Designed to give you enough familiarity in a programming language to be immediately productive, Learning C# Programming with Unity 3D provides the basics of programming and brings you quickly up to speed. Organized into easy-to-follow lessons, the book covers how C# is used to make a game in Unity3D. After reading this book, you will be armed with
First 55 56 57 58 59 60 6162 63 64 65 66 67 Last
We use our own "cookies" and third party cookies to improve services and to see statistical information. By using this website, you agree to our Privacy Policy