上一页 1 2 3 4 5 6 ··· 91 下一页
摘要: IfcConversionBasedUnit 当没有使用实体类型IfcMeasureWithUnit作为属性的数据类型更具体地定义单位时,项目的全局单位分配定义度量值和值的全局单位。项目的全球基本长度、面积、体积和时间单位定义为国际单位制的示例: #1=IFCPROJECT (’00ZhrqZYLB 阅读全文
posted @ 2024-03-27 20:21 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: IfcConversionBasedUnitWithOffset 实体定义IfcConversionBasedUnitWithOffset是通过应用转换因子和偏移量从另一个单位转换而来的单位。IFC4中的新实体。示例:温度单位华氏度基于温度单位开尔文,如下所示: f = k · 1.8 – 459. 阅读全文
posted @ 2024-03-26 22:41 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: IfcSimpleValue Change log ItemSPFXMLChangeDescription IFC2x3 to IFC4 IfcSimpleValue IfcDateTime ADDED IfcDate ADDED IfcTime ADDED IfcDuration ADDED If 阅读全文
posted @ 2024-03-25 16:28 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: mkdir build cd build cmake ../ -DBUILD_EXAPLES=true make sudo make install bim@bim-Vostro-7570:~/REALSENSE/librealsense-2.50.0/build$ bim@bim-Vostro-7 阅读全文
posted @ 2024-03-24 02:10 西北逍遥 阅读(3) 评论(0) 推荐(0) 编辑
摘要: python POST推送多种数据 import requests, os, json,hashlib from requests.exceptions import Timeout #小程序数据推送 def postDataToServer(self,param1,param2,param3,pa 阅读全文
posted @ 2024-03-23 17:03 西北逍遥 阅读(7) 评论(0) 推荐(0) 编辑
摘要: IfcVolumetricFlowRateMeasure Type definition IfcVolumetricFlowRateMeasure is a measure of the volume of a medium flowing per unit time. Usually measur 阅读全文
posted @ 2024-03-22 21:47 西北逍遥 阅读(3) 评论(0) 推荐(0) 编辑
摘要: (base) C:\Users\luo> (base) C:\Users\luo>nvidia-smi Thu Mar 21 10:54:51 2024 + + | NVIDIA-SMI 516.94 Driver Version: 516.94 CUDA Version: 11.7 | | + + 阅读全文
posted @ 2024-03-21 13:21 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: python requests.post Max retries exceeded with url 报错 import requests from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.re 阅读全文
posted @ 2024-03-20 21:07 西北逍遥 阅读(14) 评论(0) 推荐(0) 编辑
摘要: IfcWarpingConstantMeasure Type definition IfcWarpingConstantMeasure is a measure for the warping constant or warping resistance of a cross section und 阅读全文
posted @ 2024-03-19 21:23 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: IfcWarpingMomentMeasure Type definition The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It 阅读全文
posted @ 2024-03-18 22:17 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: in@jin-System-Product-Name:~$ jin@jin-System-Product-Name:~$ mkdir Nvidia jin@jin-System-Product-Name:~$ jin@jin-System-Product-Name:~$ jin@jin-System 阅读全文
posted @ 2024-03-17 20:34 西北逍遥 阅读(33) 评论(0) 推荐(0) 编辑
摘要: python post报错 退出 Failed to establish a new connection import requests from requests.exceptions import RequestException # 设置URL和请求数据 url = 'http://exam 阅读全文
posted @ 2024-03-16 21:25 西北逍遥 阅读(20) 评论(0) 推荐(0) 编辑
摘要: IfcDerivedUnitEnum Type definition IfcDerivedUnitEnum is an enumeration type for allowed types of derived units. HISTORY New type in IFC2.0. IFC 2x4 c 阅读全文
posted @ 2024-03-15 10:26 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: python post测试 import requests # 设置请求的URL url = 'http://example.com/api/post' # 准备要发送的数据,这里假设有一个中文字段'name' data = { 'name': '张三', # 中文名字 'age': 30 } # 阅读全文
posted @ 2024-03-14 21:24 西北逍遥 阅读(7) 评论(0) 推荐(0) 编辑
摘要: IfcSIPrefix Type definition NOTE Definition according to ISO/CD 10303-41:1992An SI prefix is the name of a prefix that may be associated with an SI un 阅读全文
posted @ 2024-03-13 20:59 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: IfcSIUnitName Type definition NOTE Definition according to ISO/CD 10303-41:1992An SI unit name is the name of an SI unit. The definitions of the names 阅读全文
posted @ 2024-03-12 22:44 西北逍遥 阅读(4) 评论(0) 推荐(0) 编辑
摘要: IfcUnitEnum Type definition IfcUnitEnum is an enumeration type for allowed unit types of IfcNamedUnit. HISTORY New type in IFC1.5.1. Enumeration defin 阅读全文
posted @ 2024-03-11 18:53 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: IfcDerivedMeasureValue Type definition IfcDerivedMeasureValue is a select type for selecting between derived measure types. SELECT IfcAbsorbedDoseMeas 阅读全文
posted @ 2024-03-10 21:48 西北逍遥 阅读(3) 评论(0) 推荐(0) 编辑
摘要: nvidia-smi C:\Users\jin> C:\Users\jin>nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Mon_Apr__3_17: 阅读全文
posted @ 2024-03-09 11:01 西北逍遥 阅读(55) 评论(0) 推荐(0) 编辑
摘要: IfcVolumeMeasure Type definition An IfcVolumeMeasure is the value of the solid content of a body. Usually measured in cubic metre (m3). Type: REAL NOT 阅读全文
posted @ 2024-03-08 20:23 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: IfcMeasureValue Type definition NOTE Definition according to ISO/CD 10303-41:1992A measure value is a value as defined in ISO 31-0 (clause 2). NOTE If 阅读全文
posted @ 2024-03-07 16:24 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: anaconda pip 安装速度慢,更换阿里云源 conda config --add channels https://mirrors.aliyun.com/anaconda/pkgs/main/ conda config --add channels https://mirrors.aliyu 阅读全文
posted @ 2024-03-06 23:42 西北逍遥 阅读(73) 评论(0) 推荐(0) 编辑
摘要: IfcVaporPermeabilityMeasure Type definition IfcVaporPermeabilityMeasure is a measure of vapor permeability. Usually measured in kg / s m Pascal. Type: 阅读全文
posted @ 2024-03-05 13:00 西北逍遥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Values 属性可能包含用户定义的数据,其中数据类型是开放的。 ################## 阅读全文
posted @ 2024-03-04 22:37 西北逍遥 阅读(4) 评论(0) 推荐(0) 编辑
摘要: IfcTorqueMeasure Type definition IfcTorqueMeasure is a measure of the torque or moment of a couple. Usually measured in N m. Type: REAL HISTORY New ty 阅读全文
posted @ 2024-03-03 15:38 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: IfcTimeMeasure Type definition An IfcTimeMeasure is the value of the duration of periods. Measured in seconds (s) or days (d) or other units of time. 阅读全文
posted @ 2024-03-02 19:19 西北逍遥 阅读(3) 评论(0) 推荐(0) 编辑
摘要: IfcVolumetricFlowRateMeasure Type definition IfcVolumetricFlowRateMeasure is a measure of the volume of a medium flowing per unit time. Usually measur 阅读全文
posted @ 2024-03-01 18:03 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: IfcVaporPermeabilityMeasure Type definition IfcVaporPermeabilityMeasure is a measure of vapor permeability. Usually measured in kg / s m Pascal. Type: 阅读全文
posted @ 2024-02-29 21:38 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: IfcVolumeMeasure Type definition An IfcVolumeMeasure is the value of the solid content of a body. Usually measured in cubic metre (m3). Type: REAL NOT 阅读全文
posted @ 2024-02-28 20:48 西北逍遥 阅读(4) 评论(0) 推荐(0) 编辑
摘要: IfcWarpingConstantMeasure Type definition IfcWarpingConstantMeasure is a measure for the warping constant or warping resistance of a cross section und 阅读全文
posted @ 2024-02-26 20:34 西北逍遥 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 91 下一页