代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/294145/3919840
pro data_plot.pro
TARGET = data_plot
TEMPLATE = app
CONFIG += qt warn_on debug thread
MOC_DIR = moc
OBJECTS_DIR = obj
INCLUDEPATH = ../../include
DEPENDPATH = ../../include
unix:LIBS += -L../..
www.eeworm.com/read/294145/3919973
h qwt_plot.h
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is fr
www.eeworm.com/read/294145/3919990
cpp qwt_plot.cpp
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is fr
www.eeworm.com/read/292984/3935741
m mixexp_plot.m
function plot_mixexp(theta, eta, data)
% PLOT_MIXEXP Plot the results for a piecewise linear regression model
% plot_mixexp(theta, eta, data)
%
% data(l,:) = [x y] for example l
% theta(i,:) = regre
www.eeworm.com/read/292964/3936889
m mixexp_plot.m
function plot_mixexp(theta, eta, data)
% PLOT_MIXEXP Plot the results for a piecewise linear regression model
% plot_mixexp(theta, eta, data)
%
% data(l,:) = [x y] for example l
% theta(i,:) = regre
www.eeworm.com/read/291165/3969593
pro simple_plot.pro
TARGET = simple
TEMPLATE = app
CONFIG += qt warn_on debug thread
MOC_DIR = moc
OBJECTS_DIR = obj
INCLUDEPATH = ../../include
DEPENDPATH = ../../include
unix:LIBS += -L../../li
www.eeworm.com/read/291165/3969637
pro realtime_plot.pro
TARGET = realtime
TEMPLATE = app
CONFIG += qt warn_on debug thread
MOC_DIR = moc
OBJECTS_DIR = obj
INCLUDEPATH = ../../include
DEPENDPATH = ../../include
unix:LIBS += -L../../
www.eeworm.com/read/291165/3969654
h bode_plot.h
#include
class BodePlot: public QwtPlot
{
Q_OBJECT
public:
BodePlot(QWidget *parent);
public slots:
void setDamp(double damping);
private:
void showData(double *frequen
www.eeworm.com/read/291165/3969657
cpp bode_plot.cpp
#include
#include "cplx.h"
#include "bode_plot.h"
BodePlot::BodePlot(QWidget *parent):
QwtPlot(parent)
{
setTitle("Frequency Response of a Second-Order System");
setCanvasBa
www.eeworm.com/read/291165/3969668
cpp data_plot.cpp
#include
#include
#include
#include
const int PLOT_SIZE = 201; // 0 to 200
//-------------------------------------------------------------