代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/254349/12142211
cpp tag_impl.cpp
// $Id: tag_impl.cpp,v 1.13 2002/09/21 17:23:32 t1mpy Exp $
// id3lib: a C++ library for creating and manipulating id3v1/v2 tags
// Copyright 1999, 2000 Scott Thomas Haug
// Copyright 2002 Thijmen K
www.eeworm.com/read/151860/12166822
m mmread.m
function [video, audio] = mmread(filename, frames, time, disableVideo, disableAudio)
% function [video, audio] = mmread(filename, frames, time, disableVideo, disableAudio)
% mmread reads virtually a
www.eeworm.com/read/151841/12171120
ch contrl.ch
/* LPC Processing control variables:
*/
/* Files for Speech, Parameter, and Bitstream Input & Output,
and message and debug outputs.
*/
#if ANALYZER + SYNTHESIZER
#include
www.eeworm.com/read/253978/12171298
qws top_pci32.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Workmode]
CurrentWorkmode=0
www.eeworm.com/read/151836/12171693
qws top_pci32.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Workmode]
CurrentWorkmode=0
www.eeworm.com/read/339738/12207226
java internalframetest.java
/**
@version 1.01 2001-07-22
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import java.io.*;
import java.net.*;
import java.util.*;
import
www.eeworm.com/read/150238/12302672
m blockframes.m
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
www.eeworm.com/read/251840/12316186
html frame1.html
//通过parent属性引用父窗口
window.parent.status="parent属性演示";
//对第一个子窗口操作
window.parent.frames[0].document.write("这是第一窗口");
//对第二个窗口操作
window.parent.frames[1].document.write("这是第二个窗
www.eeworm.com/read/251840/12316215
html frame_left.html
var smsg="这是顶层窗口的第一个子窗口的第二个子窗口";
with(window.top)
{
//在第一子窗口中的第二个子窗口中输出
frames[0].frames[1].document.write(smsg);
//设置顶层窗口的状态信息
status="Top属性测试";
//
www.eeworm.com/read/338136/12323066
java id3v2tag.java
/**
* Copyright (C) 2001 Jonathan Hilliker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published b