CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - linux 使用

搜索资源列表

  1. ansi.c.grammar

    0下载:
  2. C语言的lex\\Yacc文法实现,在linux\\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \\ Yacc grammar realized, In linux \\ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable pro
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.46kb
    • 提供者:123456
  1. compiler([1].netstl)

    0下载:
  2. (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
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:47.52kb
    • 提供者:cy
  1. Qtftpclient.rar

    0下载:
  2. 使用Qt编写的FTP客户端源代码,这个在一些Linux或unix的项目中会使用到,而且其也可以作为学习Qt编写网络程序的例子,Written using the Qt source code for FTP client, the Linux or unix in a number of projects will be used to, and its Qt can also be used as learning examples of the preparation of network
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:89.18kb
    • 提供者:袁和平
  1. arm-softfloat-linux-gnu-3.4.5.tar.bz2

    1下载:
  2. 支持软浮点编译的arm-softfloat-linux-gnu-3.4.5.tar.bz2,可直接解压至/opt/下,然后修改环境变量即可使用。-Soft floating point support compiled arm-softfloat-linux-gnu-3.4.5.tar.bz2, directly extract to/opt /, and then modify environment variables can be used.
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-03-01
    • 文件大小:38.19mb
    • 提供者:jiangyu
  1. PL0

    0下载:
  2. PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:16.26kb
    • 提供者:fangruizhou
  1. corba_1

    0下载:
  2. corba是一款商用内存检测工具,功能全面 在Linux下,使用Insure++检测程序,需要用Insure命令协同编译器来编译和连接程序,在源编译器编译前加Insure命令。 程序为其使用的一个例子-corba is a commercial instrument Detected memory, full-featured at Linux, the use of corba Detect procedures required collaboration with Insure c
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:878.74kb
    • 提供者:杨保国
  1. cfront.2e.tar

    0下载:
  2. cfront是最开始c++语言到C语言的转换工具,这个版本2,是在Plan 9中使用的。-Cfront most are beginning c++ language to C language conversion tools, this version 2, at Plan 9 are used.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1.73mb
    • 提供者:ldsfjlfjl
  1. tinyxml_2_5_3_fullsource

    0下载:
  2. 1.一款精致小巧但非常犀利的xml解析器,能够在windows和linux编译的使用。 2.源代码附带了测试程序,但并不能直接编译通过,笔者做了小徐改动,保证能够在VC6.0的环境下编译通过。 3.附带了详细xml中文指南。-1. A compact but very sharp xml parser can be compiled in windows and linux use. 2. The source code with the test procedure, but can
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:282.64kb
    • 提供者:johncy
  1. ucc160

    0下载:
  2. ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:683.98kb
    • 提供者:飞轩泠
  1. linux-gcc

    0下载:
  2. linux下gcc编译器的使用,关于gcc编译器的详细说明-linux gcc
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:14.56kb
    • 提供者:fox
  1. Bison-2.4.3-manual

    0下载:
  2. BISON是linux下的语法分析解析器的产生器,一般和FLEX一起使用-BISON is under linux parsing parser generator, used in conjunction with general and FLEX
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:24.79kb
    • 提供者:yczh
  1. scanner

    0下载:
  2. 使用LEX编写的功能强大的C语言此法分析器,在linux下可以顺利运行-LEX prepared using the powerful C language parser of this method in the smooth running under linux
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.43kb
    • 提供者:KnGine
搜珍网 www.dssz.com