Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

Wednesday, April 8, 2009

Applied Cryptography, Second Edition

Description : Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For Internet developers who need to know about capabilities, such as digital signatures, that depend on cryptographic techniques, there's no better overview than Applied Cryptography, the definitive book on the subject. Bruce Schneier covers general classes of cryptographic protocols and then specific techniques, detailing the inner workings of real-world cryptographic algorithms including the Data Encryption Standard and RSA public-key cryptosystems. The book includes source-code listings and extensive advice on the practical aspects of cryptography implementation, such as the importance of generating truly random numbers and of keeping keys secure.
Publisher Wiley
Author(s) Bruce Schneier
ISBN 0471117099
Release Date 1995-10-18
read more "Applied Cryptography, Second Edition"

Wednesday, March 11, 2009

The C Programming Language

Description : Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs.
Publisher Prentice Hall
Author(s) Brian W. Kernighan, Dennis Ritchie, Dennis M. Ritchie
ISBN 0131103628
Release Date 22 March 1988
Page 274
DOWNLOAD
read more "The C Programming Language"

Sunday, March 8, 2009

Sams Teach Yourself C in 24 Hours (2nd Edition)

Description : Sams Teach Yourself C in 24 Hours, Second Edition, shows you how to program in C in an easy-to-understand format. C is a powerful and flexible language used for a wide range of projects. You begin with learning the basics to write a first program and then move on to arrays, pointers, disk input/output, and functions. This book will allow you to understanding data types, loops, and strings to make your programs work for you. You'll also work with arrays, structures, and unions to expand your programming skills, use pointers to access and retrieve data elements, develop programs that process mathematical equations, functions, and variables, and explore memory management techniques.
Publisher Sams
ISBN 067231861X
Release Date 28 February 2000
DOWNLOAD
read more "Sams Teach Yourself C in 24 Hours (2nd Edition)"

Monday, March 2, 2009

Teach Yourself C in 21 Days

Description : This tutorial on the fundamentals of C programming begins with lessons on basic C functionality and progresses to writing and debugging programs. A number of useful advanced C programming techniques are covered, with code samples and complete listings, as well as review questions.
Publisher Sams
Author(s) Bradley L. Jones, Peter G. Aitken, Peter Aitken
ISBN 0672304481
Release Date 01 January 1994
Page 720

DOWNLOAD
read more "Teach Yourself C in 21 Days"