代码搜索结果
找到约 3,568 项符合
Strip 的代码
tif_strip.c
/* $Id: tif_strip.c,v 1.19 2006/03/25 18:04:35 joris Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distri
strip_comments.h
// strip_comments.h
#ifndef STRIP_COMMENTS_H
#define STRIP_COMMENTS_H
#include
void strip_comments ( std::string& s, bool strip_lf = false );
#endif//STRIP_COMMENTS_H
strip_comments.cpp
// strip_comments.cpp
#ifdef _MSC_VER
#pragma warning ( disable : 4786 )
#endif//_MSC_VER
#include "strip_comments.h"
void strip_comments ( std::string& s, bool strip_lf )
{
char* src =
strip-log.sh
#!/bin/sh
log=$*
./scripts/process-log.pl $log > F3
grep 'cur_mu' $log > F4
grep '^CRT.*count' $log > CRT
grep '^RT.*count' $log > RT
grep '^TST.*count' $log > TST
grep '^AA.*count' $log > AA
grep '
tif_strip.c
/* $Id: tif_strip.c,v 1.4 2004/10/16 15:34:33 drolon Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify,
h_strip.1
.\" @(#)h_strip.1 91/04/23 NIST;
.\" I Image Recognition Group
.\" Stan Janet
.\"
.TH H_STRIP 1 "21 May 91"
.SH NAME
.nf
h_strip \- strip header Sphere-format speech file headers
.fi
.SH SYNOPSIS
.n
h_strip.c
#ifndef lint
static char rcsid[] = "$Header: /home/beldar/stan/sphere/RCS/h_strip.c,v 1.4 1993/03/25 00:20:51 stan Exp stan $";
#endif
/* File: h_strip.c */
/**************************************