代码搜索结果

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

basic-1

#! /bin/sh if test "$VERBOSE" = yes; then set -x ginstall --version fi dir=dir file=file pwd=`pwd` tmp=inst-basic.$$ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 trap 'exit $?' 1 2

mp3strpa.asm

; MP3 Strip_It! v4.0.0.7 Key Generator. ; ; Many thanks to Hayras (28/06/98). ; ; Use tasm32 mp3strpa.asm and then tlink /3/t mp3strpa.obj ; to generate mp3strpa.com .MODEL TINY .386 .DAT

makefile.am

AUTOMAKE_OPTIONS = foreign SUBDIRS = compat doc include src man AM_CPPFLAGS = @STRIP_BEGIN@ \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ @STRIP_END@ AM_CXXFLAGS = -Wa

makefile.am

bin_PROGRAMS = iperf LIBCOMPAT_LDADDS = @STRIP_BEGIN@ \ $(top_builddir)/compat/libcompat.a \ @STRIP_END@ AM_CPPFLAGS = @STRIP_BEGIN@ \ -I$(top_srcdir)/include \ -I$(top_build

makefile.am

noinst_LIBRARIES = libcompat.a AM_CPPFLAGS = @STRIP_BEGIN@ \ -I$(top_srcdir)/include \ @STRIP_END@ libcompat_a_SOURCES = \ Thread.c \ error.c \ delay.cpp \ gettimeo

如何实现类似于显示属性的分页效果.txt

你 可 以 使 用 VB的 Tabbed Dialog控 件 或 Common Controls中 的 TabStrip控 件 来 实 现 这 样 的 效 果 ( 参 考 QA002803 “Tabbed Dialog控件和tab strip控件有什么不同”) 。 你 可 以 在 VB6中 选 择 菜 单 “ 工 程 |添 加 窗 体 ” , 然 后 在 对 话 框 中 选 择 “ 选 项 对 话

mt190_gprs.mak

# # Copyright Statement: # -------------------- # This software is protected by Copyright and the information contained # herein is confidential. The software may not be copied and the informa

047-filedict.py

def load_dictionary(filename): f = file(filename, "r") dict = {} for line in f: key, value = line.split(":") dict[key.strip()] = value.strip() f.close() return dic

makefile.test

TOP_DIR = $(shell pwd) OBJS = ds13xx_test.o EXEC = ds1337_test CROSS = /usr/local/arm/bin/arm-linux- CC = $(CROSS)gcc STRIP = $(CROSS)strip CFLAGS += -g -I/home/pyl/linux-2.4.20/include -L/home/

fig10_32.cpp

// Points are all in the strip for( i = 0; i < numPointsInStrip; i++ ) for( j = i + 1; j < numPointsInStrip; j++ ) if( $\mvar{dist}(p_i, p_j) < \delta$ )