代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/478118/6720343
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/264420/11315436
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/408405/11389819
java main.java
package com.client;
import java.awt.BorderLayout;
import java.awt.FileDialog;
import java.awt.GridLayout;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.Ac
www.eeworm.com/read/403756/11511178
htm relatekw.htm
{template header}
var tagsplit = $('tags').value.split(' ');
var inssplit = "$return";
var returnsplit = inssplit.split(' ');
var result = '';
www.eeworm.com/read/344239/11896579
java splitting.java
//: strings/Splitting.java
import java.util.*;
public class Splitting {
public static String knights =
"Then, when you have found the shrubbery, you must " +
"cut down the mightiest t
www.eeworm.com/read/344238/11897995
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/343743/11930951
m grow_tree.m
function [tree, conf] = grow_tree(X, y, conf)
%
% Grow a regression tree by recursive splitting.
%
% Training data in X (inputs) and y (outputs), configuration
% structure conf. Returns a tree structu
www.eeworm.com/read/153407/12035328
m explode.m
function [split,numpieces]=explode(string,delimiters)
%EXPLODE Splits string into pieces.
% EXPLODE(STRING,DELIMITERS) returns a cell array with the pieces
% of STRING found between any of t
www.eeworm.com/read/128494/14293315
c jfs_xtree.c
/*
* Copyright (C) International Business Machines Corp., 2000-2003
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L