代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/127767/14337483
txt e567. getting all created frames in an application.txt
// Retrieve all active frames
Frame[] frames = Frame.getFrames();
for (int i=0; i
www.eeworm.com/read/127767/14337841
txt e842. getting all frames in a jdesktoppane container.txt
// To create a desktop, see e841 Creating a JDesktopPane Container
// Retrieve all internal frames
JInternalFrame[] frames = desktop.getAllFrames();
for (int i=0; i
www.eeworm.com/read/188503/8534312
lavpipe readme.lavpipe
This README describes the lavpipe tools: how to use them,
and how they work (partially).
The current implementation still is not tested very well, so be
warned (and please report any errors you encou
www.eeworm.com/read/384759/8844717
doc
Here are some notes on the simulator.
The simulator code is in simulator.c and the header file is simulator.h.
The simulator uses three process:
main: controls the simulation (this is the user proc
www.eeworm.com/read/307142/13728006
doc
Here are some notes on the simulator.
The simulator code is in simulator.c and the header file is simulator.h.
The simulator uses three process:
main: controls the simulation (this is the user proc
www.eeworm.com/read/100127/6274185
doc video.doc
CMIF video tools
This document gives a quick introduction to some of the tools useful
for recording, editing and playing back video data in CMIF video
format. All the tools mentioned currently live
www.eeworm.com/read/188503/8535232
c lav2yuv.c
/* lav2yuv - stream any lav input file to stdout as YUV4MPEG data */
/* Copyright (C) 2000, Rainer Johanni, Andrew Stevens */
/* - added scene change detection code 2001, pHilipp Zabel */
/* - broke
www.eeworm.com/read/140704/5783402
cc extf_norm_1.cc
// file: extf_norm_1.cc
//
// this program calculates the snr of a signal using a probabilistic measure
//
// system include files
//
#include
// isip include files
//
#include "extract_
www.eeworm.com/read/277124/10666117
c main.c
/************************************************************************
*
* main.c, main module of tmn (TMN encoder).
* tmn is an H.263+ (H.263 ver. 2.0) encoder somewhat based on the
* Test
www.eeworm.com/read/255692/12064741
c main.c
/************************************************************************
*
* main.c, main module of tmn (TMN encoder).
* tmn is an H.263+ (H.263 ver. 2.0) encoder somewhat based on the
* Test