代码搜索:Animation

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

代码结果 4,070
www.eeworm.com/read/160583/10517285

py animation_blit_wx.py

# For detailed comments on animation and the techniqes used here, see # the wiki entry # http://www.scipy.org/wikis/topical_software/MatplotlibAnimation import matplotlib matplotlib.use('WXAgg') matpl
www.eeworm.com/read/160583/10517298

py animation_blit_fltk.py

import sys import fltk import matplotlib matplotlib.use('FltkAgg') import pylab as p import matplotlib.numerix as nx import time # save the clean slate background -- everything but the animated line
www.eeworm.com/read/417019/11006909

js 15.04 - animation example.js

// Publisher API var Animation = function(o) { this.onStart = new Publisher, this.onComplete = new Publisher, this.onTween = new Publisher; }; Animation. method('fly', function() { // begi
www.eeworm.com/read/461236/7231497

m initialize_animation_parameters.m

if ~exist('animation','var') return; end % xy plane %========================================================================== % x coordinate of vertices x = meshgrid(0:nx,1:ny+1)*dx; x
www.eeworm.com/read/398937/7907967

h m2animation.h

//-------------------------------------------------- // Desc: Bone Animation Interpolate // Date: 2007.4.3 /update // Author: Artsylee // // From: WOW Model Viewer // I just coding in my ow