代码搜索:Animation

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

代码结果 4,070
www.eeworm.com/read/208319/15248558

htm ch6.htm

Chapter 6 -- Sprite Animation C
www.eeworm.com/read/170572/5403508

java animatedicon.java

/* * AnimatedIcon.java - Animated version of ImageIcon * :tabSize=8:indentSize=8:noTabs=false: * :folding=explicit:collapseFolds=1: * * Copyright (C) 2002 Kris Kopicki * * This program is free
www.eeworm.com/read/167668/5454806

java serialimage2.java

// 程序:二维连续图像播放 // 范例文件:SerialImage2.java import java.awt.*; import java.applet.*; public class SerialImage2 extends Applet implements Runnable { int SPF; int sx, sy;
www.eeworm.com/read/164862/5487840

java~2~ item.java~2~

package demo; import java.io.*; import javax.microedition.lcdui.*; public class Animation extends Thread { private Animation instance; private BattleField battleCanvas; priv
www.eeworm.com/read/164862/5487880

java~1~ item.java~1~

package demo; import java.io.*; import javax.microedition.lcdui.*; public class Animation extends Thread { private Animation instance; private BattleField battleCanvas; priv
www.eeworm.com/read/160691/5567323

java splashpanel.java

/* $Id: SplashPanel.java,v 1.11.2.1 2006/01/16 22:57:55 eric Exp $ * * ProGuard -- shrinking, optimization, and obfuscation of Java class files. * * Copyright (c) 2002-2006 Eric Lafortune (eric@gr
www.eeworm.com/read/159772/5581755

square

#!/bin/sh # the next line restarts using wish \ exec wish "$0" "$@" # square -- # This script generates a demo application containing only a "square" # widget. It's only usable in the "tktest" appli
www.eeworm.com/read/154890/5633596

h monster.h

#ifndef BILL_H #define BILL_H #include "NXPicture.h" class Monster { /*structure for Bills */ public: int state; /*what is it doing? */ int index; /*index to animation frame */
www.eeworm.com/read/154514/5636589

properties examples_graphics.properties

############################################################################### # Copyright (c) 2005 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # ar
www.eeworm.com/read/473082/6855161

java drawingpanel.java

import java.awt.*; import java.applet.*; import java.io.*; import java.util.*; /** * DrawingPanel is the graphical panel attached to the * animation frame AlgAnimFrame. I