| ಕೊನೆಯ ವಿನಂತಿ |
ನೀವು ಲಾಗಿನ್ ಆಗಿಲ್ಲ.
ಹಿಂದಿನ ಲೆಕ್ಕಾಚಾರದ ವಿನಂತಿ:
/*
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
IsBiUnateFunctionTo IsEqual IsNegativeUnateFunctionTo IsSelfDualFunction IsUnateFunctionTo And BDD AbsoluteExpression FromBinary OneComplement Convert ToVariableInvertedFunction Diagram DigitalSystem Dimacs minterm() Nand Not Radixes real To2LayerAndOr To2LayerNand Solve ShortestInputsForTransition Assign InputVariables FastVerificationData DontCare XORP Zero
ಈ ವೆಬ್ಸೈಟ್ನಲ್ಲಿ ಹುಡುಕಿ :
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.