|
Home / Data Manipulation / Algorithms
Sort By: Name | Kind | Author |
Date Added |
Rating
CoreClasses (Plugin)
License: Commercial
Author: Einhugur Software
High speed Arrays, Stacks, Queues, Collections, Dictionaries, Sets and Tokenizers
Added: 2003-08-12 Hits: 1015 Rating:
Rate | Review | Read Reviews (0) Polygon (Class)
License: Open Source
Author: Temponautics
Class to create, edit and manipulate polygons for use in RB graphics objects. Can be used to check whether a point is inside a certain area, whether a polygon is arranged clockwise, rotate it, et c.
Added: 2003-09-28 Hits: 1005 Rating:
Rate | Review | Read Reviews (0) ArrayTiming (Example)
License: Freeware
Author: Andy Dent
Little test program comparing array updating by appending, appending in a function or preallocating the entire array, so you can see just how fast Append really is!
Added: 2004-06-18 Hits: 789 Rating:
Rate | Review | Read Reviews (0) Mersenne Twister (Module)
License: None
Author: Aaron Ballman
A great feature of REALbasic 2006r1 was the introduction of a many new integer data types. You can now use signed and unsigned integers of varying degrees of precision. This opens up a new realm of algorithms that can be implemented easily in REALbasic.
The Mersenne twister algorithm is commonly used as a fast pseudo-random number generator for things like simulations and games.
I've ported this algorithm into REALbasic, and am making the code available for everyone to use, free of charge.
Added: 2006-01-12 Hits: 642 Rating:
Rate | Review | Read Reviews (0) Doing Undo (Tutorial)
License: Commercial
Author: Scott Forbes
You've almost finished your first serious REALbasic project, the one you might someday publish. You've learned the language, you understand the fundamentals of object-oriented programming, and you've written the core of your application. Now all you need are the finishing touches: An About box, an icon or two... and, of course, you need an Undo command. This is the article to guide you through those treacherous waters. Leave the life jacket at home, Scott knows how to swim in the deep end, and you will too, once you finish this article.
Added: 2006-01-20 Hits: 700 Rating:
Rate | Review | Read Reviews (0) Diff (Module)
License: Other
Author: Thomas Tempelmann, based on Java code by Jeff Pace
Find differences between two revisions of a text. Same algorithm that the unix "diff" tool uses to compare two text files. License is LGPL.
Added: 2008-01-22 Hits: 498 Rating:
Rate | Review | Read Reviews (0)
|