Latest Books :
Recent Books

CS615 - Software Project Management

 

CS615 - Software Project Management

 
The Virtual University of Pakistan provides better education in various campuses located all over the Pakistan and abroad countries. Like most e-stores, you can browse and search the product catalog, choose items to add to your shopping cart, amend your shopping cart, and order the items in the shopping cart. You can perform many of these actions without registering with or signing in into the application.

All VU Handouts can be downloaded from this website http://freebooksinventory.blogspot.com/. All handouts are in PDF format. Download and learn after reading.
 
 
{[['']]}

CS614 - Data Warehousing

 

CS614 - Data Warehousing

 
The Virtual University of Pakistan provides better education in various campuses located all over the Pakistan and abroad countries. Like most e-stores, you can browse and search the product catalog, choose items to add to your shopping cart, amend your shopping cart, and order the items in the shopping cart. You can perform many of these actions without registering with or signing in into the application.

All VU Handouts can be downloaded from this website http://freebooksinventory.blogspot.com/. All handouts are in PDF format. Download and learn after reading.
 
{[['']]}

CS610 - Computer Networks

 

CS610 - Computer Networks

 
The Virtual University of Pakistan provides better education in various campuses located all over the Pakistan and abroad countries. Like most e-stores, you can browse and search the product catalog, choose items to add to your shopping cart, amend your shopping cart, and order the items in the shopping cart. You can perform many of these actions without registering with or signing in into the application.

All VU Handouts can be downloaded from this website http://freebooksinventory.blogspot.com/. All handouts are in PDF format. Download and learn after reading.
 
{[['']]}

CS609 - System Programming

 

CS609 - System Programming

 
The Virtual University of Pakistan provides better education in various campuses located all over the Pakistan and abroad countries. Like most e-stores, you can browse and search the product catalog, choose items to add to your shopping cart, amend your shopping cart, and order the items in the shopping cart. You can perform many of these actions without registering with or signing in into the application.

All VU Handouts can be downloaded from this website http://freebooksinventory.blogspot.com/. All handouts are in PDF format. Download and learn after reading.
 
{[['']]}

Jasoosi Digest March 2013 pdf

 

Jasoosi Digest March 2013 PDF
 
 
Jasoosi Digest March 2013 is available on this site as a PDF digest which is published on the net in eBook form. this site freebooksinventory.blogspot.com provide link of digest free of cost. all digest published monthly. this Jasoosi digest march 2013 issue in this blog before the march month start. so download Jasoosi digest from below link. 
 
  
{[['']]}

Adventure Digest February 2013 PDF

 

Adventure Digest February 2013 PDF

 
Adventure Digest March 2013 is available on this site as a PDF digest which is published on the net in eBook form. this site freebooksinventory.blogspot.com provide link of digest free of cost. all digest published monthly. this Adventure digest march 2013 issue in this blog before the march month start. so download Adventure digest from below link. 
 
{[['']]}

Suspense Digest March 2013

 

 Suspense Digest March 2013

 
Suspense Digest March 2013 is available on this site as a PDF digest which is published on the net in eBook form. this site freebooksinventory.blogspot.com provide link of digest free of cost. all digest published monthly. this Suspense digest march 2013 issue in this blog before the march month start. so download Suspense digest from below link. 
 

{[['']]}

Aanchal Digest March 2013

 
  Aanchal Digest March 2013
Aanchal Digest March 2013 is available on this site as a PDF digest which is published on the net in eBook form. this site free-Urdu book.blogspot.com provide link of digest free of cost. all digest published monthly. this Aanchal digest march 2013 issue in this blog before the march month start. so download Aanchal digest from below link. 

or
{[['']]}

ASSEMBLY LANGUAGE STEP BY STEP

 

ASSEMBLY LANGUAGE STEP BY STEP


A Note to People Who Have Never Programmed Before:
 
More than anyone else, this book was written for you. Starting with assembly language
would not be most people's first choice in a computer language, but it's been done; it can
be done, and it can be done with less agony than you might think. Still, it's a novel aim
for a computer book, and I'd like you to do a little quality control for me and tell me how
I'm doing.

While you're going through this book, ask yourself once in a while: is it working? And if
not, why not?

If I lose you somewhere in the discussion, jot a note in the margin. Tell me where I lost
you. If possible, tell me why. (And saying, "I just don't get it" is perfectly acceptable, as
long as you tell me where in the book you were when you started not to get it.)
As with all my books, I hope to keep this one in print well into the 21st century, revising
it as need be to hone my technique and follow the technology. Telling me how the book
works or doesn't work will, in time, help me make a better book. 
{[['']]}

C++ Programming Language by Bjarne Stroustrup

 

C++ Programming Language by Bjarne Stroustrup


I find using C++ more enjoyable than ever. C++’s support for design and programming has improved dramatically over the years, and lots of new helpful techniques have been developed for its use. However, C++ is not just fun. Ordinary practical programmers have achieved significant improvements in productivity, maintainability, flexibility, and quality in projects of just about any kind and scale. 

By now, C++ has fulfilled most of the hopes I originally had for it, and also succeeded
at tasks I hadn’t even dreams of. This book introduces standard C++† and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. New language features such as namespaces, exceptions, templates, and run-time type identification allow many techniques to be applied more directly than was possible before, and the standard library allows the programmer to start from a much higher level than the bare language. 

 About a third of the information in the second edition of this book came from the first. This third edition is the result of a rewrite of even larger magnitude. It offers something to even the most experienced C++ programmer; at the same time, this book is easier for the novice to approach than its predecessors were. The explosion of C++ use and the massive amount of experience accumulated as a result makes this possible. The definition of an extensive standard library makes a difference to the way C++ concepts can be presented. 

As before, this book presents C++ independently of any particular implementation, and as before, the tutorial chapters present language constructs and concepts in a ‘‘bottom up’’ order so that a construct is used only after it has been defined. However, it is much easier to use a well designed library than it is to understand the details of its implementation. Therefore, the standard library can be used to provide realistic and interesting examples well before a reader can be assumed to understand its inner workings. The standard library itself is also a fertile source of programming examples and design techniques.

 
 

{[['']]}

Assembly language for processor

 

 Assembly language for processor

 
Assembler or other languages, that is the question. Why should I learn another language, if I already learned other programming languages? The best argument: while you live in France you are able to get through by speaking English, but you will never feel at home then, and life remains complicated. You can get through with this, but it is rather inappropriate. If things need a hurry, you should use the country's language.
Many people that are deeper into programming AVRs and use higher-level languages in their daily work recommend that beginners start with learning assembly language. The reason is that sometimes, namely in the following cases:
 
  • if bugs have to be analyzed,
  • if the program executes different than designed and expected,
  • if the higher-level language doesn't support the use of certain hardware features,
  •  if time-critical in line routines require assembly language portions,
it is necessary to understand assembly language, e. g. to understand what the higher-level language compiler produced. Without understanding assembly language you do not have a chance to proceed further in these cases.
 
 
{[['']]}

Business Communication in English

 

 Business Communication in English


Effective communication skills are essential in the new millennium. Today’s fast-moving, competitive business world requires employees with excellent verbal and written skills. In order to meet this need, business schools strive to produce students with both skills; communication courses stress techniques through term papers, writing assignments, and oral presentations; and managers require employees to participate in appropriate training exercises. 

The published literature on workplace communication skills echoes this concern as textbooks and works offering advice and sure cures for communication problems continue to proliferate. While the business and technical worlds bemoan the absence of competent writing and speaking skills, the rapid pace of the work environment leaves little time for learning and improving these skills.
 
In order to effectively facilitate communication skills for students and practitioners, clear guidelines, well-structured outlines, and pertinent examples are needed. This book serves as a guide to the locations of these essential materials and the research tools needed to acquire them. There are two components to this book. 

The first three chapters serve as a handbook for conducting research in business and technical communication. It answers basic questions on correct grammar and offers research tools (e.g., dictionaries), research resources (e.g., indexes, computer databases, and periodicals), and information sources (e.g., associations, research institutions).

 
{[['']]}

Assembly language programming

 

Assembly language programming


This experiment is the gateway to all that you do in this course, both inside and outside the
Laboratory. It lays the foundation for everything that is to come in the programmer’s view
of computer architecture, showing you some important principles and guiding you through
some of the details of programming for microcontroller-based systems.
 
Aims
This experiment aims to:
  • Introduce simple ARM assembly language instructions, 
  • Show the process of hand-compilation from C to assembly language,
  • Show the programmer’s view of the register and memory,
  • Show the basics of writing and debugging assembly language program for the ARM microprocessor, and 
  • Teach you “best practice” techniques for formatting your code (also known as programming style rules).

{[['']]}

CorelDraw 11 - Urdu Computer Tutorial Book


 
 CorelDraw 11 - Urdu Computer Tutorial Book


This manual is intended to be used by students who would like to learn how to use the CorelDRAW graphics program. It is assumed the student has Windows and mouse experience. This course describes how to get started, use the basic tools, and apply it to various drawings. Step-by-step exercises lead the students through each topic. An end-of-section exercise and a short-answer questionnaire summate each section. Students are strongly encouraged to try the additional Self-Check Assessment exercises after selected sections for extra practice. Comes with a downloadable exercise disk. 
 
 
{[['']]}

Visual Basic 6.0 Tutorial - Urdu PDF

 

 Visual Basic 6.0 Tutorial - Urdu PDF

VISUAL BASIC is a high level programming language which  evolved from the earlier DOS version called BASIC. BASIC means Beginners' All-purpose Symbolic Instruction Code. It is a very  easy programming language to learn. The code look a lot  like English Language. Different software companies produced different versions of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC ,IBM BASICA and so on. 

However, people prefer to use Microsoft Visual Basic today, as it is a well developed programming language and supporting resources are available everywhere. Now, there are many versions of VB exist in the market, the most popular one and still widely used by many VB programmers is none other than Visual Basic 6. We also have VB.net, VB2005, VB2008 and the latest VB2010. Both Vb2008 and VB2010 are fully object oriented programming (OOP) language. 

VISUAL BASIC is a VISUAL and  events driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In VB, programming is done in a graphical environment. In the old BASIC, you have to write program code for each graphical object you wish to display it on screen, including its position and its color. However, In VB , you just need to drag and drop any graphical object anywhere on the form, and you can change its color any time using the properties windows. 

On the other hand, because  the user may click on a certain object randomly, so each object has to be programmed independently to be able to response to those actions (events). Therefore, a VB Program is made up of many subprograms, each has its own program code, and each can be executed independently and at the same time each can be linked together in one way or another.

{[['']]}

Artificial Intelligence Structures and Strategies 5th Edition

 

Artificial Intelligence Structures and Strategies 5th Edition


The most general change for the fifth edition was the extension of the material related to
the stochastic approaches to AI. To accomplish we added a completely new Chapter 5 that introduces the stochastic methodology. From the basic foundations of set theory and
counting we develop the notions of probabilities, random variables, and independence. We present and nse Bayes' theorem first with one symptom and one disease and then in its full general form. 

We examine the hypotheses that underlie the use of Bayes and then present the argmax and naive Bayes approaches. We present examples of stochastic reasoning, including several from work in the analysis of language phenomena. We also introduce the idea of conditional independence that leads to our presentation of Bayesian belief networks (BBNs) and d-separation in Chapter 9.
 
 
{[['']]}

Marukh By Razia Butt

 

Marukh By Razia Butt

 
 
 Razia Butt, voice of the middle class women and a prolific writer, was laid to rest in DHA graveyard on Friday. She breathed her last on Thursday night at the age of 89. Born in Rawalpindi in 1924, Razia introduced herself in literary circles in her teens, when she developed her first story, appeared in a literary journal, into a novel, Naila. Razia - popular with many generations of readers - authored around 51 novels and 350 short stories. She also wrote many radio plays. Bano, Dastaan, Najia, Saeqa, Chahatein Kaisey and Naheed are considered her best literary works. Some of her novels were adapted for big screen like Naila and Saiqa.

“Her death is a great loss to Urdu literature. She was one of the greatest women writers of her times,” said renowned columnist Munno Bhai, while talking to Daily Times.

He said that Razia’s contribution to Urdu literature could not be denied and her work would be remembered forever. Razia’s novels and stories not only entertain the readers, but also carry subtle lessons and hidden messages for them.

“She depicted family life, its problems, conflicts among relations and romance. She represented women of the middle and lower middle class in her writings,” said famous poet and writer Amjad Islam Amjad.

He said that Razia’s novels and stories had great impact on readers in the 60s, 70s and 80s.

“It was due to Razia’s literary works that women digests were brought into the market and stories on social issues became popular,” he said. Her critics say that in Razia’s novels, people mostly find the story revolving around romance and love and she entertains readers by creating a beautiful situation through fictitious characters. That’s why she was more popular among women and youth. Her writing skills deserve all praise, as she involves the reader in the story in such a way that soon the reader becomes one of the characters. “Sharing the experience of the character, the reader faces reality at close range and faces trials and tests of life, the nature of which he has never experienced before. As such Chahatein Kaisey strengthens the character of the one who reads it and prepares him for the worst,” said one of his admirers.

“I met her and found her a loving, kind, generous and simple woman. She was very popular in her times, but she never boasted of it,” said Amjad Islam Amjad.
 

or
{[['']]}

Follow on Dailymotion

Like Free Books Inventory

Popular BOOKS

 
Support : Free Books Inventory
Copyright 2013. Free Books Inventory - All Rights Reserved
Template Created by : Ch. Kashif Nadeem - 03006986459