代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/480930/1312052
h dir.h
/*
* dir.h - Header file for dir.c
*
* Copyright (C) 1997 R間is Duchesne
*/
#define ITERATE_SPLIT_DONE 1
enum ntfs_iterate_e {
BY_POSITION,
BY_NAME,
DIR_INSERT
};
/* not all fiel
www.eeworm.com/read/479151/1343552
h dir.h
/*
* dir.h - Header file for dir.c
*
* Copyright (C) 1997 R間is Duchesne
*/
#define ITERATE_SPLIT_DONE 1
enum ntfs_iterate_e {
BY_POSITION,
BY_NAME,
DIR_INSERT
};
/* not all fiel
www.eeworm.com/read/455463/1614707
m splitstepf_mig.m
function [seismig,zmig] = splitstepf_mig(seis, t, x, velmod, zv, dz, zmax, fmax)
% SPLITSTEPF_MIG: Split-step Fourier depth migration
%
% [seismig,zmig] = splitstepf_mig(seis, t, x, velmod, zv, dz,
www.eeworm.com/read/247473/4481888
awk logstat.awk
# $Id: logstat.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Output accumulated log record count/size statistics.
BEGIN {
l_file = 0;
l_offset = 0;
}
/^\[/{
gsub("[][: ]", " ", $1)
split($
www.eeworm.com/read/242262/4555113
svn-base threads.txt.svn-base
Old threading method: slice-based
application calls x264
x264 runs B-adapt and ratecontrol (serial)
split frame into several slices, and spawn a thread for each slice
wait until all threads are done
d
www.eeworm.com/read/216502/4891656
c tm.c
/* tm.c: split numerical fields */
# include "t..c"
maknew(str)
char *str;
{
/* make two numerical fields */
int dpoint, c;
char *p, *q, *ba;
p = str;
for (ba= 0; c = *str; str++)
if (c == '\
www.eeworm.com/read/216038/4900212
js keywords.js
var cnt;
cnt = 0;
function addToList()
{
var pos;
var i;
sText = document.faqform.txtAdd.value.split(",");
for(i=0;i
www.eeworm.com/read/209559/4973456
txt baycom.txt
LINUX DRIVERS FOR BAYCOM MODEMS
Thomas M. Sailer, HB9JNX/AE4WA,
!!NEW!! (04/98) The drivers for the baycom modems have been split into
separate drivers as they d
www.eeworm.com/read/209211/4984253
c tm.c
/* tm.c: split numerical fields */
# include "t.h"
char *
maknew(char *str)
{
/* make two numerical fields */
int c;
char *p, *q, *ba, *dpoint;
p = str;
for (ba = 0; c = *str; str++)
if (c