代码搜索:Split
找到约 9,328 项符合「Split」的源代码
代码结果 9,328
www.eeworm.com/read/399805/7835197
m split.m
function l = split(d,s)
%L=SPLIT(S,D) splits a string S delimited by characters in D. Meant to
% work roughly like the PERL split function (but without any
% regular expres
www.eeworm.com/read/299608/7843423
cur split.cur
www.eeworm.com/read/434450/7865898
awk split.awk
# split a string into separate fields in an array
BEGIN {
xsplit("i j k", a); for (i in a) print i, a[i]
xsplit("x y z", a); for (i in a) print i, a[i]
}
function xsplit(x, y) {
www.eeworm.com/read/433593/7920079
cur split.cur
www.eeworm.com/read/198623/7921647
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/298910/7924168
dll split.dll
www.eeworm.com/read/197995/7957497
h split.h
#if !defined(AFX_SPLIT_H__29C513D9_F28D_493F_8B0C_80FC59476DB8__INCLUDED_)
#define AFX_SPLIT_H__29C513D9_F28D_493F_8B0C_80FC59476DB8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/197995/7957555
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/197992/7957815
h split.h
#if !defined(AFX_SPLIT_H__6747485B_C061_429A_B057_D27E27E8B2D3__INCLUDED_)
#define AFX_SPLIT_H__6747485B_C061_429A_B057_D27E27E8B2D3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/197992/7957904
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