代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/304082/13801554
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/131315/5935980
scan_last
#!/usr/bin/perl -P
# $Header: scan_last,v 4.0 91/03/20 01:12:45 lwall Locked $
# This reports who was logged on at weird hours
($dy, $mo, $lastdt) = split(/ +/,`date`);
open(Last, 'exec last 2>&1
www.eeworm.com/read/125279/6032202
tcl host-test.tcl
#!/usr/bin/expect --
#set send_slow {1 .1}
#proc send {ignore arg} {
# sleep .1
# exp_send -s -- $arg
#}
set timeout -1
puts "Program invoked with $argv\n"
set argl [split $argv]
set program [
www.eeworm.com/read/101082/6242411
c tic.c
#ifdef lint
static char *sccsid = "@(#)tic.c 4.1 (ULTRIX) 7/2/90";
#endif lint
#ifdef pdp11
/* Has to be this small to fit, even split I/D, with several use='s */
# define CAPSIZ 2048
#else
# defin
www.eeworm.com/read/101042/6258596
pl objects.pl
#!/usr/local/bin/perl
open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]";
$max_nid=0;
$o=0;
while()
{
chop;
$o++;
s/#.*$//;
next if /^\s*$/;
($Cname,$mynum) = split;
if (d
www.eeworm.com/read/310630/6343725
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/494279/6381065
htm 4-13.htm
//按照"分:秒"的格式设置限制时间。
var limit="0:30"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function begintimer(){
i
www.eeworm.com/read/483253/6601767
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/483253/6602369
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/483253/6602430
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE