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

Binary Code Alphabet freeware
Filter: All | Freeware | Demo
 

Binary Code Alphabet

< 1 2 3 4 5 > 
Added: June 02, 2013 | Visits: 544

Binary Frequency Shift Keying This script simulates the Binary Frequency Shift keying. Since BFSK is a digital modulation scheme, you can modulate as many bits as you want. however, I have only simulated it for few bits, so that the results are visible.This is code for BFSK only, means it can only modulated two digital states... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Binary Frequency Shift Keying Download

Added: June 16, 2013 | Visits: 546

McCabe-Thiele Method for an Ideal Binary Mixture The program computes the number of equilibrium stages for a binary ideal mixture with relative volatility equal to 2.45. The feed is a two phase mixture with a feed quality is equal to 0.85. The distillate, feed and bottom mole fractions are 0.9, 0.5 and 0.1, respectively. The reflux ratio is... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): McCabe-Thiele Method for an Ideal Binary Mixture Download

Added: June 18, 2013 | Visits: 469

Binary Phase Shift Keying This script simulates the Binary Phase Shift keying. Since BPSK is a digital modulation scheme, you can modulate as many bits as you want. however, I have only simulated it for few bits, so that the results are visible.This is code for BPSK only, means it can only modulated two digital states on... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Binary Phase Shift Keying Download

Released: May 01, 2001  |  Added: April 18, 2006 | Visits: 3.370

Mihov Code View A program for quick browsing through text files, source code and initialisation files Platforms: Windows

License: Freeware Size: 142 KB Download (171): Mihov Code View Download

Added: August 26, 2006 | Visits: 18.212

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Added: August 26, 2008 | Visits: 1.055

1Fh Binary/Hex Editor 1Fh is a program for fast opening and binary editing of files regardless of their size. It is capable of displaying files in machine code and in hex code. It is the only hex editor for Windows capable of displaying files in byte code (all 256) characters. Platforms: Windows

License: Freeware Size: 200 KB Download (129): 1Fh Binary/Hex Editor Download

Released: August 08, 2011  |  Added: August 29, 2011 | Visits: 2.004

Binary Viewer Binary Viewer is a free windows utility allowing you to open and view any file located on your computer regardless of format file was saved. It can display data in decimal, octal, hexadecimal and text (ASCII or Unicode) formats. Program supports Alternate Data Streams (ADS). It also provides... Platforms: Windows

License: Freeware Size: 767.6 KB Download (692): Binary Viewer Download

Added: January 18, 2010 | Visits: 2.898

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom... Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: July 15, 2010 | Visits: 899

Parse::Binary::FixedFormat::Variants Parse::Binary::FixedFormat::Variants is a Perl module to convert between variant records and hashes. Parse::Binary::FixedFormat supports variant record formats. To describe a variant structure, pass a hash reference containing the following elements to new. The object returned to handle variant... Platforms: *nix

License: Freeware Size: 31.74 KB Download (89): Parse::Binary::FixedFormat::Variants Download

Added: August 02, 2010 | Visits: 998

Parse::Binary::FixedFormat Parse::Binary::FixedFormat is a Perl module to convert between fixed-length fields and hashes. SYNOPSIS use Parse::Binary::FixedFormat; my $tarhdr = new Parse::Binary::FixedFormat [ qw(name:a100 mode:a8 uid:a8 gid:a8 size:a12 mtime:a12 chksum:a8 typeflag:a1 linkname:a100 magic:a6... Platforms: *nix

License: Freeware Size: 31.74 KB Download (96): Parse::Binary::FixedFormat Download

Added: January 08, 2010 | Visits: 1.608

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: January 27, 2010 | Visits: 947

Search::Binary Search::Binary is a Perl module for generic binary search. SYNOPSIS use Seach::Binary; $pos = binary_search($min, $max, $val, $read, $handle, [$size]); binary_search implements a generic binary search algorithm returning the position of the first record whose index value is greater than or... Platforms: *nix

License: Freeware Size: 2.05 KB Download (105): Search::Binary Download

Added: July 26, 2010 | Visits: 1.156

Alphabet Soup Alphabet Soup project attempts to determine a number of things about the shapes of letters in several different writing systems. First, it hypothesizes a set of basic building blocks that all letters are built up from. Second, it hypothesizes a set of rules, a grammar or syntax, which defines... Platforms: *nix

License: Freeware Size: 614.4 KB Download (119): Alphabet Soup Download

Added: September 18, 2010 | Visits: 1.380

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~... Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

Added: October 13, 2010 | Visits: 1.181

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");... Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: October 07, 2010 | Visits: 1.288

Code::Blocks 1.0 Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. The Code::Blocks project was designed, right from the start, to be extensible and configurable. Built around a plugin framework, Code::Blocks can be extended with plugin DLLs. It includes a plugin... Platforms: *nix

License: Freeware Size: 2.6 MB Download (206): Code::Blocks 1.0 Download

Released: November 08, 2013  |  Added: July 01, 2015 | Visits: 1.165

Binary Clock Binary Clock is a gadget that will add to your desktop or Sidebar a binary clock. This is a clock displays the current time in binary notation. Save settings to file. (File will be created - Path: %APPDATA% Filename: gadgetname_Settings.ini). Color changeable for all gadget's elements, including... Platforms: Windows 7, Windows

License: Freeware Size: 319 KB Download (109): Binary Clock Download

Released: June 14, 2010  |  Added: June 19, 2010 | Visits: 3.521

RISE MySQL code generator RISE MySQL code generator The RISE MySQL code generator generates a native MySQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are created in... Platforms: Windows

License: Freeware Size: 446.08 KB Download (233): RISE MySQL code generator Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 763

Binary Viewer / Editor Binary Viewer / Editor is a compact application that enables you to view and edit the content of a file in binary view. That means the user can open every type of file, view the content and make modifications. It is a tool for the users accustomed to working with binary files. The program has a... Platforms: Windows

License: Freeware Download (459): Binary Viewer / Editor Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.302

QR-Code Image Generator QR-Code Image Generator is a professional application designed to generate QR-Code symbols for VCARDs, FaceBook, Business Cards, Twitter Follow and URL encoding. Includes time-saving memorization features and forms that combine multiple fields into a single QR barcode. High-quality graphic... Platforms: Windows

License: Freeware Download (533): QR-Code Image Generator Download

< 1 2 3 4 5 >