-
1
说明: 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器
表达式文法及其翻译模式定义如下:
expr expr + term {print(‘+’)} | expr - term {print(‘-’)}| term
term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor
factor ( expr ) | id {print(id.lexeme)} | num {print(num.value)}
(Translator expression: an infix expression to postfix expression translator)
- 2012-04-20 20:07:12下载
- 积分:1
-
qt 实现的故障树
qt 实现的故障树 void FaultTree::calcPosition(){ int maxLayer = 0; //获取最大层数 for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() > maxLayer) maxLayer = m_list.at(index)->layer(); } //计算最大宽度 int maxWidth = 0, count; for (int layer = 1; layer < maxLayer+1; ++layer) { count = 0; for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() == layer) count++; } if (count > m
- 2022-08-26 04:01:10下载
- 积分:1
-
DataStructures
这是学习c很好的资源啊,值得大家好好看一看的,大家多努力啊(This is a good resource to learn c ah, it is worth a good look at us, and we work hard ah)
- 2009-11-21 12:45:57下载
- 积分:1
-
read-obs
自编读GPS观测站的观测文件,数据输出时间,相位,伪距(read gps observation station file)
- 2012-05-01 10:31:30下载
- 积分:1
-
DisplayPort Link training optimization
说明: 介绍了Displayport规格中lind training的背景研究,设计和实现。(As the requirement for bandwidth continues to increase in the video market, retaining
the signal integrity becomes increasingly more difficult. For many of todays
commonly used video interfaces, there are devices that can be used to assist in this
matter. However, the use of such a device is only partially documented in the DisplayPort
specification for the receiving image device, which means that the receiving
side of the video link is free to choose its own implementation. This report presents,
together with background research and design decisions, a suggestion for such an
implementation. This implementation would need to be compatible towards a wide
range of possible video Source devices and DisplayPort cables.)
- 2021-01-11 16:48:49下载
- 积分:1
-
AMBE1000代码
STC单片机 驱动 AMBE1000,国产WT1000,类似,程序验证过,无问题
- 2022-08-21 15:51:01下载
- 积分:1
-
beginning-directx-11-game-programming
Many of us wish to create our own video games. For some, gaming is a hobby, and
for others it is something fun to participate in casually. But for the rest of us,
gaming and the dream of making our own games is more like a passion. Chances
are, if you’ve purchased this book, you are looking to turn your desire and passion
into something you can play and share with others.
- 2013-12-20 01:00:40下载
- 积分:1
-
usbControl
说明: C#写的一个进行usb识别和读取信息的小程序(C# written in a usb to identify and read information on small programs)
- 2010-03-19 18:11:47下载
- 积分:1
-
pcmmix
归一化混音源码,要求为pcm帧,采样精度16bit,内有测试音频(Normalized mixing source, the requirement for PCM frame and sampling precision of 16 bits, with audio testn)
- 2021-02-22 15:19:41下载
- 积分:1
-
baokandingyue
数据库课程设计(完整版)报刊订阅系统
付:代码,文档,数据库(Database Course Design (full version) press Subscribe Systems to pay: code, documentation, database)
- 2020-12-18 18:59:10下载
- 积分:1