代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/197407/7997463
cpp llist5.cpp
// split a list into two
#include
#include "llist5.h"
void main(void)
{
int n = 15;
LinearList X(20), Y(20), Z(20);
// initialize list to be split
for (in
www.eeworm.com/read/197407/7998098
out lchain.out
The list is
14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
The first split list is
14 12 10 8 6 4 2 0
The second split list is
13 11 9 7 5 3 1
www.eeworm.com/read/197407/7998163
out dblcirc5.out
The list is
14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
The first split list is
14 12 10 8 6 4 2 0
The second split list is
13 11 9 7 5 3 1
www.eeworm.com/read/197407/7998541
out llist5.out
The list is
14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
The first split list is
14 12 10 8 6 4 2 0
The second split list is
13 11 9 7 5 3 1
www.eeworm.com/read/333003/12712391
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/332899/12718292
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/244076/12891904
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/329960/12923702
py graphutil.py
################################################################################
#
# This file is part of Gato (Graph Animation Toolbox)
# version _VERSION_ from _BUILDDATE_. You can find
www.eeworm.com/read/328653/13008649
pl suport.pl
#_/_/_/_/_/_/_/_/_/_/_/_/#
# CHARA MAIN OPEN #
#_/_/_/_/_/_/_/_/_/_/_/_/#
sub CHARA_MAIN_OPEN {
open(IN,"./charalog/main/$in{'id'}.cgi") or &ERR2('ID不正确!');
@CN_DATA = ;
close(