代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/307320/3724223
pl time-series.pl
#!/usr/bin/perl -w
$totalSize = 0;
$cur_time= 0;
$start=0;
$time_block = 0.001;
$cur_epoch = 0;
while () {
($cur_time,$size) = split(' ',$_);
if ($cur_time > $cur_epoch) {
www.eeworm.com/read/304811/3785138
cpp ex_splitview.cpp
// Ex_SplitView.cpp : implementation of the CEx_SplitView class
//
#include "stdafx.h"
#include "Ex_Split.h"
#include "Ex_SplitDoc.h"
#include "Ex_SplitView.h"
#ifdef _DEBUG
#define new D
www.eeworm.com/read/294145/3919728
makefile
MODULE_NAME = test_mimostfa
DEPENDS = rrc mapper random midamble split join source sink
MOD_USER = -s emul antenna stfa
BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")
include $(
www.eeworm.com/read/292705/3945094
h ipc.h
#ifndef _ASM_IPC_H
#define _ASM_IPC_H
/*
* These are used to wrap system calls on MIPS32.
*
* See arch/mips/kernel/sysmips.c for ugly details..
* FIXME: split up into ordinary syscalls ...
*/
s
www.eeworm.com/read/292705/3945258
h ipc.h
#ifndef __ASM_MIPS_IPC_H
#define __ASM_MIPS_IPC_H
/*
* These are used to wrap system calls on MIPS.
*
* See arch/mips/kernel/sysmips.c for ugly details..
* FIXME: split up into ordinary syscalls