在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于qwtplot3d实现的三维曲线

基于qwtplot3d实现的三维曲线

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.49M
  • 下载次数:4
  • 浏览次数:250
  • 发布时间:2020-07-15
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
使用方法参照 http://blog.csdn.net/caoqiang2006/article/details/53038441
【实例截图】
【核心代码】
qwtplot3d
└── qwtplot3d
├── 3rdparty
│   └── gl2ps
│   ├── COPYING.GL2PS
│   ├── COPYING.LGPL
│   ├── gl2ps.c
│   └── gl2ps.h
├── COPYING
├── UpgradeLog.XML
├── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport.xslt
│   ├── UpgradeReport_Minus.gif
│   └── UpgradeReport_Plus.gif
├── bin
│   ├── autoswitch.exe
│   ├── axes.exe
│   ├── enrichments.exe
│   ├── mesh2.exe
│   ├── qwtplot3d.dll
│   ├── qwtplot3d.lib
│   ├── qwtplot3dd.dll
│   ├── qwtplot3dd.lib
│   └── simpleplot.exe
├── clear.bat
├── doc
│   ├── Doxyfile.doxygen
│   └── web
│   └── navigation
│   ├── doxygen.css
│   ├── doxygen.png
│   ├── menu.css
│   └── sflogo.png
├── dsp.bat
├── examples
│   ├── Makefile
│   ├── UpgradeLog.XML
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog3.XML
│   ├── UpgradeLog4.XML
│   ├── UpgradeLog5.XML
│   ├── UpgradeLog6.XML
│   ├── UpgradeLog7.XML
│   ├── UpgradeLog8.XML
│   ├── UpgradeLog9.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport.xslt
│   │   ├── UpgradeReport_Minus.gif
│   │   └── UpgradeReport_Plus.gif
│   ├── autoswitch
│   │   ├── autoswitch.cpp
│   │   ├── autoswitch.h
│   │   ├── autoswitch.pro
│   │   ├── autoswitch.vcproj
│   │   ├── autoswitch.vcxproj
│   │   ├── autoswitch.vcxproj.filters
│   │   ├── debug
│   │   │   └── qrc_images.cpp
│   │   └── tmp
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── autoswitch.lastbuildstate
│   │   ├── autoswitch.log
│   │   ├── autoswitch.write.1.tlog
│   │   ├── cl.command.1.tlog
│   │   ├── custombuild.command.1.tlog
│   │   ├── custombuild.read.1.tlog
│   │   ├── custombuild.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.read.2.tlog
│   │   ├── link.write.1.tlog
│   │   ├── moc_autoswitch.cpp
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   └── rc.write.1.tlog
│   ├── axes
│   │   ├── axes.pro
│   │   ├── axes.vcproj
│   │   ├── axes.vcxproj
│   │   ├── axes.vcxproj.filters
│   │   ├── debug
│   │   │   └── qrc_images.cpp
│   │   ├── src
│   │   │   ├── axes.h
│   │   │   ├── axesmainwindow.cpp
│   │   │   ├── axesmainwindow.h
│   │   │   ├── axesmainwindowbase.ui
│   │   │   ├── axesmainwindowbase4.ui
│   │   │   └── main.cpp
│   │   └── tmp
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── axes.lastbuildstate
│   │   ├── axes.log
│   │   ├── axes.write.1.tlog
│   │   ├── cl.command.1.tlog
│   │   ├── custombuild.command.1.tlog
│   │   ├── custombuild.read.1.tlog
│   │   ├── custombuild.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.read.2.tlog
│   │   ├── link.write.1.tlog
│   │   ├── moc_axesmainwindow.cpp
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   ├── rc.write.1.tlog
│   │   └── ui_axesmainwindowbase4.h
│   ├── bin
│   │   └── axes.exe
│   ├── box.png
│   ├── common.pro
│   ├── dsp.bat
│   ├── enrichments
│   │   ├── debug
│   │   │   └── qrc_images.cpp
│   │   ├── enrichments.pro
│   │   ├── enrichments.vcproj
│   │   ├── enrichments.vcxproj
│   │   ├── enrichments.vcxproj.filters
│   │   ├── src
│   │   │   ├── enrichmentmainwindow.cpp
│   │   │   ├── enrichmentmainwindow.h
│   │   │   ├── enrichmentmainwindowbase.ui
│   │   │   ├── enrichmentmainwindowbase4.ui
│   │   │   ├── enrichments.cpp
│   │   │   ├── enrichments.h
│   │   │   └── main.cpp
│   │   └── tmp
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── cl.command.1.tlog
│   │   ├── custombuild.command.1.tlog
│   │   ├── custombuild.read.1.tlog
│   │   ├── custombuild.write.1.tlog
│   │   ├── enrichments.lastbuildstate
│   │   ├── enrichments.log
│   │   ├── enrichments.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.read.2.tlog
│   │   ├── link.write.1.tlog
│   │   ├── moc_enrichmentmainwindow.cpp
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   ├── rc.write.1.tlog
│   │   └── ui_enrichmentmainwindowbase4.h
│   ├── examples.pro
│   ├── examples.sln
│   ├── examples.sln.old
│   ├── examples.suo
│   ├── examples.suo.old
│   ├── filecell.png
│   ├── fileopen.png
│   ├── filledmesh.png
│   ├── floordata.png
│   ├── floorempty.png
│   ├── flooriso.png
│   ├── floormesh.png
│   ├── frame.png
│   ├── grid.png
│   ├── gridb.png
│   ├── gridc.png
│   ├── gridf.png
│   ├── gridfr.png
│   ├── gridl.png
│   ├── gridr.png
│   ├── hiddenline.png
│   ├── icon.gif
│   ├── icon.ico
│   ├── icon.png
│   ├── icon.rc
│   ├── images.qrc
│   ├── mesh2
│   │   ├── debug
│   │   │   └── qrc_images.cpp
│   │   ├── mesh2.pro
│   │   ├── mesh2.vcproj
│   │   ├── mesh2.vcxproj
│   │   ├── mesh2.vcxproj.filters
│   │   ├── release
│   │   │   └── qrc_images.cpp
│   │   ├── src
│   │   │   ├── colormapreader.cpp
│   │   │   ├── colormapreader.h
│   │   │   ├── designerworkaround.cpp
│   │   │   ├── designerworkaround.h
│   │   │   ├── femreader.h
│   │   │   ├── functions.h
│   │   │   ├── lightingdlg.cpp
│   │   │   ├── lightingdlg.h
│   │   │   ├── lightingdlgbase.ui
│   │   │   ├── lightingdlgbase4.ui
│   │   │   ├── lightingdlgbaseimpl.cpp
│   │   │   ├── lightingdlgbaseimpl.h
│   │   │   ├── main.cpp
│   │   │   ├── mesh.cpp
│   │   │   ├── mesh2mainwindow.cpp
│   │   │   ├── mesh2mainwindow.h
│   │   │   ├── mesh2mainwindowbase.ui
│   │   │   ├── mesh2mainwindowbase4.ui
│   │   │   └── thesis.tex
│   │   └── tmp
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── cl.command.1.tlog
│   │   ├── custombuild.command.1.tlog
│   │   ├── custombuild.read.1.tlog
│   │   ├── custombuild.write.1.tlog
│   │   ├── link.9064.read.1.tlog
│   │   ├── link.9064.read.2.tlog
│   │   ├── link.9064.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.read.2.tlog
│   │   ├── link.write.1.tlog
│   │   ├── mesh2.Build.CppClean.log
│   │   ├── mesh2.lastbuildstate
│   │   ├── mesh2.log
│   │   ├── mesh2.unsuccessfulbuild
│   │   ├── mesh2.vcxprojResolveAssemblyReference.cache
│   │   ├── mesh2.write.1.tlog
│   │   ├── moc_lightingdlg.cpp
│   │   ├── moc_mesh2mainwindow.cpp
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── ui_lightingdlgbase4.h
│   │   └── ui_mesh2mainwindowbase4.h
│   ├── movie.png
│   ├── nodata.png
│   ├── none.png
│   ├── normals.png
│   ├── polygon.png
│   ├── qwtplot.png
│   ├── resource.h
│   ├── savecontent.png
│   ├── scattered.png
│   ├── simpleplot
│   │   ├── GeneratedFiles
│   │   │   ├── Debug
│   │   │   │   └── moc_simpleplotgui.cpp
│   │   │   └── ui_simpleplotgui.h
│   │   ├── Makefile
│   │   ├── debug
│   │   │   └── qrc_images.cpp
│   │   ├── release
│   │   │   └── qrc_images.cpp
│   │   ├── simpleplot.cpp
│   │   ├── simpleplot.pro
│   │   ├── simpleplot.vcproj
│   │   ├── simpleplot.vcxproj
│   │   ├── simpleplot.vcxproj.filters
│   │   ├── simpleplotgui.cpp
│   │   ├── simpleplotgui.h
│   │   ├── simpleplotgui.ui
│   │   └── tmp
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── cl.command.1.tlog
│   │   ├── custombuild.command.1.tlog
│   │   ├── custombuild.read.1.tlog
│   │   ├── custombuild.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.read.2.tlog
│   │   ├── link.write.1.tlog
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── simpleplot.Build.CppClean.log
│   │   ├── simpleplot.lastbuildstate
│   │   ├── simpleplot.log
│   │   └── simpleplot.write.1.tlog
│   └── wireframe.png
├── include
│   ├── mylineplot3d.h
│   ├── qwt3d_autoptr.h
│   ├── qwt3d_autoscaler.h
│   ├── qwt3d_axis.h
│   ├── qwt3d_color.h
│   ├── qwt3d_colorlegend.h
│   ├── qwt3d_coordsys.h
│   ├── qwt3d_drawable.h
│   ├── qwt3d_enrichment.h
│   ├── qwt3d_enrichment_std.h
│   ├── qwt3d_function.h
│   ├── qwt3d_global.h
│   ├── qwt3d_graphplot.h
│   ├── qwt3d_gridmapping.h
│   ├── qwt3d_helper.h
│   ├── qwt3d_io.h
│   ├── qwt3d_io_gl2ps.h
│   ├── qwt3d_io_reader.h
│   ├── qwt3d_label.h
│   ├── qwt3d_mapping.h
│   ├── qwt3d_multiplot.h
│   ├── qwt3d_openglhelper.h
│   ├── qwt3d_parametricsurface.h
│   ├── qwt3d_plot.h
│   ├── qwt3d_portability.h
│   ├── qwt3d_scale.h
│   ├── qwt3d_surfaceplot.h
│   ├── qwt3d_types.h
│   └── qwt3d_volumeplot.h
├── lingua_de.ts
├── mylineplot3d.cpp
├── mylineplot3d.h
├── qwtplot3d.pro
├── qwtplot3d.sln
├── qwtplot3d.suo
├── qwtplot3d.vcproj
├── qwtplot3d.vcxproj
├── qwtplot3d.vcxproj.filters
├── scripts
│   ├── fixvc7.py
│   ├── makedistro.py
│   ├── makedocu.py
│   ├── qwtplot3d.supp
│   └── valgr.sh
├── src
│   ├── qwt3d_autoscaler.cpp
│   ├── qwt3d_axis.cpp
│   ├── qwt3d_color.cpp
│   ├── qwt3d_colorlegend.cpp
│   ├── qwt3d_coordsys.cpp
│   ├── qwt3d_dataviews.cpp
│   ├── qwt3d_drawable.cpp
│   ├── qwt3d_enrichment_std.cpp
│   ├── qwt3d_function.cpp
│   ├── qwt3d_gridmapping.cpp
│   ├── qwt3d_gridplot.cpp
│   ├── qwt3d_io.cpp
│   ├── qwt3d_io_gl2ps.cpp
│   ├── qwt3d_io_reader.cpp
│   ├── qwt3d_label.cpp
│   ├── qwt3d_lighting.cpp
│   ├── qwt3d_meshplot.cpp
│   ├── qwt3d_mousekeyboard.cpp
│   ├── qwt3d_movements.cpp
│   ├── qwt3d_parametricsurface.cpp
│   ├── qwt3d_plot.cpp
│   ├── qwt3d_scale.cpp
│   ├── qwt3d_surfaceplot.cpp
│   └── qwt3d_types.cpp
├── tmp
│   ├── CL.read.1.tlog
│   ├── CL.write.1.tlog
│   ├── cl.command.1.tlog
│   ├── custombuild.command.1.tlog
│   ├── custombuild.read.1.tlog
│   ├── custombuild.write.1.tlog
│   ├── link.command.1.tlog
│   ├── link.read.1.tlog
│   ├── link.write.1.tlog
│   ├── moc_mylineplot3d.cpp
│   ├── moc_qwt3d_plot.cpp
│   ├── moc_qwt3d_surfaceplot.cpp
│   ├── mt.command.1.tlog
│   ├── mt.read.1.tlog
│   ├── mt.write.1.tlog
│   ├── qwtplot3d.Build.CppClean.log
│   ├── qwtplot3d.lastbuildstate
│   ├── qwtplot3d.log
│   └── qwtplot3d.write.1.tlog
└── tmpr
├── CL.read.1.tlog
├── CL.write.1.tlog
├── cl.command.1.tlog
├── custombuild.command.1.tlog
├── custombuild.read.1.tlog
├── custombuild.write.1.tlog
├── link.command.1.tlog
├── link.read.1.tlog
├── link.write.1.tlog
├── mt.command.1.tlog
├── mt.read.1.tlog
├── mt.write.1.tlog
├── qwtplot3d.Build.CppClean.log
├── qwtplot3d.lastbuildstate
├── qwtplot3d.log
├── qwtplot3d.unsuccessfulbuild
└── qwtplot3d.write.1.tlog

38 directories, 356 files

标签:

实例下载地址

基于qwtplot3d实现的三维曲线

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警