Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Real life problems :)
#21
Neo,
Not in my opinion. The guys seem to be getting a good workout with Nathan's version. If I find the time, I still may take a crack at it myself.
*****
Reply
#22
Hello, Neo.

My recent algorithm calculates
  • Change(7592; {1, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31})
in about 1 second on my experimental P350. It performs no sifting, though. If I were asked, it could have gone for one :-D. Thought you would be interested.

When trying it out, apart from redefining
Code:
myLimit
for redimensioning for the new query, don't forget to redimension
Code:
DIM bld(1024) AS buildTAG
under Change() to something like 8192 also.

And, yes: Post your challenge. If they are close to my area of interest and profession, I, myself, would be glad to participate.

Notice (this is not the best place to post this, but...): I had no way to post an entry to your character recognization challenge. A reasonable one would involve AI, statistics, and stuff like that. This is too much luxury for BASIC, I suppose. I think you told you wrote it in BASIC. Can we take a look at it? Thanks in advance.
Don't interrupt me while I'm interrupting." - Winston S. Churchill
Reply
#23
Quote:Neo,
Not in my opinion. The guys seem to be getting a good workout with Nathan's version. If I find the time, I still may take a crack at it myself.
You say so... 8) (*glad I don't have to translate 10 pages of exercises...* :lolSmile
Maybe I'll take a look at it myself again, after all, it was a year ago... Smile

Quote:Notice (this is not the best place to post this, but...): I had no way to post an entry to your character recognization challenge. A reasonable one would involve AI, statistics, and stuff like that. This is too much luxury for BASIC, I suppose. I think you told you wrote it in BASIC. Can we take a look at it? Thanks in advance.
Hello ToohTooh,

That 1 second to calculate the problem is great! Smile Then you have 10 points for that test run if you were on the NIO Smile *Looks up test run files* Ah, there's no copy on the internet Sad
Anyway, I'm interested in how you calculated the answer so quickly, because even our C++ version took ages... Smile

About the character recognition, I suggest you read the topic again Smile It isn't writing an OCR, it's just solving some exercises. The exercises are rather simple to do in QB, as in the exercise description, there's also told how you can tackle the problem. If the problem was to write an OCR, this problem would have been too much in any programming language.
You can always take a look at my code if you're interested though. Just PM me and I'll send them to you.



To all:
If anyone likes a real competition, try out http://www.codecup.nl/intro.php!!! Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)