代码搜索:Split

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

代码结果 9,328
www.eeworm.com/read/225531/4795266

split-l

#!/bin/sh # show that `split --lines=2' works. if test "$VERBOSE" = yes; then set -x ln --version fi pwd=`pwd` t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ trap 'status=$?; cd $pwd; chmod -R u+r
www.eeworm.com/read/221464/4829607

hpp split.hpp

# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides
www.eeworm.com/read/221464/4829674

hpp split.hpp

# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides
www.eeworm.com/read/216502/4890496

1 split.1

.TH SPLIT 1 .SH NAME split \- split a file into pieces .SH SYNOPSIS .B split [ .B \-\fIn ] [ file [ name ] ] .SH DESCRIPTION .I Split reads .I file and writes it in .IR n -line pieces (default 1000),
www.eeworm.com/read/216502/4891349

c split.c

#include unsigned count = 1000; int fnumber; char fname[100]; char *ifil; char *ofil; FILE *is; FILE *os; main(argc, argv) char *argv[]; { register i, c, f; int iflg = 0; for(i=1; i
www.eeworm.com/read/216499/4892364

1 split.1

.th SPLIT I 1/15/73 .sh NAME split \*- split a file into pieces .sh SYNOPSIS .bd split .bd \*-\fIn [ file [ name ] ] .sh DESCRIPTION .it Split reads .it file and writes it in \fIn\fR-line pieces (defa
www.eeworm.com/read/216499/4893156

c split.c

int count 1000; int fnumber; int ibuf[259]; int obuf[259]; char fname[100]; char *ifil; char *ofil; main(argc, argv) char *argv[]; { register i, c, f; for(i=1; i
www.eeworm.com/read/216450/4895107

1 split.1

.TH SPLIT 1 .SH NAME split \- split a large file into several smaller files .SH SYNOPSIS \fBsplit\fR [\fB\-\fIn\fR]\fR [\fIfile \fR[\fIprefix\fR]\fR]\fR .br .de FL .TP \\fB\\$1\\fR \\$2 .. .de EX .TP
www.eeworm.com/read/216131/4899495

java split.java

package com.softeem.jbs; public class Split { public static void main(String[] args) { String s = "GET /~minift/epretty/pretty.zip HTTP/1.1"; String[] t = s.split(" "); for (int i =
www.eeworm.com/read/213567/4915291

c split.c

#include #include /* - split - divide a string into fields, like awk split() = int split(char *string, char *fields[], int nfields, char *sep); */ int /* number of fields,