搜索资源列表
a
- 离散数学课真值表,主和取范式,主析取范式。-Discrete mathematics truth table, the main and paradigm, principal disjunctive normal form.
1
- :构建一个圆类Circle,其成员为圆心的坐标(x,y)和圆半径r,并设计构造函数(可以赋初值也可以不赋初值),析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值成员函数Set(), 取圆心坐标成员函数GetX()、GetY(),取圆半径成员函数GetR(),打印成员值成员函数Print(),计算圆面积成员函数Area()。并用此类定义长度为10的对象数组,每个对象的圆心的坐标(x,y)和圆半径r由随机数rand()产生,打印每个对象的(x,y)、r和面积;然后将对象数组按照其r值从
judgment
- 离散命题的判断以及析取合取,judgment and disjunction of conjunctive proposition-judgment and disjunction of conjunctive proposition
truth_table
- 从键盘输入两个命题p,q的真值,用真值表法求它们的合取、析取、蕴涵、等价的真值。-Input from the keyboard two propositions p, q of the true value, with the truth table method for their conjunction, disjunction, implication, equivalence of the true value.
CNF
- 实现主析取范式以及主合取范式的真值表求法-To achieve the main DNF and CNF main method for finding the truth table
求主析取主合取、真值表并判断是否相等
- cpp文件可实现“求主析取主合取及其真值表,并能判断是否相等”(The program can be realized for disjunctive conjunctive and truth table, and determine whether equal")
箱子
- 按以下给出的类框架描述和要求建立一个类Trunk,并按要求完成测试。 class Trunk { float edge; //正方形箱子底边长 float high; //箱子高 char color; //颜色(允许的取值:'G'、'P'、'Y') int quantity; //数量 char *use; //用途(如:纸箱、行李箱、计算机箱) public:
