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

Read 2d Barcode freeware
Filter: All | Freeware | Demo
 

Read 2d Barcode

< 1 2 3 4 5 > 
Added: November 07, 2010 | Visits: 1.167

Text::NSP::Measures::2D::Dice::jaccard Text::NSP::Measures::2D::Dice::jaccard is a Perl module that implements the jaccard coefficient. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::jaccard; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $jaccard_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...



Platforms: *nix

License: Freeware Size: 962.56 KB Download (120): Text::NSP::Measures::2D::Dice::jaccard Download

Added: April 02, 2010 | Visits: 960

Text::NSP::Measures::2D::Fisher::left Text::NSP::Measures::2D::Fisher::left is a Perl module implementation of the left sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher::left; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $left_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...





Platforms: *nix

License: Freeware Size: 952.32 KB Download (95): Text::NSP::Measures::2D::Fisher::left Download

Added: March 04, 2010 | Visits: 988

Text::NSP::Measures::2D::Fisher::twotailed Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher::twotailed; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $twotailed_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (159): Text::NSP::Measures::2D::Fisher::twotailed Download

Added: October 26, 2010 | Visits: 830

Text::NSP::Measures::2D::Fisher2::right Text::NSP::Measures::2D::Fisher2::right is a Perl module implementation of the right sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher2::right; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $right_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::Fisher2::right Download

Added: February 20, 2010 | Visits: 1.051

Text::NSP::Measures::2D::Fisher2::twotailed Text::NSP::Measures::2D::Fisher2::twotailed is a Perl module implementation of the two-sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher2::twotailed; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $twotailed_value = calculateStatistic(...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (105): Text::NSP::Measures::2D::Fisher2::twotailed Download

Added: March 05, 2010 | Visits: 899

Text::NSP::Measures::2D::MI Text::NSP::Measures::2D::MI is a Perl module that provides error checks for Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson-Stirling Measure. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (97): Text::NSP::Measures::2D::MI Download

Added: January 18, 2010 | Visits: 872

Text::NSP::Measures::2D::MI::ll Text::NSP::Measures::2D::MI::ll is a Perl module that implements Loglikelihood measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::2D::MI::ll Download

Added: February 16, 2010 | Visits: 958

Text::NSP::Measures::2D::MI::pmi Text::NSP::Measures::2D::MI::pmi is a Perl module that implements Pointwise Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::pmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $pmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): Text::NSP::Measures::2D::MI::pmi Download

Added: August 14, 2010 | Visits: 848

Text::NSP::Measures::2D::MI::ps Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ps; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ps_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::2D::MI::ps Download

Added: July 14, 2010 | Visits: 725

Text::NSP::Measures::2D::MI::tmi Text::NSP::Measures::2D::MI::tmi is a Perl module that implements True Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::tmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1, npp=>$npp);...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::MI::tmi Download

Added: April 18, 2010 | Visits: 1.262

Barcode::Code128 Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. SYNOPSIS use Barcode::Code128; $code = new Barcode::Code128; EXPORTS By default, nothing. However there are a number of constants that represent special characters used in the CODE 128 symbology that you may wish to...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (151): Barcode::Code128 Download

Released: September 24, 2010  |  Added: November 09, 2010 | Visits: 2.462

Barcode Add in for Word and Excel Easily generate barcodes in Microsoft Word and Excel with this add-in. The add-in changes the selected data to a barcode when applied. In Excel, it may be used to convert an entire column or row of data into barcodes. This product may be used royalty free with a valid license to any of...


Platforms: Windows

License: Freeware Size: 4.13 MB Download (283): Barcode Add in for Word and Excel Download

Released: October 06, 2011  |  Added: October 19, 2011 | Visits: 1.410

Poolians Free Pool 2D Poolians Free Pool 2D is free, realistic, and easy to control: Shoot - Press left button and move mouse backward, then release the button. The longer distance you drag the mouse back for, the harder you shoot. Aim - Move mouse to adjust aim line. Refine Aim - Mouse wheel. Left click mouse to quit...


Platforms: Windows

License: Freeware Size: 9.57 MB Download (145): Poolians Free Pool 2D Download

Released: December 02, 2023  |  Added: March 14, 2024 | Visits: 4.145

Free 1D Barcode Generator The programe generates and prints most popular linear, clocked and postal barcode symbologies including Codabar, Code11, Code25 family, Code32, Code39, Code93, EAN-2, EAN-5, EAN-8, EAN-13, UPC-A, UPC-E, Code-128, EAN-128, MSI, ITF, DPI, DPL, Flattermarken, Pharmacode, Postnet, Postbar, OneCode,...


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

License: Freeware Size: 375 KB Download (1370): Free 1D Barcode Generator Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 707

Function Plot 2D Function Plot 2D is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll


Platforms: Windows

License: Freeware Download (443): Function Plot 2D Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 754

Function Plot 2D with Sections Function Plot 2D with Sections is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll


Platforms: Windows

License: Freeware Download (449): Function Plot 2D with Sections Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 745

simple Python robot simulator 2D simple Python robot simulator 2D was designed as a bare-bones 2D robotic simulator. simple Python robot simulator 2D was developed using the Python programming language and can run on multiple platforms.


Platforms: Windows

License: Freeware Download (390): simple Python robot simulator 2D Download

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

Gimpel3D 2D/3D Stereo Conversion Editor Gimpel3D 2D/3D Stereo Conversion Software: Gimpel3D converts single images or frame sequences into stereoscopic 3D using a combination of traditional approaches and a proprietary projective 3D modeling system. The user works in true proportional 3D space where the scene can be viewed from any...


Platforms: Windows

License: Freeware Size: 35.76 MB Download (71): Gimpel3D 2D/3D Stereo Conversion Editor Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 786

USB Barcode Scanner Application Integrat This guide provides software, documentation, examples and VB6 source code for the integration of hand-held USB and keyboard emulation barcode scanners. Using these guidelines, hand held scanners may be easily integrated with existing or custom applications as input, automation and verification...


Platforms: Windows

License: Freeware Size: 30.72 KB Download (67): USB Barcode Scanner Application Integrat Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 982

Barcode Scanner ASCII String Decoder This is a free software application that reveals hidden, non-visible commands in addition to ASCII characters from keyboard emulation devices, such as a USB Barcode Scanner. This barcode decoder application is especially helpful in determining if non-printable ASCII commands such as FS, RS, GS,...


Platforms: Windows

License: Freeware Size: 747.52 KB Download (67): Barcode Scanner ASCII String Decoder Download

< 1 2 3 4 5 >