IonicWind Software

Announcements => User Offerings => Topic started by: Ficko on July 04, 2009, 02:33:49 PM

Title: ArraySearch
Post by: Ficko on July 04, 2009, 02:33:49 PM
This is a small library providing fast search in not sorted ebasic arrays.

Full source +demo included.

Ficko
Title: Re: ArraySearch
Post by: mrainey on July 04, 2009, 03:41:10 PM
Thank you.
Title: Re: ArraySearch
Post by: Ficko on July 05, 2009, 11:14:30 AM
Added a Quick/Insertion sort hybrid algo.

Fixed "Ubounds" for highest index instead of the dimensions of the array.

P.S.

Quick/Insert sort req. SSE
Title: Re: ArraySearch
Post by: Ficko on July 14, 2009, 08:36:03 AM
Added search in sorted arrays + makeshift "Help.txt" & demos.
Title: Re: ArraySearch
Post by: Ficko on July 16, 2009, 02:46:18 PM
Added chaining different type of arrays.
Extended sorted search to search arrays sorted descending.
+"ArraysLib.chm"
Title: Re: ArraySearch
Post by: Ficko on July 17, 2009, 12:26:59 PM
Added functions for sorting Listview control.

Title: Re: ArraySearch
Post by: Ficko on July 20, 2009, 12:36:46 PM
Bugfix.
-Sorted search could wind up in dead lock if the value searched for wasn't in the array.

Numerous typo corrected in the "Help" file.
-Sorry for that I am not an english major- :D
Title: Re: ArraySearch
Post by: ZeroDog on July 20, 2009, 12:46:11 PM
Looks like you' ve done a nice job so far  :)  Help file is easy enough to understand too.  Thanks!
Title: Re: ArraySearch
Post by: Techno on April 10, 2012, 03:13:08 AM
Ficko,

Can you create an DLL library because I want to used this functions of array search in other languages such as pb, c++, c

Kind regards
Stephane