摘要: Qt版本:5.12.4 VS版本:2017 操作系统:Win10 事先安装好Qt5.12.4和VS2017 1.安装CDB 安装程序地址 https://developer.microsoft.com/zh-cn/windows/downloads/windows-sdk/ 安装程序为winsdks 阅读全文
posted @ 2025-11-28 12:03 dreamcs 阅读(1) 评论(0) 推荐(0)
摘要: 代码 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using OpenTK; using Op 阅读全文
posted @ 2022-02-12 23:57 dreamcs 阅读(130) 评论(0) 推荐(0)
摘要: 原文底子在这里,我加了写头文件,使用VS2017+PCL1.8.1编译通过了。 #include <iostream> //标准输入输出流 #include <pcl/io/pcd_io.h> //PCL的PCD格式文件的输入输出头文件 #include <pcl/io/ply_io.h> #inc 阅读全文
posted @ 2022-02-03 00:51 dreamcs 阅读(86) 评论(0) 推荐(0)