代码搜索:splice
找到约 156 项符合「splice」的源代码
代码结果 156
www.eeworm.com/read/436900/7759221
arff splice.arff
% 1. Title of Database: Primate splice-junction gene sequences (DNA)
% with associated imperfect domain theory
%
% 2. Sources:
% (a) Creators:
% - all examples taken
www.eeworm.com/read/144216/5752556
t splice.t
#!./perl
print "1..9\n";
@a = (1..10);
sub j { join(":",@_) }
print "not " unless j(splice(@a,@a,0,11,12)) eq "" && j(@a) eq j(1..12);
print "ok 1\n";
print "not " unless j(splice(@a,-1)) eq "12"
www.eeworm.com/read/118214/14881654
h splice.h
/*
* ISO 13818 stream multiplexer
* Copyright (C) 2001 Convergence Integrated Media GmbH Berlin
* Author: Oskar Schirmer (schirmer@scara.com)
*
* This program is free software; you can redistribu
www.eeworm.com/read/118214/14881669
c splice.c
/*
* ISO 13818 stream multiplexer
* Copyright (C) 2001 Convergence Integrated Media GmbH Berlin
* Author: Oskar Schirmer (schirmer@scara.com)
*
* This program is free software; you can redistribu
www.eeworm.com/read/486923/1244888
h splice.h
#ifndef KAPI_SPLICE_H
#define KAPI_SPLICE_H
#ifndef NO_SPLICE_SUPPORT
#ifdef NO_SPLICE_FROM_PIPE
#include
ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_d
www.eeworm.com/read/229812/4728238
c splice.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4728259
h splice.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/321483/3534232
t splice.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '.';
push @INC, '../lib';
}
# bug id 20001020.002
# -dlc 20001021
use Tie::Array;
tie @a,Tie::StdArray;
undef *Tie::StdArray::SPLICE;
requi
www.eeworm.com/read/316872/3598975
h splice.h
/*
* Function declerations and data structures related to the splice
* implementation.
*
* Copyright (C) 2007 Jens Axboe
*
*/
#ifndef SPLICE_H
#define SPLICE_H
#include
www.eeworm.com/read/364550/2903276
h splice.h
/*
* sys/splice.h
*/
#ifndef _SYS_SPLICE_H
#define _SYS_SPLICE_H
/* move pages instead of copying */
#define SPLICE_F_MOVE 1
/* don't block on the pipe splicing (but we may still block on the fd