资源列表
[汇编语言] 7-2
说明:利用5×7的点阵显示器显示英文字母A~F,每个字符显示0.5S,如以PC机作为实验平台,按任意键后退出程序。-The use of 5 × 7 dot matrix display of the letters of the alphabet A ~ F, each character shows 0.5S, such as PC machines, as the experimental platform, Press any key after the withdrawal procedur<Vivian> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[编辑器/阅读器] 2007423153731641
说明:学习软件,本软件是一个阅读器. -Learning software, the software is a reader.<吴绘萍> 在 2025-09-14 上传 | 大小:705kb | 下载:0
[编译器/词法分析] Lcsgrammer
说明:用c语言实现简单的编译原理中的一条语句的词法分析。-Using c language compiler realize a simple principle of a statement of the lexical analysis.<linchangsheng> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[编译器/词法分析] cifafexiqi
说明:词法分析器的简单实现,为关键的算法,定义的关键字-Realize a simple lexical analyzer for the key algorithm, the definition of keywords<> 在 2025-09-14 上传 | 大小:2kb | 下载:0
[编译器/词法分析] BankOfComputing.cpp
说明: 本程序是一个行计算器(即对表达式求值)。计算器能实现加、减、乘、除、取余(%)和乘方(^)运算;能实现三角函数(正弦函数sin和余弦函数cos),求10为底的对数log,求2为底的对数ln,求e的指数幂exp,其参数也可以是合法的表达式; 计算器并能对表达式的合法性进行测试,错误的能给出表达式错误的信息。 ] 输入文件格式:第一行是一个正整数N,表示有多少行表达式。接下来的N行每一行是 一个表达式。表达式使用由浮点数(只用小数点表示)和运算符表示。 输出格式:每个行输出一个表达<刘志兵> 在 2025-09-14 上传 | 大小:3kb | 下载:0