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

Devel Cover Truth Table 0 61 software
Filter: All | Freeware | Demo
 

Devel Cover Truth Table 0 61

1 2 3 4 5 > 
Added: September 09, 2010 | Visits: 1.189

Devel::Cover::Truth_Table Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects. SYNOPSIS use Devel::Cover::Truth_Table; # $a || $b my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1); # $c && $d my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0,...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (173): Devel::Cover::Truth_Table Download

Added: May 24, 2010 | Visits: 911

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To...





Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: April 09, 2013 | Visits: 477

Function To Generate Truth Table This function very efficiently generates a Truth Table matrix of arbitrary, user specified dimension.The order of the Truth Table is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 15 lines of MATLAB code.While this is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function To Generate Truth Table Download

Added: May 23, 2013 | Visits: 348

Truth Table Generator It is straightforward:T = truth_table(2)T = 0 0 0 1 1 0 1 1


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Truth Table Generator Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.146

Gorgeous Karnaugh Free Gorgeous Karnaugh software: 1) Removes slow, tedious and error prone pen and paper from your life; 2) Gives you a pretty good logic simplification tool; 3) Supports definition of logic function using truth table, from analytic form or by direct editing karnaugh maps; 4) Supports "Dont Care"...


Platforms: Windows

License: Freeware Size: 1.72 MB Download (100): Gorgeous Karnaugh Free Download

Added: June 12, 2013 | Visits: 439

Function To Generate Truth Table Condition Vectors This function returns a matrix of all possible binary condition vectors for a logical system with (I) inputs.The number of inputs is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 16 lines of MATLAB code.While this is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Function To Generate Truth Table Condition Vectors Download

Added: October 02, 2013 | Visits: 357

TruthTable A Java truth table viewer for investigating boolean expressions. Expressions can be composed of identifiers and the standard boolean operators && || ! and the bitwise operator


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (43): TruthTable Download

Released: January 31, 2010  |  Added: April 16, 2010 | Visits: 2.582

Logic Minimizer Logic Minimizer is an innovative, versatile application for simplifying Karnaugh maps and logical expressions step by step. It is geared for those involved in engineering fields, more precisely digital and formal logic scholars and academics, digital devices constructors or anybody involved with...


Platforms: Windows, Other

License: Shareware Cost: $22.95 USD Size: 6.92 MB Download (827): Logic Minimizer Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 446

KidsMath Introduction: Is a game that teach math table 0 to 12 for children ages 5 to 9. What better way to learn that playing a game. Feature in KidsMath: Every level consists of 20 questions. KidsMath as 4 different difficulty level that affect the play time. Easy 300 seconds. Normal 200 seconds. Hard...


Platforms: Windows

License: Freeware Size: 4.49 MB Download (56): KidsMath Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 768

Logic Min Logic Minimizer is a special application for simplifying logical expressions, namely Boolean and propositional expressions. It is geared for those involved in engineering fields, more precisely digital and formal logic scholars and academics, digital devices constructors or anybody involved with...


Platforms: Windows

License: Shareware Cost: $22.95 USD Size: 6.86 MB Download (520): Logic Min Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 537

Boolean Expression Solver Boolean Expression Solver is a command-line utility that generates a truth table for a given Boolean expression.


Platforms: Windows, Mac, Linux

License: Freeware Size: 116.76 KB Download (49): Boolean Expression Solver Download

Added: June 02, 2010 | Visits: 1.106

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table Download

Added: February 26, 2010 | Visits: 1.184

PDF::Table PDF::Table is a utility class for building table layouts in a PDF::API2 object. SYNOPSIS use PDF::API2; use PDF::Table; my $pdftable = new PDF::Table; my $pdf = new PDF::API2(-file => "table_of_lorem.pdf"); my $page = $pdf->page; # some data to layout my $some_data =[ ["1 Lorem ipsum...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (120): PDF::Table Download

Added: September 15, 2010 | Visits: 821

Devel::DProf Devel::DProf is a Perl code profiler. SYNOPSIS perl5 -d:DProf test.pl The Devel::DProf package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Devel::DProf Download

Added: October 04, 2010 | Visits: 710

Devel::SelfStubber Devel::SelfStubber is a Perl module that can generate stubs for a SelfLoading module. SYNOPSIS To generate just the stubs: use Devel::SelfStubber; Devel::SelfStubber->stub(MODULENAME,MY_LIB_DIR); or to generate the whole module with stubs inserted correctly use Devel::SelfStubber;...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): Devel::SelfStubber Download

Added: August 25, 2013 | Visits: 460

Generalised Truth Tables Generate 'truth tables' where columns correspond to digits in arbitrary mixtures of bases.Normal truth tables enumerate all possible rows of binary digits. In a generalised truth table, the base associated with each digit is arbitrary. This allows exhaustive generation of combinations of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Generalised Truth Tables Download

Added: May 16, 2010 | Visits: 599

Fluxbox 1.0 Fluxbox is yet another windowmanager for X. Fluxbox is based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compability)..


Platforms: *nix

License: Freeware Size: 819.2 KB Download (90): Fluxbox 1.0 Download

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

Fork of Openbiblio V0.61 Fork of Version 0.61: The Original Version is at https://sourceforge.net/projects/obiblio. OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionality.


Platforms: Windows, Mac, Linux

License: Freeware Size: 789.22 KB Download (44): Fork of Openbiblio V0.61 Download

Released: May 31, 2011  |  Added: August 06, 2011 | Visits: 1.558

Xilisoft iPhone Ringtone Maker Xilisoft iPhone Ringtone Maker helps you make iPhone ringtone by converting videos/audios to M4R ringtone for iPhone, and transfer the ringtone to iPhone directly after conversion if you want. And it fully supports iPhone 3GS (iPhone OS 3.0). New features: 1.Added the display of audio...


Platforms: Windows

License: Shareware Cost: $15.95 USD Size: 20.23 MB Download (127): Xilisoft iPhone Ringtone Maker Download

Released: December 12, 2012  |  Added: December 12, 2012 | Visits: 400

Truth Tables April Fools Discount: 20% off until 1st April 2012! Truth Tables is a boolean logic calculator that can solve truth table problems instantly and teach you the steps required to do them quickly on paper. It supports a wide range of ma


Platforms: Mac

License: Shareware Cost: $5.99 USD Size: 716.8 KB Download (59): Truth Tables Download

1 2 3 4 5 >