代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/363231/9964596
txt turbo_logmap.txt
Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 1
Please enter the frame size (= info + tail, default: 400) 378
Please enter code generator: ( default: g = [1 1 1; 1 0 1
www.eeworm.com/read/166473/10018934
m source.m
function data = source(fr_length,frames,md,zf,mode,varargin)
%SOURCE Generate source data.
% DATA = SOURCE(FR_LENGTH,FRAMES,MD,ZF,MODE) creates data
% source of desired number of FRAMES each cons
www.eeworm.com/read/360506/10089930
js dialog.js
// htmlArea v3.0 - Copyright (c) 2003-2004 interactivetools.com, inc.
// This copyright notice MUST stay intact for use (see license.txt).
//
// Portions (c) dynarch.com, 2003-2004
//
// A free WYSIWY
www.eeworm.com/read/164416/10109555
js sonhuo.js
function GetGYlist(currObj) { //供应商列表
//var trObj=currObj.parentNode.parentNode
//var rowId=parseInt(trObj.id.substr(trObj.id.indexOf("w")+1,trObj.id.length))
window.open("../accounts/getlist.
www.eeworm.com/read/359861/10119788
c dv1394.c
/*
* dv1394.c - DV input/output over IEEE 1394 on OHCI chips
* Copyright (C)2001 Daniel Maas
* receive by Dan Dennedy
*
* based on:
* video1394.c
www.eeworm.com/read/359830/10122202
js supply.js
function FindTop(start)
{
if (start==top) return top;
try { t = start.parent.name; } catch (e) { return start; }
return FindTop(start.parent);
}
var chmtop = FindTop(self);
functio