代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/131315/5935453
awk up_down.awk
{
lim = split ($0, line)
out = ""
if (lim > 0) {
i = 0
while (i < lim) {
i++
if (i % 2)
out = out sprintf("%s ", toupper(line[i]))
else
out = out sprintf("%s ", tolower(line[i]
www.eeworm.com/read/131315/5935779
man2mus
#!/usr/bin/perl
while () {
if (/^\.SH SYNOPSIS/) {
$spec = '';
for ($_ = ; $_ && !/^\.SH/; $_ = ) {
s/^\.[IRB][IRB]\s*//;
s/^\.[IRB]\s+//;
next if /^\./;
s/\\f\w//g;
www.eeworm.com/read/131315/5937320
h2n
#!/usr/bin/perl
#NAME
#
# h2n - Translate host table to name server file format
# $Date: 93/02/04 17:43:05 $ $Revision: 1.16 $
#
#SYNOPSIS
#
# h2n -d DOMAIN -n NET [options]
# Various defa
www.eeworm.com/read/131315/5939073
h nm-trash.h
/* this file is temporary scaffolding until all hosts have the
native/target/host split in place. FIXME. */
www.eeworm.com/read/129660/5971046
java splitexample.java
/*
* $Id: splitExample.java,v 1.8 2003/11/07 20:16:23 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright
www.eeworm.com/read/129660/5971051
java splitexample.java
/*
* $Id: splitExample.java,v 1.8 2003/11/07 20:16:23 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright
www.eeworm.com/read/129660/5971069
java splitexample.java
/*
* $Id: splitExample.java,v 1.8 2003/11/07 20:16:23 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright
www.eeworm.com/read/129660/5971074
java splitexample.java
/*
* $Id: splitExample.java,v 1.8 2003/11/07 20:16:23 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright
www.eeworm.com/read/127704/6002345
prl diskutil.prl
#!/usr/local/bin/perl5 -w
#
# Copyright (C) 1996-1998 by the Board of Trustees
# of Leland Stanford Junior University.
#
# This file is part of the SimOS distribution.
# See LICENSE file for term
www.eeworm.com/read/120251/6077166
h maputil.h
/***************************************************************************
* *
* This program is free software; you can re