代码搜索:Split
找到约 9,328 项符合「Split」的源代码
代码结果 9,328
www.eeworm.com/read/144216/5752526
t split.t
#!./perl
print "1..29\n";
$FS = ':';
$_ = 'a:b:c';
($a,$b,$c) = split($FS,$_);
if (join(';',$a,$b,$c) eq 'a;b;c') {print "ok 1\n";} else {print "not ok 1\n";}
@ary = split(/:b:/);
if (join("$_",
www.eeworm.com/read/143026/5759459
h split.h
#if !defined(AFX_SPLIT_H__F8265B61_2278_424A_9ACF_FED4E38118D4__INCLUDED_)
#define AFX_SPLIT_H__F8265B61_2278_424A_9ACF_FED4E38118D4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/143026/5759482
cpp split.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/143026/5759862
h split.h
#if !defined(AFX_SPLIT_H__2C0BDF74_856F_4C22_80A0_52B27713A534__INCLUDED_)
#define AFX_SPLIT_H__2C0BDF74_856F_4C22_80A0_52B27713A534__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/143026/5759889
cpp split.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/139332/5799328
xpm split.xpm
/* XPM */
char *split_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 4 1",
" c opaque",
". c navy",
"X c #c0c0c0",
"o c None",
/* pixels */
"oooooooooooooooooooooooooooooooo",
"ooooooooo
www.eeworm.com/read/139332/5800872
hpp split.hpp
// Boost string_algo library find.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software License,
www.eeworm.com/read/139332/5802138
hpp split.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/139332/5802226
hpp split.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/139291/5805842
in split-logfile.in
#!@perlbin@
#
# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file ex