| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Beginners Intro to LOOPING: FOR | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / princennamdi | 3142 since 9/1/2010 5:37:18 PM | Unrated
|
| |
looping is a fundamental function in any programming
language, it enables you to repeat something any
given or non given number of times...lets say you
want your program to print Hello world 5 times if the
user specified 5, or you want your program to ...(description truncated) |
| |
| |
| |
 |
Binary Search | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Gonzales Cenelia | 3657 since 12/31/2005 1:19:35 AM |
By 1 Users
|
| |
This is a simple implementation of the "binary search algorithm" |
| |
| |
| |
 |
Bouncing Balls | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Hendra Gunawan | 6782 since 4/9/2004 10:32:31 AM | Unrated
|
| |
This is a simple Bouncing Balls JAVA Program which show the MultiThreading Process.
Program Ability
---------------
# Add Balls
# Delete a single Ball
# Delete all Balls
# Pause/Resume a single Ball
# Pause/Resume all Balls
# Set Ball Color
# Set Ball Siz ...(description truncated) |
| |
| |
| |
 |
Calendar Servlet | Java (JDK 1.2) | Beginner / VbNick | 8009 since 2/22/2004 6:37:31 AM |
By 1 Users
|
| |
This is just a beginners' stuff. I was archiving my old files and I saw my servlet examples from Java lectures. I just wanted to post some of them, and gave a start with this piece of code. Hope beginners find it usefull. This is a servlet, written in IBM ...(description truncated) |
| |
| |
| |
 |
Chatterbot5 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Gonzales Cenelia | 1795 since 4/7/2010 9:03:43 AM | Unrated
|
| |
The purpose of this program is to improve the previous implementation of
this program (chatterbot4). The code for this one is encapsulated into a class.
Most of the functionalities of the program are implemented by using functions.
|
| |
| |
| |
 |
Chatterbot6 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Gonzales Cenelia | 1921 since 4/7/2010 9:04:13 AM | Unrated
|
| |
The purpose of this program is to improve the previous implementation of
this program (chatterbot5). In this version, we introduce "sign on messages" that
the bot can you use to start the "chating session". |
| |
| |
| |
 |
Chatterbot7 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Gonzales Cenelia | 1748 since 4/7/2010 9:05:17 AM | Unrated
|
| |
The purpose of chatterbot7 is to implement the concept of 'keyword ranking' into the chatterbot
With the keyword ranking feature implemented into the Chatbot, the program will be capable
of selecting the 'longest keyword' that match's the current user inp ...(description truncated) |
| |
| |
| |
 |
Chatterbot8 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Gonzales Cenelia | 1703 since 4/7/2010 9:06:04 AM | Unrated
|
| |
the purpose of Chatterbot8 is to illustrate the concept of 'keyword equivalence'
Some keywords can be treated the same way because they have the same meaning and so therefore
we call them equivalent. ex: "HI", "HELLO" are both equivalent because they have ...(description truncated) |
| |
| |
| |
 |
Chatterbot9 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Gonzales Cenelia | 2387 since 4/7/2010 9:07:11 AM |
By 2 Users
|
| |
The purpose of Chatterbot9 is to introduce the concept of 'sentence transposition'
Sentence transposition is basic way of conjugating verbs inside the 'user input' by changing them
from the 'first person' to the 'second person' or the reverse.
Ex: if the ...(description truncated) |
| |
| |
| |
 |
Circle | Java (JDK 1.4), Java (JDK 1.5) | Beginner / AhmedNassar | 1001 since 4/24/2012 10:23:37 AM | Unrated
|
| |
Calculate diameter, Circumistance, Area of circle |
| |