上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 94 下一页
摘要: QWidget显示图片 void paintEvent(QPaintEvent *event) { QPainter p;//创建画家对象 p.begin(this); QPixmap tempPixmap = QPixmap::fromImage(img1,Qt::AutoColor); int 阅读全文
posted @ 2022-03-22 21:14 西北逍遥 阅读(877) 评论(0) 推荐(0) 编辑
摘要: 绘制关节点 def draw_bodypose3(canvas, candidate, subset): stickwidth = 2 limbSeq = [[2, 3], [2, 6], [3, 4], [4, 5], [6, 7], [7, 8], [2, 9], [9, 10], \ [10, 阅读全文
posted @ 2022-03-21 17:33 西北逍遥 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Pset_CurtainWallCommon 定义所有引用的IfCCuitificateWall的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammen 阅读全文
posted @ 2022-03-20 22:20 西北逍遥 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 8.3.1.2. final Fields A field can be declared final (§4.12.4). Both class and instance variables (static and non-static fields) may be declared final. 阅读全文
posted @ 2022-03-19 19:13 西北逍遥 阅读(31) 评论(0) 推荐(0) 编辑
摘要: Pset_DoorCommon IfcDoor的所有引用的定义的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichart 阅读全文
posted @ 2022-03-18 19:33 西北逍遥 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 8.3.1.1. static Fields If a field is declared static, there exists exactly one incarnation of the field, no matter how many instances (possibly zero) 阅读全文
posted @ 2022-03-17 17:19 西北逍遥 阅读(89) 评论(0) 推荐(0) 编辑
摘要: String Literals package testPackage; class Test { public static void main(String[] args) { String hello = "Hello", lo = "lo"; System.out.println(hello 阅读全文
posted @ 2022-03-16 20:34 西北逍遥 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 深度学习之数据处理方法综述 一、数据对人工智能的重要性 在实现以深度学习为主的人工智能任务的过程中,有三大基本要素是缺一不可的,那就是算力、算法、数据(点击查看:实现人工智能的三要素)。 其中算力的大小和硬件直接相关,比如GPU、DPU、NPU、TPU等等(点击查看:CPU、GPU、DPU、TPU、 阅读全文
posted @ 2022-03-16 16:45 西北逍遥 阅读(744) 评论(0) 推荐(0) 编辑
摘要: Pset_DoorWindowGlazingType 用于热计算和照明计算的IfcDoor和IfcWindow引用的玻璃构件定义的通用特性 NameTypeDescription GlassLayers P_SINGLEVALUE / IfcCountMeasure German-name-1 Ge 阅读全文
posted @ 2022-03-16 15:19 西北逍遥 阅读(51) 评论(0) 推荐(0) 编辑
摘要: IfcComplexPropertyTemplateTypeEnum 类型定义 此枚举定义可由IfcComplexProperty模板创建和定义的IfcComplexProperty或IFCPysicalComplexQuantity实例的适用子类型。 IFC4中的 新枚举。 Enumeration 阅读全文
posted @ 2022-03-15 07:28 西北逍遥 阅读(31) 评论(0) 推荐(0) 编辑
摘要: Pset_MemberCommon IfcMember的所有引用的定义的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleic 阅读全文
posted @ 2022-03-14 20:32 西北逍遥 阅读(20) 评论(0) 推荐(0) 编辑
摘要: uwb实验数据记录 list_dis = [] list_t = [] for p in range(146): index_dis = sqrt((x[0][p]-list_new_data[0][p])*(x[0][p]-list_new_data[0][p]) + (x[1][p]-list_ 阅读全文
posted @ 2022-03-13 21:20 西北逍遥 阅读(41) 评论(0) 推荐(0) 编辑
摘要: CKF计算流程梳理 # 3:t-1时刻容积点计算 #分解成AT*A(下三角*上三角)取下三角 S1 = np.linalg.cholesky(Pk) #计算容积点,repmat()把元素复制m行n列 # t-1时刻的2n个容积点 # 4:传播容积点,把每一个容积点带入非线性运动状态转移方程,计算出状 阅读全文
posted @ 2022-03-12 18:46 西北逍遥 阅读(447) 评论(0) 推荐(0) 编辑
摘要: plot_pr_curve2 def plot_pr_curve2(px, py, conf_p,conf_r,ap, save_dir='.', names=()): fig, ax = plt.subplots(1, 1, figsize=(9, 6), tight_layout=True) p 阅读全文
posted @ 2022-03-11 21:21 西北逍遥 阅读(117) 评论(0) 推荐(0) 编辑
摘要: IfcObjectTypeEnum 类型定义 此枚举定义了适用的对象类别。附加到一个对象上,它指示引用它的实体将遵循IfcObject的哪个子类型。 IFC1中的 新实体。 弃用自IFC2x3以来,此枚举的使用已弃用。 TYPE IfcObjectTypeEnum = ENUMERATION OF 阅读全文
posted @ 2022-03-10 17:40 西北逍遥 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Pset_BuildingElementProxyProvisionForVoid 作为IfcBuildingElementProxy实例的特殊类型的void规定定义的公共属性。空区预留是一种空间预留,可以解析为建筑图元中的空区。属性携带请求的值 NameTypeDescription Shape 阅读全文
posted @ 2022-03-09 07:28 西北逍遥 阅读(38) 评论(0) 推荐(0) 编辑
摘要: IfcPropertySetTemplateTypeEnum 类型定义 此枚举定义了此IfcPropertySetTemplate定义的IfcPropertySetTemplate或IfcElementQuantity实例对IfcObjectDefinition子类型的一般适用性。 IFC4中的 新 阅读全文
posted @ 2022-03-08 17:38 西北逍遥 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Pset_BeamCommon 梁的所有引用和类型对象的定义的公共特性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp 将类似组件聚合为组件类型(也称为设计类型)的名称。替代“类型对象”的名称,尤其是当软 阅读全文
posted @ 2022-03-07 14:40 西北逍遥 阅读(48) 评论(0) 推荐(0) 编辑
摘要: IfcSimplePropertyTemplateTypeEnum 类型定义 此枚举定义创建并分配给此IfcSimplePropertyTemplate的IfcSimpleProperty或IFCPPhysical ImpleQuantity实例的正确子类型。它还确定应如何使用IfcProperty 阅读全文
posted @ 2022-03-06 09:29 西北逍遥 阅读(38) 评论(0) 推荐(0) 编辑
摘要: python排列组合 import itertools for i in itertools.combinations('12345', 4): print(i," ") print(i[0]) print('\n') (wind_2021) F:\PytorchProject\yolov5-mas 阅读全文
posted @ 2022-03-05 19:53 西北逍遥 阅读(55) 评论(0) 推荐(0) 编辑
摘要: Pset_RailingCommon 定义所有引用的IfcRailing的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung glei 阅读全文
posted @ 2022-03-05 17:52 西北逍遥 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 读取pcd文件数据 QStringList lineStrs = lineStr.split(" "); float x_value = lineStrs[0].toFloat(); float y_value = lineStrs[1].toFloat(); float z_value = lin 阅读全文
posted @ 2022-03-04 10:01 西北逍遥 阅读(212) 评论(0) 推荐(0) 编辑
摘要: (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ sudo -s [sudo] password for bim: root@bim-PowerEdge-R730:/home/bim# root@bim-PowerEd 阅读全文
posted @ 2022-03-03 16:46 西北逍遥 阅读(30) 评论(0) 推荐(0) 编辑
摘要: NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auc 阅读全文
posted @ 2022-03-02 16:32 西北逍遥 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Pset_RampFlightCommon NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu 阅读全文
posted @ 2022-03-01 06:24 西北逍遥 阅读(20) 评论(0) 推荐(0) 编辑
摘要: Pset_RoofCommon NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem 阅读全文
posted @ 2022-02-28 08:15 西北逍遥 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Pset_ShadingDeviceCommon NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bemusterungstyp Bemusterungstyp, wird als Attribute angegeben, we 阅读全文
posted @ 2022-02-27 19:17 西北逍遥 阅读(25) 评论(0) 推荐(0) 编辑
摘要: QNetworkAccessManager networkManagerObj = new QNetworkAccessManager(this); connect(networkManagerObj, SIGNAL(finished(QNetworkReply*)), this, SLOT(rep 阅读全文
posted @ 2022-02-26 18:55 西北逍遥 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 引入头文件 #include <QJsonDocument> #include <QJsonArray> #include <QJsonObject> 使用 QJsonDocument qJsonDocumentObj = QJsonDocument::fromJson(baRevDataParam 阅读全文
posted @ 2022-02-25 08:36 西北逍遥 阅读(964) 评论(0) 推荐(0) 编辑
摘要: Pset_SlabCommon NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem 阅读全文
posted @ 2022-02-24 08:27 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 94 下一页