代码搜索:split

找到约 9,328 项符合「split」的源代码

代码结果 9,328
www.eeworm.com/read/207991/4998433

mils id.916699.mils

## integers from -25 to 24 var a := bat(void, int,50).seqbase(0@0); var i := -25; while(i < 25) a.insert(nil, (i :+= 1)); ## reverse() sort() and split into 2 chunks a := a.sort_rev().reverse().mark(
www.eeworm.com/read/207991/4998624

mils no.106.mils

module(xtables); setoid(oid(20000000)); #split w in twee tabellen var docid := new( void, oid ); var tid := new( void, str ); docid := w.mark(nil).reverse(); docid.print(); tid := w.reverse().mark(ni
www.eeworm.com/read/203830/5038328

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/200523/5064744

py average-oldgraphs.py

#!/usr/bin/python import os,pprint,re from histopost import HistoPlot from lyxtable import lyxtable files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1
www.eeworm.com/read/195013/5122764

txt baycom.txt

LINUX DRIVERS FOR BAYCOM MODEMS Thomas M. Sailer, HB9JNX/AE4WA, !!NEW!! (04/98) The drivers for the baycom modems have been split into separate drivers as they d
www.eeworm.com/read/195013/5122993

h dir.h

/* * dir.h - Header file for dir.c * * Copyright (C) 1997 R間is Duchesne */ #define ITERATE_SPLIT_DONE 1 enum ntfs_iterate_e { BY_POSITION, BY_NAME, DIR_INSERT }; /* not all fiel
www.eeworm.com/read/179911/5299963

txt baycom.txt

LINUX DRIVERS FOR BAYCOM MODEMS Thomas M. Sailer, HB9JNX/AE4WA, !!NEW!! (04/98) The drivers for the baycom modems have been split into separate drivers as they d
www.eeworm.com/read/173653/5368934

pl mk_jis_ucs_map.pl

@NAME = (); while() { chop; s/\s*$//; (($n, $m, $c) = split(" ", $_, 3)) >= 3 || next; push(@NAME, $n); $MAP{$n} = $m; $CODE{$n} = $c; } $name0 = "jisx0208x0212x0213"; # print OUT
www.eeworm.com/read/350097/3134853

txt baycom.txt

LINUX DRIVERS FOR BAYCOM MODEMS Thomas M. Sailer, HB9JNX/AE4WA, !!NEW!! (04/98) The drivers for the baycom modems have been split into separate drivers as they d
www.eeworm.com/read/344372/3211191

pl mk_jis_ucs_map.pl

@NAME = (); while() { chop; s/\s*$//; (($n, $m, $c) = split(" ", $_, 3)) >= 3 || next; push(@NAME, $n); $MAP{$n} = $m; $CODE{$n} = $c; } $name0 = "jisx0208x0212x0213"; # print OUT