随笔分类 -  C#转QT开发笔记

摘要:C++常用计算几何算法 - 小四的海市蜃楼 - C++博客 (cppblog.com) (59条消息) C++常用计算几何算法_计算几何常用算法 c++_Belial_2010的博客-CSDN博客 阅读全文
posted @ 2023-04-21 10:26 驼七 阅读(19) 评论(0) 推荐(0)
摘要:QList<int> GcodePreprocessorUtils::parseGCodes(QString command) { static QRegExp re("[Gg]0*(\\d+)"); QList<int> codes; int pos = 0; while ((pos = re.i 阅读全文
posted @ 2023-04-20 11:20 驼七 阅读(50) 评论(0) 推荐(0)
摘要:QtCreator像C# region一样折叠代码 - mkmkbj - 博客园 (cnblogs.com) c# #region "comment" [code] #endregion QT #pragma region "comment" { [code] #pragma endregion } 阅读全文
posted @ 2023-04-12 09:46 驼七 阅读(331) 评论(0) 推荐(0)