登录
首页 » QT » PaintCLIGraph-v1.7

PaintCLIGraph-v1.7

于 2021-02-26 发布 文件大小:4715KB
0 252
下载积分: 1 下载次数: 3

代码说明:

  读取cli文件,导入后,可以在界面中查看每层的图案,并添加了填充算法(After reading the CLI file, you can see the pattern of each layer in the interface and add the filling algorithm.)

文件列表:

PaintCLIGraph-v1.7\clipper.cpp, 159376 , 2018-02-02
PaintCLIGraph-v1.7\clipper.hpp, 18258 , 2018-02-02
PaintCLIGraph-v1.7\clipper备份\clipper.cpp, 142184 , 2017-02-27
PaintCLIGraph-v1.7\clipper备份\clipper.hpp, 15633 , 2018-01-11
PaintCLIGraph-v1.7\clipper备份\PrintDataManager.cpp, 40333 , 2017-11-27
PaintCLIGraph-v1.7\clipper备份\PrintDataManager.h, 7421 , 2017-11-27
PaintCLIGraph-v1.7\debug\clipper.obj, 2666305 , 2018-02-09
PaintCLIGraph-v1.7\debug\main.obj, 171608 , 2018-02-09
PaintCLIGraph-v1.7\debug\mainwindow.obj, 2581724 , 2018-02-23
PaintCLIGraph-v1.7\debug\moc_mainwindow.cpp, 6375 , 2018-02-09
PaintCLIGraph-v1.7\debug\moc_mainwindow.obj, 175860 , 2018-02-09
PaintCLIGraph-v1.7\debug\moc_myopenglwidget2d.cpp, 3712 , 2018-02-09
PaintCLIGraph-v1.7\debug\moc_myopenglwidget2d.obj, 171854 , 2018-02-09
PaintCLIGraph-v1.7\debug\myopenglwidget2d.obj, 1607765 , 2018-02-09
PaintCLIGraph-v1.7\debug\PaintCLIGraph.exe, 1048064 , 2018-02-23
PaintCLIGraph-v1.7\debug\PaintCLIGraph.ilk, 6470328 , 2018-02-23
PaintCLIGraph-v1.7\debug\PaintCLIGraph.pdb, 23547904 , 2018-02-23
PaintCLIGraph-v1.7\debug\PaintCLIGraph.vc.pdb, 3125248 , 2018-02-23
PaintCLIGraph-v1.7\debug\PrintDataManager.obj, 4894812 , 2018-02-09
PaintCLIGraph-v1.7\fillinglinesgeninterface.h, 568 , 2018-02-07
PaintCLIGraph-v1.7\main.cpp, 274 , 2017-06-08
PaintCLIGraph-v1.7\mainwindow.cpp, 17240 , 2018-02-23
PaintCLIGraph-v1.7\mainwindow.h, 1530 , 2018-01-12
PaintCLIGraph-v1.7\mainwindow.ui, 5562 , 2017-11-24
PaintCLIGraph-v1.7\Makefile, 27569 , 2018-02-09
PaintCLIGraph-v1.7\Makefile.Debug, 747797 , 2018-02-09
PaintCLIGraph-v1.7\Makefile.Release, 747784 , 2018-02-09
PaintCLIGraph-v1.7\myopenglwidget2d.cpp, 13341 , 2018-01-18
PaintCLIGraph-v1.7\myopenglwidget2d.h, 2279 , 2017-11-24
PaintCLIGraph-v1.7\PaintCLIGraph.pro, 1415 , 2018-02-09
PaintCLIGraph-v1.7\PaintCLIGraph.pro.user, 23774 , 2018-02-23
PaintCLIGraph-v1.7\PrintDataManager.cpp, 64039 , 2018-02-07
PaintCLIGraph-v1.7\PrintDataManager.h, 5808 , 2018-02-06
PaintCLIGraph-v1.7\PrintProjectDataStruct.h, 4824 , 2018-02-03
PaintCLIGraph-v1.7\qapperrorstruct.h, 237 , 2017-11-17
PaintCLIGraph-v1.7\qtprintmodellayersdatastruct.h, 3773 , 2018-02-06
PaintCLIGraph-v1.7\ui_mainwindow - 副本.h, 8443 , 2018-02-07
PaintCLIGraph-v1.7\ui_mainwindow.h, 8443 , 2018-02-07
PaintCLIGraph-v1.7\clipper备份, 0 , 2018-02-07
PaintCLIGraph-v1.7\debug, 0 , 2018-02-09
PaintCLIGraph-v1.7\release, 0 , 2017-08-23
PaintCLIGraph-v1.7, 0 , 2018-02-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 计算机网络课后习题答案. 但是不是十分完整. 希望对大家学习好网络有帮助. 谢希仁!...
    计算机网络课后习题答案. 但是不是十分完整. 希望对大家学习好网络有帮助. 谢希仁!-after-school computer network Exercises answer. But not very complete. We hope to learn a good network helped. Xie Greek Hui!
    2023-04-01 12:00:02下载
    积分:1
  • C# 使用进程名禁止程序运行多次
    C# 使用进程名禁止程序运行多次,   string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称   string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名   Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组   if (processes.Length > 1)//如果该数组长度大于1,说明多次运行   {    MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息    this.Close();//关闭当前窗体   }
    2022-02-04 01:16:54下载
    积分:1
  • VB6.0 显示当前用户的状态栏
    VB6.0 显示当前用户的状态栏,本实例 包括了一个用户登录窗口和一个主窗口,当通过登录窗口登录后,随即显示主窗口,并在主窗口的状态栏中显示用户帐户名,以便于让用户清楚当前是使用了哪个帐户登录到了系统。测试帐户:mr 密码:mrsoft。
    2023-06-12 21:25:03下载
    积分:1
  • sum
    说明:  matlab求和函数∑用什么函数如∑(n^2+7n)^3 n从1~100(What function does the matlab sum function use, such as (n^2+7n)^3 n from 1 to 100)
    2021-02-20 10:31:45下载
    积分:1
  • WritePE
    修改pe文件的c程序,用于破解C文件加密狗等等(the source c++ for pe file)
    2011-05-06 12:01:29下载
    积分:1
  • tetris3
    C++控制台俄罗斯方块带源代码,界面美观,Visual C++ 6.0编译。(Cpp Console Tetris)
    2015-07-17 19:35:44下载
    积分:1
  • 随机森林c++
    随机森林c++代码,非常好用,可用于回归和分类(random forests toolbox using c++ for regression and classification)
    2020-11-29 20:59:29下载
    积分:1
  • LINEROUGH
    说明:  应用于粗糙表面线接触弹流润滑计算,自动生成随机分布的表面粗糙度程序。(It is applied to the calculation of linear contact elastohydrodynamic lubrication on rough surface to automatically generate randomly distributed surface roughness program.)
    2020-09-08 08:48:02下载
    积分:1
  • 直插式电阻电容封装与尺寸图解(20190724083629)
    说明:  直插式电阻电容封装与尺寸图解(20190724083629)(Direct-plug Resistance Capacitance Packaging and Dimension Diagram (20190724083629))
    2020-06-16 00:00:07下载
    积分:1
  • 1 - 副本
    说明:  使用scratch进行简单的计算,(只包括四则运算)(Computing with scratch)
    2019-03-23 20:15:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载