代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/161235/10435010
java labelledbox.java
// LabelledBox.java
// Function block for block diagram animation
//
import java.awt.*;
import java.util.*;
public class LabelledBox implements DrawingObj {
int x, y; // Position at centre
www.eeworm.com/read/424063/10500604
m pendsets.m
function pendsets(time,ud,u)
%PENDSETS Animation for the inverted pendulum demo.
% PENDSETS(TIME,UD,U) uses set to position the graphic objects
% for the inverted pendulum demo. UD con
www.eeworm.com/read/275868/10789731
bas mdldq.bas
Attribute VB_Name = "modGame"
'The BitBlt function allows for fast and smooth drawing to the form
'and to picture boxes, but isn't great for animation
Public Declare Function BitBlt Lib "gdi32" (
www.eeworm.com/read/271119/11006575
java subscriptedlabel.java
// SubscriptedLabel.java
// SubscriptedLabel for block diagram animation
//
import java.awt.*;
import java.util.*;
public class SubscriptedLabel {
//
int x, y; // Position
static int h = 30;
www.eeworm.com/read/271119/11006602
java labelledbox.java
// LabelledBox.java
// Function block for block diagram animation
//
import java.awt.*;
import java.util.*;
public class LabelledBox implements DrawingObj {
int x, y; // Position at centre
www.eeworm.com/read/399147/7886177
as rotatepics.as
// the following code is based on "rotateXY.as" taken from
// "Foundation Actionscript 3.0 Animation: Making Things Move!"
// chapter 15, page 412-414
// where the code has been changed or adde
www.eeworm.com/read/197825/7968593
java subscriptedlabel.java
// SubscriptedLabel.java
// SubscriptedLabel for block diagram animation
//
import java.awt.*;
import java.util.*;
public class SubscriptedLabel {
//
int x, y; // Position
static int h = 30;
www.eeworm.com/read/197825/7968654
java labelledbox.java
// LabelledBox.java
// Function block for block diagram animation
//
import java.awt.*;
import java.util.*;
public class LabelledBox implements DrawingObj {
int x, y; // Position at centre
www.eeworm.com/read/297413/8024194
txt supercritical pitchfork.txt
%% Animation for a Supercritical Pitchfork bifurcation (same structure as the Saddle Node case, limited annotation)
xmin = -3;
xmax = 3;
x = xmin:0.1:xmax
ax = (0.0).*x;
rmin = -4
rmax = 4
www.eeworm.com/read/196637/8070124
java subscriptedlabel.java
// SubscriptedLabel.java
// SubscriptedLabel for block diagram animation
//
import java.awt.*;
import java.util.*;
public class SubscriptedLabel {
//
int x, y; // Position
static int h = 30;