搜索资源列表
zhenzhibiao
- 离散数学的真值表实现,主要是实现命题的真值计算,以及对命题变元的赋值-Truth table for implementation of discrete mathematics, is to achieve the true value proposition, and the assignment of propositional variables, etc.
math
- 逻辑计算器 输入逻辑算式 求出真值表 界面简洁 使用方便-Logic formula calculator input logic interface is simple and easy to find the truth table
200901
- 求解任意命题公式的真值表,从文件中读入“命题公式”,缺点是:命题变元默认是4个,当命题变元的个数变化后必须修改源代码的NUM-The truth table for solving arbitrary propositional formula, read from the file into the " propositional formula," The disadvantage is that: Proposition argument default is 4, wh
tongyansipanbie
- 实现同言式的判别。数据结构习题集作业。输入表达式,判别它是否为同言式,能给出详细的真值表!-Made to achieve the same type of discrimination. Exercises set data structure operations. Enter the expression, determine whether it is made for the same type, can give detailed truth table!
bbbb
- 重言式判别程序,实现了对输入非法性的判别.当不是永真或永假式时,可以选择是否打印真值表-Tautology discriminant procedures, to achieve the identification of illegal importation. When Wing is not true or false-style wing, you can choose whether or not to print truth table
SequChar
- C++离散数学真值表的实现,求真值表,用C++编程序实现的,可以学习一下哦。-C++ implementation of discrete mathematics truth table, seek truth table, using C++ programmed to achieve, can learn about oh.
HeShiGongShi
- 判断输入的式子是否为合适公式,如果是则输出其真值表-The appropriate formula to determine its truth table
truthtable
- 求离散数学中命题逻辑公式的真值表的源代码。-Discrete Mathematics in seeking a formula of propositional logic truth table of the source code.
200561673692249
- 离散数学的真值表计算方法。可以计算N个输入的全部真值表-A special discrete mathematics used to calculate the truth table of the program, using C++ language
TrueValuePro
- 离散数学中需要计算真值表,本程序根据输入的公式自动产生真值表-Need to compute the truth table of discrete mathematics, this program automatically generate the formula based on the input truth table
lisanshuxushiyan1
- 1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B,并根据真值表求主范式(C)) -1. From the keyboard input variables of two propositions P and Q of the true value, find their conjunction, disjunction, conditional and biconditional true value. (A)
dm-labs
- 离散数学的若干实验指导书。主要包含真值表判定、逻辑推理、集合运算、等价关系、代数系统运算等方面。-Several discrete mathematics experiment documents. Mainly consists of determining truth table, logical reasoning, set operations, equivalence relations, algebraic operations and so on.
lisan_zhenzhi
- C++离散数学真值表的实现,有兴趣的朋友学习一下。 -C++ implementation of discrete mathematics truth table
bool
- 就是根据01比特真值表生成对应的布尔函数,注意数据的量不要过大-Truth table is generated according to the corresponding 01-bit Boolean function, do not pay attention to the amount of data is too large
Formed-formula
- 给出任意变元的合式公式,构造该合式公式的真值表 -Formed formula given any arguments, construct the truth table of the well-formed formula
normalc
- 程序是主合区和主吸取的代码。用真值表做的,程序简单易懂,包含丰富的注释。有详细的结果分析。-The program is the main co-code area and the main lessons. To do with the truth table, the program is simple and easy to understand, contains a wealth of annotation. Detailed analysis of the results.
test
- 生成真值表,F=X1Xk+1V....,产生文件,保存-Generated the truth table, F = X1Xk+1V, .... generated file, save
S8
- implement the truth table to VHDL code
learn-perceptron-true-table
- 利用自学习的感知机神经网络实现一个真值表。-The use of self-learning machine to achieve a perception of truth table.
BiExp
- 对逻辑表达式进行重言式判别,求值,可以选择是否显示真值表。用二叉树实现。-Logical expressions tautology identification, evaluation, you can choose whether to display the truth table. Binary tree using.