Showing posts with label Project. Show all posts
Showing posts with label Project. Show all posts

Sunday, February 6, 2011

Latest Design and Research Tutorials 2010 2011

Here you can download Some collection of Design and Research Tutorials. These Consists lot of Files and all are specify only Design and Research Tutorials. These Design and Research Tutorials are very important and don't miss these files.these is a Sample Design and Research Tutorials and old Design and Research Tutorials and Previous year Design and Research Tutorials and Frequently asked Questions (FAQ) about Design and Research Tutorials.if you download these file you will be getting more knowlege about Design and Research Tutorials. you can download these if you download these file you will be getting more knowlege about Design and Research Tutorials from below link.

Download Latest Design and Research Tutorials 2010 2011.

Friday, February 4, 2011

Computer,Internet,Cellphone Profile

When computer was invented it was meant for only tedious and large mathematical problems and to solve the accounts problem in an industry. But nowadays it has become one of the household items. When internet was invented it was meant only for transferring scientific data. But today it has become one of the medium for communication. It seems to be an amusement park in a fifteen inch screen with fun in chatting and games.Similarly cell phone once a rich men gift has now become a common device in every human’s hand. Once it was used only to send important and urgent messages but today it is used for everything and any where.It is the same story with Adroit limb. By this paper, Adroit limb has become one of the ground breaking inventions. It is a huge twist in the history of inventions. It could solve all problems by one surgery.

Example of Nervous system

 Human system is complicated production of the almighty. It has been a tedious process for the research lovers to exactly discover the hidden truth of the human body. Before unveiling the screen for cybernetic working let us peep into the working of a human nervous system. The nervous system is body’s control centre. In man the nervous system serves three main functions: Through conduction of impulses and co-ordination of different activities, the nervous system represents the body’s most rapid means of maintaining the constancy of internal environment (homeostasis).Of the three types (central, peripheral and autonomous) the central nervous system is our concern. Messages from the brain, as impulses pass to the spine through medulla oblongata.  

Cybernetics Machines Profile

Cybernetics is nothing but linking of human thoughts with that of cybernetic machine. Thus we are controlling the machine just through thoughts. Cybernetics is thus the commingling of the most difficult work of thinking to the most effective tool to execute it, the machine. In a nutshell it may be stated that just by thinking we could make a machine work.Brain is source of all thoughts. This principle organ produces impulses that are of constant amplitude and that are a pulse modulated wave. These impulse passes through the nerves. The nerve acts like a transmission line and does not alter the impulse. But the synapses, a fiber like structure present at nerve end converts it to other form like integrated, amplified signal etc.,.Our aim is to use these synapses for tapping the signal en route. The synapses are a fine hair like structure. A sensor placed at this juncture can receive the signal from the synapses. From the synapses these sensors take control of the entire process. these sensors command the externally placed computer to act according to the signal received. Then the computer may take control over any system. For instance, if I would like to switch on a light from the next room, without any switches or gadgets in between then being a cybernetic human I may think to switch on the light. The thought signals will activate the sensor in turn controlling the computer to do the desired job.

Do we actually rely upon machines to get our job done

Machines actually do the specified job in a routine manner. It’s we the human who instruct the machine to do so. What will happen if we can make the machine actually think like us? Then it is possible for us to get a better result than we expect. This paper evolves an idea to it.This idea is implemented under the principle of cybernetics that is to link human thoughts and machine power directly. When a cybernised human thinks of doing a job the cybernetic machine accomplishes it. Hence it inevitably helps man in great deal by reducing the workload approximately to zero.This script deals with how ordinary human being gets evolutionised to cybernetic human being to perform the most rapid process of human thinking and machine power to revolutionize this scientific world.This paper is mainly dedicated to the physically handicapped people who desperately love to live like a normal person and for people who are disabled just physically. Also to companies which strive hard to satisfy the demands of the growing population. And of course to people who last for a comfortable life.

cybernetics of cybernetics Abstract

This paper brings out a strange attempt to reduce the workload of human with the advancements in technology.“Adroit Limbs”- from the principle of “Cybernetics” which is the conversion of electrical signals to machine understandable digital signals.Thoughts from the brain in the form of analog impulses pass through the nerve. On the way to the specified part of the human body these signals are trapped by the interfacing gadget. This impulse signal is then amplified and is used to activate the machine connected with the cybernetic human being.This is performed with the help of computers, interfacing gadget and of course nerve impulses. Thus this deals with an organism which is part animal and part machine.Our attempt has its application in the fields of industrial automation and greater usage in medical science.a tribute to the society,cancer society,cancer society cancercybernetics of cybernetics,cybernetics,robotics

Brain Project Design Document

A project is the top level of organization of resources in the workbench. A project contains files and folders that are grouped into buildable units. In the workbench, all folders and files must be contained in projects. Projects are used for building, version management, sharing, testing, and deployment. You can create several different types of projects in WebSphere Studio, for example Web and Java projects. Different types of projects have different structures, different associated builders, and different automatic validation routines. When you create a project, you indicate a file system location. When you look at this location outside the workbench, you can view the project and its contents.project management,,project,project manager,management project,ms project,science projects,,project managers.

Thursday, February 3, 2011

Latest Java Program for Client Configuration 2011


Latest Java Program for Client Configuration 2011

import java.net.*;

public class Client {
public static void main(String [] args) throws Exception {
Socket s = new Socket("127.0.0.1",100);
System.out.println("Client connected");
}
}

Latest Java Program for Object Converter 2011


Latest Java Program for Object Converter 2011


import java.io.*;
import java.util.*;
public class ObjectConverter {

private static char [] LETTER  = {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'};
// private FileInputStream;
private BufferedReader br;
private List<String> dataList = new ArrayList<String>();

public Object[][] data() throws Exception {
String content = null;
for(int i=0;i<26;i++){
br = new BufferedReader(new InputStreamReader(new FileInputStream(LETTER[i]+".index")));
while((content = br.readLine())!=null){
dataList.add(content);
}
}
return null;
}

public static void main(String [] args){

}
}

Latest Java Server Programming 2011


Latest Java Server Programming 2011

import java.net.*;

import static java.lang.System.*;
public class Server {
public static void main(String [] args) throws Exception {
SecurityManager sm = System.getSecurityManager();

Socket s = null;
ServerSocket ss = new ServerSocket(100);
System.out.println("Server ready");
out.println("Waiting for client request");
s = ss.accept();
System.out.println("Connection established");
}
}

Latest Java Program For Table Creation 2011

Latest Java Program For Table Creation 2011

import javax.swing.*;
import java.awt.event.*;
import java.awt.*;

public class TableView extends JFrame implements ActionListener {
Object [][] data = {
{"bit","binary","byte"},
{"computer","CISCO","control"},
{"data","debug","dictionary"},
{"data","debug","dictionary"},
{"data","debug","dictionary"},
{"data","debug","dictionary"},
};

Object [] heading = {"B","C","D"};

public TableView(){
setLayout(new GridBagLayout());

GridBagConstraints c = new GridBagConstraints();
c.fill = GridBagConstraints.HORIZONTAL;
c.weightx = 0.5;

c.gridx = 0;
c.gridy = 0;
c.ipady = 50;
c.gridwidth = 3;
JTable table = new JTable(data, heading);
JScrollPane pane = new JScrollPane(table);
add(pane, c);

c.gridwidth = 0;
c.ipady = 0;

c.gridx = 0;
c.gridy = 1;
JPanel p1 = new JPanel(new FlowLayout());
JButton add = new JButton("Add");
JTextField tf = new JTextField(10);
p1.add(add);
p1.add(tf);

add(p1, c);

setVisible(true);
setSize(400, 300);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}

public static void main(String [] args){
TableView tv = new TableView();
}

public void actionPerformed(ActionEvent e){

}
}

Java Visual Editor with Compiler (Java)

Providing the users with the create documents main purpose of this application. The project implementation is mainly concerned with create documents are maintained by our editor.
The project has been developed by utilizing JAVA2, using Swing, IO, and wt(Abstract Window Toolkit) The successful platform used is Windows and has its application in windows based System. The abstraction for a System is its Documents, the usual methods in now-a-days based on Windows Environments. The term Word Processing refers to the activity carried out using a computer and a suitable software to create, view ,edit, manipulate, transmit, store, retrieve and print documents.

Latest Download Open Office Plugin 2011


Download the Open Office Plug-in from the below mentioned URLhttp://api.openoffice.org/files/documents/22/4772/org-openoffice-extensions-2.0.7.alpha.nbm.
Open Netbeans 6.9 goto to tools-->plugins-->click downloaded tabs-->add plugins-->choose org-openoffice-extensions-2.0.7.alpha.nbm-->click ok.


Latest Download Openoffice SDK (Software Development Kit) 2011

The OpenOffice.org SDK is an add-on for the OpenOffice.org office suite. It provides the necessary tools and documentation for programming the OpenOffice.org APIs and creating own extensions (UNO components) for OpenOffice.org.
After downloading the SDK from the above link, we will get an ooobasis3.2-sdk_3.2.1-9502_i386.deb file, double click on that file and install it.

Latest Download Open office Source Code Repository 2011


The source code of Open Office 3.2 can be downloaded from the following 


Download the bundle (DEV300.hg) from http://hg.services.openoffice.org/bundle/DEV300.hg
After downloading the bundle do the following steps in the terminal:  
# sudo apt-get install mercurial
To

check your openoffice source code directory list:

Saturday, January 29, 2011

Open Office Source Code download


how to download Open Office Source Code?

the answer is here

it is the step by step process just follow it:
  1. first download this file dev300.hg by clicking on the file.It is a 1.4 GB file and it will take sometime to get downloaded depending upon the speed of your internet connection.
  2. after downloading the dev300.hg file ,open the terminal and do the following steps
  • mkdir working_dir
  • cd working_dir
  • hg init (this will install the MERCURIAL REPOSITORY)
  • hg unbundle/dev300.hg
  • hg pull http://hg.services.openoffice.org/DEV300
  • hg update
This method will get you a repository and a working tree with the latest changes in the source code.


Friday, January 28, 2011

LatestAutomatic Project Abstract Document 2010 2011


Here you can download LatestAutomatic Project Abstract Document   2010 2011.These file is are very important and don't miss these file. These is a Previous year and importantAutomatic Project Abstract Document   2010 2011. These is Very basicAutomatic Project Abstract Document  . if you download these file you will be getting more knowlege aboutAutomatic Project Abstract Document   and it is SampleAutomatic Project Abstract Document   and Old Placement Questions for Interview and it is very powerfulAutomatic Project Abstract Document   and it is Frequently asked Important Questions (FAQ) ofAutomatic Project Abstract Document  .if you really interest to download thatAutomatic Project Abstract Document   from below link. These is Very importantAutomatic Project Abstract Document .


LatestAutomatic Document Indexing In Open Office 3.2 Project Document 2010 2011


Here you can download LatestAutomatic Document Indexing In Open Office 3.2 Project Document   2010 2011.These file is are very important and don't miss these file. These is a Previous year and importantAutomatic Document Indexing In Open Office 3.2 Project Document   2010 2011. These is Very basicAutomatic Document Indexing In Open Office 3.2 Project Document  . if you download these file you will be getting more knowlege aboutAutomatic Document Indexing In Open Office 3.2 Project Document   and it is SampleAutomatic Document Indexing In Open Office 3.2 Project Document   and Old Placement Questions for Interview and it is very powerfulAutomatic Document Indexing In Open Office 3.2 Project Document   and it is Frequently asked Important Questions (FAQ) ofAutomatic Document Indexing In Open Office 3.2 Project Document  .if you really interest to download thatAutomatic Document Indexing In Open Office 3.2 Project Document   from below link. These is Very importantAutomatic Document Indexing In Open Office 3.2 Project Document .


Latest Brain Rich IEEE Project Titles 2010 2011

Here you can download Latest Brain Rich IEEE Project Titles   2010 2011.These file is are very important and don't miss these file. These is a Previous year and important Brain Rich IEEE Project Titles   2010 2011. These is Very basic Brain Rich IEEE Project Titles  . if you download these file you will be getting more knowlege about Brain Rich IEEE Project Titles   and it is Sample Brain Rich IEEE Project Titles   and Old Placement Questions for Interview and it is very powerful Brain Rich IEEE Project Titles   and it is Frequently asked Important Questions (FAQ) of Brain Rich IEEE Project Titles  .if you really interest to download that Brain Rich IEEE Project Titles   from below link. These is Very important Brain Rich IEEE Project Titles .

Latest Project Abstract Sample And Build Requirements Specification2010 2011

Here you can download Latest Project Abstract Sample And Build  Requirements Specification  2010 2011.These file is are very important and don't miss these file. These is a Previous year and important Project Abstract Sample And Build  Requirements Specification  2010 2011. These is Very basic Project Abstract Sample And Build  Requirements Specification . if you download these file you will be getting more knowlege about Project Abstract Sample And Build  Requirements Specification  and it is Sample Project Abstract Sample And Build  Requirements Specification  and Old Placement Questions for Interview and it is very powerful Project Abstract Sample And Build  Requirements Specification  and it is Frequently asked Important Questions (FAQ) of Project Abstract Sample And Build  Requirements Specification .if you really interest to download that Project Abstract Sample And Build  Requirements Specification  from below link. These is Very important Project Abstract Sample And Build  Requirements Specification.