代码搜索:plotter
找到约 417 项符合「plotter」的源代码
代码结果 417
www.eeworm.com/read/485607/6554633
h plotter.h
#ifndef PLOTTER_H
#define PLOTTER_H
#include
#include
#include
#include
class QToolButton;
class PlotSettings;
class Plotter : public QWidget
{
Q_OBJECT
pu
www.eeworm.com/read/485607/6554853
cpp plotter.cpp
#include
#include
#include "plotter.h"
Plotter::Plotter(QWidget *parent)
: QWidget(parent)
{
setBackgroundRole(QPalette::Dark);
setAutoFillBackground(true);
setSizePo
www.eeworm.com/read/485607/6554854
pro plotter.pro
TEMPLATE = app
HEADERS = plotter.h
SOURCES = main.cpp \
plotter.cpp
RESOURCES = plotter.qrc
www.eeworm.com/read/485607/6554857
h plotter.h
#ifndef PLOTTER_H
#define PLOTTER_H
#include
#include
#include
#include
class QToolButton;
class PlotSettings;
class Plotter : public QWidget
{
Q_OBJECT
pu
www.eeworm.com/read/479998/6674565
cs plotter.cs
/*
* MATLAB Compiler: 4.10 (R2009a)
* Date: Wed May 13 09:41:13 2009
* Arguments: "-B" "macro_default" "-W" "dotnet:PlotComp,Plotter,0.0,private" "-d"
* "D:\FDTD_Matlab\学习资料\Matlab_Csharp\PlotComp
www.eeworm.com/read/262488/11587635
cpp plotter.cpp
#include
#include
#include
#include
using namespace std;
#include "plotter.h"
Plotter::Plotter(QWidget *parent, const char *name, WFlags flags)
:
www.eeworm.com/read/262488/11587636
pro plotter.pro
CONFIG += exceptions
HEADERS = plotter.h
SOURCES = main.cpp \
plotter.cpp
IMAGES = images/zoomin.png \
images/zoomout.png
www.eeworm.com/read/262488/11587639
h plotter.h
#ifndef PLOTTER_H
#define PLOTTER_H
#include
#include
#include
#include
class QToolButton;
class PlotSettings;
typedef std::vector CurveData;
class