代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/162614/5524970
ada c96008a.ada
-- C96008A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/160391/5571125
m test_housing.m
% Here the training data is adapted from UCI ML repository, 'housing' data
% Input variables: 12 continous, one binary
% Ouput variables: continous
% The testing result trace is in the end of this
www.eeworm.com/read/160303/5572945
eroute
#!/usr/bin/perl
#
# (c) Xelerance
#
# I whipped this up in 15 minutes after switching my laptop to 2.6
# so it's ugly, and could use some major improvement. setkey output is
# u
www.eeworm.com/read/475245/6794766
java arrayparser.java
public class ArrayParser {
public static void main(String[] args) {
double[][] d;
String s = "1,2;3,4,5;6,7,8";
String[] sFirst = s.split(";");
d = new double[sFirst.length][];
for(in
www.eeworm.com/read/395876/8148254
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/294317/8241851
cpp llist.cpp
// test formula based linear list class
#include
#include "llist.h"
#include "xcept.h"
void main(void)
{
try
{
LinearList L(5), M(5), N(10), O(10), Y(10), Z(10);;
www.eeworm.com/read/392244/8356197
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/370596/9593346
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/174216/9601867
cs default.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System