代码搜索:Graphical

找到约 2,243 项符合「Graphical」的源代码

代码结果 2,243
www.eeworm.com/read/106690/15626648

m pop_resample.m

% pop_resample() - resample dataset (pop up window). % % Usage: % >> [OUTEEG] = pop_resample( INEEG ); % pop up interactive window % >> [OUTEEG] = pop_resample( INEEG, freq); % % Graphical interfa
www.eeworm.com/read/188564/8528205

readme

Cutecom 0.13.2, June 9th, 2005 Cutecom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices. It is free
www.eeworm.com/read/431224/8698546

m fm_equivfig.m

function varargout = fm_equivfig(varargin) % FM_EQUIVFIG graphical user interface for the network equivalent % function. % %see lso the function FM_EQUIV and FM_BUSFIG % %Author: Federi
www.eeworm.com/read/384940/8832508

m fm_equivfig.m

function varargout = fm_equivfig(varargin) % FM_EQUIVFIG graphical user interface for the network equivalent % function. % %see lso the function FM_EQUIV and FM_BUSFIG % %Author: Federi
www.eeworm.com/read/182357/9206814

m demofindpeakg.m

% Graphical demo of findpeaks function, showing fit of each peak. % Generates a synthetic set of data containing 25 narrow peaks of random % amplitude. format compact figure(1);clf clear global
www.eeworm.com/read/375212/9369150

m modlgui.m

function modl = modlgui(x,y,out,action); %MODLGUI Graphical user interface develops PCR, PLS and RR models. % This function can be used to develop PCR, PLS and ridge % regression models with a vari
www.eeworm.com/read/174978/9566226

java webclient.java

import java.awt.*; import java.awt.event.*; import java.util.*; /** A graphical client that lets you interactively connect to * Web servers and send custom request lines and * request heade
www.eeworm.com/read/362500/9996018

m highorb.m

function highorb(fig,action) %HIGHORB GUI for rotating 3D plots % Places a graphical user interface for ratating 3D % plots on an existing figure. If no input is % supplied the gui is placed on
www.eeworm.com/read/355969/10240510

html swarm.overview.mag4.build-observer.sect1.html

Building a Graphical Observer Swarm
www.eeworm.com/read/271119/11007120

java drawingpanel.java

import java.awt.*; import java.applet.*; import java.io.*; import java.util.*; /** * DrawingPanel is the graphical panel attached to the * animation frame AlgAnimFrame.