Pages
Right Stuff at Right Place...
Showing posts with label IT. Show all posts
Showing posts with label IT. Show all posts
Jntuk Academic Calendar for 2-1 3-1 4-1 Semister for 2011-12
Proposed Academic Calendar for B.Tech & B.Pharm 2-1, 3-1 and 4-1 Semester’s For the Year 2011-2012
For the official notification check the below link
Click Here
Proposed Academic Calendar For -B.Tech/B.Pharm IIYear-ISem Regular During the Year 2011-12 is Given Below..

For the Official Notification Check the Below Link
Official Notification
Jntu Kakinada Credits Requirement
JNTU-KAKINADA : CREDITS REQUIRED FOR B.TECH (REGULAR) R07 STUDENTS TO GET PROMOTION FROM SECOND YEAR TO THIRD YEAR
A student shall be promoted from II to III year only if he fulfils the academic requirement of 42 credits from one regular and one supplementary examinations of I year, and one regular examinationsof II Year I Semester irrespective of whether the candidate takes the examination or not.
CREDITS REQUIRED FOR B.TECH (REGULAR) R07 STUDENTS TO GET PROMOTION FROM THIRD YEAR TO FOURTH YEAR
A student shall be promoted from third year to fourth year only if he fulfils the academicrequirements of total 70 credits from the following examinations, whether the candidate takes theexaminations or not.
a. Two regular and two supplementary examinations of I Year.
b. Two regular and one supplementary examinations of II year I semester.
c. One regular and one supplementary examinations of II year II semester.
d. One regular examination of III year I Semester.
Lateral Entry Scheme – Effective for the students getting admitted into II year from the Academic Year 2008-2009 and onwards
A student shall be promoted from third year to fourth only if he fulfils the academic requirements of 42 credits from the examinations.
a. Two regular and one supplementary examinations of II year I semester.
b. One regular and one supplementary examinations of II year II semester.
c. One regular examination of III year I semester.
B.Tech Material for All Branches
ENGINEERING STUDY MATERIAL (NOTES) OF 1ST YEAR ALL BRANCHES(ECE,EEE,CSE,IT…) OF JNTU KAKINADA
Don’t forget to :


AP DOWNLOAD
"C" MATERIAL DOWNLOAD
"C" Language Notes DOWNLOAD
BASIC INSTRUMENTS MATERIAL(BEE) DOWNLOAD
ENGINEERING ENGLISH GRAMMAR DOWNLOAD
ENGINEERING 1ST YEAR ENGLISH READER NOTES DOWNLOAD
ENGINEERING 1ST YEAR ENGLISH NON-DETAIL DOWNLOAD
"C" SYNTAXS,CODES,FORMULA,PROGRAMS DOWNLOAD
LASER ,ITS TYPES AND APPLICATIONS DOWNLOAD
APPLIED PHYSICS (3rd CHAPTER) DOWNLOAD
NETWORK ANALYSIS DOWNLOAD
A Tutorial on Pointers and Arrays
Don’t forget to :


CHAPTER 1: What is a pointer?CHAPTER 2: Pointer types and Arrays
CHAPTER 3: Pointers and Strings
CHAPTER 4: More on Strings
CHAPTER 5: Pointers and StructuresCHAPTER 6: Some more on Strings, and Arrays of Strings
CHAPTER 7: More on Multi-Dimensional Arrays
CHAPTER 8: Pointers to Arrays
CHAPTER 9: Pointers and Dynamic Allocation of Memory
CHAPTER 10: Pointers to Functions

Advanced DataStructures by Peter Brass
Don’t forget to :


This book is a graduate-level textbook on data structures. A data structure is
a method1 to realize a set of operations on some data. The classical example
is to keep track of a set of items, the items identified by key values, so that
we can insert and delete (key, item) pairs into the set and find the item with a
given key value. A structure supporting these operations is called a dictionary.
Dictionaries can be realized in many different ways, with different complexity
bounds and various additional operations supported, and indeed many kinds of
dictionaries have been proposed and analyzed in literature, and some will be
studied in this book.
In general, a data structure is a kind of higher-level instruction in a virtual
machine: when an algorithm needs to execute some operations many times, it
is reasonable to identify what exactly the needed operations are and how they
can be realized in the most efficient way. This is the basic question of data
structures: given a set of operations whose intended behavior is known, how
should we realize that behavior?
There is no lack of books carrying the words “data structures” in the title, but
they merely scratch the surface of the topic, providing only the trivial structures
stack and queue, and then some balanced search tree with a large amount of
handwaving.
Sorting And Searching Algorithms by Thomas Neimann
Don’t forget to :
Follow us on Twitter or
Facebook for updates.
Contents
Arrays
Linked Lists
Timing Estimates
Sorting
Insertion Sort
Shell Sort
Quicksort
Comparison
Dictionaries
Hash Tables
Binary Search Trees
Red-Black Trees
Skip Lists
Comparison
External Sorting
B-Trees
This is a collection of algorithms for sorting and searching. Descriptions are brief and intuitive,
with just enough theory thrown in to make you nervous. I assume you know a high-level
language, such as C, and that you are familiar with programming concepts including arrays and
pointers.
The first section introduces basic data structures and notation. The next section presents several
sorting algorithms. This is followed by a section on dictionaries, structures that allow efficient
insert, search, and delete operations. The last section describes algorithms that sort data and
implement dictionaries for very large files. Source code for each algorithm, in ANSI C, is included.
Most algorithms have also been coded in Visual Basic. If you are programming in Visual Basic, I
recommend you read Visual Basic Collections and Hash Tables, for an explanation of hashing
and node representation.
For Download:


Contents
Arrays
Linked Lists
Timing Estimates
Sorting
Insertion Sort
Shell Sort
Quicksort
Comparison
Dictionaries
Hash Tables
Binary Search Trees
Red-Black Trees
Skip Lists
Comparison
External Sorting
B-Trees
This is a collection of algorithms for sorting and searching. Descriptions are brief and intuitive,
with just enough theory thrown in to make you nervous. I assume you know a high-level
language, such as C, and that you are familiar with programming concepts including arrays and
pointers.
The first section introduces basic data structures and notation. The next section presents several
sorting algorithms. This is followed by a section on dictionaries, structures that allow efficient
insert, search, and delete operations. The last section describes algorithms that sort data and
implement dictionaries for very large files. Source code for each algorithm, in ANSI C, is included.
Most algorithms have also been coded in Visual Basic. If you are programming in Visual Basic, I
recommend you read Visual Basic Collections and Hash Tables, for an explanation of hashing
and node representation.
For Download:
From Novoice to Professional in C
Don’t forget to :


With Beginning C: From Novice to Professional, Fourth Edition, youll 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++ compilersand youll soon be writing real C programs. Youll learn C from the first principles, using step-by-step working examples that youll 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 youve learned in a practical context. Youll also be able to strike out on your own by trying the exercises included at the end of each chapter. Pick up a copy of this book by renowned author, Ivor Horton, because it
It is the only beginning-level book to cover the latest ANSI standard in C Is approachable and aimed squarely at people new to C Emphasizes writing code after the first chapter Includes substantial examples relevant to intermediate user
FOR DOWNLOAD:-
Download Dev-CPP
Don’t forget to :


Dev-C++ is awesome! Version 5 has a lot more features than version 4.Its a C++ complier developed by Bloodshed.......
Data Structures Through Yashwanth Kanithkar
Don’t forget to :
Follow us on Twitter or
Facebook for updates.


hi........
these are all the source codes for the data structure programs just click the below link and download
Learn C and Datastructures(Flash Tutorial)
Don’t forget to :


HI frnds....
Do you want to learn C vividly and lively;then here it is...This is flash version of explaining entire C And Datastructures in detail by animations and pictorial representations...Then wat for you are waiting,download immediately and havae a look at this and strengthen up your language skillsGet a free download of LEARNING C AND DATASTRUCTURES(FLASH TUTORIAL)

Object Oriented Programming Through C
Don’t forget to :


No programming technique solves all problems.
No programming language produces only correct results.
No programmer should start each project from scratch.
Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twenty years. C++ (Eiffel, Oberon-2, Smalltalk ... take your pick) is the New Language because it is object-oriented — although you need not use it that way if you do not want to (or know how to), and it turns out that you can do just as well with plain ANSI-C. Only object-orientation permits code reuse between projects although the idea of subroutines is as old as computers and good programmers always carried their toolkits and libraries with them.This book is not going to praise object-oriented programming or condemn the Old Way. We are simply going to use ANSI-C to discover how object-oriented programming
is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier. Along the way we encounter all the jargon — classes, inheritance, instances, linkage,methods, objects, polymorphisms, and more — but we take it out of the realm of magic and see how it translates into the things we have known and done all along.Get a free download of OBJECT ORIENTED PROGRAMMING THROUGH C
CSE R07 All Year Textbooks
Here you can find all the COMPUTER SCIENCE ENGINEERING textbooks for R07 Regulation u can get all the Textbook/Materials/Notes of all subjects from 4Years..
Don’t forget to :
Follow us on Twitter or
Facebook for updates.
First Year Textbooks ...:
English Wings of Fire Notes
Applied Physics (AP) all 8 units
Engineering Drawing Notes Previous Papers
EDC all 8 units
M1 MATERIAL all 8 units in 1st link,2nd link extra notes
M1 2nd Link..
MM MATERIAL all 8 units in 1st link,2nd link extra notes
MM 2nd Link
Second Year - First Semister...:
Digital Logic Design (DLD) ALL 8 UNITS
Advanced Data Structures (ADS) ALL 8 UNITS
UNIX all 8 units
UNIX Extra material
Probability and Statistics
MEFA ALL UNITS
Secon Year - Second Semister...:
Software Engineering [SE] ALL 8 UNITS
JAVA MATERIAL ALL 8 UNITS(Acc to Jntu Syllabus)
JAVA MATERIAL Extra
Environmental Studies [ES] NEW ALL 8 UNITS
Data Base Management System Material (DBMS) ALL 8 UNITS
Computer Organization MATERIAL (CO) ALL 8 UNITS
Computer Organization EXTRA MATERIAL (CO)
Principles Of Programming Language(PPL) 1 2 3 4 8 UNITS
PPL EXTRA MATERIAL
Third Year - First Semister...:
Software Testing Methodology(STM) ALL 8 UNITS
Computer Graphics (CG) All 8 UNITS
Computer Graphics (CG) EXTRA MATERIAL
Micro Processors And Interfacing(MPI) ALL 8 UNITS
Design and Analysis of algorithms (DAA)
Data Communication Systems (DCS)
Third Year - Second Semister..:
Operating Systems (OS) ALL 8 Units
Operating Systems Notes
Compiler Design (CD) ALL 8 Units
Information Security (IS) ALL 8 Units
Object Orientes Analysis And Design(OOAD)8 Units
Artificial Intelligence (AI) ALL 8 Units
Neural Networks (NN)
Computer Networks (CN)..1nd link OSI MODEL
Computer Networks 2n Link
Fourth Year- First Semister...:
Web Technologies (WT)
Data WareHousing And Data Mining (DWDM) Notes ALL 8 UNITS (DMDW)
Advanced Computer Architecture Notes ALL 8 UNITS (ACA)
Embedded Systems (ES) ALL 8 UNITS
Mobile Computing (MC) 50 Questions with Answers
Network Management Systems (NMS) UNITS 5 6 7 8
Fourth Year-Second Semister...:
Management Science (MS) ALL 8 UNITS PPTS
Management Science (MS) UNITS 1 2 3 4 5 DOCS
E COMMERCE ALL 8 UNITS
Human Computer Interface (HCI) ALL 8 UNITS
Don’t forget to :


First Year Textbooks ...:
English Wings of Fire Notes
Applied Physics (AP) all 8 units
Engineering Drawing Notes Previous Papers
EDC all 8 units
M1 MATERIAL all 8 units in 1st link,2nd link extra notes
M1 2nd Link..
MM MATERIAL all 8 units in 1st link,2nd link extra notes
MM 2nd Link
Second Year - First Semister...:
Digital Logic Design (DLD) ALL 8 UNITS
Advanced Data Structures (ADS) ALL 8 UNITS
UNIX all 8 units
UNIX Extra material
Probability and Statistics
MEFA ALL UNITS
Secon Year - Second Semister...:
Software Engineering [SE] ALL 8 UNITS
JAVA MATERIAL ALL 8 UNITS(Acc to Jntu Syllabus)
JAVA MATERIAL Extra
Environmental Studies [ES] NEW ALL 8 UNITS
Data Base Management System Material (DBMS) ALL 8 UNITS
Computer Organization MATERIAL (CO) ALL 8 UNITS
Computer Organization EXTRA MATERIAL (CO)
Principles Of Programming Language(PPL) 1 2 3 4 8 UNITS
PPL EXTRA MATERIAL
Third Year - First Semister...:
Software Testing Methodology(STM) ALL 8 UNITS
Computer Graphics (CG) All 8 UNITS
Computer Graphics (CG) EXTRA MATERIAL
Micro Processors And Interfacing(MPI) ALL 8 UNITS
Design and Analysis of algorithms (DAA)
Data Communication Systems (DCS)
Third Year - Second Semister..:
Operating Systems (OS) ALL 8 Units
Operating Systems Notes
Compiler Design (CD) ALL 8 Units
Information Security (IS) ALL 8 Units
Object Orientes Analysis And Design(OOAD)8 Units
Artificial Intelligence (AI) ALL 8 Units
Neural Networks (NN)
Computer Networks (CN)..1nd link OSI MODEL
Computer Networks 2n Link
Fourth Year- First Semister...:
Web Technologies (WT)
Data WareHousing And Data Mining (DWDM) Notes ALL 8 UNITS (DMDW)
Advanced Computer Architecture Notes ALL 8 UNITS (ACA)
Embedded Systems (ES) ALL 8 UNITS
Mobile Computing (MC) 50 Questions with Answers
Network Management Systems (NMS) UNITS 5 6 7 8
Fourth Year-Second Semister...:
Management Science (MS) ALL 8 UNITS PPTS
Management Science (MS) UNITS 1 2 3 4 5 DOCS
E COMMERCE ALL 8 UNITS
Human Computer Interface (HCI) ALL 8 UNITS
CSE ALL YEARS TEXTBOOKS
Don’t forget to : ![]() ![]() ![]() |
Textbooks For CSE/IT JNTU Kakinada |
First Year...:
2-1 Semester
Probability and Statistics
MEFA
Digital Logic Design
2-2 Semester
Software Engineering
Programming.Language.Design.Concepts Wiley
Environmental Studies
Computer Organisation DOWNLOAD
Object Oriented Programming
Operating Systems--1
3-1 Semester
Software Testing Methodologies--BARISBEIZER,DREAMTECH,2NDEDITION
Microprocessors and Interfacing
Data Communication Systems
Software Testing techniques – Baris Beizer, Dreamtech, second edition DOWNLOAD
Computer Graphics C version?, Donald Hearn and M.Pauline Baker, Pearson Education DOWNLOAD
Computer Graphics Principles & practice?, second edition in C, Foley, VanDam, Feiner and Hughes, Pearson Education. DOWNLOAD
Advanced microprocessor and Peripherals – A.K.Ray and K.M.Bhurchandi, TMH, 2000. DOWNLOAD
Micro Controllers – Deshmukh, Tata McGraw Hill Edition. DOWNLOAD
Data Communications and Networking, Behrouz A Forouzan, Fourth Edition.TMH. DOWNLOAD
3-2 Semester
web
E-Commerce Notes
Artificial Intelligence and Neural Networks
Data Mining And Data WareHousing
Network Programming
4-1 Semester
Network Programming
Embedded Systems
All The Above Posted ones are the Prescribed books by JNTU. We seggregated the books foryour easy navigation.. You can Find out more CSE/IT Reference Books at these links..