代码搜索:Graphical

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

代码结果 2,243
www.eeworm.com/read/351010/10688188

m nnd.m

function nnd(cmd) %NND Neural Network Design graphical user interface. % First Version, 8-31-95. % BRING UP FIGURE IF IT EXISTS me = 'nnd'; fig = nnfgflag(me); if length(get(fig,'children'
www.eeworm.com/read/158963/10707328

m nnd.m

function nnd(cmd) %NND Neural Network Design graphical user interface. % First Version, 8-31-95. % BRING UP FIGURE IF IT EXISTS me = 'nnd'; fig = nnfgflag(me); if length(get(fig,'children'
www.eeworm.com/read/275216/10828419

m dfdb_port_opt.m

function dfdb_port_opt(varargin) % DFDB_PORT_OPT Database/Datafeed Portfolio Optimizer - Graphical User Interface. % DFDB_PORT_OPT imports security time series data from Yahoo or a database, %
www.eeworm.com/read/274975/10841807

m nnd.m

function nnd(cmd) %NND Neural Network Design graphical user interface. % First Version, 8-31-95. % BRING UP FIGURE IF IT EXISTS me = 'nnd'; fig = nnfgflag(me); if length(get(fig,'children'
www.eeworm.com/read/453558/7417112

java asciipref.java

package shared; /** Provides preferences for non-graphical output. * @author James Louis 7/19/2001 Ported to Java. * @author Dave Manley 9/23/1993 Initial revision. */ public class ASC
www.eeworm.com/read/298871/7928722

m nnd.m

function nnd(cmd) %NND Neural Network Design graphical user interface. % First Version, 8-31-95. % BRING UP FIGURE IF IT EXISTS me = 'nnd'; fig = nnfgflag(me); if length(get(fig,'children'
www.eeworm.com/read/315866/13535240

txt svmtoy_manual.txt

svm-toy: This is a simple graphical interface which shows how SVM separate data in a plane. You can click in the window to draw data points. Use "change" button to choose class 1, 2 or 3 (
www.eeworm.com/read/134873/5891717

java historypanel.java

package at.ac.uni_linz.tk.vchat; import java.awt.*; import java.awt.event.*; import java.util.*; import java.text.*; /** * A HistoryEntry is a graphical representation of which User sent
www.eeworm.com/read/134873/5891720

java roomcanvas.java

package at.ac.uni_linz.tk.vchat; import java.awt.*; import java.awt.event.*; import java.util.*; /** * A Room's graphical representation. Users are painted as colored circles, the * curr
www.eeworm.com/read/126884/6011164

java phasecue.java

package org.trinet.jiggle; import org.trinet.jasi.Amplitude; import java.awt.*; import org.trinet.util.graphics.ColorList; /** * A graphical marker to show where a phase is expected to lie.