上一页 1 2 3 4 5 6 7 8 9 10 ··· 96 下一页
摘要: IfcActuatorTypeEnum 类型定义IfcActuatorTypeEnum定义了可以指定的不同类型致动器的范围。 IFC2.0中的新枚举 Enumeration definition ConstantDescription ELECTRICACTUATOR A device that e 阅读全文
posted @ 2024-04-06 22:40 西北逍遥 阅读(12) 评论(0) 推荐(0)
摘要: IfcAlarmTypeEnum 类型定义IfcAlarmTypeEnum定义了可以指定的不同类型报警的范围。 IFC2x2中的新枚举。 Enumeration definition ConstantDescription BELL An audible alarm. BREAKGLASSBUTTO 阅读全文
posted @ 2024-04-05 22:46 西北逍遥 阅读(14) 评论(0) 推荐(0)
摘要: IfcControllerTypeEnum 类型定义IfcControllerTypeEnum定义了可以指定的不同类型控制器的范围。 IFC2.0中的新枚举。IFC4 PROPORTIONALINTEGRAL和PROPORTIONALINTEGRALDERIVATIVE值已删除(现在使用属性集枚举) 阅读全文
posted @ 2024-04-04 22:47 西北逍遥 阅读(10) 评论(0) 推荐(0)
摘要: java压缩图片 import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.awt.Graphics2D; import java.awt.Image; import java.io.File; im 阅读全文
posted @ 2024-04-03 22:28 西北逍遥 阅读(39) 评论(0) 推荐(0)
摘要: test c++ #include <iostream> using namespace std; int main() { char myChar[6] = { 'H', 'e', 'l', 'l', 'o', '\0' }; //char* pointer = myChar; //WORKS!! 阅读全文
posted @ 2024-04-02 15:08 西北逍遥 阅读(9) 评论(0) 推荐(0)
摘要: python opencv计算图片rgb平均值 import cv2 import numpy as np # 读取图像 3_20240328144817 2_20240328165448 image = cv2.imread('3_20240328144817.jpg') # 确保图像读取成功 i 阅读全文
posted @ 2024-04-01 11:05 西北逍遥 阅读(346) 评论(0) 推荐(0)
摘要: maya给模型以及子节点随机染色 import random import maya.cmds as py def material1(): sel=py.ls(sl=True) if sel!=[]: for obj in sel: myShade = py.shadingNode('lamber 阅读全文
posted @ 2024-03-31 10:08 西北逍遥 阅读(103) 评论(0) 推荐(0)
摘要: IfcConversionBasedUnit 实体定义IfcConversionBasedUnit用于定义具有基本单位转换率的单位。为了识别一些常用的基于转换的单位,表4中列出了Name属性的标准名称(不区分大小写)。 NameDescription 'inch' Length measure eq 阅读全文
posted @ 2024-03-30 16:00 西北逍遥 阅读(28) 评论(0) 推荐(0)
摘要: JAVA_HOME : C:\Program Files\Java\jdk-1.8 Path : %JAVA_HOME%\bin %JAVA_HOME%\jre\bin CLASSPATH : .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\ 阅读全文
posted @ 2024-03-29 11:15 西北逍遥 阅读(8) 评论(0) 推荐(0)
摘要: JavaScript Fetch API请求和响应 //加载进场工人不安全行为数据 var loadAllWorkerUsafeData = setInterval(function(){ const url = `http://35.98.90.55/api/info?project=23`; f 阅读全文
posted @ 2024-03-28 21:08 西北逍遥 阅读(26) 评论(0) 推荐(0)
摘要: IfcConversionBasedUnit 当没有使用实体类型IfcMeasureWithUnit作为属性的数据类型更具体地定义单位时,项目的全局单位分配定义度量值和值的全局单位。项目的全球基本长度、面积、体积和时间单位定义为国际单位制的示例: #1=IFCPROJECT (’00ZhrqZYLB 阅读全文
posted @ 2024-03-27 20:21 西北逍遥 阅读(32) 评论(0) 推荐(0)
摘要: IfcConversionBasedUnitWithOffset 实体定义IfcConversionBasedUnitWithOffset是通过应用转换因子和偏移量从另一个单位转换而来的单位。IFC4中的新实体。示例:温度单位华氏度基于温度单位开尔文,如下所示: f = k · 1.8 – 459. 阅读全文
posted @ 2024-03-26 22:40 西北逍遥 阅读(12) 评论(0) 推荐(0)
摘要: IfcSimpleValue Change log ItemSPFXMLChangeDescription IFC2x3 to IFC4 IfcSimpleValue IfcDateTime ADDED IfcDate ADDED IfcTime ADDED IfcDuration ADDED If 阅读全文
posted @ 2024-03-25 16:27 西北逍遥 阅读(14) 评论(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 西北逍遥 阅读(21) 评论(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:02 西北逍遥 阅读(48) 评论(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 西北逍遥 阅读(12) 评论(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 西北逍遥 阅读(27) 评论(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 西北逍遥 阅读(190) 评论(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 西北逍遥 阅读(11) 评论(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:16 西北逍遥 阅读(6) 评论(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 西北逍遥 阅读(359) 评论(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 西北逍遥 阅读(497) 评论(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:25 西北逍遥 阅读(12) 评论(0) 推荐(0)
摘要: python post测试 import requests # 设置请求的URL url = 'http://example.com/api/post' # 准备要发送的数据,这里假设有一个中文字段'name' data = { 'name': '张三', # 中文名字 'age': 30 } # 阅读全文
posted @ 2024-03-14 21:23 西北逍遥 阅读(51) 评论(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 西北逍遥 阅读(16) 评论(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 西北逍遥 阅读(27) 评论(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:52 西北逍遥 阅读(14) 评论(0) 推荐(0)
摘要: IfcDerivedMeasureValue Type definition IfcDerivedMeasureValue is a select type for selecting between derived measure types. SELECT IfcAbsorbedDoseMeas 阅读全文
posted @ 2024-03-10 21:48 西北逍遥 阅读(12) 评论(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 西北逍遥 阅读(520) 评论(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 西北逍遥 阅读(9) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 96 下一页