
c++基础
c++踩坑技巧,实战经验,最新技术
AI算法网奇
本人是一名资深算法工程师,优快云博客专家。多年一线算法研发经验 主要研究方向为三维重建、多模态模型。希望把我的经验和知识带给每一个喜欢钻研朋友,为中国人工智能行业添砖加瓦!
展开
-
There are no g++ version bounds defined for CUDA version 12.1
There are no g++ version bounds defined for CUDA version 12.1原创 2025-03-25 13:06:03 · 102 阅读 · 0 评论 -
cgal安装实例
cgal安装实例原创 2024-12-29 11:01:58 · 238 阅读 · 0 评论 -
bindings.cc:1:10: fatal error: pybind11/pybind11.h: No such file or directory
解决方法:原创 2024-12-23 16:26:37 · 230 阅读 · 0 评论 -
Imported target “metis“ includes non-existent path
Imported target "metis" includes non-existent path原创 2024-10-10 01:49:38 · 350 阅读 · 0 评论 -
COLMAP安装踩坑 数据处理
COLMAP安装踩坑记录原创 2024-10-10 01:44:55 · 623 阅读 · 0 评论 -
Qt C++ 屏幕录制 保存mp4
Qt C++ 屏幕录制 保存mp4原创 2024-08-22 07:51:37 · 794 阅读 · 0 评论 -
Some NCCL operations have failed or timed out. Due to the asynchronous natur
Some NCCL operations have failed or timed out. Due to the asynchronous natur原创 2024-07-19 23:51:16 · 1182 阅读 · 0 评论 -
qt c++ 所有按钮ui调整
qt c++ 所有按钮ui调整原创 2024-06-23 22:00:40 · 279 阅读 · 0 评论 -
qt 播放音频 c++
qt 播放音频 c++原创 2024-06-22 16:15:01 · 394 阅读 · 0 评论 -
qt c++ 子界面调用主窗口函数
qt c++ 子界面调用主窗口函数原创 2024-06-16 21:30:25 · 762 阅读 · 0 评论 -
qt c++ 计时器 踩坑实录
qt c++ 计时器 踩坑实录原创 2024-06-16 10:24:40 · 413 阅读 · 0 评论 -
stdlib.h: No such file or directory
stdlib.h: No such file or directory原创 2024-06-07 21:57:55 · 744 阅读 · 0 评论 -
qt c++ 随机数 获取mac地址
qt c++ 随机数 获取mac地址原创 2024-06-02 21:36:02 · 348 阅读 · 0 评论 -
qt QGroupBox radiobutton
qt QGroupBox radiobutton原创 2024-06-01 23:32:19 · 462 阅读 · 0 评论 -
C++ 循环引用和解决办法
在C++中,类的循环引用问题通常出现在两个或多个类互相包含对方的指针或引用,从而导致编译错误或内存管理问题。解决循环引用的常见方法包括使用前向声明(forward declaration)和智能指针(如。用指针替代变量声明的方法虽然能够编译通过,但是存在一个问题,就是无法进行单元测试。测A需要B是完整的,B又依赖A,那A到底要怎么测试。为了能够进行单元测试,可以考虑将方法和数据抽出作为父类。原创 2024-06-01 01:20:08 · 1470 阅读 · 0 评论 -
c++ 多态整理笔记
c++ 多态整理笔记原创 2024-05-29 09:53:18 · 531 阅读 · 0 评论 -
Unknown module(s) in QT: texttospeech
Unknown module(s) in QT: texttospeech原创 2024-05-29 01:16:23 · 1081 阅读 · 0 评论 -
c++参数 使用笔记
c++参数 使用笔记原创 2024-05-28 16:33:48 · 1215 阅读 · 0 评论 -
qt 麒麟系统 connot find /usr/local/lib
qt 麒麟系统 connot find /usr/local/lib原创 2024-05-15 11:02:09 · 380 阅读 · 0 评论 -
编译错误:stray ‘\357’ in program的解决方法
编译错误:stray ‘\357’ in program的解决方法原创 2024-05-15 10:30:35 · 2028 阅读 · 0 评论 -
c++ 点到多边形的距离
c++ 点到多边形的距离原创 2024-05-08 23:36:13 · 574 阅读 · 0 评论 -
error: Execution was interrupted, reason: signal SIGABRT
error: Execution was interrupted, reason: signal SIGABRT原创 2024-05-04 12:53:45 · 532 阅读 · 0 评论 -
c++ memset 指针示例
c++ memset 指针示例原创 2024-05-03 23:22:24 · 258 阅读 · 0 评论 -
cmakelist bytetrack
cmakelist bytetrack原创 2024-05-02 09:39:20 · 211 阅读 · 2 评论 -
c++ 判断人脚位置是否合理
c++ 判断人脚位置是否合理原创 2024-05-01 18:36:34 · 271 阅读 · 1 评论 -
c++ 判断点和折线 距离
c++ 判断点和折线 距离原创 2024-05-01 18:35:39 · 291 阅读 · 0 评论 -
在VS2015中使用Boost库
在VS2015中使用Boost库ZaiqingYang关注2016.12.10 15:14*字数 400阅读 2421评论 0喜欢 2先来几句废话缓缓气氛~因为学习需要使用boost库,也是第一次使用它。随便去搜了一下,的确有前人分享了许多经验。有些比较复杂繁琐,有些不太到位,不过还是感谢他们,最后我配置好了。所以发这篇文记录下自己的步骤,本文针对首次使用boost并希望快速配置boost...原创 2018-06-16 05:48:23 · 5689 阅读 · 0 评论 -
boost 编译 win11
boost 编译 win11原创 2018-05-11 11:00:43 · 2698 阅读 · 0 评论 -
vc++ windows显示图片
vc++ windows显示图片原创 2024-01-30 19:37:36 · 907 阅读 · 0 评论 -
“glutDropFileFunc”: 找不到标识符
“glutDropFileFunc”: 找不到标识符原创 2024-01-24 02:08:18 · 487 阅读 · 0 评论 -
pthread 找不到头文件
pthread 找不到头文件原创 2024-01-03 00:38:25 · 913 阅读 · 0 评论 -
c++ map unordered_map 区别
c++ map unordered_map 区别原创 2023-12-25 16:36:35 · 659 阅读 · 0 评论 -
Android jni硬编码保存视频
Android jni硬编码保存视频原创 2023-11-25 01:29:51 · 545 阅读 · 0 评论 -
ndk 编译报错 find_library called with incorrect number of arguments
ndk 编译报错 find_library called with incorrect number of arguments原创 2023-10-18 20:41:44 · 903 阅读 · 0 评论 -
c++ fstream 文件追加模式
c++ fstream 文件追加模式原创 2023-10-17 17:14:16 · 2899 阅读 · 1 评论 -
Android 安装app 目录操作
jni 判断目录是否存在,不存在就创建原创 2023-10-17 03:24:47 · 164 阅读 · 0 评论 -
c++ wati for用法
c++ wati for用法。原创 2023-09-21 23:40:02 · 416 阅读 · 0 评论 -
noreturn c++ 引起报错
noreturn c++ 引起报错原创 2023-09-16 21:24:56 · 651 阅读 · 0 评论 -
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.Please
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.Please原创 2023-09-02 02:08:28 · 653 阅读 · 0 评论 -
“libc++_shared.so“ not found 解决
"libc++_shared.so" not found如果是运行时,可以搜索,然后拷贝到可执行程序所在目录,就ok了。Android studio如果编译出问题,参考下面:原文链接:https://blog.youkuaiyun.com/qq_35953420/article/details/102629070今天换了台新电脑,安装完环境顺手运行了以前写的项目,结果一脸懵逼,直接崩了。。。(瞬间强迫症就犯了,受不了自己电脑里有错误代码)看了下日志【java.lang.UnsatisfiedL原创 2022-03-01 14:22:29 · 7869 阅读 · 0 评论