| Topics in Doc web: | Changed: now 18:20 GMT | Changed by: |
| SchedulerBenchExample | 02 Sep 2003 - 20:29 - NEW | DuncanLissett |
| package bench; let int MaxTasks 6; class Scheduler { private Tcb table new Tcb MaxTasks .fill(int index NoTcb); private Tcb list NoTcb; private Tcb currentTcb NoTcb ... | ||
| ScissorsPaperRockNoviceExample | 28 Apr 2005 - 11:55 - r1.6 | TWikiGuest |
| / From the command line 1) create a directory scissors 2) cd into directory scissors 3) save this source code as main.nice in directory scissors 4) compile the source ... | ||
| ShapesBeginnerExample | 10 Jan 2004 - 15:43 - r1.4 | IsaacGouy |
| / Please try the NoviceExamples before the BeginnerExamples To compile: nicec sourcepath .. a shapes.jar shapes / abstract class Shape { int x; int y; void moveTo ... | ||
| ShapesIntermediateExample | 24 Dec 2003 - 21:28 - r1.4 | IsaacGouy |
| / Please try the BeginnerExamples before the IntermediateExamples To compile: nicec sourcepath .. a shapes.jar shapes To run: java jar shapes.jar / // Let's assume ... | ||
| SieveBeginnerExample | 10 Jan 2004 - 15:44 - r1.3 | IsaacGouy |
| / Please try the NoviceExamples before the BeginnerExamples To compile: nicec sourcepath .. a sieve.jar sieve To run: java jar sieve.jar 900 / void main(String args ... | ||
| SimpleProducerConsumerCspExample | 28 Apr 2005 - 11:55 - r1.9 | TWikiGuest |
| / Please try the NoviceExamples before these examples To compile: nicec classpath "jcspclasses.jar;nice-csp.jar" sourcepath .. a prodcons.jar prodcons To run: java ... | ||
| SingletonPattern | 11 Jun 2003 - 20:02 - r1.3 | BrynKeller |
| In Java, creating a singleton class involves StaticMethods and StaticFields: package a; public class Single { public static Single getInstance() { return instance ... | ||
| SpellcheckBeginnerExample | 10 Jan 2004 - 19:06 - r1.4 | IsaacGouy |
| / Please try the NoviceExamples before the BeginnerExamples To compile: nicec sourcepath .. a spellcheck.jar spellcheck To run: java jar spellcheck.jar dictionary ... | ||
| StaticFieldsAndMethods | 11 Feb 2003 - 13:36 - r1.2 | TWikiGuest |
| Static methods A static method in Java is just a function (no dispatch) and it has no implicit 'this' parameter. So in Nice you can write a function instead (directly ... | ||
| StatisticsLinks | 27 Jan 2004 - 00:11 - NEW | DanielBonniot |
| http://sourceforge.net/project/stats/index.php?report months group id 12788 Page views and downloads on Sourceforge http://freshmeat.net/project-stats/view/38207 ... | ||
| StrcatBeginnerExample | 10 Jan 2004 - 19:06 - r1.4 | IsaacGouy |
| / Please try the NoviceExamples before the BeginnerExamples To compile: nicec sourcepath .. a strcat.jar strcat To run: java jar strcat.jar 40000 / void main(String ... | ||
| SuperCall | 14 Oct 2003 - 23:42 - r1.6 | RohanHart |
| This page documents the current super mechanism in Nice. It compares it with super in Java, and calls for discussion on ehancements. First, it does not make sense ... | ||
| SwingLibraryExample | 30 Jan 2003 - 01:38 - NEW | TWikiGuest |
| This example shows the way one can add and remove event listeners using the swing library. It uses new classes not present in cvs yet (See NiceGuiControlClasses for ... | ||
| Topic WebHome . { } |
|
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |