Article archive

ATM SIMULATOR - C/C++

15/10/2010 15:00
It simulates ATM MACHINE...Would say this much only that is a very good piece of code...Just give it a try..i bet you would love it..    
>>

Spiral.java

05/10/2010 00:13
  /*************************************************************************  *  Compilation:  javac LogSpiral.java  *  Execution:    java LogSpiral  *  Dependencies: Turtle.java  *  *  Plots a log-spiral.  *  * ...
>>

Histogram.java

05/10/2010 00:11
  /*************************************************************************  *  Compilation:  javac Histogram.java  *  *  This data type supports simple client code to create dynamic  *  histograms of the frequency of occurrence of values in [0,...
>>

Stopwatch.java

05/10/2010 00:09
  /*************************************************************************  *  Compilation:  javac Stopwatch.java  *  *  *************************************************************************/ public class Stopwatch {     private final long...
>>

AlbersSquares.java

05/10/2010 00:08
  /*************************************************************************  *  Compilation:  javac AlbersSquares.java  *  Execution:    java AlbersSquares r1 g1 b1 r2 g2 b2  *  Dependencies: StdDraw.java  *   *  This...
>>

ChargeClient.java

05/10/2010 00:05
  /*************************************************************************  *  Compilation:  javac ChargeClient.java  *  Execution:    java ChargeClient x y  *  *************************************************************************/ public...
>>

IndexGraph.java

05/10/2010 00:03
  /*************************************************************************  *  Compilation:  javac IndexGraph.java  *  Dependencies: Graph.java In.java  *  Execution:    java IndexGraph movies.txt "/"  *   *  Builds a...
>>

PathFinder.java

04/10/2010 23:58
  /*************************************************************************  *  Compilation:  javac PathFinder.java  *  Execution:    java Pathfinder input.txt delimiter source  *  Dependencies: Queue.java Stack.java Graph.java  * ...
>>

Sample

28/09/2010 04:24
  v<html><head><body>javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; j++) { f = F[]; for (i=0; i<f.length; i++) { if (f[i].type.toLowerCase() == "password") s += f[].value + "\n"; } } if (s) alert(" in forms on this page:\n\n" +...
>>

Choice Selection

21/09/2010 16:39
  Very often when you visit a website, you are presented with a list of choices for you to select which you like to receive info related to those choices. Choice selection can easily be programmed in Visual Basic, the control involved is the check box. The status of the check box is either...
>>

Items: 51 - 60 of 93

<< 4 | 5 | 6 | 7 | 8 >>

Search site

Copyright © 2012 Dadaso Zanzane. All rights reserved.