代码搜索结果
找到约 3,568 项符合
Strip 的代码
strip_rpts.c
/* strip_rpts.c -- strip repeat eleements from a sequence */
#include "util.h"
#include "seq.h"
#define BUF_SIZE 1000
int main(int argc, char **argv)
{
SEQ *sf;
uchar *s;
int len, b, e, i, col,
strip8.bas
DEFLNG A-Z
ON ERROR GOTO FileOpenError
fil = FREEFILE
fil$ = COMMAND$
IF INSTR(fil$, ".") > 0 THEN
fil$ = LEFT$(fil$, INSTR(fil$, ".") - 1)
END IF
IF INSTR(fil$, "\") > 0 THEN
fil$
tif_strip.c
/* $Header: /cvsroot/osrs/libtiff/libtiff/tif_strip.c,v 1.1.1.1 1999/07/27 21:50:27 mike Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Per
strip_spectral_correlation.m
function S=strip_spectral_correlation(x,y,N,a,g)
%
% STRIP_SPECTRAL_CORRELATION
% estimate the spectral correlation density using the strip
% spectral correlation
%