登录
首页 » 其他项目 » 一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理,运用其原理及概念完成实验.。 2.问题描述: 一个逻辑表达式如果对于其变元的任一种取值都为...

一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理,运用其原理及概念完成实验.。 2.问题描述: 一个逻辑表达式如果对于其变元的任一种取值都为...

于 2022-01-23 发布 文件大小:60.93 kB
0 373
下载积分: 2 下载次数: 1

代码说明:

一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理,运用其原理及概念完成实验.。 2.问题描述: 一个逻辑表达式如果对于其变元的任一种取值都为真,则称为重言式;反之,如果对于其变元的任一种取值都为假,则称为矛盾式;然而,更多的情况下,既非重言式,也非矛盾式。试写一程序,通过真值表判断一个逻辑表达式属于那一类。 3.基本要求: (1)逻辑表达式从终端输入,长度不超过一行。逻辑运算符包括“|”,“&”和“~”, 分别表示或、与和非,运算优先程度递增,但可以有括号改变,即括号内的运算优先。逻辑变元为大写字母。表达式中任何地方都可以含有多个空格符。 (2)若是重言式或矛盾式,可以只“显示True forever”或“False forever”,否则显示“Satisfactible”以及变量名序列,与用户交互。若用户对表达式中变元取一组值,程序就求出并显示逻辑表达式的值。 -1 : a needs analysis. The process required the trees and the binary tree master the concept and principle, to use its principles and the concept of completion of the pilot. . 2. Problem description : If a logical expression for the changes in the yuan"s value for a true, as tautology; Instead, If the changes for the yuan"s value for a fake, then called the contradiction; However, the more the situation, neither tautology. is not a contradiction. Try to write a procedure for the adoption of a truth table judgment logical expression belong into that category. 3. Basic requiremen

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • an application on the structures using arrays and pointers
    an application on the structures using arrays and pointers
    2023-05-24 14:05:03下载
    积分:1
  • C语言实现的小型计算器
    该程序是利用c语言编写的小型计算机软件程序,适合学完全部c语言的初级学者学习,用来提高自己的编程能力,其中包含有头文件,还有测试文件
    2022-04-26 17:43:54下载
    积分:1
  • 文件维护考勤
    Document for Attendance mantainence
    2022-03-21 20:37:14下载
    积分:1
  • 没有翻译
    Doxygen是一个文档生成系统,可用于C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. 它能从一系列代码源文件中生成在线文档(HTML格式)和离线文档(Latex格式) 。也支持生成RTF (MS-Word), PostScript, PDF, 压缩HTML(chm), and Unix man pages等格式的文档。文档直接从源码中提取而成,便于维护。 Doxygen能很方便地从源码中提取出代码的组织结构,和代码中变量的关系图。这只需要配置好doxygen,一切都自动生成。这在大型代码发布时相当有用。-failed to translate
    2022-04-02 11:18:58下载
    积分:1
  • 在MATLAB中显示了WCDMA的仿真,并在SIMULINK中仿真通过
    在MATLAB中显示了WCDMA的仿真,并在SIMULINK中仿真通过-WCDMA is shown in the MATLAB simulation and the simulation by SIMULINK
    2022-03-26 15:08:06下载
    积分:1
  • UNIX网络编程,难度有点偏大,高手适合。
    UNIX网络编程,难度有点偏大,高手适合。-UNIX Network Programming, a bit too difficult, suitable for a master.
    2022-08-23 07:01:02下载
    积分:1
  • 本课程结束的课程设计:浏览器程序设计。注:…
    此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft"s Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design
    2023-05-13 14:45:03下载
    积分:1
  • GPS测量,地心空间直角坐标到地理条件。
    GPS测量中,地心空间直角坐标转换为地理坐标的源代码,需要输入椭球参数-GPS measurements, geocentric spatial rectangular coordinates into geographical coordinates of the source code, need to enter the ellipsoid parameters
    2022-07-10 11:57:36下载
    积分:1
  • 小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等...
    小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等-Wavelet neural network procedures, convergence than the BP neural network, and can avoid local optimum, can be used for classification, function approximation, etc.
    2022-02-25 21:12:00下载
    积分:1
  • Option Explicit Private Sub Form_click() Dim T As Date T =
    Option Explicit Private Sub Form_click() Dim T As Date T = -2.5 Picture1.Print T End Sub priva-Option Explicit Private Sub Form_click() Dim T As Date T =-2.5 Picture1.Print T End Sub priva
    2022-02-06 02:29:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载