-
用PC调试GSM模块的软件,做为GSM开发工程师的有效利器
用PC调试GSM模块的软件,做为GSM开发工程师的有效利器-GSM module debugging using PC software, GSM as an effective tool for development engineers
- 2023-03-03 15:00:04下载
- 积分:1
-
a simple management process
一个简单的管理程序-a simple management process
- 2022-03-05 16:03:40下载
- 积分:1
-
timing charateristics of netlist in verilog
timing charateristics of netlist in verilog
- 2022-08-15 18:53:32下载
- 积分:1
-
DOS下的万年历,有兴趣可改成UNIX下的CAL
DOS下的万年历,有兴趣可改成UNIX下的CAL-calendar under the DOS, UNIX interest may change under the CAL
- 2023-06-18 01:50:03下载
- 积分:1
-
一:需求分析
1.本程序需掌握树和二叉树的概念及工作原理,运用其原理及概念完成实验.。
2.问题描述:
一个逻辑表达式如果对于其变元的任一种取值都为...
一:需求分析
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
- 2022-01-23 10:34:57下载
- 积分:1
-
Delphi纸牌游戏动画特效
一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:
FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王
FFaceUp:bool; //是否正面朝上
procedure SetCardId(id:Cardinal);//设置扑克牌的编号
procedure SetFaceUp(Flag:Bool); //设置是否正面朝上
function GetValue:integer; //得到扑克牌的点数
function GetSuit:TCardSuit; //得到扑克牌的花色
procedure Paint; override; //画扑克牌的程序
constructor Create(AOwner:TComponent);overload;override; //构造函数
constructor Create(AOwner:TComponent;Id:Cardinal);overload;
procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号
property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号
property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上
property Value:integer read GetValue; //扑克的点数,只读
property Suit:TCardSuit read GetSuit; //扑克的花色,只读
- 2022-01-26 05:07:33下载
- 积分:1
-
it is used for studing pscad
it is used for studing pscad
- 2022-05-23 19:23:39下载
- 积分:1
-
Android 安卓HelloWorld新手第一个例子
这个HelloWorld是最简单的Android程序,带你走进Android编程的殿堂,很多程序在第一讲中,都会以一个“HelloWorld”开始,似乎神秘而又艺术,究竟代表着什么呢?
- 2023-08-27 08:30:04下载
- 积分:1
-
Multisim9monidianlu.rar
压缩包解压时不能有密码
Multisim9monidianlu.rar
压缩包解压时不能有密码-Multisim9monidianlu.rar compressed packets can not extract the password
- 2022-01-24 16:30:30下载
- 积分:1
-
VC++ 设置窗口字体样式和颜色
VC++ 设置和改变窗口字体样式和颜色,把字体变成粗体、斜体等,还可自定义字体颜色为任意款颜色。窗体的Text控件区域是效果的演示区。
- 2022-03-05 21:14:18下载
- 积分:1