会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dreamcs
博客园
首页
新随笔
联系
订阅
管理
2025年11月28日
使用CDB在QtCreator中调试程序
摘要: 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)
2022年2月12日
OpenTK3完整例子1_显示绿色背景
摘要: 代码 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)
2022年2月3日
PCL显示点集
摘要: 原文底子在这里,我加了写头文件,使用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)
公告