 |
Introduction
Artificial Intelligence (AI) is a broad field, and means different things to different people. It is concerned with getting computers to do tasks that require human intelligence. However, having said that, there are many tasks which we might reasonably think require intelligence -...
By pradeep
Last Message By mani999
|
6 25,515 |
 |
A set of processes is deadlocked if each process in the set is waiting for an event that can be caused by another process in the set. The events that we are mainly concerned with are resource acquisition and release. The resources may be physical resources (CPU, I/O devices, memory) or logical...
By techgeek.in
Last Message By DevPro
|
3 2,717 |
 |
In a single processor multiprogramming system the processor switches between the various jobs until to finish the execution of all jobs. These jobs will share the processor time to get the simultaneous execution. Here the overhead is involved in switching back and forth between processes.
...
By techgeek.in
Last Message By shabbir
|
2 7,238 |
 |
Introduction
Now-a-days mobiles are the signal of our presence! If we switched off our cell phone then we will be de-touched from the world! Now if such a important thing is affected by a virus or stopped working then? My purpose of writing this article is to let you know about some back...
By pankaj.sea
Last Message By rock333
|
9 5,291 |
 |
Introduction
Just imagine, At the end of a busy day, you are sitting on the sofa and you need a hot cup of tea… You just thought for a cup of tea, and it step to you! Don’t think me a mad or I’m not joking! This impossible thing can be possible by the help of BMI or Brain Machine Interfacing...
By pankaj.sea
Last Message By rasd123
|
8 2,935 |
 |
One of the most common procedures that occurs in computer programs is the copying of data. An object is a composite data type in object-oriented programming languages. Object copy thus describes the action wherein an object has its attributes copied to another object of the same data type. An...
By pradeep
Last Message By shipra123
|
2 7,808 |
 |
What is Blu-ray?
Blu-ray, also known as Blu-ray Disc (BD) is the name of a next-generation optical disc format. The format was developed to enable recording, rewriting and playback of high-definition video (HD), as well as storing large amounts of data. The format offers more than five times...
By pradeep
Last Message By technica
|
4 3,981 |
 |
We found it necessary to devote a chapter to Trojans. Trojan's are probably the most compromising of all types of attacks. Trojans are being released by the hundreds every week, each more cleverly designed that the other. We all know the story of the Trojan horse probably the greatest strategic...
By pradeep
Last Message By jervyn
|
10 9,260 |
 |
Introduction
Pocket Pc is a handheld sized computer.It runs on Microsoft windows mobile operating systems.It may have capability to run on alternative operating system like NetBSD,Linux,Android (or) others.It has many of the capability of modern desktop PC
Pocket PC is an evolution from...
By sureshvaikuntam
Last Message By shabbir
|
2 3,365 |
 |
Hi All ! we all use browsers, different kinds of browsers, to surf the internet. But do we know what makes a browser work ? How do a browser come to know that when to show which color or when to show which kind of style of text ? We can say we give instructions by using HTML or DHTML or...
By Bhullarz
Last Message By hanleyhansen
|
17 6,462 |
 |
It tries to solve the demand supply matrix with Vogel Approximation method.
The code
The code I have tried to keep is pretty self explanatory to the person who knows what VAM is all about.
#include <stdio.h>
#include <conio.h>
#define TRUE 1
By Nadr
Last Message By shabbir
|
1 20,380 |
 |
Net - The Net is a common term for the Internet.
Netiquette - The ethical and cultural rules of using the Internet, such as not posting advertisements to Usenet discussion groups (unless they allow them), not posting the same message to several newsgroups, avoidance of 'shouting' in e-mails...
By pradeep
Last Message By radhikasr
|
1 3,849 |
 |
SSL (Secure Sockets Layer) certificates are perhaps the most common way to protect information being transmitted between a visitor Web browser and your Web site. SSL provides encryption services to information flowing between systems and can protect Web traffic, e-mail, instant messages and a host...
By pradeep
Last Message By Izaan
|
1 22,694 |
 |
Behind the scenes, the commands sent to mail servers are simple text commands. These commands can be to sent to an email server manually via telnet. This is a quick way to test an email server to determine if it is an open relay.
First, determine the MX for the domain in question, run this...
By pradeep
Last Message By pradeep
|
2 15,679 |
 |
What is an IP address?
Think of an IP address like you do a mailing address. It's basically the exact same thing. Consider this, when you send out a letter, what do you do? You put that letter in an envelope, write the address, put a stamp on it, stick in the mailbox and put that red flag up on...
By Janu
Last Message By shabbir
|
2 16,708 |
 |
The Component Object Model (COM) is a softwarearchitecture that allows applications to be built frombinary software components. COM is the underlyingarchitecture that forms the foundation forhigher-level software services, like those provided byOLE. OLE services span various aspects of...
By pradeep
Last Message By clocking
|
1 5,085 |
 |
A binary-safe function is a function or operation that can be performed on a binary file without modifying the contents of the file. This ensures that the file is not corrupted or mutilated by the function or operation.
Binary data is encoded as a string of ones and zeros (bits), but is not...
By pradeep
Last Message By adithespeedy
|
1 5,679 |
 |
Introduction
Multithreading is a concept where a program is broken into two or more parts called threads and all these threads run in parallel. Multithreading can make programs more responsive and effective and it increases its performance too. For example, today web pages need to display...
By Sanskruti
|
0 4,597 |
 |
Packet sniffing is listening (with software) to the raw network device for packets that interest you. When your software sees a packet that fits certain criteria, it logs it to a file. The most common criteria for an interesting packet is one that contains words like "login" or "password."
...
By pradeep
|
0 11,515 |
 |
TLS (Transport Layer Security), defined in RFC 2246, is a protocol for establishing a secure connection between a client and a server. TLS (Transport Layer Security) is capable of authenticating both the client and the server and creating a encrypted connection between the two.
The TLS...
By pradeep
|
0 4,142 |