Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.069.002 Times

Binary software
Filter: All | Freeware | Demo
 

Binary

< 1 2 3 4 5 
Added: June 12, 2013 | Visits: 472

BINARY(Mod-16) COUNTER Four J-K Flip Flops available in Simulink Extras are connected in cascade to form a Four-bit Binary Counter also known as Mod-16 Counter. This circuit output gives one pulse for application of 16 input triggers applied as clock pulses. This counter is one of the most useful subsystems in digital...



Platforms: Matlab

License: Freeware Size: 10 KB Download (48): BINARY(Mod-16) COUNTER Download

A manual code for image THRESHOLDING (or) Color to binary image conversion In this code first the color image is converted into grayscale image using the function rgb2gray().And then a thresholding method is used to convert the image into binary format..





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A manual code for image THRESHOLDING (or) Color to binary image conversion Download

Added: May 29, 2013 | Visits: 353

Lacunarity of a binary image The gliding box algorithm proposed by Tolle et al., Physica D, 237, 306-315, 2008 is used to calculate the lacunarity of a binary image.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Lacunarity of a binary image Download

Added: August 06, 2013 | Visits: 461

NBPSO (New Binary Particle Swarm Optimization) Algorithm Particle swarm optimization (PSO) is one of the modern heuristic algorithms that can be applied to continuous and discrete optimization problems.The original binary PSO (BPSO) has got some disadvantages that make the algorithm not to converge well.To deal with these disadvantages, a new BPSO...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): NBPSO (New Binary Particle Swarm Optimization) Algorithm Download

Added: August 06, 2013 | Visits: 306

Matlab 3D vectors to Paraview (via binary VTK file) One of the few weak points in MATLAB is its low speed when displaying 3D vector plots. Paraview is an open source visualization tool that seems to work pretty well.This contribution shows how the MATLAB 3D flow example is written to a binary VTK file.In Paraview follow these steps:* CTRL+O to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Matlab 3D vectors to Paraview (via binary VTK file) Download

Added: April 10, 2013 | Visits: 388

blockPlot - A block-like 3D drawer for binary masks This function creates a 3D stacked block drawing of a binary mask by drawing square patch objects at each face of the mask which borders empty space. It is similar to isosurface, and useful for visualizing a 3D binary mask in its entirety (with no interpolation as in isosurface).function...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): blockPlot - A block-like 3D drawer for binary masks Download

Added: May 06, 2013 | Visits: 359

Binary image edge detector The file contains two functions:edgechaincode - Binary image edge detector, 4 and 8 directions.Can be used as the first step in chain code compression.runlength - Run-Length encoding of binary image.Does not contain decoding.Probably can be done without loops.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Binary image edge detector Download

Added: June 04, 2013 | Visits: 299

Binary image edge detector. The file contains two functions:edgechaincode - Binary image edge detector, 4 and 8 directions.Can be used as the first step in chain code compression.runlength - Run-Length encoding of binary image.Does not contain decoding.Probably can be done without loops.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Binary image edge detector. Download

Added: June 21, 2013 | Visits: 320

Removing blob(s) from a binary image BWREMOVE Removes objects in binary image.BW3 = BWREMOVE(BW1,BW2) returns a binary image BW3 where the objects from the mask image that overlap the seed image are removed. Both the seed BW1 and the mask BW2 images can have multiple blobs.[BW3, BW4] = BWREMOVE(BW1,BW2) returns the binary image BW4...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Removing blob(s) from a binary image Download

Added: August 01, 2013 | Visits: 399

Efficient convertors between binary and decimal numbers These programs were developed for fast conversions between binary and decimal integers (there are other programs by fellow Matlab-users, dealing with fractions). They can be useful when the binary numbers are in vector form instead of strings.b2d takes a binary number in the form of an array and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Efficient convertors between binary and decimal numbers Download

Added: August 28, 2013 | Visits: 306

Floating number conversion to binary and vice-versa This M-File extends MATLAB's inbuilt dec2bin() and bin2dec() functions functionalities. When you enter a floating point number as 25.757 you expect to get the correspoing binary number and vice versa.Feel free to make corrections. But make reference to me where needed(laugh).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Floating number conversion to binary and vice-versa Download

Added: July 25, 2013 | Visits: 412

Get binary volumes from a volume of labels / integers Creates a set of binary volumes from a volume of labels (integers value)When using label volumes (volumes with regions defined by integers), it is sometimes useful to obtain the binary volumes of each region for further processing or to calculate statistics. This program takes as an input a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (45): Get binary volumes from a volume of labels / integers Download

Added: April 10, 2013 | Visits: 316

Recode Categorical Variable into New Binary Variables Adds N-1 binary (effect or dummy coded) variables based on a categorical variable to your dataset.% OUTPUT%Returns your dataset with N-1 binary variables recoded from a%categorical var that has N categories.%The Nth category isn't included as a distinct variable (will be represented by all 0's or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Recode Categorical Variable into New Binary Variables Download

Added: August 06, 2013 | Visits: 289

python-binary-memcached A pure python module to access memcached via it's binary with SASL auth support. The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): python-binary-memcached Download

Added: November 12, 2013 | Visits: 320

BCLF - Binary Common Logging Format BCLF is the Binary Common Log Format, a fast, platform independent, streamable, compact logging format that resembles the Extended CLF logging format in content. The project goal is to make an Apache module and enhance the format without giving up speed.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (34): BCLF - Binary Common Logging Format Download

Added: May 06, 2006 | Visits: 5.057

Ozum Powerful yEnc newsreader optimized for images, sound&video. Only Ozum permits you to pre-play individual parts of multipart audio/video files (most popular formats) before having to download and assemble the whole file. Ozum includes a built-in viewer for images, on-line and off-line newsreader,...


Platforms: Windows

License: Shareware Cost: $28.90 USD Size: 4.7 MB Download (1263): Ozum Download

Added: September 12, 2006 | Visits: 2.529

Pluckit Pluckit is a Windows program that automatically searches newsgroups for binary attachments. It downloads (plucks) them from the newsgroup to your hard drive.This program seeks out only the messages having pictures, grabs them, saves them to your hard drive, and then (only if you wish) displays...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 5.76 MB Download (304): Pluckit Download

Added: January 25, 2006 | Visits: 2.734

ASHE-A Scripted Hex Editor ASHE - A Scripted Hex Editor is a hex editor with a built-in scripting language. Through the user interface you can view basic data types in hex, binary or decimal. From an 8 byte viewport, data is sliced into 8 single characters, four 16 bit integers (signed and unsigned are displayed), two 32...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 4.75 MB Download (195): ASHE-A Scripted Hex Editor Download

Released: January 24, 2008  |  Added: January 24, 2008 | Visits: 3.546

HexCmp Fairdell Software is proud to present a new program HexCmp, which combines together the features of a binary file comparison application and a convenient hex editor. The program will help you to compare files in binary format, at the same time serving as a hex editor that will edit and modify...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 713.28 KB Download (1045): HexCmp Download

Released: September 29, 2017  |  Added: October 11, 2017 | Visits: 4.399

010 Editor 010 Editor is a professional text/hex editor designed to edit any file, drive, or process on your machine. Using our unique Binary Templates technology, 010 Editor allows a binary file to be parsed into a data structure that can be understood. Features an easy-to-use editor with standard Cut,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $129.95 USD Size: 15.83 MB Download (238): 010 Editor Download

< 1 2 3 4 5