Friday, 20 September 2013

Mobile Computing Project : WML (Wireless Markup Language) mini project on 'E-Commerce website' free download

This is a mini project in wml on an online shop. You can Donload the project from the DOWNLOAD BOX.Download the file 'wmlproject.zip' from the download box.

VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 7 java codes

Monday, 16 September 2013

Robotics and AI : Wumpus world problem Java Code/Program.

Given below is the java program for "Wumpus world problem".
The program gives a perfect implementation of this problem.It accepts the environment from the user dynamically, and then the agent tries to explore the best possible path to reach the gold, preventing the pits and the wumpus.
This is a perfect code with sample outputs for two scenarios/environments.

VIEW OUR SPECIAL PAGE ON, " ROBOTICS AND ARTIFICIAL INTELLIGENCE " FOR SEM 7 STUDENTS -  Robotics and Artificial Intelligence



VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 7 java codes

Thursday, 5 September 2013

Sem 4 & Sem 7 (AOAD & RAI) : N queen Algorithm Java Code



VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 7 java codes

Tuesday, 27 August 2013

Water Jug Problem Java program

The java code for Water Jug Problem is given below.There are many solutions for it run the code to find all.

VIEW OUR SPECIAL PAGE ON, " ROBOTICS AND ARTIFICIAL INTELLIGENCE " FOR SEM 7 STUDENTS -  Robotics and Artificial Intelligence

Thursday, 1 August 2013

System Security : C code for Playfair Cipher (Should be executed in Linux with gcc.)

The Playfair cipher or Playfair square is a manual symmetric encryption technique and was the first literal digraph substitution cipher. The scheme was invented in 1854 by Charles Wheatstone, but bears the name of Lord Playfair who promoted the use of the cipher.
The technique encrypts pairs of letters (digraphs), instead of single letters as in the simple substitution cipher and rather more complex Vigenère ciphersystems then in use. The Playfair is thus significantly harder to break since the frequency analysis used for simple substitution ciphers does not work with it. Frequency analysis can still be undertaken, but on the 600 possible digraphs rather than the 26 possible monographs. The frequency analysis of digraphs is possible, but considerably more difficult – and it generally requires a much larger ciphertext in order to be useful.


VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 7 java codes