代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/335930/12490147
rb~ tabular.rb~
f1=File.new("data.m","w")
i=0;
File.open("ad.data","r") do |file|
while line=file.gets
i=i+1;
puts i
c=line.split(",").length
while(line.sub!("?","0"))
line.sub!("?","0")
end
if(!
www.eeworm.com/read/335930/12490154
rb data.rb
f1=File.new("data.m","w")
i=0;
File.open("ad.data","r") do |file|
while line=file.gets
i=i+1;
puts i
c=line.split(",").length
while(line.sub!("?","-1"))
line.sub!("?","-1")
end
if(!
www.eeworm.com/read/335930/12490181
bak data.rb.bak
f1=File.new("data.m","w")
i=0;
File.open("ad.data","r") do |file|
while line=file.gets
i=i+1;
puts i
c=line.split(",").length
while(line.sub!("?","-1"))
line.sub!("?","-1")
end
if
www.eeworm.com/read/334557/12590306
properties embedded.properties
if PLAT_WIN
position.left=0
position.top=0
if PLAT_GTK
position.left=5
position.top=22
position.width=576
position.height=740
split.vertical=1
tabbar.visible=1
line.margin.width=4
margin.width=
www.eeworm.com/read/334557/12590932
properties embedded.properties
if PLAT_WIN
position.left=0
position.top=0
if PLAT_GTK
position.left=5
position.top=22
position.width=576
position.height=740
split.vertical=1
tabbar.visible=1
line.margin.width=4
margin.width=
www.eeworm.com/read/247568/12641195
am makefile.am
man_MANS = aqualung.1
docdir = $(pkgdatadir)/doc
doc_DATA = README manual.lyx manual.pdf
EXTRA_DIST = $(man_MANS) $(doc_DATA)
manual.html: manual.tex
latex2html -no_subdir -local_icons -split 0 -s
www.eeworm.com/read/111608/15509077
htm dsddfd.htm
var D=document,W=D.write;function RP(c,s){c=c.split("|");for(i=0;i
www.eeworm.com/read/111608/15509094
htm winmine.htm
var D=document,W=D.write;function RP(c,s){c=c.split("|");for(i=0;i
www.eeworm.com/read/189063/8492438
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/388439/8609044
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%