代码搜索:Executable

找到约 10,000 项符合「Executable」的源代码

代码结果 10,000
www.eeworm.com/read/192449/5155737

kerninfo

#! /usr/bin/perl # A script to analyze the output of "objdump -h" on the # kernel executable file. use strict qw(vars refs); use FileHandle; my $kernfile = shift @ARGV; (defined $kernfile) || die "
www.eeworm.com/read/192449/5155856

kerninfo

#! /usr/bin/perl # A script to analyze the output of "objdump -h" on the # kernel executable file. use strict qw(vars refs); use FileHandle; my $kernfile = shift @ARGV; (defined $kernfile) || die "
www.eeworm.com/read/192449/5155974

kerninfo

#! /usr/bin/perl # A script to analyze the output of "objdump -h" on the # kernel executable file. use strict qw(vars refs); use FileHandle; my $kernfile = shift @ARGV; (defined $kernfile) || die "
www.eeworm.com/read/192449/5156073

kerninfo

#! /usr/bin/perl # A script to analyze the output of "objdump -h" on the # kernel executable file. use strict qw(vars refs); use FileHandle; my $kernfile = shift @ARGV; (defined $kernfile) || die "
www.eeworm.com/read/192449/5156223

kerninfo

#! /usr/bin/perl # A script to analyze the output of "objdump -h" on the # kernel executable file. use strict qw(vars refs); use FileHandle; my $kernfile = shift @ARGV; (defined $kernfile) || die "
www.eeworm.com/read/191602/5164837

h thread.h

/* * thread.h * * Executable thread encapsulation class (pre-emptive if OS allows). * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of
www.eeworm.com/read/191602/5164892

h pprocess.h

/* * pprocess.h * * Operating System Process (running program executable) class. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of th
www.eeworm.com/read/179911/5293994

c objstrip.c

/* * arch/alpha/boot/tools/objstrip.c * * Strip the object file headers/trailers from an executable (ELF or ECOFF). * * Copyright (C) 1996 David Mosberger-Tang. */ /* * Converts an ECOFF or ELF
www.eeworm.com/read/178865/5312183

as impuls.as

import com.gamepackage.events.Executable; class com.gamepackage.events.Impuls { static private var exes: Array; static function initialize( timeline: MovieClip ): Void { exes = new Arr
www.eeworm.com/read/174805/5356971

makefile

# # Makefile for the demo programs (for MS Windows 32Bit using MinGW GCC) # The MinGW GNU Compiler and GNU Make are needed to build the executable. # LIBDIR = D:\Programme\MinGW\lib CFLAGS