资源列表
KeilSoftwareCx51
- 本手册讲述对8051 的目标环境如何使用Cx51 优化C 编译器编译C 程序Cx51 编 译器包可以用在所有的8051 系列处理器上可以在WINDOWS 32 位命令行中执行本手 册假定你熟悉WINDOWS 操作系统知道如何编程8051 处理器并会用C 语言编程-This manual describes the target environment of the 8051 how to use the Cx51 optimizing C compiler to compile C pr
Keil-Software_Cx51
- Keil Software–Cx51 编译器用户手册403页-Keil Software-Cx51 Compiler User' s Manual 403
bianyiyuanli2008
- 编译原理词法分析,语法分析功能实现,能够显示出各种文法的功能-Compiler theory lexical analysis, syntax analysis functions, and they can show a variety of grammatical features
KeilCx51UserManual
- 一款不错的单片机开发Keil C工具教程!Cx51 编译器 对传统和扩展的8051 微处理器的 优化的C 编译器和库参考-User Manual
Cx51
- 编译器用户手册 对传统和扩展的8051 微处理器的 优化的C 编译器和库参考-Compiler user s manual of traditional and expanded 8051 microprocessor optimized C compiler and library reference
PasEdit
- pas脚本编译,编译写好的脚本,运用了fastscr ipt控件
bianyiyuanli
- 编译原理课程设计(包括语法分析,词法分析,语义分析及设计报告)-Compiler design principles of curriculum (including syntax analysis, lexical analysis, semantic analysis and design report)
SPE-0.8.4.c-wx2.6.1.0.tar
- 用python写的ide开发环境,巨强大,不过需要wxpython的支持
psat-2.0.0-b1.4
- 基于PSAT 软件的多目标最优潮流计算用于中小型电力系统的分析和管理-PSAT software-based multi-objective optimal power flow calculation for small and medium-sized power systems analysis and management
optionalexercise4
- optional exercise4答案,比较详细-optional exercise4
lexer_analist
- 通过对文档infile的读入 输出outfile的文件,outfile将infile中的编译语句分类组织-of the document infile outfile read into output documents, infile outfile to compile the statement classification
pl0编程
- 在以上扩展的 PL/0 语言语法下,完成以下至少两项编译程序扩展: 给PL/0语言增加C语言形式的/∗ …… ∗/的注释。 给PL/0语言增加带else子句的条件语句和exit语句。 exit语句作为while语句的非正 常出口语句。若处于多层while语句中,则它只作为最内层while语句的非正常出口。 若它没有处于任何while语句中,则是一个错误。 给PL/0语言增加输入输出语句。