代码搜索:Animation

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

代码结果 4,070
www.eeworm.com/read/123117/6062733

java animatorapplicationtimer.java

/* * Swing version. */ import java.awt.*; import java.awt.event.*; import javax.swing.*; /* * A template for animation applications. */ public class AnimatorApplicationTimer extends JFrame
www.eeworm.com/read/120251/6079491

extra entries.extra

/.cvsignore//// /Animation.pyste//// /AnimationState.pyste//// /AnimationTrack.pyste//// /AxisAlignedBox.pyste//// /Billboard.pyste//// /BillboardSet.pyste//// /BlendMode.pyste//// /Camera.pys
www.eeworm.com/read/117901/6100347

java sprite.java

package com.brackeen.javagamebook.graphics; import java.awt.Image; public class Sprite { protected Animation anim; // position (pixels) private float x; private float y;
www.eeworm.com/read/113165/6141501

extra entries.extra

/.cvsignore//// /Animation.pyste//// /AnimationState.pyste//// /AnimationTrack.pyste//// /AxisAlignedBox.pyste//// /Billboard.pyste//// /BillboardSet.pyste//// /BlendMode.pyste//// /Camera.pys
www.eeworm.com/read/109242/6175637

c mcianim.c

/* -*- tab-width: 8; c-basic-offset: 4 -*- */ /* * Sample MCI ANIMATION Wine Driver for Linux * * Copyright 1994 Martin Ayotte * * This library is free software; you can redistribute it and/or *
www.eeworm.com/read/101018/6261088

o3d cow.o3d

# Cow model, modified from a file with the following copyright header: # Tue Oct 27 19:16:44 1992 # # Cow (moo) # # Courtesy of: # # Viewpoint Animation Engineering # 870 West Center # Orem,
www.eeworm.com/read/101018/6261632

o3d cow.o3d

# Cow model, modified from a file with the following copyright header: # Tue Oct 27 19:16:44 1992 # # Cow (moo) # # Courtesy of: # # Viewpoint Animation Engineering # 870 West Center # Orem,
www.eeworm.com/read/485329/6558454

java summingpoint.java

// SummingPoint.java // Function block for block diagram animation // import java.awt.*; public class SummingPoint implements DrawingObj { // int x, y; // Position at centre // int h, w; //
www.eeworm.com/read/265158/11279738

cpp animationview.cpp

// AnimationView.cpp : implementation of the CAnimationView class // #include "stdafx.h" #include "Animation.h" #include "AnimationDoc.h" #include "AnimationView.h" #ifdef _DEBUG #define
www.eeworm.com/read/407980/11406821

java summingpoint.java

// SummingPoint.java // Function block for block diagram animation // import java.awt.*; public class SummingPoint implements DrawingObj { // int x, y; // Position at centre // int h, w; //