代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/331815/3402538
as animationsequence.as
package away3d.core.base
{
import away3d.core.base.*;
/**
* Holds information about a sequence of animation frames.
*/
public class AnimationSequence
{
/**
* The prefix
www.eeworm.com/read/330176/3426879
c unwind.c
/*++
Copyright (c) 1997-2000 Microsoft Corporation. All rights reserved.
Module Name:
unwind.c
Abstract:
This module implements the unwinding of procedure call frames for
ex
www.eeworm.com/read/303435/3811536
main headers.xtcwp.main
XGRAPH - X GRAPHer
XMOVIE - image one or more frames of a uniformly sampled function f(x1,x2)
XRECTS - plot rectangles on a two-dimensional grid
www.eeworm.com/read/290307/3980101
js addrole.js
/**
*
*增加角色按钮功能实现
*作者:肖建
*完成时间:2003-03-9
*/
/*保存信息*/
function saveInfo()
{
if (validateInfo())
{
parent.frames("InfoFrame").isSubmitting=true;
www.eeworm.com/read/290307/3980129
js addrole.js
/**
*
*增加角色按钮功能实现
*作者:肖建
*完成时间:2003-03-9
*/
/*保存信息*/
function saveInfo()
{
if (validateInfo())
{
parent.frames("InfoFrame").isSubmitting=true;
www.eeworm.com/read/283639/4076360
java animation.java
package com.brackeen.javagamebook.graphics;
import java.awt.Image;
import java.util.ArrayList;
/**
The Animation class manages a series of images (frames) and
the amount of time to di
www.eeworm.com/read/448466/1689066
java animation.java
package com.brackeen.javagamebook.graphics;
import java.awt.Image;
import java.util.ArrayList;
/**
The Animation class manages a series of images (frames) and
the amount of time to di
www.eeworm.com/read/443064/1752445
js addrole.js
/**
*
*增加角色按钮功能实现
*作者:肖建
*完成时间:2003-03-9
*/
/*保存信息*/
function saveInfo()
{
if (validateInfo())
{
parent.frames("InfoFrame").isSubmitting=true;
www.eeworm.com/read/432926/1886264
pde savemanyimages.pde
/**
* Save Many Images.
*
* The saveFrame() function allows you to save images from
* a program while it is running. This example saves the first
* 50 frames of a program. These images can be i
www.eeworm.com/read/427063/1978469
java consumptioncancelframe.java
package frames;
/*
* ConsumptionCancel.java
*
* Created on 2007年6月18日, 下午11:29
*/
/**
*
* @author Jimmie
*/
public class ConsumptionCancelFrame extends javax.swing.JInternalFrame {