代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/357618/10204664
m splitstepf_mig.m
function [seismig,zmig] = splitstepf_mig(seis, t, x, velmod, zv, dz, zmax, fmax)
% SPLITSTEPF_MIG: Split-step Fourier depth migration
%
% [seismig,zmig] = splitstepf_mig(seis, t, x, velmod, zv, dz,
www.eeworm.com/read/426337/10259578
txt threads.txt
Old threading method: slice-based
application calls x264
x264 runs B-adapt and ratecontrol (serial)
split frame into several slices, and spawn a thread for each slice
wait until all threads are done
d
www.eeworm.com/read/422731/10615538
htm 13.28 页面访问时间限制.htm
标题页
var limit="1:02"; //设置剩余的时间
var tmpTime=limit.split(":"); //将分和
www.eeworm.com/read/276010/10775375
c test_qrinput.c
#include
#include
#include "common.h"
#include "../qrinput.h"
#include "../qrencode_inner.h"
#include "../split.h"
void test_encodeKanji(void)
{
QRinput *stream;
unsigned char
www.eeworm.com/read/418162/10962873
htm 13.28 页面访问时间限制.htm
标题页
var limit="1:02"; //设置剩余的时间
var tmpTime=limit.split(":"); //将分和
www.eeworm.com/read/417168/11001632
py grid.py
#!/usr/bin/python
import os, sys
import Queue
import getpass
import re
from threading import Thread
from string import find, split, join, atof
is_win32 = (sys.platform == 'win32')
# svmtrain and gnu
www.eeworm.com/read/416393/11031065
changelog
2006-05-23 Steven Price
* hdrecover.cpp (main): Split out sector fixing code to
correctsector. Now reads BLOCKSIZE (10k) bytes at a time until a
read error is enco
www.eeworm.com/read/467759/7000762
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE