Research work & Projects Thesis


 
AUTOMOBILE  Automobile-424.doc 
Microsoft Word Document [318.5 KB] 
Download   

CUSTOMER RELATIONSHIP MANAGEMENT
CRM.doc 
Microsoft Word Document [45.5 KB] 
Download  

CREATIVITY IN ADVERTISING
Final.doc 
Microsoft Word Document [1.0 MB] 
Download  

INTERNET BANKING SECTOR
ok tested final report.doc 
Microsoft Word Document [1.1 MB] 
Download 

 RURAL ADVERTISING
Rural Advertising-652.doc 
Microsoft Word Document [1.2 MB] 
Download 
Share:

Marketing projects and Assignments

Sharing place for marketing assignments and projects

GREEN MARKETING.doc
Microsoft Word Document [45.0 KB]
Download 

 INFOSYSTEM PROJECT REPORT.doc
 Microsoft Word Document [545.0 KB]

ICE CREAM PROJECT.doc
 Microsoft Word Document [195.5 KB]

 ADVERTISING PROJECT.doc
 Microsoft Word Document [404.5 KB]
Download 

LG MARKETING PROJECT.doc
 Microsoft Word Document [1.7 MB]


 IS MARKETING SELLING OR BUILDING BRANDS.
 Microsoft Power Point Presentation [604.5 KB]

KIRAN_KUNDLE_PPT on online trading.pps
Microsoft Power Point Presentation [314.0 KB]

Management of Products and Services.pps
Microsoft Power Point Presentation [1.5 MB]

Marketing Management 2.pps
Microsoft Power Point Presentation [1.0 MB]

MarketingChannelsPPTs.pps
Microsoft Power Point Presentation [1.6 MB]
Share:

C++ Programming Toturial for Students

MyPiano 3.0 is a simple piano developed in C++ using graphics functions Source
PC to PC Communication via RS232 port. Chat with only 3-wire connection. Source
This source code introduces the important and yet nontraditional "Design patterns" approach to program design. Source
Defensive Programming Techniques Writing perfect software may be an elusive Holy Grail for developers, but a few defensive techniques, routinely applied, can go a long way toward narrowing the gap between code and ideal. Source
The Standard C++ Library: Generic algorithms are at the core of computing. To be able to write an algorithm once and for all to work with any type of sequence makes your programs both simpler and safer. The ability to customize algorithms at runtime has revolutionalized software development. Source
The Standard C++ Library  IOStreams: The iostreams classes are usually the first part of the C++ library that new C++ programmers learn to use. This chapter discusses how iostreams are an improvement over C's stdio facilities and explores the behavior of file and string streams in addition to the standard console streams. Source
Demonstration of inheritance in C++ Programming Language Source
Miltiple Inheritance The basic concept of multiple inheritance (MI) sounds simple enough: you create a new type by inheriting from more than one base class. The syntax is exactly what you'd expect, and as long as the inheritance diagrams are simple, MI can be simple as well. Source
Exception Handling Exceptions are one of those features that provide immediate and significant benefits to your project. Source
The Standard C++ Library Strings: Standard C++ not only incorporates all the Standard C libraries (with small additions and changes to support type safety), it also adds libraries of its own. The string class member functions provide a fairly comprehensive set of tools for creating, modifying, and searching in strings. Source
Flexible Vector and Matrix (Vectors and Matrix with Arbitrary Bounds) Source
Binary Trees Stanford CS Education Library: introduces the basic concepts of binary trees, and works through a series of practice problems with solution code in C/C++ and Java. Binary trees have an elegant recursive pointer structure, so they are a good way to learn recursive pointer algorithms. Source
Arrays as Data Structure This is C and C++ source code to demonstrate the use of Arrays as data structure. Program contains four different C/C++ files which includes single and multidimensional arrays. Source

These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way, with working example programs in all sections to start practicing each lesson right away.
Download tutorial as a PDF file
Share:

Research project for computer science engineering student

Research Project Ontology-based Classification of Unstructured Information Download
Master Thesis Artistic Rendering with Graphics Shaders Download
Graduate Practicum Project Text to Speech Synthesizer Download
Master's Thesis - Review Paper Internationalization and Localization of Software Download
Master's Research Study Requirements Specification Document for a Media Layout Tool on Multi-Touch Interfaces Download
Independent Research Study User friendly tools for client-side website maintenance Download
Master's Research Study The Android Mobile Platform Download
Internet cafe administration system It works with prepaid cards or client accounts. Features include workstation control, user rights lockdown, accounting, stats and screen replication for CAI Download

Share:

student science project

science project Best project topics for computer science student

BUS IDENTIFICATION SYSTEM Download
Brain gate system Download
AUTOMOTIVE AUTOMOTIVE Download
BIOMEDICAL Download
ADVANCED LEARNIN GMETHODOLOGIES Download
GLOBAL POSITIONING SYSTEM Download
HIGH COMPRESSION OF FACES IN VIDEO SEQUENCES Download
Haptic technology Download
HAM Radio Communication Download
Smart IR Temperature Sensors Download
SOFT INSTRUMENTATION Download
SPACE BASED SOLAR SATELLITE Download
Single event errors Download
SENSOR TECHNOLOGY Download
Mobile Download
MITRIONICS TURNING FPGAS INTO SUPER COMPUTERS Download
MICRO CONTROLLER BASED ANESTHESIA INJECT Download
MICRO ELECTRO MECHANICAL SYSTEMS PAPER Download
PLC Based sequential batch process control system Download
SED APROACH FOR INTELLIGENT MONITORING OF ROBOTIC SYSTEMS Download
PRESSURE AND LEVEL MEASUREMENT SYSTEMS Download
WIRELESS LAN SECURITY Download

Share:

C++ Students Projects


Student report card PROJECT in C++
Description: This C++ mini project on STUDENT REPORT CARD has student class with data members like roll no, name, marks and grade. Member functions in this class are used for accept display details of students and a function to calculate grade based on marks obtained by student. Student Records are stored in binary file. This is a simple project using basic file handling concept. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file) and project file(.doc file).
Technology: C++
Download

Library Management System Project In C++
Description: This C++ menu driven programs on LIBRARY MANAGEMENT SYSTEM has book and student class with data members like book no, bookname, authorname. Books records is stored in a binary file. A student can issue book and deposit it within 15 days. Student is allowed to issue only one book. Student Records are stored in binary file. Administrator can add, modify or delete record. In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file).
Technology: C++
Download

Supermarket Billing PROJECT In C++
Description: This C++ menu driven programs on SUPERMARKET BILLING SYSTEM has product class with data members like product no, product name, price, qty, tax, discount. Product details is stored in a binary file. A customer can purchase product and his invoice generated. Administrator can create, modify, view and delete product record. In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), project file(.doc file).
Technology: C++
Download

Share:

C++ Games Projects Students

Puzzle Game Project In C++
Description: This C++ program on TIC TAC TOE GAME is a simple text base game. This program is without grahics to focus on logic /algorithm used in game. Two players can play this game. Click on download project button to download zip folder which contains C++ source code file.
Technology: C++
Download

CASINO Game student Project In C++
Description: This C++ program on CASINO GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program easy for beginners. Player can deposit his money to play. From this amount he can bet on number between 1 to 12. If he win he gets 10 times of money otherwise lost his money. In this project, We have used programming concept like do..while loop, user defined function, library function like randomize(), random() etc. Click on download project button to download zip folder which contains C++ source code file, output screen (.doc file).
Technology: C++
Download

SNAKE AND LADDER Game student Project In C++
Description: This C++ program on SNAKE AND LADDER GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program simple for beginners. Two players can play this game and the player who cross 100 first is the winner. In this project, We have used programming concept like switch..case, call by reference, library function like randomize(), random() etc. Click on download project button to download zip folder which contains C++ source code file, output screen (.doc file).
Technology: C++
Download

Share:

Advance IT students Projects

Online Advertising Agency
Description: The project entitled “Online Advertising Agency” the main aim of the project is to provide live advertisements with the users selected images and content. Users are allowed to give their company info and navigation links to make available on the main website home page that is linked over the Internet. Though which we can increase the number of users to catching the domain for their transaction. The main theme is to provide advertisement in form of text, images, story, animations, Banners and all for the kids as well as for the company’s. Customers can choose the media types for the advertisements to be registered.

1. Television
2. News paper
3. Magazines
4. Billboard (Banners) with location map.
5. Radio.
6. Internet.
7. Theater.

The process of making the advertisement is little because we are going to provide the execution environment for the end users to select the available templates in which the users can easily create their advertisement based on the Media Types (News Paper, Radio, Television, Banners etc).
This project deals with the multi level ad generating and content linking of the specific company’s and their overall products demonstration. In this project we are going to provide the administration capability’s like web monitoring which helps the website management to control the amount of space need for the each users for the purpose of story animations and distributed advertisements generation.
The process of animations can be done with the help of flash, ad rotator, content linker component. These animated files can be stored as a template in the user web space. All the story content is arranged in the temporary buffer area and they are transferred to the user login.
In User level uploading and downloading service for the story files, each user is allowed to upload the contents from their local machine to the server machine with the help of the uploading block service which is usually named as FTP operation. Downloading option are enabled to use the log reports and transaction key information in from of encoded xml format.
Dynamic advertisement generations services for generating the advertisement based on the user selected template for displaying their content on the home page based on the scheduling polices.
The administration capabilities to the website management with the Enhancive support of previewing the overall users and their web space and controlling the security by changing their web space folder attributes.
STEPS TO RUN THE PROJECT
1.Download the .rar file and extract it
2.Double click on the solution file and open the project in Visual Studio .net
3.open the Web Config File and move to tag where you will see the below connection string
4.SQl Sever autentication is used you need to provide user ID and Password to access the SQL Server.
add key="ConnectionString" value="server=SUTHAHAR-PC\SQLEXPRESS;database=sample;user id=sa;pwd=xxxx" /
4.Change the database,UserID and password.
5.Now run the project and view the output in browser.
Download the sql server DB backup Advertise_DB_Backup Download
New_DB_Backup Download
Technology: SQL,.NET
Download

Share:

Bachelor of Computer Science Students Projects

Project Of The Fighter Game With source code
Description: This Is an The Fighter Game Vb.Net Project.By This Project The beginners can Learn How Vb.Net Games can Develop .
1:-It Runs On the desktop Without an window. 2:-It can Run on any Window while you are doing any thing.
Technology: Vb.Net
Download

Mini Forum Web Application in ASP.NET/VB.NET
Description: Introduction :- Simple Mini Forum is a simple message board web based application which is developed in ASP.NET/VB.NET .It is very simple to use and configure this guide will help you to configure the site.
1st Step The Installation :-Once you run for the first time you will be automatically be redirected to the Installation page. Follow the simple steps given in the installation page to configure your site.
2nd Step The Admin Panel:-Once you have successfully completed the installation procedure you will be redirected to the Admin Login Page. Once you login you will be in the admin panel which will have some menus at the Left Side.
Add Category- Allows you to add new category in the Forum Delete Categories - Allows you to delete the selected category Edit Categories-Allows you to edit existing categories
Log Out :- Logs you out from Admin Panel. 3rd Step :- All configurations are over now you just need to register a user and start using the site. Features :-
1) Only Members are Allowed to Post Questions or Replies.
2) 1 point for every Question Asked and 2 Points for every replies.
3) Top Performers List Displayed in the Left Corner of the site.
And Many More... Conclusion:The Project is available with full source code and you can freely edit any part of the code at your will. Future Updates: I will not be updating the project any further because I will not have time.I will be working on a new project soon. If any one of you are intrested to update the applications I can assist you. Choose Me as your mentor for more Assistance.
Technology: ASP.NET,VB.NET
Download

Sample Ajax Web site
Description: Here is an application to demonstrate how to use Ajax in our application. Before using this you need to install the Ajax control toolkit in your machine that can be freely downloaded from the Microsoft site that is www.asp.net here with the use of update panel we can avoid the post back. i have used 2 label in which one label shows the current time without post back..
Technology: asp.net
Download

Share:

Cs , IT Students projects

Search Engine Projects
Description: When we talk about search engine, there are only few names which comes to our mind such as google,bing or yahoo.Even though, most of our searches happens to be on internet but there are other places such as hard disk, our personal mail folder or our word processor search, these searches are significant too. There is scope for improvement in all types of search engine whether its desktop based or internet based. In this post I am providing you links of some open source search engines which can help you to understand this tool better.
opensearchserveAn open source search engine and crawler based on best open source technologies: lucene, zkoss, tomcat, poi, tagsoup. A stable, high-performance piece of software. It is a modern search engine and a suite of high-powered full text search algorithms.
Anarchy Advantage Search EngineAnarchy Advantage Search Engine is a search engine that reorders search results with base in the habits of its users. By measuring user activity on the search engine result page the search engine constantly improves the search results.
Lemur ProjectThe Lemur Project develops search engines, browser toolbars, text analysis tools, and data resources that support research and development of information retrieval and text mining software, including the Indri search engine and ClueWeb09 dataset.
TSEPA simple yet very powerful and fast PHP website search engine. TSEP is built to index your site so it can be searched later within seconds.
CLuceneCLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.

Full text search engine - console tools and GUI frontends for users, program components and libraries for developers.

Technology: PHP,C++,JAVA
Download

Share:

Computer Science students Final Projects

College Management
Description: This project is aimed to design a College Information System, which is a web oriented application allows to access the whole information about the college, staffs, students, facilities. It can streamline the administration of an Institution in all areas and involves many administrative work and co-ordination, as well as to perform various operations like admissions, payroll generations, student management, staff management, library management, infrastructure management, report generation, etc This application provides a virtual tour of Campus. Here you will get the latest information about the students and staffs. This generic application designed for assisting the students and staff of the Institute regarding information on the courses, subjects, classes, assignments, grades and timetable and etc.
The Online Student Registration System is an web based portal developed in ASP. Online Registration system will allow online submission of student application, Student Registration, Perform Computer based quiz/test. Stored test results, modify student profile. Online Student Registration System Project consists of two functional elements: an enhanced Student module for Registration, Edit Profile, View Test history, Change Password. Online Test/Quiz Module for Start test, give examination, calculate results, store test results, manage question banks.
Currently student submits hardcopy of filled application form to the college/university, office staff enters all data into excel file and write same in manual register. Issue hall ticket / admit card to student and conduct test for student. Students come to college and give test for the specified date. Office staff check all the paper calculate results and type all the details for taking printout and display it in college premises. College inform student to check the result, student comes to college and view the results.
Proposed online student registration system will eliminate all the manual intervention and increase the speed of whole process. System will allow student to fill the form online, system has inbuilt validation system to validate the entered data. After successful submission, system will give unique registration no for each student. Student can login into system by using registration no and give online test. System will show the result after instantly and stored the results for further use.
Technology: APS.NET
Download

Share:

IT students final years projects

PayPal E-Book Store
Description: The main objective of the document is to illustrate the Requirements of project E-Book Management system. The document gives the detailed description of both functional and non-functional requirements. It will also explain about the features of the system interface of the system. What the system will do, the constraint under which it must operate and how the system will react to external stimuli. The document is developed after a number of consultations with team members and specification of the given project.
This software is totally self contained and works relatively an efficient on the package relates to the software. It provides simple database rather than complex one for high requirement and it provides a good and easy graphical user interface to both new and naïve as well as experienced user of the computer.
PHP, or PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages. PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. All types of open source PHP code and applications are available on Open Source Scripts.
Technology: PHP,MYSQL
Download

Simple Content Management system
Description: Content management system is a system used to manage the content of a web site. Content management systems are deployed primarily for interactive use by a potentially large number of contributors. Content Management means web content Management.
The content managed in this application includes computer files, image media, audio files, electronic documents and web content. The theme behind a CMS is to make these files available inter-office, as well as over the web. A Content Management System would most often be used as an archive as well.
CMS would be used to store files in a non-proprietary form. This application can be used to share files with ease, as most systems use server-based software, even further broadening file availability. This application includes a feature for web content, and some have a feature for a workflow process.
This application facilities the organization, control, and publication of a large body of documents and other content, such as images and multimedia resources. A web content management system is a content management system with additional features to ease the task requires publishing web content to web sites.
A Content Management System (CMS) is a combination of large database, File System, and other related software modules which are used to store and later retrieve huge amounts of data. At the company level, Content management systems (CMS) store and manage an organizations electronic document and Web content so that the employee of the company can reuse the information across different applications. The core application of the CMS is to manage content during its entire lifecycle i.e. from creation through publishing. A CMS allows non-technical authors and editors to easily and quickly publish their content which is otherwise done by technical programmers. By using these facilities, the company can save the time for training, while facilitating more people to publish.
Technology: php,mysql
Download

sliding window Protocol
Description: A sliding window protocol is a feature of packet-based data transmission protocols. Sliding window protocols are used where reliable in-order delivery of packets is required, such as in the Data Link Layer as well as in the Transmission Control Protocol (TCP).
Java is an entire programming language resembling C or C++. It takes a sophisticated programmer to create Java code. And it requires a sophisticated programmer to maintain it. With Java, you can create complete applications. Or you can attach a small group of instructions, a Java "applet" that improves your basic HTML. A Java Applet can also cause text to change color when you roll over it. A game, a calendar, a scrolling text banner can all be created with Java Applets. There are sometimes compatibility problems between Java and various browsers, operating systems or computers, and if not written correctly, it can be slow to load. Java is a powerful programming language with excellent security, but you need to be aware of the tradeoffs.
Technology: java
Download

Share:

Student Database

Student database
Description: This is basically developed for stdendes details like attendence marks etc..
Student Management System deals with all kind of student details, academic related reports, college details, course details, curriculum, batch details and other resource related details too. It tracks all the details of a student from the day one to the end of his course which can be used for all reporting purpose, tracking of attendance, progress in the course, completed semesters years, coming semester year curriculum details, exam details, project or any other assignment details, final exam result; and all these will be available for future references too.
Our program will have the databases of Courses offered by the college under all levels of graduation or main streams, teacher or faculty's details, batch execution details, students' details in all aspects.
This program can facilitate us explore all the activities happening in the college, even we can get to know which teacher / faculty is assigned to which batch, the current status of a batch, attendance percentage of a batch and upcoming requirements of a batch. Different reports and Queries can be generated based of vast options related to students, batch, course, teacher / faculty, exams, semesters, certification and even for the entire college.
Technology: visual basic VB
Download

Share:

Vehicle insurance policy

vehicle insurance policy
Description : Application functions,Insurance a vehicle. vehicle insured in accident,vehicle inspected online fprms goto insurer,claim approved,vehicle repaired,insurer pays. all data should be saved to the data base.
This project is aimed to develop “Online Insurance Portal” It is web-based application, which is developed mainly for the agents of the insurance company to take the policy for his clients electronically. By the request from his clients, he processes and maintains the policy details through the system. Online Insurance Portal System is an integrated insurance system which links up all the channels within the insurance industry. It is a revolutionized insurance solution that can facilitate online processing and services to the insurance partners, agents and customers through the Internet.
Insurance can be broadly divided into two types.
Motor,Non-motor,
Motor Insurance is insurance purchased for cars, trucks, and other road vehicles. Its primary use is to provide protection against physical damage resulting from traffic collisions and against liability that could also arise there from.
The policy covers the following types of vehicle:
. Private Vehicles
Private Car, Private Van & Four Wheel Drive (Private Use).
. Goods Carrying Vehicles.
Commercial Goods Carrying Vehicles also Petroleum, Diesel and Bitumen Tankers, LPG Long Trailer etc.
. Other Types of Vehicle.
Taxis, Buses, Motorcycles, Tractor, Mobile Crane etc.
Technology: System,C#.NET
Download

Share:

Best computer science students projects

ASP Photo Competition
Description : Online photos can be uploaded and made into a coffee table style photobook. Different online services offer options such as photo editing, varied sizes, varied bleeds, layouts, cover design, colors, etc. Some services even expand the idea of a photo album by allowing a photograph to become part of many photo albums, add comments and keywords to these photographs and use these keywords as the mean to create new photo albums. Some online photo albums provide services such as photo printing and options to upload pictures to your cellular phones. photo album is easy to design our photos
Technology: System,ASP
Download

Courses Management System
Description : Course Management System (CMS) also known as a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It is a Free web application that educators can use to create effective online learning. is a system designed to support teaching and learning in an educational setting, as distinct from a Managed Learning Environment (MLE), where the focus is on management A Course Management System will normally work over the Internet and provide a collection of tools such as those for assessment (particularly of types that can be marked automatically, such as multiple choice), communication, uploading of content, return of students' work, peer assessment, administration of student groups, collecting and organizing student grades, questionnaires, tracking tools, etc. New features in these systems include wikis, blogs, RSS and 3D virtual learning spaces. VLEs are often used in schools and other educational establishments in order to make the learning experience more interactive.
Technology: System,CMS
Download

Creating A Wireless Phone Book
Description : A telephone directory (also called a telephone book, phone book and white pages) is a listing of telephone subscribers in a geographical area or subscribers to services provided by the organization that publishes the directory. Its purpose is to allow the telephone number of a subscriber identified by name and address to be found. Subscriber names are generally listed in alphabetical order, together with their postal or street address and telephone number. In principle every subscriber in the geographical coverage area is listed, but subscribers may request the exclusion of their number from the directory.
Technology: System,C#
Download

Banner Ad Management
Description : This is the best ad Management Software for creating your own ads, The ads should be different types & sizes those are depeneds upon length & hight ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.
Technology: System,ASP.net
Download

Public News Script
Description : This Script shows how to create a database to store the latest news items, add your news stories via a form, and display the 10 latest news items on a page. A useful Public News Script for those with websites that post lots of news items. Have you ever wanted to create a dynamic news manager? Instead of updating those html files, then uploading everytime you want to add some news? In this tutorial we are going to create something which will hopefully make news publishing more effecient.
Technology: System,ASP. net
Download

Library System version-1.2
Description : The purpose of the system is mainly to provide automation to the library. The categories of users provided are : Admin: He can read or write the information about any member and can update, delete or create a membership plan. Operator:He can open the account of membership to the new members. The Scope of the application is wide and can be used with Any education institute and also can be used in offices with the necessary modifications done.
Technology: System,Apache tomcat server, MS Access,HTML, Java script
Download

Complete Web Site for Your School
Description : A school website is any website built, designed, and maintained by or for a school. Many school websites share certain characteristics, and some educators have developed guidelines to help schools create the best and most useful websites they can.
Possible functions of a school website include:
* Displaying student projects
* Providing information on homework and current class assignments
* Directing visitors to other resources on the web
* Providing a forum for teachers, administrators, students, and parents to exchange information such as news and calendars of events.
* Introducing people who don't know much about the school (such as parent or students who are considering moving into the district, community members who don't have children, and teachers seeking employment) to its current events and general culture.
* Showing that a school is excellent with regard to sciences and new media in comparison to competitive schools.
* Providing a platform for internal school learning activities.
* Displaying school cirruculum and courses.
* Providing staff and students with an entrance and front-end to documents and resources hosted locally.
* Creating and showing in public a 'corporate identity'.
Technology: System,asp.net
Download

Registration and Enrolment System - Thesis Version
Description : The main aim of this project is to Registration and Enrolment of students in different colleges Microsoft SQL Server is a relational model database server produced by Microsoft. Its primary query languages are T-SQL and ANSI SQL.
Technology: System,sql
Download

Shopping Cart with orders tracking
Description : A shopping cart is a cart supplied by a shop, especially supermarkets, for use by customers inside the shop for transport of merchandise to the check-out counter during shopping. Customers can then also use the cart to transport their purchased goods to their cars. In some places, customers are allowed to leave the carts in the parking lot, and store personnel will return the carts to the storage area. In most European premises however, coin (or token) operated locking mechanisms are provided to encourage shoppers to return the carts to the correct location after use.
Technology: System,asp.net
Download

Management on Book shop
Description : Bookselling is the commercial trading of books, the retail and distribution end of the publishing process. People who engage in bookselling are called booksellers or bookmen. C is one of the most popular programming languages of all time and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C. C is an imperative systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support. C was therefore useful for many applications that had formerly been coded in assembly language.
Technology: System,C
Download

Online Stock maintenance system
Description : The stock maintenance system is the inventory control where the product are purchase from the supplier and stored in the warehouse and again the products are sold to the customer by making bill.
So this type of transaction is known as the stock maintenance.
Some times the products is send to the another warehouse if they have branches in another place.
Stock also has to be maintenance when the raw material are send to the job order to another place or when job work.
Differently the stock is to be maintenance for raw materials, semi finished goods, finished goods so these types of transactions are done in garments exports, large industries where manufacturing is done.
Here the stock maintenance is the main process by which the stock is to controlled when purchase or selling products. User Management
We can add new user in this module by entering the name , address, phone,email etc. If a person want to login first the user has to be created using this module. Already existing user can also be changed using this module. The administrator can modify the list of user details and also the administrator can remove the unwanted user (user who last login was before one month).
Technology: System,PHP,web
Download

shopcart-v1.1
Description : Special electronic shopping carts are provided by many retailers for the elderly or people with a disability. These are essentially electric wheelchairs with an attached basket. They allow customers to navigate around the store and collect groceries. Manually powered trolleys are also available specifically designed for use by wheelchair users. A still to be implemented aid for people with disabilities is the addition of a guide wheel at the centre of rotation of a trolley with 4 caster wheels. In order to allow the nesting of trolleys to be unhindered this guide wheel is attached to the front of the trolley with a piece of spring steel which bends under the carts weight.
Technology: System,asp.net
Download

Electricity Billing System Version 1.0
Description : In electricity billing system, the bill is taken after the utilization of energy. This system has many problems such as the human errors in taking readings and during keeping records. To overcome all such problems we are developing the prepaid electricity billing system This system consists of one card placed at consumer end, which will be connected to the meter. It takes pulses from meter as input and accordingly decrements the number of units. The number of units will be displayed on 7-seg display. The supply will be circulated in the house through relay
Technology: System,c
Download

Share:

C# Discussion Forum

C# Discussion Forum
Description : An Internet Discussion Forum, or message board, is an online discussion site where people can hold conversations in the form of posted messages. They differ from chat rooms in that messages are at least temporarily archived. Also, depending on the access level of a user and/or the forum set-up, a posted message might need to be approved by a moderator before it becomes visible. Forums have a specific set of jargon associated with them; e.g. A single conversation is called a "thread". A forum is hierarchical or tree-like in structure: a forum can contain a number of subforums, each of which may have several topics. Within a forum's topic, each new discussion started is called a thread, and can be replied to by as many people as wish to. Depending on the forum set-up, users can be anonymous or have to register with the forum and then subsequently log in in order to post messages. Usually users do not have to log in to read existing messages. he modern forum originated from bulletin boards, and are a technological evolution of the dialup bulletin board system. From a technological standpoint, forums or boards are web applications managing user-generated content. Early Internet forums could be described as a web version of an electronic mailing list or newsgroup (such as exist on Usenet); allowing people to post messages and comment on other messages. Later developments emulated the different newsgroups or individual lists, providing more than one forum, dedicated to a particular topic.
Technology: System,C#
Download

Share:

Students Best final year projects

A 2 player squirrel shooting game major project
Description : a 2 player squirrel shooting game VC++ Based major project Download with total code and abstract.Here we are providing you with Most of the topics describe modern technologies in various fields of science and engineering
Technology: System,VC++
Download

Student Placement System using ASP.NET Project
Description : In this project I have developed a website where student, companies can register themselves. Companies can display info of exam to recruit guys, and user can apply to this exams.. results is displayed and studens are shortlisted.
Technology: System,ASP.NET 2.0, ASP.NET 3.5
Download

patient information system
Description : The patient information system (PIS) system is a window based or stand alone application designed with C# to keep records of patient in and out of a clinic. it is also designed to keep records of staffs in the clinic and report generation is also available for hard copy documentation if needed
Technology: System,C#.NET
View Abstract: view abstract
Download

WebCam-VideoCapture - VB.Net - Windows Application
Description : Extract the attached file and run the application in windows. Once you run this application a window will appear, then select your video source and double click on it. Click the Button Start Recording to recor your video, once you click Stop Recording Button then your recorded video will be saved in C:/ drive.
Technology: System,vb.NET
View Abstract: view abstract
Download

voice based applications(version 2)
Description : The user interface enables u to import a text file .speak it out for u and also to save it (.wav file).
Technology: System,.NET
View detail Download
Download

SMS Pack
Description : In this product we can send SMS through PC. We can send a message using GSM mobile or GSM Modem. In this I handle three modules. They are..
• Send Message
• Receive Message
• Auto Reply (Two way communication)
Requirements:
• Mobile or GSM Modem
• Data Cable
First I connected the Mobile with PC using Data cable. Then make sure of Port number which is connected by Mobile. Go to My Computer ? Properties ? Hardware ? Device Manager ? Port This port number must be used to send or receive a SMS.
Modules:
Send Message:
This module is used to send SMS to Destination Mobile. For that i’m allocating two fields. txtNumbet, txtMessage I used three important parameters which is used to connect with port. The parameters are Port, Baud Rate, Time out. Baud Rate and Time out are having fixed value as 9600 and 300 respectively. I stored the sent Items to Database too. Receive Message:
This module used to Display the unread new Message. For that i’m allocating two fields. txtNumbet, txtMessage. txtNumber is displaying source number and txtMesage is displaying the content of new message. Auto Reply:
This module is used for Two way communication. First I’m getting the input from Mobile like new Unread Message. Then I’m manipulating the input with Database and get the valid result from Database. Then Replied that content to Source number.
Technology: System,C#
Download

Share:

Management of Group of Hotels ( J2EE) Project

Management of Group of Hotels ( J2EE) Project
Description : The system aims at the maintenance and management of the different Hotels that are available in the different parts of the world. It mainly takes care of the Hotel management at the core area of the database. The system provides the information regarding the different Hotels that are available and their status specific to availability. The database also manages the atomic information regarding the different units that are available under one Hotel and the architectural details of the Unit facilities that are available. Each unit is well furnished and is well designed for the basic flexibility of the tourists who are expected to stay. The guests can visit the site and register themselves with the required information that is expected by the system. Each registered guest can raise a request for the unit bookings. The Guests are scheduled with the information of the availability of the units for they have requested the time. The Units maintenance is automated for proper management of the availability status of the units or the scheduled expected date of their availability in near future. The system provides the facility for booking of the required available units as per the number that is available. The system totally built upon the standards of Three Tier Architecture with Client, Business and Data Tiers associated as separate layers, with specification to high cohesion and loose Coupling Standards for easy maintenance. The entire project has been develped keeping in view of the Distributed client server computing technology in mind.The specification have been normalized upto 3NF to eliminate all the anomalies that may arise due to the database transactions that are executed by the actual administration and users.The user interfaces are browser specific to give distributed accessability for the overall system.The internal database has beeb selected as Oracle 8i.The basic constructs of the tablespaces, clusters and indexes have been exploited to provide higher consistency and reliability for the data storage.The oracle 9i was a choice as it provides the constructs of high level reliabiity and security.The total front end was dominated using HTML standards applied with the dynamism of JAVA server pages. Thecommunicatin client was designed using servlets and JSP’s. At all proper levels high care was taken to check that the system manages the date consistency with proper business validations.The database connectivity was planned using the Java DataBase Connectivity,the authorization and authorization was cross checked at all stages.The user level accessabiity has been restricted into two zones the administrative and the normal user zone. The Bean components have been implemented for proper reusability and authenticity. The standards of security and date portative mechanism have been given a big choice for proper usage. The application takes care of different modules and their associated reports which re produced as per the applicable strategies and standards that are put forwarded by the administrative staff..
The entire project has been develped keeping in view of the Distributed client server computing technology in mind.The specification have been normalized upto 3NF to eliminate all the anomalies that may arise due to the database transactions that are executed by the actual administration and users.The user interfaces are browser specific to give distributed accessability for the overall system.The internal database has beeb selected as Oracle 8i.The basic constructs of the tablespaces,clusters and ridexes have been exploited to provide higher consistency and reliability for the data storage.The oracle 8i was a choice as it provides the constructs of high level reliabiity and security.The total front end was dominated using HTML standards applied with the dynamism of JAVA server pages. Thecommunicatin client was designed using servlets. At all proper levels high care was taken to check that the system manages the date consistency with proper business validations.The database connectivity was planned using the Java DataBase Connectivity,the authorization and authorization was cross checked at all stages.The user level accessabiity has been restricted into two zones the administrative and the normal user zone.

System Analysis Concentration:
Before planning a replacing for a new system it is essential to have through knowledge about the existing system along with estimation of how lost computes can be used to make its operations more effective.
System analysis is the process of collecting and interpreting facts, disposing problem and use the information about the existing system, which is also called as system study.
System analysis is about understanding situation but not solving the problem.
System analysis is performed to determine whether a not it is feasible to design and information system laved on the policies and plans of an organization. To determine the user requirements and to eliminate the weakness of the present system a few general requirements are concerned.
GENERAL REQUIREMENTS:
The new system should be cost effective To improve productivity and service and service.
To enhance user interface.
To improve information presentation and durability.
To upgrade systems reliability, availability and flexibility.
To address human factors for better and uses acceptance.
PROBLEM IN THE CURRENT SYSTEM:
The present system is presently is an undeveloped form and the manual process of the overall system is too clumsy and complicated. The clients in the real time consultancy system can be too thick and may need many resources to be used upon the system. If the system is developed, in a distributed over interface with centralized database is the only solution.
Feasibility ReportTECHINICAL FEASIBILITY:
Evaluating the technical feasibility is the trickiest part of a feasibility study. This is because, at this point in time, not too many detailed design of the system, making it difficult to access issues like performance, costs on (on account of the kind of technology to be deployed) etc. A number of issues have to be considered while doing a technical analysis. Understand the different technologies involved in the proposed system: Before commencing the project, we have to be very clear about what are the technologies that are to be required for the development of the new system. Find out whether the organization currently possesses the required technologies: Is the required technology available with the organization? If so is the capacity sufficient?
OPERATIONAL FEASIBILITY:
Proposed projects are beneficial only if they can be turned into information systems that will meet the organizations operating requirements. Simply stated, this test of feasibility asks if the system will work when it is developed and installed. Are there major barriers to Implementation? Here are questions that will help test the operational feasibility of a project: Is there sufficient support for the project from management from users? If the current system is well liked and used to the extent that persons will not be able to see reasons for change, there may be resistance. Are the current business methods acceptable to the user? If they are not, Users may welcome a change that will bring about a more operational and useful systems. Have the user been involved in the planning and development of the project? Early involvement reduces the chances of resistance to the system and in General and increases the likelihood of successful project. Since the proposed system was to help reduce the hardships encountered. In the existing manual system, the new system was considered to be operational feasible. ECONOMIC FEASIBILITY:
Economic feasibility attempts 2 weigh the costs of developing and implementing a new system, against the benefits that would accrue from having the new system in place. This feasibility study gives the top management the economic justification for the new system. A simple economic analysis which gives the actual comparison of costs and benefits are much more meaningful in this case. In addition, this proves to be a useful point of reference to compare actual costs as the project progresses. There could be various types of intangible benefits on account of automation. These could include increased customer satisfaction, improvement in product quality better decision making timeliness of information, expediting activities, improved accuracy of operations, better documentation and record keeping, faster retrieval of information, better employee morale.
a) Technical Description
Databases: The total number of databases that were identified to build the system is 10.The major part of the Databases is categorized as Administrative components and the user components. The administrative components are useful is managing the actual master data that may; be necessary to maintain the consistency of the system. The administrative databases are purely used for the internal organizational needs and necessities. The user components are designed to handle the transactional state that arise upon the system whenever the general client makes a visit onto the system for the sake of the report based information. The user components are scheduled to accept parametrical information for the user as per the systems necessity. GUI’s For the flexibility of the user, the interface has been developed in graphical user interface mode. The normal interface is applied through browser. The GUI’s at the top level has been categorized as:
1) Administrative user interface.
2) Customer or general user interface.
The administrative user interface concentrates on the consistent information that is practically, pact of the organizational activities and which needs proper authentication for the data collection. The interfaces help the visitors with all the transactional states like Data insertion, Data deletion and Data updating with the data search capabilities. The general user interface helps the users upon the system in transactions through the required services that are provided upon the system. The general user interface also helps the ordinary user is managing their own information in a customized manner as per their flexibilities.
Feasibility (i) Technical Feasibility
The system is self-explanatory and does not need any entire sophisticated training. The system has been built by concentrating on the graphical user interface concepts; the application can also be handled very easily with a novice user. The overall time that a user needs to get trained is less than 15 minutes.
The system has been added with features of menu driven and button interaction methods, which makes him the master as he starts working through the environment. As the software that was used for developing this application are very economical and are readily available is the market the only time that is lost by the customer is just installation time.
Time Based: In this world of busy schedule with which the industrial professionals are getting through this kind of system is a boon for the kind of information they can readily access at the tip of their fingers. The Tourist, who intends to make a visit to the specific choice of his place, need not enquire about the details taking the entire pin physically. The Tourist can just get himself connected to the site at his own desk with the respective URL that has been allocated for him and can make a wide variety of choices for the accommodations that are available in the central repository of the existing database. The User can have the information of all the units that are practically registered along with the facilities that are available with respect to every unit. The guest is given free hands to register his information as per the practical requirements of the site, such that he can be tracked and provided services at the demand that is raised by him. The Guest once registered can make multiple visits upon the site as per his requirements and enquire for the units availability and the status of his previous bookings, if any. The Administrators can make easy accessibility of the system from virtually anywhere in this world, which facilitates the scope of global or remote administration possible. All the consistent transactions are facilitated by the administrators only with proper authorization and authentication. Cost Based: If the physical system is established through a manual process. There is much need of stationary that has to be managed and maintained as files, the overall system once implemented as a intranet based web application not only saves the time but also eliminates the latency that can exist within the system, and saves the cost of stationary that is an unforeseen overhead within the system. The base administrative staff at the level of the strategic decision-making is greatly relieved for the extensive data search. The administrators are greatly benefited by this system, as they need not collect all that information that is accessible by only selects that information which is more important for them. The administrative standards of the system become more economical as there is no need of stationary exchange within the organization. As the information governed upon the system maintains statistics related to information that is collected, the overall system can be used for forecasting analysis in the research process. In the manual process of the Web Based Accommodation Upholding and Maintenance System, the information search and storage needs extra manpower assignment, which potentially costs the organization in the perennial investment of funds for the sake of the salaries. The information interrelations among different areas of the system should be handled carefully else the latency upon the overall process of the system increases leading to inconvenience. SOFTWARE REQUIREMENT SPECIFICATION REQUIREMENT SPECIFICATION: The software, Web Based Accommodation upholding Maintenance System, which is designed for administrating & automating all the major activities that are carried out by the Tourists and the Accommodation providing outlets as specific requirements arise upon the system. INTRODUCTION Purpose: The main purpose for preparing this document is to give a general insight into the analysis and requirements of the existing system or situation and for determining the operating characteristics of the system. Scope: This Document plays a vital role in the development life cycle (SDLC) As it describes the complete requirement of the system. It is meant for use by the developers and will be the basic during testing phase. Any changes made to the requirements in the future will have to go through formal change approval process. Developers Responsibilities Overview: The developer is responsible for: Developing the system, which meets the SRS and solving all the requirements of the system? Demonstrating the system and installing the system at client's location after the acceptance testing is successful. Submitting the required user manual describing the system interfaces to work on it and also the documents of the system. Conducting any user training that might be needed for using the system. Maintaining the system for a period of one year after installation. Functional Requirements Inputs: The major inputs for Integration of Web based Accommodation Upholding Maintenance System can be categorized module -wise. Basically all the information is managed by the software and in order to access the information one has to produce one's identity by entering the user-id and password. Every user has their own domain of access beyond which the access is dynamically refrained rather denied. Output: The major outputs of the system are tables and reports. Tables are created dynamically to meet the requirements on demand. Reports, as it is obvious, carry the gist of the whole information that flows across the institution. This application must be able to produce output at different modules for different inputs. Performance Requirements: Performance is measured in terms of reports generated weekly and monthly. Intended Audience And Reading Suggestions The document is prepared keeping is view of the academic constructs of my Bachelors Degree / Masters Degree from university as partial fulfillment of my academic purpose the document specifies the general procedure that that has been followed by me, while the system was studied and developed. The general document was provided by the industry as a reference guide to understand my responsibilities in developing the system, with respect to the requirements that have been pin pointed to get the exact structure of the system as stated by the actual client. The system as stated by my project leader the actual standards of the specification were desired by conducting a series of interviews and questionnaires. The collected information was organized to form the specification document and then was modeled to suite the standards of the system as intended. Document Conventions: The overall documents for this project use the recognized modeling standards at the software industries level. ER-Modeling to concentrate on the relational states existing upon the system with respect to Cardinality. The Physical dispense, which state the overall data search for the relational key whereas a transactions is implemented on the wear entities. Unified modeling language concepts to give a generalized blue print for the overall system. The standards of flow charts at the required states that are the functionality of the operations need more concentration.

Technology: System,J2EE
View Abstract: Download below link
Download

Share:

Popular Posts

Pick project