• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

 » książki  » Computers - Languages - C

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946600]
• Literatura piękna
 [1856966]

  więcej...
• Turystyka
 [72221]
• Informatyka
 [151456]
• Komiksy
 [35826]
• Encyklopedie
 [23190]
• Dziecięca
 [619653]
• Hobby
 [140543]
• AudioBooki
 [1577]
• Literatura faktu
 [228355]
• Muzyka CD
 [410]
• Słowniki
 [2874]
• Inne
 [445822]
• Kalendarze
 [1744]
• Podręczniki
 [167141]
• Poradniki
 [482898]
• Religia
 [510455]
• Czasopisma
 [526]
• Sport
 [61590]
• Sztuka
 [243598]
• CD, DVD, Video
 [3423]
• Technologie
 [219201]
• Zdrowie
 [101638]
• Książkowe Klimaty
 [124]
• Zabawki
 [2473]
• Puzzle, gry
 [3898]
• Literatura w języku ukraińskim
 [254]
• Art. papiernicze i szkolne
 [8170]
Kategorie szczegółowe BISAC

Kategoria BISAC: Computers >> Languages - C

ilość książek w kategorii: 366

Wyświetl książki:
Dostępne języki:
Cena:
od:
do:
ilość na stronie:


 Beginning C: From Novice to Professional Horton, Ivor 9781430243625 APRESS ACADEMIC
Beginning C: From Novice to Professional

ISBN: 9781430243625 / Angielski / Miękka / 640 str.

ISBN: 9781430243625/Angielski/Miękka/640 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Ivor Horton
Now available in paperback--

With Beginning C: From Novice to Professional, Fourth Edition, you'll come to understand the fundamentals of the C language and learn how to program. All you need is this book and any one of the widely available free or commercial C or C++ compilers, and you'll soon be writing real C programs. You'll learn C from the first principles, using step-by-step working examples that you'll create and execute yourself.

This book will increase your programming expertise by guiding you through the development of fully working C applications that use what...

Now available in paperback--

With Beginning C: From Novice to Professional, Fourth Edition, you'll come to understand the fundamentals of...

cena: 192,36 zł

 Let Us C Solutions Yashavant P. Kanetkar 9788183331777 BPB Publications
Let Us C Solutions

ISBN: 9788183331777 / Angielski / Miękka / 474 str.

ISBN: 9788183331777/Angielski/Miękka/474 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Yashavant P. Kanetkar
Nobody ever learnt C Programming by just reading C text books. C programming is all "do it yourself" stuff. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program. That's where you would find this book useful. It contains solutions to all the exercises present in "Let Us C, Seventh Edition". If you learn the language elements from "Let Us C" write programs for the problems given in the exercise and then cross check your answers with the solutions given in...
Nobody ever learnt C Programming by just reading C text books. C programming is all "do it yourself" stuff. Once you decide to write any program you w...
cena: 169,43 zł

 Data Structures and Algorithms Made Easy: Data Structure and Algorithmic Puzzles, Second Edition Narasimha Karumanchi 9781468108866 Createspace Independent Publishing Platform
Data Structures and Algorithms Made Easy: Data Structure and Algorithmic Puzzles, Second Edition

ISBN: 9781468108866 / Angielski / Miękka / 450 str.

ISBN: 9781468108866/Angielski/Miękka/450 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Narasimha Karumanchi
Peeling Data Structures and Algorithms for (C/C++ version): * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people
Peeling Data Structures and Algorithms for (C/C++ version): * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparat...
cena: 161,36 zł

 Data Structures In C Kalicharan, Noel 9781438253275 Createspace
Data Structures In C

ISBN: 9781438253275 / Angielski / Miękka / 334 str.

ISBN: 9781438253275/Angielski/Miękka/334 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Noel Kalicharan

Revised April 2015

Update of link to source code

The short code link in the book no longer works. The code can be accessed here:

https: //onedrive.live.com/redir?resid=8ACA1678C859BCF7 278&authkey= AAMYL7b58wzbeBM&ithint=folder%2cin

Data structures is concerned with the storage, representation and manipulation of data in a computer. We discuss some of the more versatile and popular data structures and explain how to implement and use them to solve a variety of useful problems. The book restricts itself to what can be covered in a one-semester course, without...

Revised April 2015

Update of link to source code

The short code link in the book no longer works. The code can be accessed here:

...
cena: 141,03 zł

 C Programming - An Advanced Course Noel Kalicharan 9781438275574 Createspace
C Programming - An Advanced Course

ISBN: 9781438275574 / Angielski / Miękka / 226 str.

ISBN: 9781438275574/Angielski/Miękka/226 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Noel Kalicharan
This book takes up where C Programming - A Beginner's Course leaves off. It assumes you have a working knowledge of basic programming concepts such as variables, constants, assignment, selection (if..else) and looping (while, for). It also assumes you are comfortable with writing functions and working with arrays. If you are not, it is recommended that you study C Programming - A Beginner's Course before tackling the material in this book. As in the first book, the emphasis is not on teaching the C language, per se, but rather, on using C to teach concepts that any budding programmer should...
This book takes up where C Programming - A Beginner's Course leaves off. It assumes you have a working knowledge of basic programming concepts such as...
cena: 100,67 zł

 An Easy Guide to Programming in C, Second Edition Martin J. Gentile 9781475063356 Createspace Independent Publishing Platform
An Easy Guide to Programming in C, Second Edition

ISBN: 9781475063356 / Angielski / Miękka / 58 str.

ISBN: 9781475063356/Angielski/Miękka/58 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Martin J. Gentile
This book assumes no prior knowledge of programming and introduces the reader to the computer language of C. By the end of this book, the reader should be acquainted with everything a programmer needs to know in order to produce simple programs in C. Reference is made to C's more complex aspects, but these are beyond the scope of this book. This book was written originally for a group of pupils, aged 11-15 years old for an after-school programming club but it is also relevant to undergraduate university students, or other adults who are completely new to the language of C.
This book assumes no prior knowledge of programming and introduces the reader to the computer language of C. By the end of this book, the reader shoul...
cena: 24,17 zł

 C Programming Language and Software Design MR Praveen Shandilya 9781530946310 Createspace Independent Publishing Platform
C Programming Language and Software Design

ISBN: 9781530946310 / Angielski / Miękka / 144 str.

ISBN: 9781530946310/Angielski/Miękka/144 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
MR Praveen Shandilya
cena: 32,28 zł

 C Programming: The Essentials for Engineers and Scientists David R. Brooks 9781461271611 Springer
C Programming: The Essentials for Engineers and Scientists

ISBN: 9781461271611 / Angielski / Miękka / 479 str.

ISBN: 9781461271611/Angielski/Miękka/479 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
David R. Brooks
This text teaches the essentials of C programming, concentrating on what readers need to know in order to produce stand-alone programs and so solve typical scientific and engineering problems. It is a learning-by-doing book, with many examples and exercises, and lays a foundation of scientific programming concepts and techniques that will prove valuable for those who might eventually move on to another language. Written for undergraduates who are familiar with computers and typical applications but are new to programming.
This text teaches the essentials of C programming, concentrating on what readers need to know in order to produce stand-alone programs and so solve ty...
cena: 262,25 zł

 C Pocket Reference Peter Prinz & Ulla Kirch-Prinz 9780596004361 O'Reilly Media
C Pocket Reference

ISBN: 9780596004361 / Angielski / Miękka / 144 str.

ISBN: 9780596004361/Angielski/Miękka/144 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Peter Prinz & Ulla Kirch-Prinz

C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and...

C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the...

cena: 96,03 zł

 C Programming Absolute Beginner's Guide Perry, Greg 9780789751980 Pearson Education (US)
C Programming Absolute Beginner's Guide

ISBN: 9780789751980 / Angielski / Miękka / 352 str.

ISBN: 9780789751980/Angielski/Miękka/352 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Greg Perry
Updated for C11


Write powerful C programs without becoming a technical expert This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has neverbeen this simple


Who knew how simple C programming could be?


This is today s best beginner s guide to writing C programs and to learning skills...
Updated for C11


Write powerful C programs without becoming a technical expert This book is the fastest way to get c...
cena: 115,25 zł

 Learn C on the Mac: For OS X and IOS Mark, David 9781430245339 0
Learn C on the Mac: For OS X and IOS

ISBN: 9781430245339 / Angielski / Miękka / 508 str.

ISBN: 9781430245339/Angielski/Miękka/508 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
David Mark
Considered a classic by an entire generation of Mac programmers, Dave Mark's Learn C on the Mac has been updated for you to include Mac OS X Mountain Lion and the latest iOS considerations.

Learn C on the Mac: For OS X and iOS, Second Edition is perfect for beginners learning to program. It includes contemporary OS X and iOS examples This book also does the following:

- Provides best practices for programming newbies

- Presents all the basics with a pragmatic, Mac OS X and iOS -flavored approach

- Includes updated source code which is fully compatible...

Considered a classic by an entire generation of Mac programmers, Dave Mark's Learn C on the Mac has been updated for you to include Mac OS X Mountain ...
cena: 192,11 zł

 Beginning C for Arduino: Learn C Programming for the Arduino Purdum, Jack 9781430247760 0
Beginning C for Arduino: Learn C Programming for the Arduino

ISBN: 9781430247760 / Angielski / Miękka / 280 str.

ISBN: 9781430247760/Angielski/Miękka/280 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Jack Purdum
Beginning C for Arduino is written for those who have no prior experience with microcontrollers or programming but would like to experiment and learn both. This book introduces you to the C programming language, reinforcing each programming structure with a simple demonstration of how you can use C to control the Arduino family of microcontrollers. Author Jack Purdum uses an engaging style to teach good programming techniques using examples that have been honed during his 25 years of university teaching.

Beginning C for Arduino will teach you:

  • The C...
Beginning C for Arduino is written for those who have no prior experience with microcontrollers or programming but would like to experiment a...
cena: 262,25 zł

 Cryptography in C and C++ Michael Welschenback 9781430250982 0
Cryptography in C and C++

ISBN: 9781430250982 / Angielski / Miękka / 504 str.

ISBN: 9781430250982/Angielski/Miękka/504 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Michael Welschenback
This book covers everything you need to know to write professional-level cryptographic code. This expanded, improved second edition includes about 100 pages of additional material as well as numerous improvements to the original text. The chapter about random number generation has been completely rewritten, and the latest cryptographic techniques are covered in detail. Furthermore, this book covers the recent improvements in primality testing.
This book covers everything you need to know to write professional-level cryptographic code. This expanded, improved second edition includes about 100...
cena: 302,60 zł

 ZeroMQ: Messaging for Many Applications Hintjens, Pieter 9781449334062 O'Reilly Media
ZeroMQ: Messaging for Many Applications

ISBN: 9781449334062 / Angielski / Miękka / 516 str.

ISBN: 9781449334062/Angielski/Miękka/516 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Pieter Hintjens

Dive into OMQ (aka ZeroMQ), the smart socket library that gives you fast, easy, message-based concurrency for your applications. With this quick-paced guide, you'll learn hands-on how to use this scalable, lightweight, and highly flexible networking tool for exchanging messages among clusters, the cloud, and other multi-system environments.

OMQ maintainer Pieter Hintjens takes you on a tour of real-world applications, using extended examples in C to help you work with OMQ's API, sockets, and patterns. Learn how to use specific OMQ programming techniques, build multithreaded...

Dive into OMQ (aka ZeroMQ), the smart socket library that gives you fast, easy, message-based concurrency for your applications. With this quick-pa...

cena: 194,66 zł

 Understanding and Using C Pointers Richard Reese 9781449344184 O'Reilly Media
Understanding and Using C Pointers

ISBN: 9781449344184 / Angielski / Miękka / 226 str.

ISBN: 9781449344184/Angielski/Miękka/226 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Richard Reese

Improve your programming through a solid understanding of C pointers and memory management. With this practical book, you ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout the book.

Difficult to master, pointers provide C with much flexibility and power yet few resources are dedicated to this data type. This comprehensive book has the information you need,...

Improve your programming through a solid understanding of C pointers and memory management. With this practical book, you ll learn how pointers pro...

cena: 161,36 zł

 Head First C David Griffiths 9781449399917 O'Reilly Media
Head First C

ISBN: 9781449399917 / Angielski / Miękka / 632 str.

ISBN: 9781449399917/Angielski/Miękka/632 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
David Griffiths

Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming--topics typically covered on a college-level course.

This book also features labs: in-depth projects...

Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming....

cena: 230,54 zł

 Mastering Algorithms with C Kyle Loudon 9781565924536 0
Mastering Algorithms with C

ISBN: 9781565924536 / Angielski / Miękka / 562 str.

ISBN: 9781565924536/Angielski/Miękka/562 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Kyle Loudon

There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques.

Implementations, as well as interesting, real-world examples of each data structure and algorithm, are...

There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C off...

cena: 230,54 zł

 C Programming for Arduino: Building your own electronic devices is fascinating fun and this book helps you enter the world of autonomous but conn Bayle, Julien 9781849517584 0
C Programming for Arduino: Building your own electronic devices is fascinating fun and this book helps you enter the world of autonomous but conn

ISBN: 9781849517584 / Angielski / Miękka / 512 str.

ISBN: 9781849517584/Angielski/Miękka/512 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
Julien Bayle
Physical computing allows us to build interactive physical systems by using software & hardware in order to sense and respond to the real world. C Programming for Arduino will show you how to harness powerful capabilities like sensing, feedbacks, programming and even wiring and developing your own autonomous systems. C Programming for Arduino contains everything you need to directly start wiring and coding your own electronic project. You ll learn C and how to code several types of firmware for your Arduino, and then move on to design small typical systems to understand how handling buttons,...
Physical computing allows us to build interactive physical systems by using software & hardware in order to sense and respond to the real world. C Pro...
cena: 236,69 zł

 Design Patterns for Embedded Systems in C: An Embedded Software Engineering Toolkit Bruce Powel, Ph.D. (Chief Evangelist, IBM Internet of Things, Fairfax, VA, USA) Douglass 9781856177078 Elsevier Science & Technology
Design Patterns for Embedded Systems in C: An Embedded Software Engineering Toolkit

ISBN: 9781856177078 / Angielski / Miękka / 450 str.

ISBN: 9781856177078/Angielski/Miękka/450 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
IBM Internet of Things Ph.D. (Chief Evangelist Bruce Powel
A recent survey stated that 52% of embedded projects are late by 4-5 months. This book can help get those projects in on-time with design patterns. The author carefully takes into account the special concerns found in designing and developing embedded applications specifically concurrency, communication, speed, and memory usage. Patterns are given in UML (Unified Modeling Language) with examples including ANSI C for direct and practical application to C code.

A basic C knowledge is a prerequisite for the book while UML notation and terminology is included. General C programming books do...

A recent survey stated that 52% of embedded projects are late by 4-5 months. This book can help get those projects in on-time with design patterns. Th...
cena: 243,34 zł

 Test Driven Development in C: Building Hihg Quality Embedded Software James W. Grenning 9781934356623 The Pragmatic Programmers
Test Driven Development in C: Building Hihg Quality Embedded Software

ISBN: 9781934356623 / Angielski / Miękka / 356 str.

ISBN: 9781934356623/Angielski/Miękka/356 str.

Termin realizacji zamówienia: ok. 5-8 dni roboczych.
James W. Grenning

Another day without Test-Driven Development means more time wasted chasing bugs and watching your code deteriorate. You thought TDD was for someone else, but it's not It's for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the hows and whys of TDD for C programmers.

TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable...

Another day without Test-Driven Development means more time wasted chasing bugs and watching your code deteriorate. You thought TDD was for someone...

cena: 159,83 zł

Pierwsza Podprzednia  1  2  3  Następna Ostatnia

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia