代码搜索:Split
找到约 9,328 项符合「Split」的源代码
代码结果 9,328
www.eeworm.com/read/195341/5112564
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/193500/5143248
pl split.pl
#!/usr/bin/perl -w
# This script reads access.log (pass it through multi-line first!) and
# split them by SMSC or Service
# Just define your service and smsc names as:
#
# SMSC: (smsc-id in smsc gro
www.eeworm.com/read/191602/5165186
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 f
www.eeworm.com/read/181519/5276488
cs split.cs
using System;
using System.Collections;
using Nucleus.Common.Util;
namespace com.use.wfp.xpdl.elements
{
///
/// Split 的摘要说明。
///
public class Split:BaseElement
{
www.eeworm.com/read/180137/5289405
c split.c
/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */
#include "glimpse.h"
extern CHAR *getword();
extern int checksg();
extern int D;
extern CHAR GProgname[MAXNAME];
extern FILE *
www.eeworm.com/read/175245/5348766
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/175245/5348788
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/174092/5365503
h split.h
#ifndef GUARD_split_h
#define GUARD_split_h
#include
#include
std::vector split(const std::string&);
#endif
www.eeworm.com/read/174092/5365508
cpp split.cpp
#include
#include
#include
#include "split.h"
using std::vector;
using std::string;
#ifndef _MSC_VER
using std::isspace;
#endif
vector split(const s