搜索资源列表
C++语言ISO标准文档
- C++语言ISO标准文档 C03
chkc_tar
- 这是一个使用标准 C 开发的简单的可以对 C 语言程序进行语法检查的程序,本程序检查你的程序中小括号、中括号、大括号、单引号、双引号、/* */ 注释等的配对情况,可以及时发现程序中存在的语法错误情况。-This is a standard C development can be a simple C language syntax procedures for the inspection procedures, the procedures check your procedures sm
ansi_lex
- 标准C的词法分析的Lex文件,可以用lex来 编译生成标准C的词法分析部分-standard C lexical analysis Lex documents can be used to lex standard C compiler generation of lexical analysis
ansi_yacc
- 标准C的语法分析的yacc文件,可以用bison 等语法分析生成器编译,生成标准C的语法 分析部分,可以和前面的Lex部分组成C编译 器的前端-standard C syntax analysis generates a file that can be used, such as bison syntax analysis compiler generator, generate standard C syntax analysis, and can in front of Lex
bsh
- BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
4th-3.3d-for-unix
- 4tH compiler是一个稍有不同的Forth 编译器,不像标准Forth 引擎所提供的常规编译器。4tH 是一个非常小的编译器,它可以生成字节码,嵌入式C字节码,单独的可执行文件,但是它也可以作为一个脚本语言-4tH compiler is a slightly different Fortran compiler, Unlike standard Forth engine provided by conventional compilers. 4tH is a very small co
Keil_C_tutorial
- 分为PDF格式的Keil C编译器的使用说明和Word文本格式的keil C51详解。 包含内容: 第一章 Keil C51开发系统基本知识 第二章 Keil C51软件使用详解 第三章 Keil C51与标准C 第四章 Keil C51高级编程 第五章 Keil C51库函数参考 第六章 Keil C51例子 第七章 Keil C51的代码效率 第八章 dScope for Windows使用详解 -Into PDF format Keil C comp
tmlibc-0.0.1
- 一款标准c类库.Tima(TM-Tiny&Miny) Standard ANSI C based Library-Tima(TM-Tiny&Miny) Standard ANSI C based Library
sflSRC
- 标准C库函数源码,库函数详解在下一个文件里-Standard C library function source code, library functions Xiangjie next file
TryExceptFinally
- 相对于标准C++ 语言,在实际的 VC 变成中,关于 VC++ 中的异常处理的源码范例-On VC++ exception handling in the source code examples
compiler.cc.tar
- 词法分析器,能分析输入的标准C语言,并输出分析结果-A complier for analysis the word in C language code
LCC_SourceCode_C
- Lcc 前端。Lcc 是业界熟知的一款很小的标准C 编译器。市面上有关于lcc 的书籍 (如:A Retargetable C Compiler: Design and Implementation,Addison-Wesley, 1995)。上传 的代码是lcc version 4.2-Lcc front. Lcc is a little known industry standard C compiler. There are books about lcc (Eg: A Ret
ansi_C_yacc
- 标准C语言的语法分析器的yacc文件,可以经过yacc处理编译为标准C语言的语法分析器的C源文件,再编译这些源文件生成语法分析器。-Lex file of the standard C language parser, the parser can after lex handle compiled for the standard C language C source file, and then compile these source files to generate the pars
ansi_C_lex
- 标准C语言的词法分析器的lex文件,可以经过lex处理编译为标准C语言的词法分析器的C源文件,再编译这些源文件生成词法分析器。-Lex file of the standard C language parser, the parser can after lex handle compiled for the standard C language C source file, and then compile these source files to generate the parser
BYYL
- 编译原理 实现标准C语言词法分析器 掌握程序设计语言词法分析的设计方法; 2.掌握DFA的设计与使用方法; 3.掌握正规式到有限自动机的构造方法; -Compiling principle realize standard C language lexical parsers Master program design language of lexical analysis design method 2. Master DFA design and method o
lua-5.2.0.tar
- Lua 是一个小巧的脚本语言。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。-ua is a small scr ipting language. By Lua standard C write and become, in almost all operating system on the peace can be compiled, operation.
BYYL
- 编译原理词法分析器(附加说明文档),能够以标准C语言文件进行词法分析-Compiling principle lexical analyzer (additional documentation), be able to standard C language files for lexical analysis
c-Syntax-analysis
- 完成标准的c语言语法分析,实现所有的功能,可以运行,需提前写入文件,因进行的是文件的读取-Completion of the standard C language syntax analysis, all the features, you can run in advance to write to a file, a result of the file read
lua
- Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库,这是由它的定位决定的。所以Lua不适合作为开发独立应用程序的语言-Written in Lua by the standard C, almost all operating systems and platforms can be compiled and run. Lua does not provide a strong library, which is determined by its po
glibc-2.0.2.tar
- 标准C的代码实现,很详细的。如果你想研究标准C是怎么实现的,最好看看。-Standard C code implementation in great detail. If you want to how to achieve the research standard C, it is best to look at.