代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/303147/13821006
m cplot.m
function cplot(varargin);
% plots multiple graphs
%
%
hold off
col='bgrcmk';
switch varargin{1}
case 'split'
subplot(nargin-1,1,1)
for i=2:nargin
subplot(nargin-1,1,i-1)
plot(varargin{i})
www.eeworm.com/read/152843/5664514
h mach_timer.h
/*
* include/asm-i386/mach-default/mach_timer.h
*
* Machine specific calibrate_tsc() for generic.
* Split out from timer_tsc.c by Osamu Tomita
*/
/* ------ Calibrate the T
www.eeworm.com/read/135941/5876216
h mach_timer.h
/*
* include/asm-i386/mach-default/mach_timer.h
*
* Machine specific calibrate_tsc() for generic.
* Split out from timer_tsc.c by Osamu Tomita
*/
/* ------ Calibrate the T
www.eeworm.com/read/131315/5935765
h2ph
#!/usr/contrib/bin/perl
'di';
'ig00';
$perlincl = '/usr/contrib/lib/perl';
chdir '/usr/include' || die "Can't cd /usr/include";
@isatype = split(' ',
www.eeworm.com/read/131315/5937333
awk txt2host.awk
BEGIN { origin = "msu.edu"; FS = ":" }
/^HOST/ {
nf = split($0,f,FS)
for (i=2; i
www.eeworm.com/read/127438/6006086
py mpdlib.py
#!/usr/bin/env python
from sys import version_info, stdout, exc_info, exit
from socket import socket, AF_INET, SOCK_STREAM
from re import sub, split
from cPickle import dumps, l
www.eeworm.com/read/101135/6238296
1 vol.1
.TH VOL 1
.SH NAME
vol \- split input on or combine output from several volumes
.SH SYNOPSIS
.B vol
.RB [ \-rw1 ]
.RB [ \-b
.IR blocksize ]
.RB [ \-m
.IR multiple ]
.RI [ size ]
.I device
.SH DESCRIPT