代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/161121/5557955
makefile
# BK Id: SCCS/s.Makefile 1.19 01/16/02 11:08:07 trini
#
# Makefile for making XCOFF bootable images for booting on PowerMacs
# using Open Firmware.
#
# Paul Mackerras January 1997
#
# Cleaned up, move
www.eeworm.com/read/161112/5561031
h privatecode.h
/* privateCode.h - header file for making data writable from routine only */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,06nov97,mm added cop
www.eeworm.com/read/160303/5573352
maytest
#! /bin/sh
# consider making snapshot of FreeSwan code
who=mcr
USER=build export USER
. ~build/freeswan-regress-env.sh
umask 022
cd ~build/WANTSNAP
if test ! -f dotest
then
exit 0
fi
if test -f
www.eeworm.com/read/160303/5573356
maysnap
#! /bin/sh
# consider making snapshot of FreeSwan code
who=mcr
USER=build export USER
. ~build/freeswan-regress-env.sh
umask 022
cd ~build/WANTSNAP
if test ! -f dosnap
then
exit 0
fi
set -x
if
www.eeworm.com/read/154630/5635147
vc makefile.vc
# Usage:
# C:\TRAYICON> VCVARS32
# Setting environment for using Microsoft Visual C++ tools.
# C:\TRAYICON> NMAKE /f Makefile.vc
# ... making
# C:\TRAYICON> NMAKE /f Makefile.vc CLEAN
# ... remo
www.eeworm.com/read/248950/12531138
m bubble2d.m
function ret = bubble2d ( M , v , L , alpha , x , style )
# do a bubble tour of a gaussian
# making plots versus x as we go
if ((nargin != 6)&&(nargin != 5))
usage ("bubblex ( M , v , L , alph
www.eeworm.com/read/248703/12545582
release
#!/usr/bin/perl
# A simple script for making releases of the pciutils
# (c) 2003--2006 Martin Mares
use strict;
use warnings;
require "maint/release.pm";
# Check API version
my $apiver =
www.eeworm.com/read/147311/12567295
html frame_noresizeframe.html
Making a Frame Non-Resizable
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12568166
html coll_makero.html
Making a Collection Read-Only
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12568743
html tooltip_staytt.html
Making Tool Tips Remain Visible
(Java Developers Almanac Example)