搜索资源列表
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
armok0171406
- win2000下直接访问端口 1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。 2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。 3、拖一个TPort到窗体上,命名为port。 4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:= 5、status_giveio.sys 查看状态,remove_g
gcc-objc-4.1.1
- 交叉编译重要工具之一,下载后请将扩展名.rar.改为tar.bz2,然后解压使用.
gcC_cross-compilation_platform
- 介绍GCC交叉编译平台建立过程,帮助linux的初学者及嵌入式开发人员构建属于自己的编译器-Describes the process of establishing GCC cross-compilation platform to help the linux beginner and embedded developers to build their own compiler
PL0
- 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 *使用方法: *运行后
Hand_made_ARM_LINUX_GCC_cross_compiler_tool_chain.
- 全手工制作ARM + LINUX交叉编译工具链-Hand made ARM-LINUX gcc cross compiler tool chain
gcc-3.3.5.tar
- 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile-A grammar compiler, including the lexical analyzer, parser, and the expression of logical operations in a simple programmin
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
V0.04
- 使用汇编语言读取CMOS信息;i386兼容的16位程序;源代码;可使用masm或GCC编译-Read the CMOS information using the assembly language
MSYS-Update
- MSYS是Windows环境上的UNIX工作环境,由www.mingw.org项目所开发,但不易安装; MSYS类似于Cygwin,但是由于编译方式的不同,速度更快、体积更小、功能强大; 使用MSYS可以很方便的取代商业的VC编译器,开发出商业版权的程序而不受版权限制; 我们通过对MSYS和gcc编译重新整理,发布在这里方便中国的用户更容易安装、使用; 默认提供捆绑在一起的C/C++/Fortran编译器,Fortran可以适用于进行科学计算的用户;
XanaSystem
- 本科毕业设计制作的x86平台下的一个操作系统,借鉴了Mach、Linux、Unix和WinNT的架构,有基本的控制台,可以用Bochs、Qemu、VirtualPC等虚拟机运行,使用GCC编译,推荐在Linux下学习使用。-failed to translate
image
- wxwidgets image 图像编程,在CODE BLOCKS ,gcc编译,可以稳定运行
notebook
- wxwidgets notebook的使用,使用codeblock开发环境,gcc编译
oleauto
- wxwidgets ole编程,开发环境codeblock,使用gcc编译-wxwidgets ole programming, development environment codeblock, using gcc compiler
GCC_4_7_0
- C++ Primer 第五版源码,适用于GCC编译-code for C++ Primer fifth edition,and compiled for GCC
c_lsqr
- LSQR求解方程组的源代码,本人测试并常用,第一次来程序员网站,给点干活。 linux gcc编译通过。-LSQR for solving equations of the source code, I tested and used linux gcc compiler.
pl0
- pl0 基础功能,源代码,有Makefile文件,可直接使用gcc编译。-pl0 basic functions, source code, there is the Makefile, you can directly use the gcc compiler.
nasm-2.11.09rc1.tar
- nasm 最新版本 —— 2.11.09 的源代码,可以用 gcc 编译安装。-nasm latest version- 2.11.09 of the source code, you can compile and install with gcc.
nasm-2.11.09rc1-win32
- nasm 最新版本 —— 2.11.09 的 win32 执行文件 —— windods 系统大多没有 gcc,无法用 gcc 编译安装源代码,只能安装执行代码。-nasm latest version- 2.11.09 of win32 executable files- windows system is mostly no gcc, gcc compiler can not install the source code, only install the code.
银行家算法
- c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)