![]() |
C Primer Plus
ISBN: 9780321928429 / Angielski / Miękka / 1037 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to programmers and developers. This computer science classic teaches principles of programming, including structured code and top-down design. Author and educator Stephen Prata has created an introduction to C that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to...
C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to programmers and developers. This computer science...
|
cena:
283,20 |
![]() |
Algorithms in C, Parts 1-4 : Fundamentals, Data Structures, Sorting, Searching
ISBN: 9780201314526 / Angielski / Miękka / 720 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. "This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.."
- Steve Summit, author of C Programming FAQs Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) chunks that can be easily understood is a real plus. The figures, programs, and tables are a significant contribution to the learning experience of the reader; they make this book... "This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to b...
|
cena:
436,94 |
![]() |
GCC 5.2 GNU CPP Reference Manual
ISBN: 9789888381708 / Angielski / Miękka / 86 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation. It is called a macro processor because it allows you to define macros, which are brief abbreviations for longer constructs. The C preprocessor is intended to be used only with C, C++, and Objective-C source code. In the past, it has been abused as a general text processor. It will choke on input which does not obey C's lexical rules. For example, apostrophes will be interpreted as the beginning of character constants, and cause errors. Also,...
The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation...
|
cena:
80,88 |
![]() |
Practical C
ISBN: 9781484217689 / Angielski / Miękka / 469 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software.
Besides providing you with modules that you can immediately put to use,... Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at ...
|
cena:
322,77 |
![]() |
Learn to Program with C
ISBN: 9781484213728 / Angielski / Miękka / 312 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programming. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in the world today. We discuss only those features and statements in C that are necessary to achieve our goal. Once you learn the principles well, they can be applied to any language. If you are worried that you are not good at high-school mathematics, don't be. It is a myth that you must be... This book teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever a... |
cena:
221,90 |
![]() |
100 Most Important C Programs
ISBN: 9781522734086 / Angielski / Miękka / 182 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
40,43 |
![]() |
Linux C Programming: fun and powerful
ISBN: 9781522870555 / Angielski / Miękka / 298 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
141,57 |
![]() |
Programming in C
ISBN: 9781943851683 / Angielski / Miękka / 204 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
60,69 |
![]() |
Learning Cython Programming Second Edition
ISBN: 9781783551675 / Angielski / Miękka / 110 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
168,27 |
![]() |
Introduccion Al C, Problemas Resueltos
ISBN: 9781530866618 / Hiszpański / Miękka / 122 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
80,72 |
![]() |
Concurrency in Go: Tools and Techniques for Developers
ISBN: 9781491941195 / Angielski / Miękka / 238 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you're a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. Author Katherine Cox-Buday takes you step-by-step through the process. You'll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you... Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency trac... |
cena:
205,33 |
![]() |
Esercizi di programmazione in linguaggio C: 80 problemi e soluzioni commentate
ISBN: 9781530891184 / Włoski / Miękka / 222 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. I file di supporto e un estratto del testo sono disponibili su: http: //imagelab.ing.unimore.it/staff/granaQuesta raccolta di esercizi vuole essere uno strumento strutturato per gli studenti dei corsi introduttivi alla programmazione in linguaggio C nell'ambito delle lauree di primo livello, ed e particolarmente rivolto agli studenti dei Corsi di Laurea in Ingegneria Informatica e Informatica. Il testo contiene la consegna di 80 esercizi che richiedono allo studente di implementare in linguaggio C una o piu funzioni, che tipicamente non necessitano di conoscenze di algoritmi... I file di supporto e un estratto del testo sono disponibili su: http: //imagelab.ing.unimore.it/staff/granaQuesta raccolta di esercizi vuol... |
cena:
80,92 |
![]() |
C Programming Language: A Step by Step Beginner's Guide to Learn C Programming in 7 Days
ISBN: 9781534679702 / Angielski / Miękka / 106 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. C Programming For Beginners RIGHT NOW C Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs. In this book, you are going to learn what the C programming language entails, how to write conditions, expressions, statements and even commands, for the language to perform its functions efficiently. You will...
C Programming For Beginners RIGHT NOW C Programming Language introduces you to the most commonly used programming language, one that has been the basi...
|
cena:
32,29 |
![]() |
C: Easy C Programming for Beginners, Your Step-By-Step Guide To Learning C Programming
ISBN: 9781534639287 / Angielski / Miękka / 116 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn C Programming Today With This Simple Step-By-Step, Ultimate Beginners Guide 2017 Updated & Improved: June 2017Do you want to learn C Programming?Do you want a guide that is easy to follow, detailed and written to make the process as effortless as possible?If so, "C: Easy C Programming For Beginners- Your Step-By-Step Guide to Learning C Programming" by Felix Alvaro is the book for you It breaks down the fundamental elements that are essential to make you a confident C programmer.C Programming is THE most popular and widely...
Learn C Programming Today With This Simple Step-By-Step, Ultimate Beginners Guide 2017 Updated & Improved: June 2017Do you wan...
|
cena:
121,18 |
![]() |
Basic Computation and Programming with C
ISBN: 9781316601853 / Angielski / Miękka / 662 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Providing in-depth coverage, this book covers the fundamentals of computation and programming in C language. Essential concepts including operators and expressions, input and output statements, loop statements, arrays, pointers, functions, strings and preprocessors are described in a lucid manner. A unique approach - 'Learn by quiz' - features questions based on confidence-based learning methodology. It helps the reader to identify the right answer with adequate explanation and reasoning as to why the other options are incorrect. Computer programs and review questions are interspersed...
Providing in-depth coverage, this book covers the fundamentals of computation and programming in C language. Essential concepts including operators an...
|
cena:
278,94 |
![]() |
88 C Programs
ISBN: 9781469957395 / Angielski / Miękka / 282 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
42,85 |
![]() |
GCC 6.1 GNU CPP Reference Manual
ISBN: 9789888406395 / Angielski / Miękka / 86 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation. It is called a macro processor because it allows you to define macros, which are brief abbreviations for longer constructs.
The C preprocessor is intended to be used only with C, C++, and Objective-C source code. In the past, it has been abused as a general text processor. It will choke on input which does not obey C's lexical rules. For example, apostrophes will be interpreted as the beginning of character constants, and cause... The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation...
|
cena:
80,88 |
![]() |
Hacking Made Easy 1
ISBN: 9781537234366 / Angielski / Miękka / 76 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. NEW RELEASE
Coming Soon - Other Books In This Series Hacking Made Easy 2, Python Made Easy 1 Interested In Learning How To Hack But Don't Know How To Begin? Hacking Made Easy 1 would guide you through the process of hacking with some practical applications and prepare you for the 2nd book "Hacking Made Easy 2" Where you will learn extremely useful hacking techniques such as how to hack a Facebook Account, Wifi Password & even how to safeguard your very own WordPress site which a very important thing to know. What Can You Expect to Learn This book contains proven... NEW RELEASE
Coming Soon - Other Books In This Series Hacking Made Easy 2, Python Made Easy 1 Interested In Learning How To Hack But Don't ... |
cena:
78,90 |
![]() |
Data Structures and Algorithms Made Easy: Data Structures and Algorithmic Puzzles
ISBN: 9788193245279 / Angielski / Miękka / 418 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Peeling Data Structures and Algorithms: Table of Contents: goo.gl/JFMgiU "Data Structures And Algorithms Made Easy: Data Structures and Algorithmic Puzzles" is a book that offers solutions to complex data structures and algorithms. There are multiple solutions for each problem and the book is coded in C/C++, it comes handy as an interview and exam guide for computer scientists. A... Peeling Data Structures and Algorithms: Table of Contents: goo.gl/JFMgiU |
cena:
204,96 |
![]() |
GCC 6.1 Manual 1/2
ISBN: 9789888406418 / Angielski / Miękka / 408 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
121,35 |