Results 1 to 5 of 5
Thread: Need nearest neighbor code
- 09-20-2008, 04:33 AM #1
Member
- Join Date
- Sep 2008
- Posts
- 3
- Rep Power
- 0
-
You may wish to give enough information in your question so that it is somewhat possible to answer it. Also, it is far better to ask a specific question about your code than to ask for "the code" Best of luck!
- 09-20-2008, 05:08 AM #3
Member
- Join Date
- Sep 2008
- Posts
- 3
- Rep Power
- 0
the code is about matching the input data with stores data. it will output data that are very closet to the input.
example input data is 41, data that already store is 39 45 and 59. so the the input is closet to 39.
-
What many of us try to do here is not to give code solutions, but help you learn enough to get a solution. With that in mind, what code have you created so far? Oh, also, when you post code, please use code tags so your code retains its formatting. You do this by placing [code] on top of and and [/code] underneath any blocks of code you paste here. i.e.,
Java Code:[code] // your code block goes here. // note the differences between the tag at the top vs the bottom. [/code]
- 09-20-2008, 02:38 PM #5
Similar Threads
-
Is it possible to code like this?
By Orange in forum New To JavaReplies: 8Last Post: 08-13-2008, 10:29 AM -
I need help fixing my code.. or non code?
By MrHuggykins in forum New To JavaReplies: 1Last Post: 03-19-2008, 10:12 PM -
Here is my code, can anyone here help me?
By Java_Man in forum New To JavaReplies: 1Last Post: 02-16-2008, 02:41 AM -
tic tac toe code
By zoe in forum New To JavaReplies: 1Last Post: 07-23-2007, 04:36 PM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks