代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/322848/13363977
java wait.java
package sjg.scripting;
import sjg.*;
import java.util.*;
/**
* Class representing a wait command. Causes script to do nada for a number of cycles.
*
* @author Christian Hvid
*/
public class Wa
www.eeworm.com/read/322845/13364007
java animation.java
package sjg.animation;
import java.util.*;
/**
* A list of {@link Frame frames}.
*
* The Animation may be looped or not looped. Animations are created
* by {@link Cropper Cropper} .
*
* @autho
www.eeworm.com/read/321790/13398609
qws pll_ram.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
pt
www.eeworm.com/read/321469/13404256
m demo.m
17 / 18
% Demo script that generates all graphics in the report
% and demonstrates our results.
%
%
%%%%%%%%%%%%%%%%%%
% Mini-Project: An automatic speaker recognition system
%
% Responsible:
www.eeworm.com/read/320545/13424397
qws tennis.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
pt
www.eeworm.com/read/315251/13547873
html taskmenu.html
var taskMenu1;
var taskMenu2;
var taskMenu3;
var taskMenu4;
TaskMenu.setStyle("css/silverStyle.css");
window.onload = functi
www.eeworm.com/read/314847/13557812
js ie_message.js
//Function to format text in the text box
function FormatText(command, option){
frames.message.focus();
frames.message.document.execCommand(command, false, option);
frames.message.focus()
www.eeworm.com/read/303610/13811398
m demo.m
%Speaker Identification Demo
%Amin Koohi(AminKoohi@yahoo.com OR AminSohrevardi@yahoo.com )
%
%Example:
% >> code = train('train\', 8); %(Training stage)
% >> test('test\', 8, code)
www.eeworm.com/read/302650/13829507
m logreport.m
%LOGREPORT Create simulation log-file.
% LOGREPORT simply archives simulation environment variables and
% running conditions into a log-file named `mimotools.log'. In fact
% LOGEPORT script
www.eeworm.com/read/147980/5718531
js zoom.js
/*
*******************************
#Document magnifying script
#Writen by Christian Patzer
#cpatzer@hotmail.com
#For this script and more, visit http://www.dynamicdrive.com
*********************