Freeware Downloads for "Binary Search Binary String"
- Animated Binary Search Tree
- License: Freeware

An interactive binary search tree. The user may interact with the tree by performing rotations, balancing, insertions, and deletions. For educational purposes.
- Platform: WinOther
- Publisher: binarytreeanim.sourceforge.net
- Date: 10-07-2012
- Size: 2873 KB
- GNU libavl
- License: Freeware

Binary search trees provide O(lg n) performance on average for important operations such as item insertion, deletion, and search operations. Balanced trees provide O(lg n) even in the worst case. GNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. It supports these kinds of trees: - Plain binary trees: - Binary search trees - AVL trees - Red-black trees - Threaded binary trees: - Threaded binary search trees - Threaded AVL trees - Threaded red-black trees - Right-threaded binary trees: - Right-threaded binary search trees - Right-threaded AVL trees - Right-threaded red-black trees - Binary trees with parent pointers: - Binary search trees with parent pointers - AVL trees with parent pointers - Red-black trees with parent pointers.
- Platform: C and C plus plus, Scripts
- Publisher: Ben Pfaff
- Date: 03-05-2013
- Size: 2662 KB
- Binary Search Debugger
- License: Freeware

an autoIt script to do binary search debugging. you'll need to install autoIt to use this script. the script is a framework to automate binary search debugging methodology.
this code is set up as an example of automated binary search debugging.
in this example, the script searches a txt file called blah.txt for one line containing the text "blah". the binary search debugger searches for the line containing blah..
- Platform: WinOther
- Publisher: Binarysearchdeb
- Date:
- Zuse Binary Converter
- License: Freeware

Named after Konrad Zuse, inventor of the first computer, Zuse Binary Converter converts text to binary and binary to text. Personal Loans - Bad Credit Personal Loans - Fast Cash Loans. Need personal loans or cash loans? Borrow up to $1,500. Apply online and have lenders compete for your business. Bad Credit? No problem.
- Platform: Windows
- Publisher: Personal Loans
- Date: 03-03-2011
- Size: 39 KB
- Miraplacid Binary and Text DOM SDK
- License: Freeware

Miraplacid Binary and Text DOM SDK represents two complementary technologies - BinaryDOM and TextDOM. This is redistributable software library component (dll) which works on .Net platform accompanied with documentation, data files and examples. Miraplacid Binary Document Object Model (Binary DOM) provides easy access to binary files in known formats. It can be used for binary data analysis and modification. How it works: of course, it cannot be done without knowing the binary file format. Both Miraplacid Binary DOM and Miraplacid Data Viewer rely on Miraplacid Binary Data Definition (.
- Platform: Linux, Unix, Windows, Other
- Publisher: Miraplacid
- Date: 02-08-2020
- Size: 560 KB
- JAJALGO
- License: Freeware

This application is a tree algorithms visualizator. The user can create his own tree of a certain type (among binary, binary search, and red black), his algorithm and then can observe the execution in real time of his algorithm on his tree..
- Platform: Linux, Mac, Windows
- Publisher: jajalgo.sourceforge.net
- Date: 06-11-2012
- Size: 4118 KB
- libclaw
- License: Freeware

CLAW is a C++ Library Absolutely Wonderful providing useful classes from the simplest AVL binary search trees to the complex meta programming tools, including image manipulation, a generic alpha-beta algorithm, sockets implemented as std::stream and more.
- Platform: Linux, Unix, Windows
- Publisher: libclaw.sourceforge.net
- Date: 23-11-2012
- Size: 323 KB
- Opsis: Teaching BST Algorithms
- License: Freeware

Opsis is a Java applet designed to teach binary search tree algorithms. Opsis is not an animation program; rather, the system uses visual programming in an abstract way..
- Platform: Linux, Unix, Windows
- Publisher: opsis.sourceforge.net
- Date: 24-10-2012
- Size: 68 KB
- Red black tree Delphi class
- License: Freeware

Delphi class incapsulating functionality of Red-black binary search tree.
- Platform: WinOther
- Publisher: aleprojects.com
- Date: 05-06-2012
- Size: 6 KB
- sgrep (sorted grep)
- License: Freeware

Sgrep (sorted grep) is a much faster alternative to traditional Unix grep when searching large files, because sgrep searches sorted input files using a fast binary search to find matching lines..
- Platform: Linux, Unix
- Publisher: sgrep.sourceforge.net
- Date: 17-05-2012
- Size: 16 KB
- Dictionary (BST)
- License: Freeware

aC++code which is written in "binary search tree" method,and works like dictionary(included each word and its meaning in a Node)this programe has to be able to add,update and pass the tree(in inorder way) which you definde.
Dictionary (BST) License - Apache License V2.0; BSD License; GNU General Public License (GPL); GNU Library or Lesser General Public License (LGPL); MIT License; Public Domain.
- Platform: WinOther
- Publisher: Dictionary
- Date:
- Search And Replace
- License: Freeware

Search and Replace is an award winning, easy to use search and replace utility loved by programmers, webmasters, and novice computer users alike. Search and Replace looks through multiple files for a string and can also replace it with another string. It can search subdirectories and ZIP files and do case sensitive or insensitive searches. Extensive support for grep style regular expression search & replacements includes operations that span more than one line, incrementing number replacements, and inserting the path & filename in replaced files.
- Platform: Windows
- Publisher: Funduc Software
- Date: 19-9-2009
- Size: 1423 KB
- Binary Converter NET
- License: Freeware

Binary Converter NET is a handy, lightweight application that can perform binary conversions.
The application provides support for multiple numeral systems, so you can use it to convert binary to decimal, hexadecimal to octal, octal to binary and more.
.
- Platform: Windows
- Publisher: Damian Borecki
- Date:
- Get Binary
- License: Freeware

Get Binary was designed as a simple, accessible and easy-to-use Command Line-based tool that is able to extract binary information from a file.
Now it is very easy to extract the binary data you want in no time at all with the help of this Open Source software.
.
- Platform: WinOther
- Publisher: Thomas Baer
- Date:
- Binary Tools
- License: Freeware

The Binary Tools package contains 2 simple binary tools:
- reverse: takes the input file, reverses it (first byte becomes last byte, ) and writes it to a new file
- middle: extracts a sequence of bytes from the input file and writes it to a new file.
- Platform: WinOther
- Publisher: Didier Stevens
- Date:
- Size: 61 KB
- Polynomial curve fitting
- License: Freeware

LABEL is a generalization of BWLABEL: BWLABEL works with 2-D binary images only, whereas LABEL works with 2-D arrays of any class. L = LABEL(I,N) returns a matrix L, of the same size as I, containing labels for the connected components in I. Two adjacent components (pixels), of respective indexes IDX1 and IDX2, are connected if I(IDX1) and I(IDX2) are equal. N can have a value of either 4 or 8, where 4 specifies 4-connected objects and 8 specifies 8-connected objects; if the argument is omitted, it defaults to 8.
- Platform: Matlab, Scripts
- Publisher: Damien Garcia
- Date: 15-01-2013
- Size: 10 KB
- TextToBinary Converter
- License: Freeware

TextToBinary Converter is a specially developed software application that can easily convert characters and numbers into binary code.
All you have to do is launch TextToBinary Converter, type / copy your text and press the "Translate" button.
.
- Platform: WinOther
- Publisher: Glenn Tows
- Date:
- MDADD String date add
- License: Freeware

This is a string date add routine that computes add of start date with increment in days, months and (or) years . Comand line switches requires the start date string, increment string input together with a date formating string eg mdadd 20081008 00010000 YYYYMMDD (for adding 1 year) .
.
- Platform: WinOther
- Publisher: Jasenko Dzinleski
- Date:
- Size: 30 KB
- Version Information Manipulator Library
- License: Freeware

The Version Information Manipulator Library is a DLL that can be used to access and manipulate binary version information from executable and binary resource files and to update and write version information to binary resource files.
The advantage of using this library over the Windows API for reading version information is that the library can cope with badly formed version information that would defeat the API routines. Furthermore the library can enumerate the contents of string tables and list and access non-standard string table entries.
- Platform: WinOther
- Publisher: Peter Johnson
- Date:
- Size: 163 KB
- 6-bit Binary Compression
- License: Freeware

6-bit Binary Compression is a fast compression routine based on a 4-byte data word translation via 6-bit bit parity table . 6 bit table entries were computed by ommitting last two bits (having decimal values 1 and 2) in a single byte (0 to 255) giving 64 index entries combination (s) per data byte . Also all truncation entries from a 4-byte data word have only 256 combination (s) . The 4 6-bit (truncated) dictionary entries are (re) indexed and writen to a compressed data output file in a truncated index number order having (binary) length (s) from 7 to 18 bits compared to the original data 32 bit (word) length .
- Platform: Windows
- Publisher: jasenko.com.mk
- Date:
- Size: 51 KB
Binary Search Binary String: Freeware | All




