代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/236475/14014527
plot plotdelay.plot
set term png medium #000000
set output "cbr-delay.png"
set ylabel "End-to-End delay(sec)"
set xlabel "Start transmission time(sec)"
set xrang [0:5]
set xtics 0, 0.5, 5
set yrang [0:0.1]
set ytics 0,
www.eeworm.com/read/133522/14038193
cc plot.cc
// This file contains no license whatsoever. It is provided in the public domain as an example
// of how to use the audio library
//
// Bruce Forsberg
// forsberg@tns.net
//
//
#include
#
www.eeworm.com/read/133522/14038200
h plot.h
#ifndef _PLOT_H_
#define _PLOT_H_
extern "C"
{
#include
#include
}
extern void
plot_build(
Widget parent);
extern void
plot_input(
char * text_file);
extern void
plot_en
www.eeworm.com/read/205231/15322945
java plot.java
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l
www.eeworm.com/read/204538/15337297
plot velocity.plot
www.eeworm.com/read/203890/15349782
m plot.m
function varargout = plot(varargin)
% PLOT Linear plot.
% PLOT(X) plots X versus frequency.
%
% SPECTRUM/PLOT works in a similar manner to basic PLOT, except
% that only one argument for ea
www.eeworm.com/read/203890/15349853
m plot.m
function varargout = plot(varargin)
% PLOT Linear plot.
% PLOT(X) plots X versus time.
%
% SIGNAL/PLOT works in a similar manner to basic PLOT, except
% that only one argument for each vect
www.eeworm.com/read/202674/15376018
h plot.h
#include
#include
class QwtPlotSvgItem;
class Plot: public QwtPlot
{
Q_OBJECT
public:
Plot(QWidget * = NULL);
public slots:
void loadSVG()
www.eeworm.com/read/202674/15376021
cpp plot.cpp
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/202674/15376032
h plot.h
#include
#include
class Plot: public QwtPlot
{
Q_OBJECT
public:
Plot(QWidget * = NULL);
public slots:
void showContour(bool on);
vo