代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/245863/12776303
m example1.m
%
% This Matlab script provides an interactive way to reproduce
% Example 1: Confidence interval for the mean reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and Its Application in
%
www.eeworm.com/read/318488/13477528
m draggable.m
function draggable(h,varargin)
% DRAGGABLE - Make it so that a graphics object can be dragged in a figure.
% This function makes an object interactive by allowing it to be dragged
% accross a set
www.eeworm.com/read/318008/13490621
m dfilter.m
% Interactive plot of frequency response for a linear fixed
% discrete-time system
%
% To use program, enter dfilter in MATLAB command window and
% response to prompts.
%%%%%%%%%%%%%%%%%%% dfi
www.eeworm.com/read/312163/13617314
m createdata.m
function result = createdata(action,varargin)
% CREATEDATA Interactive data generator.
%
% Synopsis:
% createdata
% createdata('finite')
% createdata('finite',num_classes)
% createdata('gau
www.eeworm.com/read/307760/13715456
m example4.m
%
% This Matlab script provides an interactive way to reproduce
% Example 4: Confidence interval for the mean reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and Its Application in
%
www.eeworm.com/read/307760/13715459
m example1.m
%
% This Matlab script provides an interactive way to reproduce
% Example 1: Confidence interval for the mean reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and Its Application in
%
www.eeworm.com/read/304264/13797082
m interference.m
% Interactive simulation of a diffraction grating spectrum.
% A diffraction grating with N grooves is illuminated by monochromatic light.
% When viewed at an angle, the reflections from each groove
www.eeworm.com/read/304264/13797086
txt readme.txt
Cross section of the geometry of a diffraction grating, a common
illustration in textbooks of optics, spectroscopy, and analytical chemistry.
Sliders on the figures allow real-time interactive contr
www.eeworm.com/read/131315/5937662
intro
Quick introduction
This is an interactive calculator which provides for easy large
numeric calculations, but which also can be easily programmed
for difficult or long calculations. It can accept
www.eeworm.com/read/121924/6067045
cs basicstatus.cs
namespace Org.InteliIM.Activities.Interactive
{
///
/// 基本状态
///
public abstract class BasicStatus: Status
{
protected Status nextStatus = null;
#region Status