代码搜索:frames

找到约 9,514 项符合「frames」的源代码

代码结果 9,514
www.eeworm.com/read/166212/10029104

c worker.c

#include #include #include #include #include #include "common.h" #define NR_TIMERS 8 /* number of timers */ #define MAX_QUEUE 10000
www.eeworm.com/read/166212/10029111

readme

This package simulates the protocols of Chapter 3 of "Computer Networks 3/e" by Andrew S. Tanenbaum, published by Prentice Hall PTR, 1996. It was written by Andrew S. Tanenbaum and may be freely dist
www.eeworm.com/read/361539/10047457

cfg encoder.cfg

# New Input File Format is as follows # = # Comment # # See configfile.h for a list of supported ParameterNames # # Known bug: Empty strings, i.e. to signal a non
www.eeworm.com/read/164629/10099616

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
www.eeworm.com/read/359861/10119727

h dv1394.h

/* * dv1394.h - DV input/output over IEEE 1394 on OHCI chips * Copyright (C)2001 Daniel Maas * receive by Dan Dennedy * * based on: * video1394.
www.eeworm.com/read/163663/10151232

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
www.eeworm.com/read/279804/10392421

js imageloop.js

/** * ImageLoop.js: An ImageLoop class for performing image animations * * Constructor Arguments: * imageId: the id of the tag which will be animated * fps: the number of frame
www.eeworm.com/read/277448/10638231

m addcp.m

function [Frames]=addCP(Data,Num) Frames=[]; for j=1:26 for i=1:1024 Frames(i+Num,j)=Data(i,j); end for i=1:Num Frames(i,j)=Data(i+1024-Num,j); end end
www.eeworm.com/read/277124/10666074

txt readme.txt

tmn === Version 3.0, May 27, 1997 (C) Department of Electrical Engineering University of British Columbia CANADA. Michael Gal
www.eeworm.com/read/277124/10666097

readme

tmn === Version 3.0, May 27, 1997 (C) Department of Electrical Engineering University of British Columbia CANADA. Michael Gallant