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

2d Nesting software
Filter: All | Freeware | Demo
 

2d Nesting

< 1 2 3 4 5 > 
Added: April 05, 2010 | Visits: 972

Text::NSP::Measures::2D::Dice::dice Text::NSP::Measures::2D::Dice::dice is a Perl module to compute Dice coefficient for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::dice; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $dice_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::2D::Dice::dice Download

Added: November 07, 2010 | Visits: 1.169

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

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

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

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.052

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

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

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

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

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

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

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 23, 2011  |  Added: January 02, 2012 | Visits: 1.106

AVCWare 2D to 3D Converter AVCWare 2D to 3D Converter provides all-in-one solution for converting almost all popular formats of standard videos( HD or SD) to 3D videos, 3D video to other types of 3D video. It can also support the conversion from 3D video to standard 2D video. The formats include AVI, MPEG, WMV, MP4,... Platforms: Windows

License: Shareware Cost: $35.95 USD Size: 32.1 MB Download (104): AVCWare 2D to 3D Converter Download

Released: December 26, 2012  |  Added: February 05, 2013 | Visits: 1.386

4Media 2D to 3D Video Converter 4Media 3D Video Converter is the next major release of the 4Media Software studio and includes stereoscopic 3D conversion capabilities, it is specially programmed to render and displays two images, one for your left eye and one for your right eye. You can get the output as one file in... Platforms: Windows

License: Shareware Cost: $35.95 USD Size: 32.19 MB Download (133): 4Media 2D to 3D Video Converter Download

Released: December 26, 2012  |  Added: February 05, 2013 | Visits: 1.363

4Media 2D to 3D Video Converter for Mac 4Media 2D to 3D Video Converter for Mac is advanced stereoscopic 3D environment. 4Media 2D to 3D Video Converter for Mac is stereoscopic 3D environment, It enables you to convert 2D standard video to 3d video; Users can get the output as one file in side-by-side or top/bottom format, or as... Platforms: Mac

License: Shareware Cost: $39.99 USD Size: 36.88 MB Download (122): 4Media 2D to 3D Video Converter for Mac Download

Released: February 26, 2016  |  Added: February 27, 2016 | Visits: 3.775

Screen Ruler 2D Screen Ruler 2D is a ruler for the desktop which measures in 2 dimensions (horizontal and vertical). Furthermore, an integrated color picker shows the color under the selected corner mark in different color systems and the window information panel provides technical information about the... Platforms: Windows, Windows 7

License: Shareware Cost: $20.00 USD Size: 976.56 KB Download (1411): Screen Ruler 2D Download

Released: December 02, 2023  |  Added: March 18, 2024 | Visits: 4.575

Free 2D Barcode Generator The programe generates and prints most popular 2D barcode symbologies including Aztec Code, Aztec Runes, Data Matrix(ECC 0-140, ECC 200), QR Code, PDF417, Micro QR Code, MicroPDF417, MaxiCode, Code 16K, RSS family(RSS-14 Standard, RSS-14 Truncated, RSS-14 Stacked, RSS-14 Stacked... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 603 KB Download (1121): Free 2D Barcode Generator Download

Released: January 22, 2024  |  Added: March 21, 2024 | Visits: 4.389

2D Barcode VCL Components The 2D Barcode VCL components is a set of components designed for generating and printing barcode symbols in your Delphi or C++ Builder applications. Developers use the components set like any other VCL components. This effective and powerful components set extends your applications with... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $125.00 USD Size: 17.78 MB Download (1383): 2D Barcode VCL Components Download

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

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: October 11, 2012  |  Added: October 11, 2012 | Visits: 989

Cutting Optimization pro Cutting Optimization Pro is a computer program used for obtaining cutting and nesting layouts for one (1D) and two (2D) dimensional pieces. The software also lets you to define and handle complex products, such as table, desk, cupboard, locker, book shelf ... Cutting Optimization Pro can be used... Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 4.77 MB Download (477): Cutting Optimization pro Download

< 1 2 3 4 5 >