Home > Tags: coding (Total 280 Records)
Advanced JAVA: For Beginners, Learn Coding Fast! Java Programming Language Crash Course, Java Reference Quick Start Tutorial Book with Hands-On Projects, In Easy Steps! An Ultimate Beginner's Guide!
Java By:Ray Yao 2017-09-30 00:00:00
“Advanced JAVA†shows how to create Graphical User Interface (GUI) by Java programs Examples demonstrate how to layout each of the interface components which can be built a window application. This book includes some practical Hands-On Projects. You can study Advanced Java coding with Hands-On Java
Tags: java language programming learn guide reference coding project step tutorial course crash
Getting Started with the micro:bit: Coding and Making with the BBC's Open Development Board (Make)
Hardware By:Wolfram Donat 2017-09-03 00:00:00
The micro:bit, a tiny computer being distributed by the BBC to students all over the UK, is now available for anyone to purchase and play with. Its small size and low power requirements make it an ideal project platform for hobbyists and makers. You don't have to be limited by the web-based programm Hardware
Dynamic Programming for Coding Interviews: A Bottom-Up approach to problem solving
Algorithms By:Meenakshi 2017-01-16 00:00:00
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 te Algorithms
Tags: programming coding dynamic approach problem interviews
Digital Speech Transmission: Enhancement, Coding and Error Concealment
Telecommunications By:Peter Vary 2006-03-03 00:00:00
The enormous advances in digital signal processing (DSP) technology have contributed to the wide dissemination and success of speech communication devices – be it GSM and UMTS mobile telephones, digital hearing aids, or human-machine interfaces. Digital speech transmission techniques play an impor Telecommunications
Tags: coding digital speech transmission error enhancement concealment
JAVASCRIPT Programming(2 Edition), Learn Coding Fast! (With 100 Tests & Answers) Crash Course, Quick Start Guide, Tutorial Book with Hands-On Projects in Easy Steps! An Ultimate Beginner's Guide!
Programming By:Ray Yao 2017-08-28 00:00:00
"JavaScript Programming" covers all essential JavaScript knowledge. You can learn complete primary skills of JavaScript fast and easily. This book includes many practical Hands-On Projects. You can study JavaScript coding with Hands-On Projects. This book includes 100 Tests & Answers. Table of C Programming
Tags: javascript learn guide coding project step test tutorial answer course crash
C# Programming: Step-By-Step Guide To C# Programming For Beginners (Learn C# Coding)
.NET By:Robert Anderson 2017-09-05 00:00:00
C# PROGRAMMING This tutorial is designed for the beginners-intermediate programmer someone that has seen and used C# previously and has a rudimentary understanding of the basics. This tutorial will explore the advanced build-in and user created features of the language. Each chapter will contain .NET
Tags: c# programming learn guide coding
LEARN PYTHON: A beginner's guide book to programming python, learning the basics and start coding easily
Programming By:Ryan Smith 2013-00-00 00:00:00
Discover how to learn python and start coding easily. Youre about to discover how to how to learn python and start coding easily. Today's websites contain powerful and dynamic content that can quickly adapt to different conditions. Even as mere users, we have would have heard of one of the most fam Programming
Data-driven Graphic Design: Creative Coding for Visual Communication
Graphics By:Andrew Richardson 2016-03-24 00:00:00
Digital technology has not only revolutionized the way designers work, but also the kinds of designs they produce. The development of the computer as a design environment has encouraged a new breed of digital designer keen to explore the unique creative potential of the computer as an input/output Graphics
Tags: visual design coding communication creative graphic data-driven
Trellis and Turbo Coding: Iterative and Graph-Based Error Control Coding (IEEE Series on Digital & Mobile Communication)
Telecommunications By:Christian B. Schlegel 2015-10-12 00:00:00
This new edition has been extensively revised to reflect the progress in error control coding over the past few years. Over 60% of the material has been completely reworked, and 30% of the material is original. Convolutional, turbo, and low density parity-check (LDPC) coding and polar codes in a uni Telecommunications
Tags: coding communication series mobile digital control turbo error iterative ieee trellis
MySQL: Learn By Coding
SQL By:Scott Hughes 2017-08-20 00:00:00
MySQL: Learn By Coding is a book that walks you through learning the MySQL open source relational database management system (RDBMS). It starts with the very basics and takes you through everything you need to know about MySQL to start programming web applications using it as your database. This bo SQL