代码搜索:Split
找到约 9,328 项符合「Split」的源代码
代码结果 9,328
www.eeworm.com/read/432012/1901441
fs split.fs
\ implements split-before, split-after and left-split
\ as described in 4.3 (Path resolution)
\ delimeter returned in R-string
: split-before ( addr len delim -- addr-R len-R addr-L len-L )
0 rot
www.eeworm.com/read/420266/2069841
java split.java
/*
* $Id: Split.java 3271 2008-04-18 20:39:42Z xlv $
* Copyright (c) 2005-2007 Bruno Lowagie, Carsten Hammer
*
* Permission is hereby granted, free of charge, to any person
* obtaining a cop
www.eeworm.com/read/411046/2195012
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,
www.eeworm.com/read/407749/2259217
h split.h
#if !defined(AFX_SPLIT_H__E2ED4637_A765_47DC_A93B_72E891073D3B__INCLUDED_)
#define AFX_SPLIT_H__E2ED4637_A765_47DC_A93B_72E891073D3B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/407749/2259227
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/407313/2266569
fs split.fs
\ implements split-before, split-after and left-split
\ as described in 4.3 (Path resolution)
\ delimeter returned in R-string
: split-before ( addr len delim -- addr-R len-R addr-L len-L )
0 rot
www.eeworm.com/read/401563/2339262
js split.js
/*
Copyright (c) 2004-2008, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if(
www.eeworm.com/read/396039/2424856
cc split.cc
// Copyright 1997-2000, University of Notre Dame.
// Authors: Jeremy G. Siek, Jeffery M. Squyres, Michael P. McNally, and
// Andrew Lumsdaine
//
// This file is part of the Notre Dame C++ bi
www.eeworm.com/read/394882/2452640
java split.java
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;
//Singleton class
public class Split
{
public static final int HARD = 0;
public static final int NORM