代码搜索结果

找到约 3,568 项符合 Strip 的代码

makefile

CC = gcc CFLAGS = -Wall all: tftpc tftpd tftpc: tftpc.c $(CC) $(CFLAGS) -o tftpc tftpc.c tftpd: tftpd.c $(CC) $(CFLAGS) -o tftpd tftpd.c clean: rm -f tftpd tftpc strip: strip tftpd tftpc

ldump.c

/* ** $Id: ldump.c,v 1.15 2006/02/16 15:53:49 lhf Exp $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ #include #define ldump_c #define LUA_CORE #include "lua.h" #in

11-1-1.tex

% 11-1-1.tex \documentclass[twocolumn]{article} \usepackage{CJK} \usepackage{flushend,cuted} \setlength{\textwidth}{12cm} \begin{document} \begin{CJK*}{GBK}{song} \CJKtilde \section{分栏}

wavytext.java

// Source File Name: WavyText.java import java.applet.Applet; import java.applet.AppletContext; import java.awt.*; import java.io.PrintStream; import java.net.URL; public class WavyText ex

inversion

#! /bin/sh # Invert the data created by CSHOT recordfile=record echo "Run time information being stored in file: $recordfile" >$recordfile ################ cd inversion.dir # where inversion files

inversion

#! /bin/sh # Invert the data created by CSHOT recordfile=record echo "Run time information being stored in file: $recordfile" >$recordfile ################ cd inversion.dir # where inversion files

inversion

#! /bin/sh # Invert the data created by CSHOT set -x recordfile=record echo "Run time information being stored in file: $recordfile" >$recordfile ################ cd inversion.dir # where inversio

inversion

#! /bin/sh # Invert the data created by CSHOT set -x recordfile=record echo "Run time information being stored in file: $recordfile" >$recordfile ################ cd inversion.dir # where inversio

makefile

OBJ=vox.o adpcm.o DOBJ=devox.o adpcm.o CC=gcc CFLAGS=-g INSTALLDIR=/usr/local all: devox vox install: all strip -g vox strip -g devox cp vox $(INSTALLDIR)/bin cp devox $(INSTALLDIR)/bin cp vo

usa.pl

/******************************************************************** Constraint-based Graphical Programming in B-Prolog % Draw the USA flag *******************************************