-
本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occ...
本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which are phraseing analysis tools writed by Allen, it also contains a program which can display the analysis procedure of C
- 2023-03-25 10:05:03下载
- 积分:1
-
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。...
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain
errors in a Fortran program that a compiler usually does not. Ftnchek
is not primarily intended to detect syntax errors. Its purpose is to
assist the user in finding semantic errors. Semantic errors are legal
in the Fortran language but are wasteful or may cause incorrect
operation. For example, variables which are never used may indicate
some omission in the program uninitialized variables contain garbage
which may cause incorrect results to be calculated and variables
which are not declared may not have the intended type.
Ftnchek is written in C. To build ftnchek, you must have a C compiler
for the machine on which you wish to build it. The URL for ftnchek s
home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary
executables for some platforms, and other information are available
there.
- 2022-10-03 22:40:03下载
- 积分:1
-
Based on the classic of the Context
经典的基于Context-Free_Grammer 的语法分析器。-Based on the classic of the Context-Free_Grammer grammar analyzer.
- 2022-01-23 10:51:01下载
- 积分:1
-
C语言编写的简单的将汇编语言文件转化为单词二元式流文件的小软件。...
C语言编写的简单的将汇编语言文件转化为单词二元式流文件的小软件。-,,
- 2022-07-03 07:26:42下载
- 积分:1
-
下面子函数为定时器1、3 端口及其寄存器初始化说明ICP中断处理函数...
下面子函数为定时器1、3 端口及其寄存器初始化说明ICP中断处理函数-Functions for below and register port timer initialization 1,3 Description ICP interrupt handling function
- 2022-05-28 10:43:43下载
- 积分:1
-
一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了!
有点难...
一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了!
有点难-a foreigner writing lexical analysis procedures, we can take a look, but too many of code! Hard
- 2022-03-24 03:52:29下载
- 积分:1
-
#包括<;fstream & gt;
#include
- 2022-02-03 06:24:20下载
- 积分:1
-
这是一个小时候玩的游戏 走迷宫
这是一个小时候玩的游戏 走迷宫- This the game which a childhood played walks the labyrinth
- 2022-01-25 18:23:24下载
- 积分:1
-
此工具是arm
此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来!-This tool is arm-linux-gcc cross compiler tools (cross-3.4.4), this is my own compiler, I tried, I use it to compile the u-boot1.2.0 no problem, the cross compiler made a good long time before I found online a long time, but never found, so this contribution to come out, so everyone will have time to compile, I now use is no problem, please advise if there are problems. Hope love linux comrades contribution to point out good things!
- 2022-04-23 10:04:50下载
- 积分:1
-
javascript语言的解释器源码,主要用在firefox浏览器中。
javascript语言的解释器源码,主要用在firefox浏览器中。
-javascript language interpreter source, mainly in firefox browser.
- 2022-02-26 09:27:14下载
- 积分:1