代码搜索:Split
找到约 9,328 项符合「Split」的源代码
代码结果 9,328
www.eeworm.com/read/380940/9120460
c split.c
#include
#include
#include
void main (void)
{
char *path_1 = "C:\\SUBDIR\\FILENAME.EXT";
char *path_2 = "SUBDIR\\FILENAME.EXT";
char *path_3 = "FILE
www.eeworm.com/read/380835/9126569
h split.h
//-------------------------------------------------------------------------------------------------
//
// IBSL Technologies (c) 2000
// BrainTree Development Ltd(c) 2000
//
// Rennie Bowe
// P J
www.eeworm.com/read/380835/9126620
cpp split.cpp
//-------------------------------------------------------------------------------------------------
//
// IBSL Technologies (c) 2000
// BrainTree Development Ltd(c) 2000
//
// Rennie Bowe
// P J
www.eeworm.com/read/380631/9138546
gif split.gif
www.eeworm.com/read/281474/9154094
h split.h
#if !defined(AFX_SPLIT_H__69848029_A892_4F9B_B1AF_015BC15C5AFF__INCLUDED_)
#define AFX_SPLIT_H__69848029_A892_4F9B_B1AF_015BC15C5AFF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/281474/9154179
cpp split.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/379999/9168990
txt split.txt
人民币盘中大涨130点 汇率13年来首超港元
亚洲尾盘,美元兑人民币交易价格大幅下跌130点,北京时间15:26报7.7941水平创汇改以来新高。受此带动港币兑人民币交易价格跌破1比1水平报0.9997,这是人民币汇率13年来首超港元。
1月11日询价交易市场美元兑人民币再度大幅下跌130点,报7.7941创汇改以来新低。受此带动,港币兑人民币13年来首次跌破1比1水平报0.9997。 ...
www.eeworm.com/read/379518/9194491
m split.m
function class_split_a=split(class,n)
%class_train=zeros(n,1);
num=0;
for i=1:n
if class(i)==1;
num=num+1;
end
end
class_split_a_1=num/n;
class_split_a_2=1-class_split_a_1;
i
www.eeworm.com/read/379518/9194559
asv split.asv
function class_split_a=split(class_train,n)
%class_train=zeros(n,1);
num=0;
for i=1:n
if class_train(i)==1;
num=num+1;
end
end
class_split_a_1=num/n;
class_split_a_2=1-class_s
www.eeworm.com/read/378965/9211487