Showing posts with label PDF. Show all posts
Showing posts with label PDF. Show all posts

29 Jul 2013

The Books For Learning Java...

The Books for Learning Java......

Java Logo

Java Introduction:- 
Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to byte code (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is, as of 2013, one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users. Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

(1)Java Programming Language Handbook By David H. Friedel and Anthony Potts:-

The basics Note is very helpful for the students which are new in this field. This book is sequentially managed from start to end. The normal student can easily understand the writings of this book.

Click here to Download this Book

(2) Core Java:- 

The Core Java Subject is the main aim of this book. This PDF Contains Fundamentals, Boot Strapping, Basic Language Syntax, Common caveat, Coding Conviction. This Book is very useful while Exam is on the head and you are a simple collage boy who never reads.

Click here To Download This Book 

(3) Introduction To Java :-

This Slideshow Contains all the major topics of JAVA. This Slideshow is very helpful when you are one day ago from exam. This is written very smoothly and understandable topics make it easy to learn. Anyone can learn basics of Java from this slideshow.

Click here for Download This Book

29 Apr 2013

Five PDF Books For C Programming That You Might Don't Know About.......

C Programming
The C Programming Language
by Brian W. Kernighan & Dennis M. Ritchie
                This book is meant to help the reader learn how to program in C. It contains a tutorial introduction to get new users started as soon as possible, separate chapters on each major feature, and a reference manual. Most of the treatment is based on reading,writing and revising examples, rather than on mere statements of rules. For the most part, the examples are complete, real programs rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, we have also tried where possible to illustrate useful algorithms and principles of good style and sound design.


Fundamentals of C Programming
by Dilum Bandara
                This book is written by Dilum Bandara. This book is affiliated to the Faculty of Computer science and engineering in the university of Moratuwa, Sri Lanka. As Per my reading this book is suitable for all trainees who are learning A B C of language C.



C Language Tutorial
by Gordon Dodrill, Coronado Enterprise.
                This version of the tutorial is customised to suit HiTech C. The original MS-DOS version by Gordon Dodrill was ported to the Applix 1616 (with great effort) by Tim Ward, and typed up by Karen Ward. The programs have been converted to HiTech C by Tim Ward and Mark Harvey, while Kathy Morton assisted greatly in getting Visual Calculator working. All have been tested on the Applix 1616/OS multitasking operating system. The Applix distribution disks contain the complete original text of this tutorial, plus all the converted C source code. The second disk contains executable, relocatable versions of all the programs, ready to run on an Applix 1616. There is also a directory of the original IBM source code, for those using IBM computers, who may wish to try them with a different compiler.
                    This printed version has been edited, indexed and pretty printed by Eric Lindsay, who added the Applix specific material. This printed version of the tutorial includes copies of all the code, for easier reference. It also includes a comprehensive table of contents, and index.



Essential C
by Nick Parlante
                                 This Stanford CS Education document tries to summarize all the basic features of the C language. The coverage is pretty quick, so it is most appropriate as review or for someone with some programming background in another language. Topics include variables, int types, floating point types, promotion, truncation, operators, control structures (if, while, for), functions, value parameters, reference parameters, structs, pointers, arrays, the preprocessor, and the standard C library functions.

 
OUCS  Programming in C

by Original Author: Stephen Gough
Revised by: Brevan Miles


                                          This userguide was written to complement the Oxford University Computing Service course Programming in C, but also to serve as a reference to the essential aspects of C. It aims to introduce the C language to those already familiar with programming in another language (as covered on Introduction to programming in Pascal or Introduction to programming in Visual Basic courses). It will show how fundamental programming structures are implemented using the syntax of C. This guide and the OUCS course will teach ANSI C (see [5]), but where it differs significantly from Kernighan and Ritchie (K&R) C, the K&R method may have been included. It is useful to see the K&R variants, as it is possible that you will encounter K&R code.



Comments

© 2013-2016 ITTechnocrates. All rights resevered. Developed by Bhavya Mehta