Category Archives: COMPUTER SCIENCE
Software Requirements Specification Report for a Project
Computer Science Project Topics
Aqua Communication using Modem
While wireless communication technology today has become part of our daily life, the idea of wireless undersea communications may still seem far-fetched. However, research has been active for over a decade on designing the methods for wireless information transmission underwater. Significant progress has been made in terrestrial sensor networks to revolutionize sensing and… Read More »
Implementation of Hamming code
Implementation of Queue
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.