代码搜索:Split

找到约 9,328 项符合「Split」的源代码

代码结果 9,328
www.eeworm.com/read/309649/13666962

c split.c

/* +++Date last modified: 05-Jul-1997 */ /* ** SPLIT.C - A utility to split large text files into smaller files ** ** public domain by Bob Stout ** ** uses FNSPLIT.C from SNIPPETS */ #i
www.eeworm.com/read/308670/13696749

c split.c

/*-*/ /******************************************************** * split -- split an entry of the form Last/First * * into two parts. * * * * Usage:
www.eeworm.com/read/308442/13700993

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/305702/13763037

h split.h

#if !defined(AFX_SPLIT_H__69848029_A892_4F9B_B1AF_015BC15C5AFF__INCLUDED_) #define AFX_SPLIT_H__69848029_A892_4F9B_B1AF_015BC15C5AFF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/305702/13763059

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/304373/13795440

m split.m

function s = split(x) % @MOM/SPLIT - Internal use only s = x(1).split;
www.eeworm.com/read/303354/13817454

h split.h

#if !defined(AFX_SPLIT_H__730FAB2E_AE51_4831_9A9C_ABE6D7CAA9B4__INCLUDED_) #define AFX_SPLIT_H__730FAB2E_AE51_4831_9A9C_ABE6D7CAA9B4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/303354/13817468

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/302795/13827323

cs split.cs

using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; namespace iTextSharp.tutorial.Chap01 { /// /// Split srcfile destfile1 destfile2 pagenumber
www.eeworm.com/read/302155/13841033

c split.c

/* Splitting the documents into training and test sets. */ /* Copyright (C) 1997 Andrew McCallum Written by: Sean Slattery This file is part of the Bag-Of-Words Library