搜索资源列表
pclint
- 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
corba.tar
- 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
jiandanbianjiqi
- 这是一个简单的编辑器雏形,这里用到了屏幕开发库 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
huffmanfordepreesingcoding
- 哈夫曼(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
dnc_stringcast
- 方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用-convenient utf8, unicode, ansi transferable template, Fan-formation In VC, GCC, Inter C tested
cp
- copy命令C源程序,VC6.0与GCC上调试通过!
Java2Asm-gcc
- Java语言子集语法、语义分析器。用C++作为宿主语言完成了Java语言子集语法、语义分析器,代码生成的目标代码为MASM汇编代码。附详细文档。
C-resource
- source 为程序源代码文件目录 exe 为可执行文件目录 pics 为所有处理好的图片的目录 需要预先安装MinGW MinGW为Mini Gnu for Windows 里面包含gcc for windows的编译器 将其拷贝值某目录,然后设置环境变量 path x:\\MinGW\\bin 即可通过gcc(g++)命令进行编译
maze-telen-gcc-mac
- 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
GCC_manual
- 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义. 除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权威文档. 如果我们发觉本手册页的内容由于过时而导致明显的混乱和抱怨时,我们就停止发布它.不可能有其他选择,象更新Info文件同时更新man手册,因为其他维护GNU CC的工作没有留给我们时间做这个. GNU工程认为man手册是过时产物,应该把时间用到别的地方.-This manual page is an ex
PocketGCC_Pleafles
- pocket上的gcc编译器,深山孤鹰修改-gcc complier of ppc. support .cpp,.c,.s files
parse_c
- C语言语法检查器。-C syntactic checker
[C]-Linux-Gnu-C-Compiler-Gcc-Howto
- [C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
GCC
- gcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)
gcc
- GNU C compiler 和 GNU C++ compiler 作說明,用 cc 來編譯程式-cc compiler explaint
winnls
- C 写的另一个GCC编译器 传说有能实现自动更新的 我没见过-GCC C compiler written by another legend has to achieve automatic updates I have not seen
gcc
- 是对GCC这种GNU工程的C和C++编译器的用法的详细介绍以及其他注意事项。-GCC is the GNU project C and that C++ compiler, a detailed descr iption of the usage and other considerations.
saolei-gcc-mac
- 纯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
Terminal
- 前天写的一个简单的文件随机破坏/修复程序,可逆的哦 useage: gcc *.c ./a.out -a simple program to damage/restore file randomly. useage: gcc*.c ./a.out
back
- Project about written an interpter in C using gcc compiler and lex and yacc