上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 75 下一页

2021年12月1日

Qt-关闭进程4种方法

摘要: 相关资料: https://download.csdn.net/download/zhujianqiangqq/53195067 代码包下载 mainwindow.h 1 #ifndef MAINWINDOW_H 2 #define MAINWINDOW_H 3 4 #include <QMainW 阅读全文

posted @ 2021-12-01 09:54 疯狂delphi 阅读(1320) 评论(0) 推荐(0) 编辑

2021年11月23日

Qt-利用QUdpSocket实现UDP点对点发送char*(QtToQt)

摘要: 相关资料: https://download.csdn.net/download/zhujianqiangqq/47534759 代码包下载 udpsend.h 1 #ifndef MAINWINDOW_H 2 #define MAINWINDOW_H 3 4 #include <QMainWind 阅读全文

posted @ 2021-11-23 18:12 疯狂delphi 阅读(188) 评论(0) 推荐(0) 编辑

Qt-利用QUdpSocket实现UDP点对点通信处理

摘要: 相关资料: https://download.csdn.net/download/zhujianqiangqq/47467208 代码包下载 udpsend.cpp主函数 1 #include "mainwindow.h" 2 #include "ui_mainwindow.h" 3 #includ 阅读全文

posted @ 2021-11-23 14:33 疯狂delphi 阅读(228) 评论(0) 推荐(0) 编辑

2021年11月15日

Qt-在Qt中std::vector使用简介

摘要: 相关资料: https://blog.csdn.net/tpriwwq/article/details/80609371 实例: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QDebug> #i 阅读全文

posted @ 2021-11-15 14:58 疯狂delphi 阅读(1408) 评论(0) 推荐(0) 编辑

Qt-error C3872: “0x3000”: 此字符不允许在标识符中使用

摘要: 相关资料: https://blog.csdn.net/u014411348/article/details/104060021 问题现象: 在做一个输出测试时,新建了一个QT工程,但是从网页上复制的代码在QT的工程中提示“error C3872: “0x3000”: 此字符不允许在标识符中使用”。 阅读全文

posted @ 2021-11-15 14:06 疯狂delphi 阅读(416) 评论(0) 推荐(0) 编辑

2021年11月3日

Osg-Osg海军教程源代码之金子塔的绘制(Qt5.14.2+osgEarht3.6.5+win10)-No1-DrawGoldTower

摘要: 相关资料: https://blog.csdn.net/u012130706/article/details/76044498 【OSG】将显示的图形窗口化 实例代码: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = a 阅读全文

posted @ 2021-11-03 16:26 疯狂delphi 阅读(124) 评论(0) 推荐(0) 编辑

2021年10月21日

Git、Github、Gitlab与Gitee之间的关系

摘要: 相关资料: https://www.jianshu.com/p/bca32e8dd020 Git 是一种版本控制系统,是一个命令,是一种工具,有点像cmd(命令行工具)。Github 是一个基于git实现在线代码托管的仓库,向互联网开放,企业版要收钱。Gitlab 类似 github,一般用于在企业 阅读全文

posted @ 2021-10-21 10:11 疯狂delphi 阅读(392) 评论(0) 推荐(0) 编辑

2021年10月14日

Osg-OsgEarth设置视点(水平方位角、垂直俯仰角、焦距)(Qt5.14.2+osgEarht3.6.5+win10)

摘要: 垂直俯仰角 Osg焦距 Osg水平方位角 相关资料: https://blog.csdn.net/weixin_30604651/article/details/97294201 实例: .h osg::ref_ptr<osgEarth::Util::EarthManipulator> m_pEar 阅读全文

posted @ 2021-10-14 18:09 疯狂delphi 阅读(1806) 评论(0) 推荐(1) 编辑

Osg-OsgEarth地图界面显示指北针(指南针)(Qt5.14.2+osgEarht3.6.5+win10)

摘要: 相关资料: https://blog.csdn.net/zbf00138/article/details/52288598 实例: Compass.h 1 #ifndef COMPASS_H 2 #define COMPASS_H 3 4 #include <osgEarth/MapNode> 5 阅读全文

posted @ 2021-10-14 14:38 疯狂delphi 阅读(938) 评论(0) 推荐(0) 编辑

2021年9月24日

C++之日期时间使用

摘要: 相关资料: https://www.runoob.com/cplusplus/cpp-date-time.html 实例: 1 #include "mainwindow.h" 2 #include "ui_mainwindow.h" 3 4 #include <iostream> 5 #includ 阅读全文

posted @ 2021-09-24 10:29 疯狂delphi 阅读(51) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 75 下一页

导航