-
模拟电路,答案3,最后一个了,希望能帮到大家
模拟电路,答案3,最后一个了,希望能帮到大家-Analog circuits, the answer is 3, the last one, I hope to help you
- 2022-08-17 20:33:10下载
- 积分:1
-
paper folding, including the Russian program's source code and executable fi...
本文包括俄罗斯方块程序的源代码和可执行文件。用C语言编写,界面非常友好!-paper folding, including the Russian program"s source code and executable files. C language interface is very friendly!
- 2022-03-02 21:35:44下载
- 积分:1
-
Eight
八路模拟数据采集显示电路,70H-77H存放采样值,78H-7BH存放显示数据,依次为个位、十位、百位、通道标志-Eight-way analog data acquisition display circuit, 70H-77H stored sampled values, 78H-7BH store display data, followed by single-digit, 10, 100, channel markers
- 2022-02-04 08:43:08下载
- 积分:1
-
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天...
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天举办活动,得出结果,每30天举办一次活动,费用最少。最后,我们对模型评价与推广,还有个人的心得体会。-system used EXEL development, summarized below, the blood supply model, we have certain areas of the system simulation, in order to spend at least a medical center, we first of the three, is not organizing activities, held every 415.70 days, the outcome of each 30 days of an event, at least cost. Finally, we model for evaluation and promotion, there are personal experiences.
- 2022-04-26 09:28:41下载
- 积分:1
-
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式-ASK, OOK, FSK, BPSK, QPSK, 8PSK (ofdm) de the modulation
- 2022-02-06 22:00:15下载
- 积分:1
-
贪吃蛇2005 + 源程序
贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则:
利...
贪吃蛇2005 + 源程序
贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则:
利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分;
在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作:
程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续游戏;出错后会出现是否继续游戏的提示,Y继续,N结束。
-2005 Snake Snake source of a small classic game, I carefully made, I believe other than the so-called Snake many good results. Hope we can put forward more valuable suggestions. The rules of the game : direction control keys snakeheads campaign, when the food is encountered snakeheads eat food, access points; In this process does not allow out-of-bounds snakeheads or physical encounter, the end of the game. Basic operation : running after importation figures 0-9, choose level; By any time that the Esc keys out of the game; The keyboard keys to control the direction snakeheads movement direction; Keys suspended by the arbitrary direction keys and key combinations exception; Following the suspension, according to the direction keys to th
- 2022-12-13 12:15:03下载
- 积分:1
-
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words-Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
- 2022-10-21 20:05:04下载
- 积分:1
-
一个非常好的微处理器检测遥控器编码的C++
原代码项目文件,直接可用,LED显示...
一个非常好的微处理器检测遥控器编码的C++
原代码项目文件,直接可用,LED显示-a very good microprocessor remote detection coding in C source code, project documentation, direct can be used, LED Display
- 2022-03-05 14:00:53下载
- 积分: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
-
PIC16C54 开发的抽油烟机电路图,提供大家参考!
PIC16C54 开发的抽油烟机电路图,提供大家参考!-PIC16C54 development of the range hoods circuit diagrams for your reference!
- 2022-01-25 19:43:05下载
- 积分:1