搜索资源列表
minic
- 输入简单的c语言程序,再通过编译器进行编译,可以得到编译的结果。与c语言的功能相近只是范围较小。还可以生成语法分析树,来看中间是怎么进行编译的。-Enter a simple c language program, and then compiled by the compiler, the results can be compiled. And c function of language is similar to a smaller range. Parse tree can also
ctixian20040130
- 介绍一下这个程序的功能: 1,提醒功能。有约会提醒,记念日提醒,每日定时提醒,每周定提醒。 2,定时器。设定小时数,倒数时间,到0时弹出窗口提醒。 3,秒表。 4,日期计算。计算两个日期之间的天数,计算多少天后是几号。 5,倒计时。记录一个重要的日期,倒数天数。 6,当前日期。显示当前日期,计算这周是从某天开始的第几周。 (非原创)-Explain the function of this procedure: 1, to remind function. Have an appointmen
VCPP
- 实现对C语言的源程序的词法分析的词法分析器,词法分析器的功能就是读入字符串形式的源程序,识别出具有独立意义的最小语法单位,即单词,并对识别出的单词进行相应的产生属性字处理。-Lexical analyzer lexical analysis of the C language source code, the lexical analyzer function is to read into a string in the form of source code to identify the
Mac_Disk_Cleaner
- C++开发的用控制台实现的擦出磁盘痕迹的小程序,类似CCLEANER的功能-C++ realization struck a disk traces the development of small programs, like CCCLEANER
calculator
- MFC实现简单的计算器功能,初学者可以看看。还有点小问题。-MFC simple calculator functions, beginners can look at. There is a small problem.
com
- 实现对c语言小子集的编译功能,很简单,只是作为参考。-Realize the c language subset compiler function is very simple, just as a reference.
CPP-lexical-analyzer
- 词法分析器功能的输入源,按照构词规则成一系列字的符号。Word是一个独立意义的语言,包括关键字,标识符,运算符,行业经营者和常量等的最小单位-Lexical analyzer function input source, in accordance with the rules of word formation into a series of word symbols. Word is the smallest unit of an independent meaning language,
2
- 编译原理的lr(0)分析器,功能较小但很实用。-Compiler theory lr (0) analyzer, a small but very useful function.
最小vc6.0
- 一个vc6的最小编译器(ANSI C命令行版本)只可编译 .c文件,无其他功能。(A minimal compiler of VC6 (ANSI C command line version) can compile.C files without any other functions.)