代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/227715/14417207
m logreport.m
%LOGREPORT Create simulation log-file.
% LOGREPORT simply archives simulation environment variables and
% running conditions into a log-file named `mimotools.log'. In fact
% LOGEPORT script
www.eeworm.com/read/227629/14419145
java animation.java
import java.awt.Image;
import java.util.ArrayList;
/**
The Animation class manages a series of images (frames) and
the amount of time to display each frame.
*/
public class Animation
www.eeworm.com/read/226035/14502657
cpp filewvout.cpp
/***************************************************/
/*! \class FileWvOut
\brief STK audio file output class.
This class inherits from WvOut. It provides a "tick-level"
interface to the
www.eeworm.com/read/226035/14502735
cpp filter.cpp
/***************************************************/
/*! \class Filter
\brief STK filter class.
This class implements a generic structure that
can be used to create a wide range of filte
www.eeworm.com/read/226035/14502780
cpp wvout.cpp
/***************************************************/
/*! \class WvOut
\brief STK audio output abstract base class.
This class provides common functionality for a variety of audio
data ou
www.eeworm.com/read/226035/14502786
cpp rtwvout.cpp
/***************************************************/
/*! \class RtWvOut
\brief STK realtime audio (blocking) output class.
This class provides a simplified interface to RtAudio for realtime
www.eeworm.com/read/226035/14502837
cpp instrmnt.cpp
/***************************************************/
/*! \class Instrmnt
\brief STK instrument abstract base class.
This class provides a common interface for
all STK instruments.
b