代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/278099/10571972
doc showansi.doc
+++Date last modified: 05-Jul-1997
About a year or so ago I published an ANSI viewer here called "showansi", the
purpose of which was to view ANSI files compatible with the DOS ANSI.SYS.
These fi
www.eeworm.com/read/159868/10606427
inc mysqlinc.inc
{$UnDef NEVERENABLEME}
{Note: has basically the same role as EXTRA_DEBUG in mysql and should not be enabled except for testing purposes}
{$Define HAVE_COMPRESS}
{this will actually include zlib c
www.eeworm.com/read/238832/13322030
txt readme.txt
the source code is B*-tree
the first btree was published in 2000,DAC
and update in the 2005,speedup ,reduce the runtime and improve the solution quality
origin spurce code compiled in the sun sol
www.eeworm.com/read/136959/13350970
doc showansi.doc
About a year or so ago I published an ANSI viewer here called "showansi", the
purpose of which was to view ANSI files compatible with the DOS ANSI.SYS.
These files are used not only for artwork of var
www.eeworm.com/read/309649/13667381
doc showansi.doc
+++Date last modified: 05-Jul-1997
About a year or so ago I published an ANSI viewer here called "showansi", the
purpose of which was to view ANSI files compatible with the DOS ANSI.SYS.
These fi
www.eeworm.com/read/238485/13882367
conf-ld
cc -s
This will be used to link .o files into an executable.
www.eeworm.com/read/105300/6199356
doc upx.doc
NAME
upx - compress or expand executable files
SYNOPSIS
upx [ *command* ] [ *options* ] *filename*...
ABSTRACT
The Ultimate Packer for eXecutables
Copyright (c) 1996-20
www.eeworm.com/read/408142/11404408
makefile1
executable : main.o io.o # 生成的目标文件依赖main.o和io.o
gcc main.o io.o -o executable
main.o : main.c # 依赖文件是main.c
gcc -W