搜索资源列表
PERL-FLEX
- flex是linux下一个很有用的高效的编译器工具,本软件将PERL中正则表达式转化为FLEX中可以识别的形式。-flex under linux is a very useful and efficient compiler tools, The software will be the Chiang Kai-shek PERL regular expressions into FLEX can be in the form of identification.
compiler([1].netstl)
- (1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言; (2) 一个简单的说明文档; (3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录; (4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。 注意事项: (1) 两人一组 (2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,J
Flex3TFS
- flex3权威指南源码,包括1-26课的代码和所需素材文件-the source of Adobe Flex 3 Training from the source
flex-2.5.4a-1
- flex,词法自动生成工具,他可以在极短时间内帮助产生编译器的词法c源程序-flex, automatically generated lexical tools in a very short time he can help the compiler generate c source of lexical
flex_bison
- Learn how to use flex and bison to process text data in Linux or Unix with the updated edition of this classic book. Whether you re interpreting code, configuration files, or any other structured format, flex & bison explains how these flexible utili
calculator-0.10.0b.tar
- linux project calculator application
FangQqshow
- 仿qqshow在线试衣换衣系统 不错的系统源码,代码是php的 一 系统简介 在线试衣系统是一款基于flex+php+mysql的免费试衣软件。支持更换背景 发型等。并能将最终试穿效果生成图片。提供完善的后台管理。所有衣服等都能通过后台添加删除。并能快速的集成到您已有的商城系统中。 二 安装指南 操作系统要求 新生代在线试衣系统具备跨平台特性,支持 Linux/Unix及Windows 2000/2003/ XP等操作系统。 语言
Bison-2.4.3-manual
- BISON是linux下的语法分析解析器的产生器,一般和FLEX一起使用-BISON is under linux parsing parser generator, used in conjunction with general and FLEX
seq-sat-sgplan6
- SGPlan6是伊利诺伊大学最新研制的智能规划器,在第5界世界规划大赛中获得次优规划器冠军,使用Linux C++设计,需借助Flex和Bison工具提供对PDDL的编译器功能。-The University of Illinois is the latest development of intelligent planning SGPlan6 to suboptimal planning Champions in the 5th World Planning Competition use
lexlinuxsource
- 利用linux下的flex生成一个词法分析器,输入文法的正则表达式,加入相关处理函数。由main()调用yylex()入口函数执行词法分析 -Use under linux flex to generate a lexical analyzer input grammar regex adding handler function. Yylex () is called by the main () entry function to perform lexical analysis
registry.tar
- 利用flex&bison解析windows注册表的小程序,在解析完成后写入到linux的文件系统中。-Flex & resolve by the nonproprietary bison windows registry program, written after the completion of the analysis to the Linux file system.
Tokenizer
- This file is mostly data generated by flex. Unfortunately flex can t handle 16bit strings directly, so we just copy the part of the code we need and modify it to our needs for Linux.
flex-2.5.35
- flex源代码、linux词法编译器的编译器,和bison构成linux下的词法和语法分析-flex bison linux
CameraCapture-Public-IP-Multipl-Display-Alpha
- Multi Monitor DNA Other windows programs Linux-Unix program Internet-Socket-Network
flex
- 此程序是lex的示例,在linux环境编写,是基本的词法编辑器,适合学习编译的人使用。-This program is an example of lex in linux prepared environment is a basic lexical editor for study compiled people.
flex-2.5.4a.tar
- 没有用过 但是好像是可以在LINUX环境下使用 来编译.y和.l文件(It's not used but it seems that it can be used to compile.Y and.L files in the LINUX environment)
EncSample_YT88
- YT88加密锁软件加密的相关例子支持开发语言如下:ASP,BC++,C#,Delphi,Director,Excel,Java,linux,PB,PHP,VB,VBNET,VC,VFP,易语言,VCNET,安卓,LabView,QT,FLEX,SQL,PYTHON。(YT88 encryption lock software encryption related examples. Support development language as follows: ASP, BC++, C#, D
C-compiler
- 这是一个LINUX环境中运行的Cminus语言的简易编译器,采用flex和bison生成