| கடைசி கோரிக்கை |
நீங்கள் உள்நுழையவில்லை.
முந்தைய கணக்கீடு கோரிக்கை:
/*
Logic-Function-Analysis
Simplification.Full
[LogicFunction g]=Simplification.Full(LogicFunction f);
f : a logic function
g : a logic function may in the simpler form
Simplify a logic function with the full algorithm.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){
1,2 ;
-1,3 ;
-1,-2,3 ;
-1,-2,-3 ;
1,2,3 ;
}
[f]=Simplification.Full(P);
Print(f);
//-------------------------------------------------------------------
// result
முந்தைய கணக்கீடு முடிவு:
/*
Logic-Function-Analysis
Simplification.Full
[LogicFunction g]=Simplification.Full(LogicFunction f);
f : a logic function
g : a logic function may in the simpler form
Simplify a logic function with the full algorithm.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){
1,2 ;
-1,3 ;
-1,-2,3 ;
-1,-2,-3 ;
1,2,3 ;
}
[f]=Simplification.Full(P);
Print(f);
//-------------------------------------------------------------------
// result
Analysis IsCovering IsParityFunction IsSymmetricFunction MinValue bool Convert AddXorTerm ToNotFunction ToPOS FeedbackSystem long() minterm() Minus Nand MostSignificantDigit Radixes Print To2LayerOrAnd MaxSAT Solve Assign ToStateTransitionTable CreateCompactTableWithFullSimplification GetExcitationTable BestVariableOrder Canonical ShrinkLogicFunction var Zero
இந்த இணையதளத்தில் தேடவும் :
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.