摘要: int count = 0; char** materialLibrefs; char** materialNames; char** materialTypes; UF_SF_ask_library_materials("*", "*", "*", &count, &materialLibrefs 阅读全文
posted @ 2021-12-30 16:21 YellowBoss 阅读(15) 评论(0) 推荐(0) 编辑
摘要: void CreateFixedConstraint(tag_t component) { if (NULL_TAG == component) { return; } NXOpen::Session *theSession = NXOpen::Session::GetSession(); NXOp 阅读全文
posted @ 2021-09-23 16:21 YellowBoss 阅读(268) 评论(0) 推荐(0) 编辑
摘要: UF UF_ABORT UF_ASSEM UF_ATTR UF_BOUND UF_BREP UF_CAM UF_CFI UF_CGM UF_CLEAR UF_CLONE UF_CSYS UF_CURVE UF_DBC_MLD UF_DEFS UF_DIEENG UF_DIRPATH UF_DISP 阅读全文
posted @ 2021-09-23 10:47 YellowBoss 阅读(682) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-05 11:21 YellowBoss 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-05 11:04 YellowBoss 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-05 11:02 YellowBoss 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-05 10:58 YellowBoss 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 注:本文仅供个人参考使用,方便查找,详情请参考原文。 原文作者:CSDN博主「沧海飞帆」 原文链接:https://blog.csdn.net/ktigerhero3/article/details/78273497 本文介绍set的增删查遍历实现,使用例子如下 下面程序统计出现的数字有哪些 #in 阅读全文
posted @ 2021-08-05 10:47 YellowBoss 阅读(681) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-05 10:38 YellowBoss 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://www.cnblogs.com/xiaobaizzz/p/12394951.html 重写仿函数(函数指针法) #include<iostream> #include<algorithm> using namespace std; struct stu { int num; 阅读全文
posted @ 2021-08-04 14:58 YellowBoss 阅读(120) 评论(0) 推荐(0) 编辑