代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/493646/1164459
js formatnums.js
function addCommas(nStr)
{
nStr += '';
x = nStr.split('.');
x1 = x[0];
x2 = x.length > 1 ? '.' + x[1] : '';
var rgx = /(\d+)(\d{3})/;
while (rgx.test(x1
www.eeworm.com/read/465360/1520452
js dialog.js
// ???URL?????? (??? ?Param1=Value1&Param2=Value2)
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
var aParam =
www.eeworm.com/read/464823/1524667
tex snort_manual.tex
% $Id$
%
% BUILDING HTML VERSION:
% latex2html -info 0 -local_icons -show_section_numbers -link +2 -split +2 -noaddress snort_manual.tex
%
% BUILDING PDF VERSION:
% pdflatex snort_manual.tex
\docume
www.eeworm.com/read/250243/4439841
h mach_timer.h
/*
* include/asm-i386/mach-default/mach_timer.h
*
* Machine specific calibrate_tsc() for generic.
* Split out from timer_tsc.c by Osamu Tomita
*/
/* ------ Calibrate the T
www.eeworm.com/read/240058/4593277
js dialog.js
// ???URL?????? (??? ?Param1=Value1&Param2=Value2)
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
var aParam =
www.eeworm.com/read/219228/4849125
c main.c
#include
#include
#include "depslib.h"
#if 0
void test(const char *path)
{
PATHSPLIT f;
char buf[1024];
printf("> %s\n", path);
path_split(path, &f);
path_print
www.eeworm.com/read/216502/4890614
3 frexp.3
.TH FREXP 3
.SH NAME
frexp, ldexp, modf \- split into mantissa and exponent
.SH SYNOPSIS
.B double frexp(value, eptr)
.br
.B double value;
.br
.B int *eptr;
.PP
.B double ldexp(value, exp)
.br
.B doub
www.eeworm.com/read/216450/4895175
1 vol.1
.TH VOL 1
.SH NAME
vol \- split input on or combine output from several volumes
.SH SYNOPSIS
.B vol
.RB [ \-rw1 ]
.RB [ \-b
.IR blocksize ]
.RB [ \-m
.IR multiple ]
.RI [ size ]
.I device
.SH DESCRIPT
www.eeworm.com/read/209559/4970113
h mach_timer.h
/*
* include/asm-i386/mach-default/mach_timer.h
*
* Machine specific calibrate_tsc() for generic.
* Split out from timer_tsc.c by Osamu Tomita
*/
/* ------ Calibrate the T