Monday, August 31, 2009

Efficiency Of Search

Efficiency Of Different Search Techniques



DETAIL :ThiS program takes two arrays(arr[] and src[]) as input from the user and search
  each element present in the src[] in the array arr[] using different methods like
  sequential search in ordered and unordered list, binary search and interpolation 
 search. Calculating the average number of comparisons obtained using different 
  methods,a *.xls file has to be created which then after being downloaded to the Windows
  ,a graph of the analysis is to be prepared

Saturday, August 29, 2009

Crysis

Crysis

As an action game, Crysis could be the best first-person shooter ever, blending over-the-top gunning and dazzling pyrotechnics with enough freedom to make you feel like the cunning badass you always wanted to be. It's an immensely satisfying, richly detailed experience.


Everything that made "Far Cry" good was successfully taken to the next level in Crysis (with the possible exception of the AI). Even if we are looking at one of the biggest hardware hogs ever to grace the PC platform, and despite the AI issues, this first-person shooter comes highly recommended from me.

Bionic Commando Rearmed

Bionic Commando Rearmed


Twenty years ago, Bionic Commando swung its way onto the NES. Though many U.S. gamers never played the original, the name and difficulty have become part of gaming lore.
Capcom is finally revisiting the classic with an updated version that takes everything that was good from the past, modernizes it, and then adds new layers of awesome. Bionic Commando Rearmed is the ultimate videogame remake.I simply loved it.

Bargraph In C

Bargraph In C


This program takes the frequency of different inputs, and based 
  on a specific scale generates a graph for it.

Download