CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - gcc c

搜索资源列表

  1. pclint

    0下载:
  2. PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有通过它才能正式发行-PClint, a very strict C / C compiler, can be embedded into VC.GCC so. It can even check out your C / C code in the inner leakage, uninitiali
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:2.89mb
    • 提供者:肖巍
  1. corba.tar

    0下载:
  2. C++实现的CORBA分布式程序,是基于ACT/TAO在linux下,实现的代码,使用gcc编译-C + + CORBA distributed programming is based on ACT / TAO in linux, the achievement of the code, the use of gcc
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:13.29kb
    • 提供者:张煜
  1. jiandanbianjiqi

    0下载:
  2. 这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses -This is a simple editor prototype, here the screen used for the development of curses and keyboard function keypa
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:wwwwppp
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:冯灿科
  1. dnc_stringcast

    0下载:
  2. 方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用-convenient utf8, unicode, ansi transferable template, Fan-formation In VC, GCC, Inter C tested
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2.76kb
    • 提供者:zch
  1. cp

    0下载:
  2. copy命令C源程序,VC6.0与GCC上调试通过!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:iggcel
  1. Java2Asm-gcc

    1下载:
  2. Java语言子集语法、语义分析器。用C++作为宿主语言完成了Java语言子集语法、语义分析器,代码生成的目标代码为MASM汇编代码。附详细文档。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1mb
    • 提供者:林健
  1. C-resource

    0下载:
  2. source 为程序源代码文件目录 exe 为可执行文件目录 pics 为所有处理好的图片的目录 需要预先安装MinGW MinGW为Mini Gnu for Windows 里面包含gcc for windows的编译器 将其拷贝值某目录,然后设置环境变量 path x:\\MinGW\\bin 即可通过gcc(g++)命令进行编译
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.32mb
    • 提供者:chris
  1. maze-telen-gcc-mac

    0下载:
  2. mac系统下载,纯C语言开发,终端运行调试,可以做IOS开发内核,迷宫系统maze。随机生成迷宫地图,自动探索出路设计-system mac download, pure C-language development, the terminal run the debugger, you can do IOS development kernel, maze system Maze. Randomly generated maze map, automatically discover a wa
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:1.38kb
    • 提供者:Telen
  1. GCC_manual

    0下载:
  2. 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义. 除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权威文档. 如果我们发觉本手册页的内容由于过时而导致明显的混乱和抱怨时,我们就停止发布它.不可能有其他选择,象更新Info文件同时更新man手册,因为其他维护GNU CC的工作没有留给我们时间做这个. GNU工程认为man手册是过时产物,应该把时间用到别的地方.-This manual page is an ex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:291.44kb
    • 提供者:thinkinweb
  1. PocketGCC_Pleafles

    0下载:
  2. pocket上的gcc编译器,深山孤鹰修改-gcc complier of ppc. support .cpp,.c,.s files
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2.33mb
    • 提供者:jason
  1. parse_c

    0下载:
  2. C语言语法检查器。-C syntactic checker
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:4.55kb
    • 提供者:站长
  1. [C]-Linux-Gnu-C-Compiler-Gcc-Howto

    0下载:
  2. [C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:73.62kb
    • 提供者:code_breaker
  1. GCC

    0下载:
  2. gcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:291.44kb
    • 提供者:cxq
  1. gcc

    0下载:
  2. GNU C compiler 和 GNU C++ compiler 作說明,用 cc 來編譯程式-cc compiler explaint
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:3.38kb
    • 提供者:lewis
  1. winnls

    0下载:
  2. C 写的另一个GCC编译器 传说有能实现自动更新的 我没见过-GCC C compiler written by another legend has to achieve automatic updates I have not seen
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:33.45kb
    • 提供者:luohao
  1. gcc

    0下载:
  2. 是对GCC这种GNU工程的C和C++编译器的用法的详细介绍以及其他注意事项。-GCC is the GNU project C and that C++ compiler, a detailed descr iption of the usage and other considerations.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:278.14kb
    • 提供者:wzq
  1. saolei-gcc-mac

    0下载:
  2. 纯C语言mac系统下编写,并且终端编译显示的,扫雷小游戏,不比windows的差。可以用作ios开发内核-Written in pure C language and mac system and the terminal to compile display, minesweeping game, better than the windows of the poor. Can be used as ios development kernel
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:1.73kb
    • 提供者:Telen
  1. Terminal

    0下载:
  2. 前天写的一个简单的文件随机破坏/修复程序,可逆的哦 useage: gcc *.c ./a.out -a simple program to damage/restore file randomly. useage: gcc*.c ./a.out
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-06
    • 文件大小:26.85kb
    • 提供者:jimzhao 2012
  1. back

    0下载:
  2. Project about written an interpter in C using gcc compiler and lex and yacc
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-30
    • 文件大小:16kb
    • 提供者:Abdenour
« 12 3 »
搜珍网 www.dssz.com