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

Truth Table Negation Symbols freeware
Filter: All | Freeware | Demo
 

Truth Table Negation Symbols

1 2 3 4 5 > 
Added: April 09, 2013 | Visits: 476

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

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

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

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

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 12, 2013 | Visits: 438

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: September 09, 2010 | Visits: 1.186

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: August 29, 2008 | Visits: 2.107

Logic Friday Logic Friday is a freeware tool for students, hobbyists, and engineers who work with legacy digital logic circuits based on standard IC packages. Logic Friday is a tool for combinational logic analysis, minimization, and gate synthesis. You can enter a logic function as a truth table, equation,...


Platforms: Windows

License: Freeware Size: 866 KB Download (372): Logic Friday Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 429

LogicCalculus LogicCalculus was designed as an accessible logic IDE (Integrated development environment) for the sentential logic and the predicate logic. Currently, the application can evaluate expressions and fill a truth table.


Platforms: Windows

License: Freeware Download (48): LogicCalculus Download

Function to generate Timeseries file to use for Moore FSM coverage analysis This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries...


Platforms: Matlab


Function to generate Timeseries file to use for Moore FSM coverage analysis. This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries...


Platforms: Matlab


Added: June 04, 2006 | Visits: 7.741

Pivot Table Helper Pivot Table Helper makes working with pivot tables comfortable and fast. Pivot Table Helper adds its own toolbar to Excel with the following buttons: - Select page fields area of the current pivot table - Select header of the current pivot table - Select blank area of the current pivot table...


Platforms: Windows

License: Freeware Size: 655 KB Download (851): Pivot Table Helper Download

Added: February 17, 2010 | Visits: 1.378

PostgreSQL Table Log PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. This can be used to recover the state of the logged table or to recover specific rows from a given time period. Whats New in This Release: - This version now...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (115): PostgreSQL Table Log Download

Added: February 26, 2010 | Visits: 1.181

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: June 02, 2010 | Visits: 1.105

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: October 16, 2010 | Visits: 1.305

Lingua::Phonology::Symbols Lingua::Phonology::Symbols is a Perl module for associating symbols with segment prototypes. SYNOPSIS use Lingua::Phonology; $phono = new Lingua::Phonology; # Load the default features $phono->features->loadfile; # Load the default symbols $symbols = $phono->symbols;...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (125): Lingua::Phonology::Symbols Download

Added: February 19, 2010 | Visits: 1.109

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: August 27, 2010 | Visits: 1.975

Math::Algebra::Symbols Math::Algebra::Symbols is a Symbolic Algebra in Pure Perl. SYNOPSIS Example symbols.pl #!perl -w -I.. use Math::Algebra::Symbols hyper=>1; use Test::Simple tests=>5; ($n, $x, $y) = symbols(qw(n x y)); $a += ($x**8 - 1)/($x-1); $b += sin($x)**2 + cos($x)**2; $c += (sin($n*$x) +...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (162): Math::Algebra::Symbols Download

Added: April 19, 2010 | Visits: 1.982

LaTeX Symbols Selector LaTeX Symbols Selector project is a symbol browser to help creating LaTeX documents with many math symbols. All symbols are grouped into categories and user can copy symbol name to system-wide clipboard (or insert it directly to first running copy of gVIM) by selecting symbol icon from list....


Platforms: *nix

License: Freeware Size: 368.64 KB Download (253): LaTeX Symbols Selector Download

Released: January 01, 2012  |  Added: February 07, 2012 | Visits: 1.081

Times Table The objective of this Times Table Program is to make math fun and interesting. As the student continues to get correct answers to the questions, the Times Table grid will begin to fill up more and more. This should build excitement and a feeling of success and will encourage the continued use...


Platforms: Windows

License: Freeware Size: 590.04 KB Download (106): Times Table Download

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

Times Table Maker for Mac OS This Interactive Printable Multiplication Table includes the option for hiding the answers, a great feature for practicing the tables. It's also customizable. You can show or hide certain columns or rows or even click on specific answers that you want to show or hide. Print it out and see if you...


Platforms: Mac

License: Freeware Size: 3.6 MB Download (480): Times Table Maker for Mac OS Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 709

Periodic Table for Mac OS Synergy Creations Periodic Table 4 is a versatile chemistry reference tool for your Macintosh that takes the periodic table beyond the simple paper periodic table found in so many textbooks and classrooms. Packed with data and easy to use features, Periodic Table 4 is superb for chemists and...


Platforms: Mac

License: Freeware Size: 2.7 MB Download (53): Periodic Table for Mac OS Download

1 2 3 4 5 >