Computer Science Project Topics
Find computer science project topics based on Java, VB, .Net, PHP. It includes major & minor projects which are web-based & stand-alone.
The Projects category in Krazytech.com hosts project topics belonging to computer science and Engineering, Electronics and Electrical Engineering, Mechanical Engineering etc. In addition to this, you can also find projects built in Java and PHP, cool javascripts, small PHP snippets, project implementations etc.
Find computer science project topics based on Java, VB, .Net, PHP. It includes major & minor projects which are web-based & stand-alone.
While wireless communication technology today has become part of our daily life, the idea of wireless undersea communications may still… Read More »Aqua Communication using Modem
Hamming code pattern is mainly used for detection of errors in bits. The main objective is, detection of single bit error, burst error and to correct by using the suitable methodology (by hamming distance concept).
This post lists the Electronics and Electrical Engineering Project Topics. You can find a brief about each project and have idea about the project. Also get thousands of seminars/technical papers on this website.
The proposed fuel saver system uses radio frequency transmitting and receiving techniques to communicate messages which decide whether a vehicle’s engine should be turned… Read More »Fuel saver system
This project explains the implementation of a QUEUE using a triangle as an element. The queue is a data structure which works on FIFO (First In First Out) technique. The triangles are inserted as elements by assigning color and side to each element(triangle). Triangles will be placed one above another by keeping first inserted triangle at the bottom and the successive elements on top of it. When Delete operation is selected using mouse button the triangle from the front end will be taken out first from the Queue.