CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - compiler program

搜索资源列表

  1. bison

    0下载:
  2. bison源代码.bison 是替代yacc的语法分析程序生成器. yacc是 Yet Another Compiler Compiler的缩写. bison又是什么呐 是一个生成可以分析文本文件结构的程序的程序. 用户不用直接编写程序而只用确定好如何分析这些文本文件的规则就可以了. 这种文本结构应用的例子举不胜举, 其中一个就是计算器(calculator).-bison source code. Bison is a replacement generates a syntax analys
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:287254
    • 提供者:uuutest
  1. gsegyview-0.1

    1下载:
  2. segy 显示程序!希望能给正在做这部分朋友提供一部分资料,我可是找了很久哦,需要自己再编译-segy display program! Hope that they will be part of this is being done as part friends, but I find for a long time, oh, it needs its own compiler again
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:415709
    • 提供者:shendy
  1. MSYS-1.0.10

    0下载:
  2. MSYS为跨平台编译软件。用于编译unix下C++程序。-MSYS to compile cross-platform software. Under unix compiler for C++ program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-31
    • 文件大小:2776375
    • 提供者:金亮
  1. OS0417

    1下载:
  2. 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-23
    • 文件大小:278528
    • 提供者:Lilith
  1. secret

    0下载:
  2. pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:7591
    • 提供者:莫松成
  1. fany

    0下载:
  2. linux平台下用中文编程,该程序将中文程序转换为西文,再直接用gcc编译程序。在windows下也可以用中文编写程序,再用该程序将中文转换为西文编译。-linux platform in Chinese programming, the program will convert the Chinese Spanish procedures, and then directly with gcc compiler. In windows can also be used under the Ch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:76971
    • 提供者:孙泽勇
  1. ccache-2.3.tar

    0下载:
  2. ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a cachin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:84386
    • 提供者:王军阵
  1. pipe

    0下载:
  2. 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:839
    • 提供者:
  1. SYbase

    0下载:
  2. 一个在linux下连接Sybase数据库,并读写表的方法,里面创建了一个策略表,程序根据策略的策略来执行相应的动作,里面附带了sybase运行和编译的环境设定-Under linux to connect a Sybase database and table to read and write methods, which created a policy table, the program under the strategy to implement the appropriate st
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:190086
    • 提供者:陈风
  1. ARMLinuxS3C2410

    0下载:
  2. 针对日益复杂的嵌入式系统的应用需求,提出了在S3C2410嵌入式平台上移植ARMLinux操作系统的方案。介绍了 ARM Linux的概念以及移植硬件平台的结构和运行过程,详细讲解了ARM Linux在嵌入式平台上裁减、交叉编译以及建立根 文件系统的过程,并对移植结果进行了测试。测试结果表明,移植后的ARM Linux运行稳定。 -For the increasingly complex needs of embedded system applications, the S3C24
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:144330
    • 提供者:hyy
  1. gcc_link_problem

    0下载:
  2. 一个gcc和vc编译器存在的问题,代码变量与库中函数重名就会导致连接错误。-One problem of both gcc and vc compiler. if there is a variable in source code which has the same name as the library function, after linking , there will cause a crash when run the program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:25925
    • 提供者:于孝辉
  1. udpcli

    0下载:
  2. udp_socket程序,在RHEL5.3下GCC编译成功-udp_socket program, RHEL5.3 the success of the next GCC compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:727
    • 提供者:byj
  1. udpsrv

    0下载:
  2. udp_socket程序,在RHEL5.3下GCC编译成功-udp_socket program, RHEL5.3 the success of the next GCC compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:632
    • 提供者:byj
  1. 9

    0下载:
  2. 在 μC/OS-II 上的移植,主要是针对与 CPU 或编译器相关的文件和操作系统模拟层来 进行移植,并简要描述了 LwIP 对下层的网络接口和上层的应用程序接口的编程模 型。针对以太网控制器和网络物理层芯片的硬件特征,实现了以太网驱动程序,主 要完成以太网的初始化、中断处理以及数据的接收和发送等功能,为 LwIP 提供驱动 支持。根据嵌入式应用开发的需要,在 LwIP 协议栈的基础上实现了 TFTP 协议以及 网络烧写服务器,为 Bootloader 提供有实用性的网络下载
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:618598
    • 提供者:king
  1. AboutGccComplier

    0下载:
  2. Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译器,其执行效率与一般的编译器相比平均效率要高20 ~30 。 Gcc编译器能将C、C++语言源程序、汇程式化序和目标程序编译、连接成可执行文件,如果没有给出可执行文件的名字,gcc将生成一个名为a.out的文件。在Linux系统中,可执行文件没有统一的后缀,系统从文件的属性来区分可执行文件和不可执行文件。而gc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:15429
    • 提供者:门票
  1. GCC_introduction

    0下载:
  2. GCC和g++是Linux下编译C程序和C++程序的两个功能强大的编译器。本文着重介绍了这两者以及相关编程-GCC and g++ is a compiled C program under Linux and C++ program two powerful compiler. This article highlights and related programming both
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:709695
    • 提供者:shark
  1. Linux

    0下载:
  2. 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12197
    • 提供者:kevin
  1. Examples

    0下载:
  2. 诺亚舟的qt程序,初学者使用。 g++编译后弹出hello word窗口。-Noah' s qt program. g++ compiler window after the pop-up hello word.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:29200
    • 提供者:poke shell
  1. camcapture.zip

    0下载:
  2. Based ARMhf of the V4l2 image acquisition program codeblocks Development Environment compiler interface using GTK2.0.,Based ARMhf of the V4l2 image acquisition program codeblocks Development Environment compiler interface using GTK2.0.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:17110
    • 提供者:谢强
  1. C-XML

    1下载:
  2. ANSI C 写的XML解析库,可以用来读写XML格式数据 -a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as d
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-15
    • 文件大小:258664
    • 提供者:zhang
« 12 »
搜珍网 www.dssz.com