上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 127 下一页
摘要: 错误 CS0246 未能找到类型或命名空间名“ICallAgvInfoService2”(是否缺少 using 指令或程序集引用?) TTxxxLxxSA.Moxxxlding.AgxvxxOperation 项目右键,属性 修改dll库的名字 项目右键,生成 重新引用,右键添加dll 阅读全文
posted @ 2025-01-14 09:16 txwtech 阅读(107) 评论(3) 推荐(0)
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 C2872 “ACCESS_MASK”: 不明确的符号 CdtxwVisionLib C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ktmw32.h 125 Open 阅读全文
posted @ 2025-01-13 10:18 txwtech 阅读(278) 评论(0) 推荐(0)
摘要: SolidWorks使用OpenGL来实现其图形渲染,而AutoCAD则使用DirectX来实现图形渲染 阅读全文
posted @ 2025-01-12 10:28 txwtech 阅读(47) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/gitblog_06655/article/details/142570986 https://gitcode.com/Open-source-documentation-tutorial/6f714 百度网盘SolidWorks快速入门教程(2016版) 阅读全文
posted @ 2025-01-11 18:51 txwtech 阅读(35) 评论(0) 推荐(0)
摘要: Qt设置全局背景 #include <QApplication> #include <QPalette> int main(int argc, char *argv[]) { QApplication app(argc, argv); // 创建一个QPalette对象 QPalette globa 阅读全文
posted @ 2025-01-10 17:03 txwtech 阅读(144) 评论(0) 推荐(0)
摘要: c++ std::string contains实现 #include <iostream> #include <string> bool contains(const std::string& str, const std::string& substr) { return str.find(su 阅读全文
posted @ 2025-01-10 08:05 txwtech 阅读(289) 评论(0) 推荐(0)
摘要: matchTemplate执行后是否需要归一化处理取决于所使用的匹配方法。‌ OpenCV的matchTemplate函数提供了多种匹配方法,每种方法对结果的处理方式不同: ‌平方差匹配(cv2.TM_SQDIFF)‌:此方法通过计算模板与图像区域之间的平方差来进行匹配。平方差越小,匹配程度越高。最 阅读全文
posted @ 2025-01-09 08:18 txwtech 阅读(102) 评论(0) 推荐(0)
摘要: Recent College Graduates (RCG) RCG表示最近毕业 阅读全文
posted @ 2025-01-09 08:04 txwtech 阅读(24) 评论(0) 推荐(0)
摘要: c++ string转int #include <string>#include <iostream> int main() { std::string str = "123"; int num = std::stoi(str); std::cout << num << std::endl; // 阅读全文
posted @ 2025-01-09 07:56 txwtech 阅读(22) 评论(0) 推荐(0)
摘要: dataGridView的属性 隐藏单元格的值 CellPainting private void dataGridView_front_section_storage_09_CellPainting(object sender, DataGridViewCellPaintingEventArgs 阅读全文
posted @ 2025-01-08 16:56 txwtech 阅读(32) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 127 下一页