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.163.585 Times

Binary Explosives Formulas software
Filter: All | Freeware | Demo
 

Binary Explosives Formulas

< 1 2 3 4 5 
Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 323

Source 2 Binary (S2B) Source 2 Binary (S2B) is an attempt to simplify the software build environment provided by Make and Autoconf. Implemented in Python, S2B allows build scripts to simultaneously mix simple, makefile-like target descriptions with regular Python code.



Platforms: Windows, Mac, Linux

License: Freeware Size: 18.84 KB Download (51): Source 2 Binary (S2B) Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 496

BMDFM -Binary Modular DataFlow Machine BMDFM (Binary Modular DataFlow Machine) is software, which enables running an application in parallel on shared memory symmetric multiprocessors (SMP) using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to the...





Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 48.6 MB Download (50): BMDFM -Binary Modular DataFlow Machine Download

Added: May 23, 2013 | Visits: 557

Encode Decode ASCII Binary Very simple program to convert regular ASCII text to a block of binarry numbers and vise versa. Just run the following commands to view an example:encode('test.txt','binary.txt')decode('binary.txt','ascii.txt')


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Encode Decode ASCII Binary Download

Added: April 13, 2013 | Visits: 408

Binary Conversion Methods Five methods for converting a signal to a binary representation. Methods outlined in Arthur Petrosian, "Kolmogorov Complexity of finite sequences and recognition of different preictal eeg patterns".Methods are:1. average method: sample assigned 1 if above the signal average2. modified zone...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Binary Conversion Methods Download

VAPOUR LIQUID EQUILIBRIUM P-T-x-y CALCULATIONS FOR A IDEAL BINARY MIXTURE This being a very basic program for the demonstration of bubble and dew point calculations of a ideal binary VLE mixture obeying Raoult's. The basic purpose of this program is to demonstrate VLE P-T-x-y calculations of a ideal binary mixture and to get related data in graphical form for any such...


Platforms: Matlab


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 (52): 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: 462

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 (48): NBPSO (New Binary Particle Swarm Optimization) Algorithm Download

Added: August 06, 2013 | Visits: 307

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: 360

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: 300

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: 400

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: 307

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: 413

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

< 1 2 3 4 5