代码搜索结果

找到约 2,917 项符合 Strip 的代码

fcdreceive.cpp

#include "FCDReceive.h" CFCDReceive::CFCDReceive(string strIP, UINT port, int iProtocol) { m_sockRec.SetPara(this, strIP, port, iProtocol); } CFCDReceive::~CFCDReceive(void) { } ///////

creatempkg.sh

#!/bin/bash TARGET="esame" VERSION="0.1" cp $TARGET mpkg/$TARGET arm-linux-strip mpkg/$TARGET/$TARGET tar -C mpkg -cvzf $TARGET-$VERSION.mpkg $TARGET rm -f mpkg/$TARGET/$TARGET

listing20-2.py

def lines(file): for line in file: yield line yield '\n' def blocks(file): block = [] for line in lines(file): if line.strip(): block.append(line) elif blo

strip

#! /bin/sh # # Script for use from Perl to strip config files and perform shell variable # # This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt] # # (c) 2000,2001,

strip-comments.sh

#!/bin/bash # strip-comment.sh: 去掉C程序中的注释(/* 注释 */). E_NOARGS=0 E_ARGERROR=66 E_WRONG_FILE_TYPE=67 if [ $# -eq "$E_NOARGS" ] then echo "Usage: `basename $0` C-program-file" >&2 # 将错误消息发到stderr.

p1-48.cpp

#include main() { //声明字符型数组和指针变量 char str[10]; char *strip=str; //输入输出 coutstr; //用字符数组输入字符串 cout

makefile

# $Id: Makefile,v 1.1.2.1 2006/12/18 04:41:14 agui Exp $ #CC=gcc #STRIP=strip CC=/home2/agui/ar5008.0303/staging_dir_mips/bin/mips-linux-gcc STRIP=/home2/agui/ar5008.0303/staging_dir_mips/bin/mips-lin

makefile

ifneq ($(host),) CROSS = builddir = host else CROSS ?= powerpc-405-linux-gnu- builddir = target endif target = $(builddir)/mkubootimage objs = mkimage.o crc32.o CC = $(CROSS)gcc STRIP = $(CROSS)stri

build.psion

cd tar xfvz qt-embedded-2.3.2.tar.gz cd qt-2.3.2/ export QTDIR=`pwd` echo $QTDIR ./configure -qconfig qpe -depths 4 -xplatform linux-psion-g++ -no-qvfb -no-xft ls -laF lib/ arm-linux-strip -R .note -

run

as fsboot.s tty.s rrk.s rk.s strip a.out ls -l a.out cp a.out /usr/mdec/rkuboot as fsboot.s tty.s rrp.s rp.s strip a.out ls -l a.out cp a.out /usr/mdec/rpuboot as fsboot.s tty.s rhp.s hp.s strip a.o