代码搜索结果

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

061-btapplescript.py

import serial, os ALLOWED_SCRIPTS = ["edit"] ser = serial.Serial('/dev/tty.pybook') print "Waiting for message..." while True: msg = serial.readline().strip() if msg == "exit":

zhuchengxu.m

clear all; clc; [dfile,pathname]=uigetfile('*.m','Select Data File'); if pathname == 0 error(' you must select a valid data file') else lfile =length(dfile); % strip off .m eval(dfile(

killff.c

/* +++Date last modified: 05-Jul-1997 */ /* ** KILLFF.C - A program was written to strip out all the Form Feeds ** in text files. ** ** Public domain by Erik VanRiper, 12/22/91 ** Modified by

deskey.c

/* * Convert character string to 56-bit DES key, contained in 8 bytes * (including parity): * - Strip leading and trailing white space; compress multiple spaces * - compute MD5 hash * - extract 7

makefile

# ## Makefile for itgate-write-bootloader # #make parameters CC=gcc COFLAGS:=-r$(TAG) CFLAGS:=-g -O LDLIBS:= COFILES:=Makefile TARGET:=itgate-write-bootloader all: $(TARGET) strip $(TARGET) clean

deskey.c

/* * Convert character string to 56-bit DES key, contained in 8 bytes * (including parity): * - Strip leading and trailing white space; compress multiple spaces * - compute MD5 hash * - extract 7

project.pbxproj

// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 39; objects = { 014CEA3F0018CDD111CA2923 = { buildSettings = { COPY_PHASE_STRIP = NO; DEBUGGING_SYMBOLS = YES;

killff.c

/* +++Date last modified: 05-Jul-1997 */ /* ** KILLFF.C - A program was written to strip out all the Form Feeds ** in text files. ** ** Public domain by Erik VanRiper, 12/22/91 ** Modified by