Checking C Programs with Lint: C Programming Utility
ISBN: 9780937175309 / Angielski / Book Termin realizacji zamówienia: ok. 5-8 dni roboczych. The lint program checker has proven time and again to be one of the best tools for finding portability problems and certain types of coding errors in C programs. This book introduces you to lint, guides you through running it on your programs, and helps you to interpretlint's output.lint verifies a program or program segments against standard libraries, checks the code for common portability errors, and tests the programming against some tried and true guidelines. linting your code is a necessary (though not sufficient) step in writing clean, portable,... The lint program checker has proven time and again to be one of the best tools for finding portability problems and certain types of coding ... |
|
cena:
57,67 zł |
Practical C Programming 3e: Why Does 2+2 = 5986?
ISBN: 9781565923065 / Angielski / Miękka / 456 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r) famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before -- comes before ?: ). The... There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r) ... |
|
cena:
186,22 zł |
Computer Music in C
ISBN: 9781574411164 / Angielski / Miękka / 369 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you are a C programmer interested in music or a composer hoping to expand your musical horizons, Computer Music in C provides you with a practical library of algorithms and related C programming functions that will ease your transition into computer-assisted composition. Phil Winsor and Gene DeLisa demonstrate the enormous creative and time-saving potential of computer composition with a collection of plug-in-and-play routines for setting melody, harmony, rhythm, and other musical parameters.
Complete source code and function-call examples are included to help you meet almost all of... If you are a C programmer interested in music or a composer hoping to expand your musical horizons, Computer Music in C provides you with a practical ...
|
|
cena:
154,93 zł |
Beginning C: From Novice to Professional
ISBN: 9781590597354 / Angielski / Twarda / 614 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. We lelcome to Beginning C: From Novice to Professional, Fourth Edition. With this book you can become a competent C programmer. In many ways, C is an ideal language with which to learn programming. C is a very compact language, so there isn't a lot of syntax to learn before you can write real applications. In spite of its conciseness and ease, it's also an extremely powerful language that's still widely used by professionals. The power of C is such that it is used for programming at all levels, from device drivers and operating system components to large-scale applications. C compilers are...
We lelcome to Beginning C: From Novice to Professional, Fourth Edition. With this book you can become a competent C programmer. In many ways, C is an ...
|
|
cena:
312,69 zł |
Openmp: Eine Einführung in Die Parallele Programmierung Mit C/C++
ISBN: 9783540731221 / Niemiecki / Miękka / 172 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. OpenMP ist ein weit verbreiteter de-facto-Standard fur High-Level Shared-Memory-Programmierung, der fur viele Plattformen, u.a. Linux und Microsoft Windows, zur Verfugung steht. Das Programmiermodell von OpenMP ermoglicht einen einfachen, skalierbaren und flexiblen Ansatz zur Entwicklung paralleler Applikationen unter FORTRAN, C und C++. Seit seiner Einfuhrung 1997 wird Open MP von der Mehrheit der High-performance Compiler- und Hardwarehersteller unterstutzt. In diesem Buch wird Open MP ausfuhrlich vorgestellt und gezeigt, wie eine Implementierung paralleler C/C++ Algorithmen... OpenMP ist ein weit verbreiteter de-facto-Standard fur High-Level Shared-Memory-Programmierung, der fur viele Plattformen, u.a. Linux und Microsoft... |
|
cena:
102,26 zł |
Value-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities
ISBN: 9781848000162 / Angielski / Twarda / 302 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Abu?erover?owoccurswheninputiswrittenintoamemorybu?erthatisnot large enough to hold the input. Bu?er over?ows may allow a malicious person to gain control over a computer system in that a crafted input can trick the defectiveprogramintoexecutingcodethatisencodedintheinputitself.They are recognised as one of the most widespread forms of security vulnerability, and many workarounds, including new processor features, have been proposed to contain the threat. This book describes a static analysis that aims to prove the absence of bu?er over?ows in C programs. The analysis is conservative in the...
Abu?erover?owoccurswheninputiswrittenintoamemorybu?erthatisnot large enough to hold the input. Bu?er over?ows may allow a malicious person to gain con...
|
|
cena:
586,33 zł |
C Programming: A Modern Approach
ISBN: 9780393979503 / Angielski / Miękka / 864 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Professor King's spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 colleges, the first edition was one of the leading C textbooks of the last ten years. The second edition maintains all the book's popular features and brings it up to date with coverage of the C99 standard. The new edition also adds a significant number of exercises and longer programming projects, and includes extensive revisions and updates.
Professor King's spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 ...
|
|
cena:
318,45 zł |
Programming 8-bit PIC Microcontrollers in C : with Interactive Hardware Simulation
ISBN: 9780750689601 / Angielski / Miękka / 278 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Microcontrollers are present in many new and existing electronic products, and the PIC microcontroller is a leading processor in the embedded applications market. Students and development engineers need to be able to design new products using microcontrollers, and this book explains from first principles how to use the universal development language C to create new PIC based systems, as well as the associated hardware interfacing principles. The book includes many source code listings, circuit schematics and hardware block diagrams. It describes the internal hardware of 8-bit PIC... Microcontrollers are present in many new and existing electronic products, and the PIC microcontroller is a leading processor in the embedded appli... |
|
cena:
182,54 zł |
Let Us C
ISBN: 9781934015254 / Angielski / Miękka / 593 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Considered To Be One Of The Best-Selling Programming Books Ever Written, The Eighth Edition Has Now Been Edited, Revised, And Updated. Simplicity And An Easy Narration Style Are The Hallmarks Of The Book, Which Have Made Its Previous Seven Editions Immensely Successful. Today'S C Programmer (Still The Language Of Choice In Science, Engineering, Game Programming And For Handheld Devices) Has To Master The Complexities Of The Language And Contend With Its Usage In Environments Like Windows, Linux, And For The Internet. Let Us C, Eighth Edition Covers These Three Aspects Of C Programming And...
Considered To Be One Of The Best-Selling Programming Books Ever Written, The Eighth Edition Has Now Been Edited, Revised, And Updated. Simplicity And ...
|
|
cena:
438,09 zł |
Learn C on the Mac
ISBN: 9781430218098 / Angielski / Miękka / 376 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Considered a classic by an entire generation of Mac programmers, this popular guide has been updated for Mac OS X. Don't know anything about programming? No problem Acclaimed author Dave Mark starts out with the basics and takes you through a complete course in programming C using Apple's free Xcode tools. This book is perfect for beginners learning to program. It includes Mac OS X examples
Considered a classic by an entire generation of Mac programmers, this popular guide has been updated for Mac OS X. Don't know anything about progra... |
|
cena:
132,87 zł |
Learn Objective-C on the Mac
ISBN: 9781430218159 / Angielski / Miękka / 360 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Take your coding skills to the next level with this extensive guide to Objective-C, the native programming language for developing sophisticated software applications for Mac OS X. Objective-C is a powerful, object-oriented extension of C, making this book the perfect follow-up to Dave Mark's bestselling Learn C on the Mac, Mac OS X Edition. Whether you're an experienced C programmer or you're coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of Objective-C... Take your coding skills to the next level with this extensive guide to Objective-C, the native programming language for developing sophisticated so... |
|
cena:
175,88 zł |
Beginner's Guide To Embedded C Programming: Using The Pic Microcontroller And The Hitech Picc-Lite C Compiler
ISBN: 9781438231594 / Angielski / Miękka / 202 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The C language has been covered in many books but none as dedicated to the embedded microcontroller beginner as the Beginner's Guide to Embedded C Programming. Through his down to earth style of writing Chuck Hellebuyck delivers a step by step introduction to learning how to program microcontrollers with the C language. In addition he uses a powerful C compiler that the reader can download for free in a series of hands on projects with sample code so you can learn right along with him. For the hardware he found the best low cost but effective development starter kit that includes a PIC16F690...
The C language has been covered in many books but none as dedicated to the embedded microcontroller beginner as the Beginner's Guide to Embedded C Pro...
|
|
cena:
182,34 zł |
Beginner's Guide to Embedded C Programming - Volume 2: Timers, Interrupts, Communication, Displays and More
ISBN: 9781448628148 / Angielski / Miękka / 208 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you liked his first C book "Beginner's Guide to Embedded C Programming" then you will love this one. In this "Volume 2" Chuck takes the reader to the next level by introducing how to drive displays, how to use interrupts, how to use serial communication, how to use the internal hardware peripherals of the PIC16F690 Microcontroller such as SPI, PWM and Timers. He even introduces how to drive a stepper motor for those looking for electromechanical design help. He tackles these topics with his typical down to earth style of writing that makes the reader comfortable as they learn what some...
If you liked his first C book "Beginner's Guide to Embedded C Programming" then you will love this one. In this "Volume 2" Chuck takes the reader to t...
|
|
cena:
182,34 zł |
C Simplified
ISBN: 9781438214610 / Angielski / Miękka / 460 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. A complete yet easy to follow programming book for the C beginner as well as a great reference book for the more experienced programmer. Unlike many other programming language books, C Simplified was developed specifically for use in the classroom and has been critiqued by thousands of students over a dozen years before finally being made available to the general public. It encompasses all the major features of C including the History of C; the Standard Library; Identifiers; Arithmetic, Compound, Relational, Logical, and Bitwise Operators; Data Types; Pointers; Flow Control statements; Arrays...
A complete yet easy to follow programming book for the C beginner as well as a great reference book for the more experienced programmer. Unlike many o...
|
|
cena:
182,34 zł |
Value-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities
ISBN: 9781849967020 / Angielski / Miękka / 302 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Abu?erover?owoccurswheninputiswrittenintoamemorybu?erthatisnot large enough to hold the input. Bu?er over?ows may allow a malicious person to gain control over a computer system in that a crafted input can trick the defectiveprogramintoexecutingcodethatisencodedintheinputitself.They are recognised as one of the most widespread forms of security vulnerability, and many workarounds, including new processor features, have been proposed to contain the threat. This book describes a static analysis that aims to prove the absence of bu?er over?ows in C programs. The analysis is conservative in the...
Abu?erover?owoccurswheninputiswrittenintoamemorybu?erthatisnot large enough to hold the input. Bu?er over?ows may allow a malicious person to gain con...
|
|
cena:
586,33 zł |
Beginner's Guide to Embedded C Programming - Volume 3: Creating the SimpleC Library of Functions
ISBN: 9781461061250 / Angielski / Miękka / 196 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. In "Beginner's Guide to Embedded C Programming - Volume 3" Chuck Hellebuyck takes another leap forward by showing you the steps to create the SimpleC library of functions that make programming in C even easier. This approach shows the reader how they can create their own functions and expand the SimpleC library to make creating microcontroller projects much quicker than writing in raw C code. This book will clearly be the reference for future programmers who want to build electronic gadgets without all the pain staking steps of writing every C statement while producing a working project in...
In "Beginner's Guide to Embedded C Programming - Volume 3" Chuck Hellebuyck takes another leap forward by showing you the steps to create the SimpleC ...
|
|
cena:
182,34 zł |
Data Structures And Algorithms Made Easy: Data Structure And Algorithmic Puzzles
ISBN: 9781456549886 / Angielski / Miękka / 450 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
|
cena:
182,53 zł |
Beginning C: From Novice to Professional
ISBN: 9781430243625 / Angielski / Miękka / 640 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. 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:
186,35 zł |
Let Us C Solutions
ISBN: 9788183331777 / Angielski / Miękka / 474 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. 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:
191,65 zł |
Data Structures and Algorithms Made Easy: Data Structure and Algorithmic Puzzles, Second Edition
ISBN: 9781468108866 / Angielski / Miękka / 450 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. 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:
182,53 zł |