代码搜索:frames

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

代码结果 9,514
www.eeworm.com/read/191684/8425125

txt 1.txt

import java.applet.Applet; import java.awt.*; public class ImageProc extends Applet implements Runnable { Image originalRipplePicture; Image originalLakePicture; Image rippl
www.eeworm.com/read/191683/8425131

txt 1.txt

import java.applet.Applet; import java.awt.*; public class ImageProc extends Applet implements Runnable { Image originalRipplePicture; Image originalLakePicture; Image rippl
www.eeworm.com/read/191682/8425140

txt 1.txt

import java.applet.Applet; import java.awt.*; public class ImageProc extends Applet implements Runnable { Image originalRipplePicture; Image originalLakePicture; Image rippl
www.eeworm.com/read/290128/8503187

m mmread.m

function [video, audio] = mmread(filename, frames, disableVideo, disableAudio) % function [video, audio] = mmread(filename, frames, disableVideo, disableAudio) % mmread reads virtually any media fil
www.eeworm.com/read/188503/8534485

1 lavrec.1

.TH "lavrec" "1" "27 August 2003" "MJPEG Linux Square" "MJPEG tools manual" .SH NAME lavrec \- Record MJPEG-video from a zoran/video4linux-device .SH SYNOPSIS .B lavrec .RI [ options ] .IR filename(
www.eeworm.com/read/188503/8535216

h liblavrec.h

/* * liblavrec - a librarified Linux Audio Video RECord * * Copyright (C) 2000 Rainer Johanni * Extended by: Gernot Ziegler * & Wolfgan
www.eeworm.com/read/188503/8535403

glav readme.glav

You should be able to just "make" there are some hacks so I didn't have to include anything from the mjpeg utils directory. I hope to get it into the build tree sometime (soon...). seconds are NTS
www.eeworm.com/read/388532/8603650

html frame1.html

//通过parent属性引用父窗口 window.parent.status="parent属性演示"; //对第一个子窗口操作 window.parent.frames[0].document.write("这是第一窗口"); //对第二个窗口操作 window.parent.frames[1].document.write("这是第二个窗
www.eeworm.com/read/388532/8603678

html frame_left.html

var smsg="这是顶层窗口的第一个子窗口的第二个子窗口"; with(window.top) { //在第一子窗口中的第二个子窗口中输出 frames[0].frames[1].document.write(smsg); //设置顶层窗口的状态信息 status="Top属性测试"; //
www.eeworm.com/read/430762/8729035

txt blockframes.txt

function M3 = blockFrames(s, fs, m, n) % blockFrames: Puts the signal into frames % % Inputs: s contains the signal to analize % fs is the sampling rate of the signal % m is the distance bet