代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/277987/4148308
py grid.py
#!/usr/bin/env python
import os, sys
import Queue
import getpass
import re
from threading import Thread
from string import find, split, join, atof
# svmtrain and gnuplot executable
is_win32 = (sys.
www.eeworm.com/read/273740/4194398
c dma-footbridge.c
/*
* linux/arch/arm/kernel/dma-ebsa285.c
*
* Copyright (C) 1998 Phil Blundell
*
* DMA functions specific to EBSA-285/CATS architectures
*
* Changelog:
* 09-Nov-1998 RMK Split out ISA DMA
www.eeworm.com/read/273662/4202093
rb util.rb
module Svn
module Util
@@wrapper_procs = []
module_function
def to_ruby_class_name(name)
name.split("_").collect{|x| "#{x[0,1].upcase}#{x[1..-1]}"}.join("")
end
www.eeworm.com/read/273660/4203103
rb util.rb
module Svn
module Util
@@wrapper_procs = []
module_function
def to_ruby_class_name(name)
name.split("_").collect{|x| "#{x[0,1].upcase}#{x[1..-1]}"}.join("")
end
www.eeworm.com/read/443386/1742648
c dma.c
/*
* linux/arch/arm/kernel/dma-ebsa285.c
*
* Copyright (C) 1998 Phil Blundell
*
* DMA functions specific to EBSA-285/CATS architectures
*
* Changelog:
* 09-Nov-1998 RMK Split out ISA DMA
www.eeworm.com/read/442179/1764892
xtp xpath-find.xtp
XPath is a language for selecting XML nodes. It was originally part of the
XSLT spec, but was split out because the W3C realized XPath was useful
by itself.
In R
www.eeworm.com/read/440226/1799149
tcl filter.tcl
#!/usr/bin/tclsh
if { $argc != 1} {
puts "usage: bw.tcl "
exit
} else {
set arg [split $argv " " ]
set tfile [lindex $arg 0]
}
set fi [open $tfile r ]
while {[gets $f
www.eeworm.com/read/439082/1813161
c dma-footbridge.c
/*
* linux/arch/arm/kernel/dma-ebsa285.c
*
* Copyright (C) 1998 Phil Blundell
*
* DMA functions specific to EBSA-285/CATS architectures
*
* Changelog:
* 09-Nov-1998 RMK Split out ISA DMA
www.eeworm.com/read/430518/1922139
c dma-footbridge.c
/*
* linux/arch/arm/kernel/dma-ebsa285.c
*
* Copyright (C) 1998 Phil Blundell
*
* DMA functions specific to EBSA-285/CATS architectures
*
* Changelog:
* 09-Nov-1998 RMK Split out ISA DMA
www.eeworm.com/read/430182/1936755
c dma-footbridge.c
/*
* linux/arch/arm/kernel/dma-ebsa285.c
*
* Copyright (C) 1998 Phil Blundell
*
* DMA functions specific to EBSA-285/CATS architectures
*
* Changelog:
* 09-Nov-1998 RMK Split out ISA DMA