上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页
摘要: error C1007:无法识别的标志“-scalableinclude-”(在“c1xx”中) 问题:添加项目的NX版本与附加包含目录、附加库目录不一致造成编译报错。 解决方案: 阅读全文
posted @ 2022-06-22 22:38 王牌飞行员_里海 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 转至: https://www.cnblogs.com/KMould/p/16400832.html 阅读全文
posted @ 2022-06-22 15:27 王牌飞行员_里海 阅读(39) 评论(0) 推荐(0) 编辑
摘要: test.h #pragma once #include <winsock2.h> #include <ws2tcpip.h> #include<ctime> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <st 阅读全文
posted @ 2022-06-22 13:54 王牌飞行员_里海 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 咋搞? 阅读全文
posted @ 2022-06-21 20:16 王牌飞行员_里海 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Returns the mass properties of the specified collection of solid or sheet bodies.返回指定的实体或片体集合的质量属性。Specify units and a density value, and either an ac 阅读全文
posted @ 2022-06-21 14:59 王牌飞行员_里海 阅读(258) 评论(1) 推荐(0) 编辑
摘要: 注意,需要先从首选项中设置背景为“纯色” 代码 int setBackgroundColor(int iR, int iG, int iB) { double clr_values[3]; clr_values[0] = iR / 255.0; clr_values[1] = iG / 255.0; 阅读全文
posted @ 2022-06-19 18:01 王牌飞行员_里海 阅读(175) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-06-18 16:30 王牌飞行员_里海 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 单位化向量 #include "me.hpp" extern DllExport void ufusr(char *param, int *returnCode, int rlen) { UF_initialize(); double douV[3] = { 0,2,2 }; double douU 阅读全文
posted @ 2022-06-18 16:03 王牌飞行员_里海 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 错误C1010 在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "StdAfx.h"”? C/C++ -> 预编译头 -> 不使用预编译头 阅读全文
posted @ 2022-06-17 20:39 王牌飞行员_里海 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 获取体的面 int getBodyFaces(tag_t tagBody, int iType, vector<tag_t> *vecFaces) { uf_list_p_t list1 = NULL; UF_MODL_create_list(&list1); double douFaceBox[6 阅读全文
posted @ 2022-06-17 14:19 王牌飞行员_里海 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页