上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 94 下一页
摘要: IFC4.2 (4.2.0.0) The main purpose of IFC4.2 is to extend the IFC schema to include the description of bridge constructions. Extensions made to the IFC 阅读全文
posted @ 2020-11-05 21:03 西北逍遥 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: IfcCurveBoundedPlane是一个参数化平面曲面,曲面边界由一条或多条边界曲线定义。有界平面定义为从边界上任何点沿nxt方向的基曲面部分,其中N是曲面法线,T是该点的边界曲线切线向量。如此定义的区域应呈弧形连接。 基本面是一个自行建立位置坐标系的IfcPlane\表面。位置. 外边界和内 阅读全文
posted @ 2020-11-05 20:10 西北逍遥 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 改变的历史记录: ItemSPFXMLChangeDescription IFC2x3 to IFC4 IfcRationalBSplineSurfaceWithKnots ADDED IFC4 Addendum 1 IfcRationalBSplineSurfaceWithKnots UDegre 阅读全文
posted @ 2020-11-05 20:05 西北逍遥 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ifcbsprinesSurfaceWithKnots是有理或多项式参数曲面的一种一般形式,其中节点值是直接给定的。 注:定义根据ISO/CD 10303-42:1992 这是一个B样条曲面,其中明确给出了节点值。该子类型应用于表示非均匀B样条曲面,也可用于其他结类型。 除第一个和最后一个外,所有结 阅读全文
posted @ 2020-11-05 19:58 西北逍遥 阅读(182) 评论(0) 推荐(0) 编辑
摘要: QDateTime lastUpdateTime = QDateTime::currentDateTime(); QString dateTimeStr = lastUpdateTime.toString("yyyy-MM-dd hh:mm:ss"); //QDateTime::fromString 阅读全文
posted @ 2020-11-04 21:31 西北逍遥 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 由于在 IFC4 之前版本的 IFC 标准体系中,仅有资源层及核心层的 Kernel 模块纳入 ISO 体系,因此大部分 BIM 应用软件仅对这部分内容提供了较大支持,较少涉及到工程管理信息的标准化实现。在IFC4标准全面纳入ISO体系后,越来越多的BIM软件厂商开始研究 IFC 标准的全面实现。相 阅读全文
posted @ 2020-11-03 20:14 西北逍遥 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: IFC 标准是 IAI(International Alliance forInteroperability)针对建筑工程特性,专为 BIM 技术制定的数据交换标准,采用 EXPRESS 语言定义所有数据。EXPRESS 语言是一种面向对象的数据规范语言,由一种无歧义对象定义的语言元素和对定义对象限 阅读全文
posted @ 2020-11-03 20:08 西北逍遥 阅读(3106) 评论(0) 推荐(0) 编辑
摘要: MultipartFile package org.springframework.web.multipart; import java.io.File; import java.io.IOException; import java.io.InputStream; import org.sprin 阅读全文
posted @ 2020-11-02 15:24 西北逍遥 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 服务器tomcat错误日志 Nov 01, 2020 5:26:57 PM org.apache.coyote.http11.AbstractHttp11Processor process INFO: Error parsing HTTP request header Note: further o 阅读全文
posted @ 2020-11-01 19:57 西北逍遥 阅读(838) 评论(0) 推荐(0) 编辑
摘要: matlab求矩阵特征值和特征向量 >> A1 A1 = 1 2 2 2 1 -2 2 -2 1 >> >> >> [X,B]=eig(A1) X = 0.5774 -0.5661 0.5883 -0.5774 -0.7926 -0.1961 -0.5774 0.2265 0.7845 B = -3 阅读全文
posted @ 2020-11-01 18:16 西北逍遥 阅读(2419) 评论(0) 推荐(0) 编辑
摘要: 基于BIM IFC数据的单构件吊装模拟 构件:IfcWallStandardCase (#1884)-基本墙:常规 - 300mm:273847 [ IfcObejct:IfcWallStandardCase (#1884)-基本墙:常规 - 300mm:273847, GlobalId:3JBHq 阅读全文
posted @ 2020-10-31 16:15 西北逍遥 阅读(378) 评论(1) 推荐(0) 编辑
摘要: 错误 十月 30, 2020 3:18:01 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting 阅读全文
posted @ 2020-10-30 15:23 西北逍遥 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 错误 Error occurred during initialization of VM Unable to allocate 129920KB bitmaps for parallel garbage collection for the requested 4157440KB heap. 阅读全文
posted @ 2020-10-30 15:22 西北逍遥 阅读(1092) 评论(0) 推荐(1) 编辑
摘要: matlab矩阵化为行最简形 在matlab中没有找到化为阶梯型矩阵的函数,只有化为最简形的函数 >> G1=[1 2 3 5;2 0 1 2;4 9 2 1] G1 = 1 2 3 5 2 0 1 2 4 9 2 1 >> >> >> >> G1_1=rref(G1) G1_1 = 1.0000 阅读全文
posted @ 2020-10-29 17:29 西北逍遥 阅读(1809) 评论(0) 推荐(0) 编辑
摘要: matlab矩阵列互换 >> F1=[1 0 4 6;2 7 2 1;5 3 9 2] F1 = 1 0 4 6 2 7 2 1 5 3 9 2 >> >> >> >> >> F1(:,[1,3])=F1(:,[3,1]) F1 = 4 0 1 6 2 7 2 1 9 3 5 2 >> 阅读全文
posted @ 2020-10-28 16:12 西北逍遥 阅读(2339) 评论(0) 推荐(0) 编辑
摘要: matlab矩阵行互换 >> F1=[1 0 4 6;2 7 2 1;5 3 9 2] F1 = 1 0 4 6 2 7 2 1 5 3 9 2 >> >> >> >> >> F1([1;3],:)=F1([3;1],:) F1 = 5 3 9 2 2 7 2 1 1 0 4 6 >> 阅读全文
posted @ 2020-10-28 16:10 西北逍遥 阅读(1977) 评论(0) 推荐(0) 编辑
摘要: ifc的三种扩展方式: 1、基于IfcProxy实体的扩展。 2、基于属性集的扩展。 3、基于实体定义的扩展。 比如想拓展一种有几何属性的实体类,就按照IfcBeam的继承关系定义实体类即可。 如果想定义其他类型的实体,就按照类似的实体继承关系定义即可。 阅读全文
posted @ 2020-10-27 19:43 西北逍遥 阅读(665) 评论(2) 推荐(0) 编辑
摘要: ifc转json IfcBeam #4067:[ Name:M_混凝土-矩形梁:300 x 600mm 矩形梁:371220 GlobalId:3ORvHiEEHCWgKQMb1xN_bU OwnerHistory:#41 IfcOwnerHistory 创建的阶段:新构造 部件说明: 部件代码: 阅读全文
posted @ 2020-10-27 19:34 西北逍遥 阅读(199) 评论(0) 推荐(0) 编辑
摘要: ifc转json IfcDoor #3743:[ Name:双开万能门:M1521:370801 GlobalId:3ORvHiEEHCWgKQMb1xN_ix OwnerHistory:#41 IfcOwnerHistory 面积:7.80419999999999 体积:0.18116799999 阅读全文
posted @ 2020-10-27 19:33 西北逍遥 阅读(142) 评论(0) 推荐(0) 编辑
摘要: ifc转json IfcColumn #6007:[ Name:M_矩形-结构柱:400 x 600mm结构柱:371656 GlobalId:2pjGIuBpj3PPch3_QVbyxu OwnerHistory:#41 IfcOwnerHistory 类型:M_矩形-结构柱: 400 x 600 阅读全文
posted @ 2020-10-27 19:31 西北逍遥 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 对角矩阵的逆矩阵 对角矩阵(diagonal matrix)是一个主对角线之外的元素皆为0的矩阵,常写为diag(a1,a2,...,an) 。对角矩阵可以认为是矩阵中最简单的一种,值得一提的是:对角线上的元素可以为 0 或其他值,对角线上元素相等的对角矩阵称为数量矩阵;对角线上元素全为1的对角矩阵 阅读全文
posted @ 2020-10-27 14:39 西北逍遥 阅读(12820) 评论(1) 推荐(0) 编辑
摘要: matlab矩阵求逆矩阵 因为 所以该矩阵可逆,根据 ,其中 得到 计算矩阵A每个元素的代数余子式: 所以 可得: matlab计算如下: >> A1=[1 2 2;2 1 -2;2 -2 1] A1 = 1 2 2 2 1 -2 2 -2 1 >> >> >> A2=inv(A1) A2 = 0. 阅读全文
posted @ 2020-10-27 09:47 西北逍遥 阅读(3967) 评论(0) 推荐(0) 编辑
摘要: 当n=1时,显然成立。 假设当n=k时,结论成立,即 则当n=k+1时, = = = = matlab验证: >> D2=[cos(5),-sin(5);sin(5),cos(5)] D2 = 0.2837 0.9589 -0.9589 0.2837 >> >> >> D2*D2 ans = -0. 阅读全文
posted @ 2020-10-26 15:52 西北逍遥 阅读(133) 评论(0) 推荐(0) 编辑
摘要: matlab计算 >> D1=[1 1 0;0 1 1;0 0 1] D1 = 1 1 0 0 1 1 0 0 1 >> >> >> >> D1*D1 ans = 1 2 1 0 1 2 0 0 1 >> >> >> >> >> D1*D1*D1 ans = 1 3 3 0 1 3 0 0 1 >> 阅读全文
posted @ 2020-10-26 15:27 西北逍遥 阅读(176) 评论(0) 推荐(0) 编辑
摘要: java.net.Socket * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. package java.net; import java.io.InputStream; import ja 阅读全文
posted @ 2020-10-25 19:01 西北逍遥 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 对角矩阵(diagonal matrix)是一个主对角线之外的元素皆为0的矩阵,常写为diag(a1,a2,...,an) 。对角矩阵可以认为是矩阵中最简单的一种,值得一提的是:对角线上的元素可以为 0 或其他值,对角线上元素相等的对角矩阵称为数量矩阵;对角线上元素全为1的对角矩阵称为单位矩阵。对角 阅读全文
posted @ 2020-10-24 18:58 西北逍遥 阅读(6911) 评论(0) 推荐(0) 编辑
摘要: QList类是一个提供列表的模板类。 Header: #include <QList> qmake: QT += core Inherited By: QByteArrayList, QItemSelection, QQueue, and QStringList 函数: QList()QList(c 阅读全文
posted @ 2020-10-24 18:06 西北逍遥 阅读(429) 评论(0) 推荐(0) 编辑
摘要: matlab矩阵行最简形 >> D6=[3 2 3 4 7;2 6 4 2 2;4 1 7 3 5;9 1 1 4 8] D6 = 3 2 3 4 7 2 6 4 2 2 4 1 7 3 5 9 1 1 4 8 >> >> >> rref(D6) ans = 1.0000 0 0 0 0.0873 阅读全文
posted @ 2020-10-23 18:33 西北逍遥 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: 范德蒙德(Vandermonde)行列式 例如: matlab计算: >> D3=[1 1 1 1;1 -1 3 -2;1 1 9 4;1 -1 27 -8] D3 = 1 1 1 1 1 -1 3 -2 1 1 9 4 1 -1 27 -8 >> >> >> >> >> det(D3) ans = 阅读全文
posted @ 2020-10-22 09:12 西北逍遥 阅读(9085) 评论(0) 推荐(0) 编辑
摘要: matlab计算行列式的值与加边后的值 >> >> D1=[2 2 4;3 5 2;4 1 3] D1 = 2 2 4 3 5 2 4 1 3 >> >> >> det(D1) ans = -44 >> >> >> >> D2=[1 1 1 1;0 2 2 4;0 3 5 2;0 4 1 3] D2 阅读全文
posted @ 2020-10-22 08:08 西北逍遥 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 94 下一页