搜索资源列表
-
0下载:
yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
-
-
0下载:
This is random letter and number string generator.
It may be used to make passwords or strings for a project. The code may be used in any c/pp projects. This code may work on both windows and linux.-This is random letter and number string generato
-