代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/229083/14354149
cpp animationdoc.cpp
// AnimationDoc.cpp : implementation of the CAnimationDoc class
//
#include "stdafx.h"
#include "Animation.h"
#include "AnimationDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/127455/14354322
java doggymidlet.java
/*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*/
package examples.animation;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
* A MIDlet that
www.eeworm.com/read/125782/14463872
c lrtest.c
/*
* Test lower-right-hand corner access
*
* originally by Eric S. Raymond , written for animation
* and resizing -TD
*
* This can't be part of the ncurses test-program, because
www.eeworm.com/read/119233/14836264
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class
www.eeworm.com/read/119233/14836301
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class
www.eeworm.com/read/119233/14836305
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
www.eeworm.com/read/119233/14836544
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class
www.eeworm.com/read/119233/14836550
java arc.java
// Arc.java
// Function block for block diagram animation
//
import java.awt.*;
public class Arc implements DrawingObj {
int x[], y[]; // Position of Arc
int width; // Width of Arc
boolean p
www.eeworm.com/read/119233/14836573
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class
www.eeworm.com/read/119233/14836605
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class