搜索资源列表
OTCC
- The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
20064316212158
- 要如何区别呢?执行公用程式‘file’(例如,file /bin/bash)就对了。就ELF的程式而言,萤幕上显示出来的讯息会含有ELF的字眼;如果说是a.out的,讯息内会箝有 Linux/i386的字样。 -to how to distinguish? Implementation utility 'file' (for example, the file / bin / bash) on the right. On
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default,
emacs-21.3-bin-i386.tar
- windows版本的emacs,可以在windows环境下享受emacs的魅力.
OTCC
- The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
20064316212158
- 要如何区别呢?执行公用程式‘file’(例如,file /bin/bash)就对了。就ELF的程式而言,萤幕上显示出来的讯息会含有ELF的字眼;如果说是a.out的,讯息内会箝有 Linux/i386的字样。 -to how to distinguish? Implementation utility 'file' (for example, the file/bin/bash) on the right. On the
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default,
emacs-21.3-bin-i386.tar
- windows版本的emacs,可以在windows环境下享受emacs的魅力.-windows version of emacs, can be in the windows environment to enjoy the charm of emacs.
iometer-2006_07_27.linux.i386-bin
- iometer的实现源码,可以测试网络映射得到的逻辑盘符。功能强大!-source code of iometer.
lisp-emacs-23.1-bin-i386
- Emacs-lisp应用程序软件,lisp编译器,commonlisp的一个子集。-a software--emacs lisp
RATXXX
- Build Log --- --- --- --Configuration: RAT - Win32 Release-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"Release/RAT.res" /d "NDEBUG" /d "_AFXDLL" "C:\Documents and Settings\Adm
racket-5.1.3-bin-i386-win32
- lisp开发环境,安装简单,使用方便,适用于lisp语言开发环境-The lisp development environment, simple to install, easy to use, suitable for the lisp language development environment
iometer-1.1.0-rc1-win32.i386-bin
- 这个一款IO性能测试工具,简单易用,而且的跨平台的,非常好用-This an IO performance testing tool, easy to use and cross-platform, very easy to use
Compiler
- 命令行编译c++程序: 使用 cl.exe 的 vc6 版本, 复制到 .\VC6 目录下 示例: http://zhidao.baidu.com/question/281545175 @echo off cd c:\cl6 call setvars.bat cd bin\qq\qq cl stdafx.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBU