-
Labview程序
实现信号保存至文本格式,截取有用信号以便后续处理。(Save the signal to the text format and intercept the useful signal for subsequent processing.)
- 2018-11-26 09:24:28下载
- 积分:1
-
VC++计算表达式的测试源码
VC++表达式计算的测试源码,本程序更像是一个“聪明”的数学计算器,可计算公式和表达式,只要输入正确的表达式,就可计算出值,初次编写这样的程序,不足之处,敬请包涵指正!~~
这个程序要求读者具备编译原理的一些知识。
举个实例来说明程序处理过程。假设要求值的表达式为 -25*(56+15)#(其中#号作为表达式结束标志)。首先对表达式进行词法分析,允许出现的字符为{0 ,1, 2 ,3 ,4 ,5 ,6, 7 ,8, 9 . ,+ ,-, *, / ,( ,),#}分析的结果产生两种类型的单词:操作符和操作数。操作符包括:{+, - ,* ,/ ,( ,)}操作数包括int和double类型。上面表达式产生的单词序列为{-25,*,(,56,+,15,)}.这些单词的类型也需要保存。
词法分析正确后将对产生的单词序列进行语法分析。
定义E为表达式,N为常数(视为终结符)。
- 2023-01-02 06:05:06下载
- 积分:1
-
人员疏散 障碍物 元胞自动机原理testend
人员疏散
障碍物
元胞自动机原理
时间计算以及人员行走规律(evacuation
Obstacle
Cellular automata principle
Time calculation and the rule of personnel walking)
- 2018-06-14 10:19:16下载
- 积分:1
-
Porting the Simple Sockets Library Dr. Charles E. Campbell, Jr.
Porting the Simple Sockets Library Dr. Charles E. Campbell, Jr.
- 2023-07-12 15:20:03下载
- 积分:1
-
数据结构
说明: 合肥工业大学数据结构课件
非常基础
适合入门(Data Structure Courseware of Hefei University of Technology
Very basic
Suitable for entry)
- 2020-06-20 21:20:02下载
- 积分:1
-
keilc51写的,双色LED点阵屏 可移动 速度可调
keilc51写的,双色LED点阵屏 可移动 速度可调-keilc51 written, two-color LED Display Screen Mobile adjustable speed
- 2022-03-22 06:22:07下载
- 积分:1
-
Installing Pip
Installing the pip in the python on windows platform
- 2020-06-24 23:00:01下载
- 积分:1
-
Security
说明: android手机端对各类型文件加解密,同时对所用算法进行选择(Encryption of all types of files on Android phone)
- 2019-01-04 17:29:45下载
- 积分:1
-
第五版数字通信答案
该文档是数字通信第五版的课后答案,英文版的答案(This document is the answer to the fifth edition of digital communication after class and the answer to the English edition.)
- 2020-11-10 19:29:47下载
- 积分:1
-
log_tool
C语言使用Excel库分析日志文件,可自行修改接口,兼容性好(Using Excel Library to Analyse Log Files in C Language)
- 2020-06-22 19:00:02下载
- 积分:1