代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/454660/7386091
java splitting8.java
// strings/Splitting8.java
// TIJ4 Chapter Strings, Exercise 8, page 527
// Split the string Splitting.knights on the words "the" or "you."
import java.util.*;
public class Splitting8 {
public
www.eeworm.com/read/454202/7396485
java chap0208.java
/*
* $Id: Chap0208.java,v 1.7 2002/03/06 12:46:48 blowagie Exp $
* $Name: $
*
* This code is free software. It may only be copied or modified
* if you include the following copyright notice:
*
www.eeworm.com/read/452217/7445192
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/206731/7456906
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/449340/7508715
cpp quicksort.cpp
#include
#include
#include
#include
int split(int A[],int m,int n);
void quicksort(int A[],int low,int high);
void main()
{
srand(time(0));
www.eeworm.com/read/440591/7687029
htm relatekw.htm
{template header}
var tagsplit = $('tags').value.split(' ');
var inssplit = "$return";
var returnsplit = inssplit.split(' ');
var result = '';
www.eeworm.com/read/434781/7802056
java splitting8.java
// strings/Splitting8.java
// TIJ4 Chapter Strings, Exercise 8, page 527
// Split the string Splitting.knights on the words "the" or "you."
import java.util.*;
public class Splitting8 {
public
www.eeworm.com/read/434450/7866048
awk dir.awk
# dir - list directory with date interpretation
#
# date interpretation COUNTRY=44
BEGIN {
split("Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec", month, " ");
}
NF == 5 {
if (date(
www.eeworm.com/read/198690/7916593
java adtree.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/298649/7947358
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz