摘要:
IfcMaterialResource包含用于定义材料(产品由其构成的物质)的类型和实体。材料是一般定义的。 Types1 IfcCardinalPointReference (基点参考)2 IfcDirectionSenseEnum (方向枚举)3 IfcLayerSetDirectionEnum
阅读全文
posted @ 2020-01-09 11:29
西北逍遥
阅读(1135)
推荐(0)
摘要:
IfcGeometryResource(几何资源) 定义用于几何表示的资源。此资源的主要应用是表示元素的形状或几何形式。这里定义的几何表示项还用于描述模式IfcGeometricModelResource中的几何模型。 以下是几何资源的范围: ①直接通过坐标值和曲线曲面上的参数值定义点 ②方向、向量
阅读全文
posted @ 2020-01-08 14:43
西北逍遥
阅读(892)
推荐(0)
摘要:
IfcGeometricConstraintResource(几何模型资源) 模式IfcGeometricModelResource定义用于几何模型表示的资源。此资源的主要应用是表示产品模型的形状或几何形式。以下是几何模型资源当前版本中几何模型表示的范围:①描述三维实体精确几何形态的数据;②构造性立
阅读全文
posted @ 2020-01-08 11:15
西北逍遥
阅读(1315)
推荐(0)
摘要:
IfcGeometricConstraintResource(几何约束资源) IfcGeometricConstraintResource定义了用于确定产品的形状表示在项目的几何表示上下文中的位置的资源。它还包含要分配给产品连接定义的资源定义,以确定这些产品之间的连接几何约束。此资源的主要应用程序是
阅读全文
posted @ 2020-01-07 15:33
西北逍遥
阅读(476)
推荐(0)
摘要:
IfcExternalReferenceResource(外部参考资源) ifcexternalreferencersource提供了从外部源访问或使用信息的方法,包括:●分类●文件●库 1、分类 分类是具有在索引或分类系统中确定其含义的值的标签。值和含义可以在外部声明,也可以在exchange文件
阅读全文
posted @ 2020-01-07 14:49
西北逍遥
阅读(303)
推荐(0)
摘要:
IfcDateTimeResource(日期资源) IfcDateTimeResource定义了几个通用的特定于日期和时间的概念,这些概念可用于标识日历、计划和时间序列中的上下文。这些概念包括:IfcDate、IfcTime、IfcDateTime和IfcDuration。所有给定值应在上下文中提供
阅读全文
posted @ 2020-01-07 11:11
西北逍遥
阅读(235)
推荐(1)
摘要:
IfcCostResource IfcCostResource提供了识别成本值的方法。 成本值以适用于该值类型的度量单位指定对应用于对象的金额有影响的金额或值。成本价值可以有一个适用的日期,该日期可以用来提供价格波动的基础,或者以其他方式确定成本价值何时适用。 每个成本值可能有一个单位基础,用于确定
阅读全文
posted @ 2020-01-07 10:36
西北逍遥
阅读(374)
推荐(0)
摘要:
IfcConstraintResource模式提供了约束(IfcConstraint)的规范,这些约束可以应用于IfcObjectDefinition或IfcPropertyDefinition的子类型的任何对象(通过提供关系类ifcrelassocialesconstraint)。此外,可以将约束
阅读全文
posted @ 2020-01-07 10:18
西北逍遥
阅读(323)
推荐(0)
摘要:
IfcApprovalResource (审批资源) IfcApproval表示有关批准过程的信息,例如关于施工或设施管理项目中的计划、设计、建议书或变更单的信息。IfcApproval由IfcControlExtension架构中的ifcreassociatesapproval引用,因此可以与If
阅读全文
posted @ 2020-01-07 09:48
西北逍遥
阅读(222)
推荐(0)
摘要:
IfcActorResource(角色资源)模块由类型和实体两部分构成。 Types1 IfcAddressTypeEnum (枚举类型)2 IfcRoleEnum (枚举类型)3 IfcActorSelect (选择类型) Entities1 IfcActorRole (角色实体)2 IfcAdd
阅读全文
posted @ 2020-01-06 14:32
西北逍遥
阅读(262)
推荐(0)
摘要:
IFC4x0资源层一共包括21个资源块 IfcActorResource(角色资源)IfcApprovalResource(审批资源)IfcConstraintResource(约束资源)IfcCostResource(成本资源)IfcDateTimeResource(日期时间资源)IfcExter
阅读全文
posted @ 2020-01-06 14:08
西北逍遥
阅读(357)
推荐(0)
摘要:
C++ 查找容器中两个连续且相等的数 algostuff.hpp adjacent_find1.cpp vec1: 1 3 3 6 4 4 4 7 5 5 1first two elements with equal value have position 2first two elements w
阅读全文
posted @ 2020-01-05 17:31
西北逍遥
阅读(496)
推荐(0)
摘要:
IfcRamp A ramp is a vertical passageway which provides a human circulation link between one floor level and another floor level at a different elevati
阅读全文
posted @ 2020-01-04 14:51
西北逍遥
阅读(314)
推荐(0)
摘要:
C++查找某个范围内的素数——最基本的方法 prime_number.cpp 235 711 13 1719 23 29 3137 41 43 47 5359 61 67 71 73 7983 89 97 101 103 107 109113 127 131 137 139 149 151 1571
阅读全文
posted @ 2020-01-03 14:45
西北逍遥
阅读(4370)
推荐(0)
摘要:
C++ 查找第一个匹配元素(Search First Matching Element) algostuff.hpp search_element.cpp list: 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 94 5 6 7 8 9 1 2 3 4请按任意键继续. . .
阅读全文
posted @ 2020-01-03 09:17
西北逍遥
阅读(279)
推荐(0)
摘要:
C++ minmax_element 最大值 最小值 algostuff.hpp minmax1.cpp 2 3 4 5 6 -3 -2 -1 0 1 2 3 4 5 6min element: -3max element: 6min: -3max: 6distance: 9minimum of a
阅读全文
posted @ 2020-01-02 20:37
西北逍遥
阅读(1525)
推荐(0)
摘要:
C++ 元素计数 count() algostuff.hpp testCount.cpp vec1: 1 2 3 4 5 6 7 8 9number of elements equal to 4: 1number of elements with even value: 4number of ele
阅读全文
posted @ 2020-01-02 20:04
西北逍遥
阅读(6653)
推荐(0)
摘要:
C++ for_each() 算法 for_each()算法非常灵活,它允许你以不同的方式访问、处理、修改每一个元素,自C++11起,for循环提供了更方便更自然的行为,因此,for_each()恐将日渐丧失其重要性。 algostuff.hpp main.cpp 1 2 3 4 5 6 7 8 9
阅读全文
posted @ 2020-01-01 19:43
西北逍遥
阅读(3294)
推荐(0)
摘要:
在ubuntu16 anaconda上配置 caffe2,因为caffe2已经和pytorch合并了,所以配置pytorch即可。 启动Anaconda环境 安装依赖库 pip install numpy ninja pyyaml mkl mkl-include setuptools cmake c
阅读全文
posted @ 2019-12-31 19:05
西北逍遥
阅读(440)
推荐(0)
摘要:
star@xmatrix:~$ star@xmatrix:~$ conda create -n wind2 python=3.6 Solving environment: done ==> WARNING: A newer version of conda exists. <== current version: 4.4.10 latest version: 4.8.0 Please update
阅读全文
posted @ 2019-12-31 10:31
西北逍遥
阅读(343)
推荐(0)
摘要:
C++ Stream(串流)迭代器 4277-51234567891 < 2 < 3 < 4 < 5 < 6 < 7 < 8 < 9 <请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版)
阅读全文
posted @ 2019-12-30 19:54
西北逍遥
阅读(414)
推荐(0)
摘要:
C++ deque const_iterator const_reverse_iterator运用实例 23456 65432 请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版)
阅读全文
posted @ 2019-12-29 16:03
西北逍遥
阅读(362)
推荐(0)
摘要:
iter_swap函数用来交换两个迭代器所指向的元素值,迭代器类型不必相同,但其所指的值必须可以相互赋值(assignable)。 myprint.hpp test.cpp 1 2 3 4 5 6 7 8 92 1 3 4 5 6 7 8 99 1 3 4 5 6 7 8 2请按任意键继续. . .
阅读全文
posted @ 2019-12-28 19:42
西北逍遥
阅读(1112)
推荐(0)
摘要:
C++ distance() 处理迭代器之间的距离 difference between begining and 5: 8请按任意键继续. . . 代码参考:C++标准库(第2版)
阅读全文
posted @ 2019-12-28 19:27
西北逍遥
阅读(3923)
推荐(1)
摘要:
C++ advance()运用案例 032请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版)
阅读全文
posted @ 2019-12-27 16:45
西北逍遥
阅读(669)
推荐(0)
摘要:
ubuntu anaconda tensorrt (wind1) star@xmatrix:~$ (wind1) star@xmatrix:~$ (wind1) star@xmatrix:~$ cd TensorRT (wind1) star@xmatrix:~/TensorRT$ (wind1)
阅读全文
posted @ 2019-12-26 16:57
西北逍遥
阅读(865)
推荐(0)
摘要:
1、下载对应的版本 NVIDIA TensorRT 7.x Download NVIDIA TensorRT is a platform for high performance deep learning inference. TensorRT works across all NVIDIA GP
阅读全文
posted @ 2019-12-26 11:00
西北逍遥
阅读(807)
推荐(0)
摘要:
1、下载 https://github.com/Kitware/CMake/releases 2、解压 star@xmatrix:~/CMake/CMake-3.16.0$ tar -zxvf CMake-3.16.0.tar.gzcd CMake-3.16.0 3、配置 4、编译 make 5、安
阅读全文
posted @ 2019-12-26 10:09
西北逍遥
阅读(1015)
推荐(0)
摘要:
早晨找到了17年年初,小胡做的塔吊吊装模拟,截几张图,记录一下在开发施工过程模拟系统过程中那些艰难探索的日子。
阅读全文
posted @ 2019-12-25 08:27
西北逍遥
阅读(635)
推荐(0)
摘要:
ubuntu查看cuda、cuDNN版本 cuda: #cat /usr/local/cuda/version.txt 或者 nvcc -V cuDNN: #cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2 GNU make cm
阅读全文
posted @ 2019-12-24 15:56
西北逍遥
阅读(2506)
推荐(0)