代码搜索:Animation

找到约 4,070 项符合「Animation」的源代码

代码结果 4,070
www.eeworm.com/read/449138/1680265

cgi animation.cgi

#!/usr/bin/perl -w use strict; #use lib("/home/peter/ming3/lib/perl5/site_perl"); use SWF qw(:ALL); $|=1; SWF::setScale(1); # where are the fontfiles? my $dir = '../common/'; my $font= '_sans.fdb';
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/443014/1752982

java animation.java

import java.awt.*; import java.applet.Applet; import java.lang.Thread; public class Animation extends Applet { Animator a=null; Thread aThread; public void init() { resize(300,300)
www.eeworm.com/read/440141/1801059

java animation.java

/******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials
www.eeworm.com/read/440061/1803052

js animation.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/440061/1803055

js animation.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/440061/1803076

js animation.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/433535/1883204

java animation.java

// Copyright (c) 2005 Sony Ericsson Mobile Communications AB // // This software is provided "AS IS," without a warranty of any kind. // ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARR
www.eeworm.com/read/432926/1886260

pde animation.pde

// Class for animating a sequence of GIFs class Animation { PImage[] images; int imageCount; int frame; Animation(String imagePrefix, int count) { imageCount = count; images = new
www.eeworm.com/read/432703/1891025

js animation.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens