上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 94 下一页
摘要: 轮廓ifcInterlineProfileDef定义了一个任意的二维开放的、非自交的轮廓,以便在扫掠实心几何图形中使用。它是由一个区域定义的,该区域通过对中心线应用一个恒定的厚度,从而生成一个可以从中构造实体的区域。 除此之外,ifcInterlineProfileDef用于对冷弯型钢或铝型材(Si 阅读全文
posted @ 2021-01-29 07:44 西北逍遥 阅读(145) 评论(0) 推荐(0) 编辑
摘要: realsense log 0x00007FFE452D3B29 (KernelBase.dll)处(位于 SpinalV1i.exe 中)引发的异常: 0x40080201: WinRT originate error (参数: 0x00000000C00D36B3, 0x000000000000 阅读全文
posted @ 2021-01-28 12:09 西北逍遥 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 数据解析 import sys import time import socket socket_client = socket.socket(socket.AF_INET,socket.SOCK_STREAM) rec_code = socket_client.connect_ex(("192.1 阅读全文
posted @ 2021-01-27 15:52 西北逍遥 阅读(325) 评论(0) 推荐(0) 编辑
摘要: ifcasymetricishapeprofiledef定义了一个截面轮廓,该截面轮廓提供了单个对称I形截面的定义参数。其相对于位置坐标系的参数和方向如下图所示。位置坐标系的中心位于轮廓边界框的中心。 轮廓的总宽度由底部凸缘宽度和顶部凸缘宽度的最大值隐式给定。 如果应用场景不需要钢轨轮廓的完整显式形 阅读全文
posted @ 2021-01-26 16:53 西北逍遥 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 测试 x02\ x01 \x00 \x02 \x01\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' x02\ x01 \x00 \x05 \x01\x00 \x00\x00\x00\x00\x00\x00\x00\x00\ 阅读全文
posted @ 2021-01-25 09:13 西北逍遥 阅读(61) 评论(0) 推荐(0) 编辑
摘要: yolov5测试 import time start = time.time() import numpy as np import os import six.moves.urllib as urllib import sys import tarfile import socket import 阅读全文
posted @ 2021-01-24 19:36 西北逍遥 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 一种计数法,表示横截面的某一特定部分在纵向上是均匀的还是逐渐变细的。 IFC2x2中增加的新类型。 Enumeration definition ConstantDescription UNIFORM 截面纵向均匀。 TAPERED 截面在纵向上呈锥形。 EXPRESS Specification 阅读全文
posted @ 2021-01-23 06:37 西北逍遥 阅读(46) 评论(0) 推荐(0) 编辑
摘要: IfcIndexedTextureMap提供二维纹理坐标到其映射到的曲面的映射。它用于将纹理映射到细分面集的面。 IfcIndexedTextureMap将索引定义为纹理坐标的索引列表。TexCoords是由两个参数值提供的纹理坐标的二维列表。IfcIndexedTextureMap的子类型建立与I 阅读全文
posted @ 2021-01-22 05:33 西北逍遥 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 运行准备 star@xmatrix:~$ star@xmatrix:~$ star@xmatrix:~$ sudo -s [sudo] star 的密码: root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# service 阅读全文
posted @ 2021-01-21 13:14 西北逍遥 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: 有三种光分布曲线,见下图。 注:A类、B类和C类的分类符合标准CEN TC 169、prEN 13032-1、CIE 121: IFC2x2中增加的新枚举。 Enumeration definition ConstantDescription TYPE_A A型基本上不用。为完整起见,A类光度等于B 阅读全文
posted @ 2021-01-21 05:38 西北逍遥 阅读(45) 评论(0) 推荐(0) 编辑
摘要: package com.vfsd.core; public class Test1 { public static int[] a1= {3,8,2,5,1,9}; public static void main(String[] args) { print1(); for(int k=0;k<a1 阅读全文
posted @ 2021-01-20 15:37 西北逍遥 阅读(33) 评论(0) 推荐(0) 编辑
摘要: libtorch 阅读全文
posted @ 2021-01-19 21:22 西北逍遥 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 闭合轮廓IfcArbitraryClosedProfileDef定义了任意二维轮廓,用于扫描曲面几何体、扫描区域实体或剖切脊椎。它由一个外部边界给出,从这个边界可以构造出表面或实体。 IFC1.5中增加的新实体。在IFC2x中IfcArbitraryProfileDef重命名。 非正式提议: ①外圆 阅读全文
posted @ 2021-01-19 05:25 西北逍遥 阅读(264) 评论(0) 推荐(0) 编辑
摘要: // 創建自定義參數以配置管道 rs2::config cfg; // 設定影像尺寸(寬w,高h) const int w = 640; const int h = 480; // 設定欲顯示的影像流(可依需求啟動不一定要全設) cfg.enable_stream(RS2_STREAM_COLOR, 阅读全文
posted @ 2021-01-18 09:01 西北逍遥 阅读(1846) 评论(0) 推荐(0) 编辑
摘要: 开放截面轮廓IfcArbitraryOpenProfileDef定义了任意二维开放截面轮廓,以便在扫描曲面几何图形中使用。它由一个开放的边界给出,从这个边界可以构造曲面。 IFC2x中增加的新实体。 非正式提议: 1、曲线必须是开放曲线。 下图展示了任意开放轮廓定义。曲线在基础坐标系中定义。基础坐标 阅读全文
posted @ 2021-01-17 19:56 西北逍遥 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 1> 已启动生成: 项目: ZERO_CHECK, 配置: Release x64 1> Checking Build System1> CMake does not need to re-run because E:/LibRealsense/build_2021/CMakeFiles/gener 阅读全文
posted @ 2021-01-16 20:03 西北逍遥 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1> 已启动生成: 项目: ZERO_CHECK, 配置: Debug x64 1> Checking Build System1> CMake does not need to re-run because E:/LibRealsense/build_2021/CMakeFiles/generat 阅读全文
posted @ 2021-01-16 19:52 西北逍遥 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 没有配置成功 eno1 Link encap:以太网 硬件地址 ac:1f:6b:7c:6f:44 inet 地址:192.168.1.100 广播:192.168.1.255 掩码:255.255.255.0 inet6 地址: fe80::3ca2:33c:e6a:3e50/64 Scope:L 阅读全文
posted @ 2021-01-16 11:27 西北逍遥 阅读(141) 评论(0) 推荐(0) 编辑
摘要: draw grid def grid(size=1, n=10, width=1): """draw a grid on xz plane""" gl.glLineWidth(width) s = size / float(n) s2 = 0.5 * size batch = pyglet.grap 阅读全文
posted @ 2021-01-15 21:26 西北逍遥 阅读(47) 评论(0) 推荐(0) 编辑
摘要: cv2 mat numpy # Helper code def load_image_into_numpy_array(image_param): img_shape = image_param.shape im_width = img_shape[1] im_height = img_shape[ 阅读全文
posted @ 2021-01-15 21:19 西北逍遥 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: 此示例说明了基于材质图层集用法定义的具有拉伸实心几何图形的标准事例板。它包括一个圆形开口和一个矩形凹槽。下图显示了结果形状。 注意,开口和凹槽是IfcOpeningStandardcase的实例。 上图-带开口和凹槽的标准箱板。 注意:文件中没有颜色信息,目标应用程序已将显示的颜色设置为默认颜色。 阅读全文
posted @ 2021-01-15 05:34 西北逍遥 阅读(77) 评论(0) 推荐(0) 编辑
摘要: python opencv 读取摄像头数据 import os import cv2 cap = cv2.VideoCapture(2) while True: res, img0 = cap.read() # BGR cv2.imshow("win1",cv2.resize(img0,(640,4 阅读全文
posted @ 2021-01-14 10:11 西北逍遥 阅读(1499) 评论(0) 推荐(0) 编辑
摘要: 指示钢筋表面是普通表面还是有纹理(带肋)的枚举。 IFC2x2中增加的新类型。 Enumeration definition ConstantDescription PLAIN 钢筋表面平整。 TEXTURED 钢筋表面有纹理(带肋)。 EXPRESS Specification TYPE IfcR 阅读全文
posted @ 2021-01-14 07:59 西北逍遥 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 枚举定义钢筋的作用、用途或用途的标准类型,即其拟承载的荷载和应力类型。 IFC2x2中增加的新类型。 IFC4更改添加项。 Enumeration definition ConstantDescription MAIN 钢筋是主筋。 SHEAR 钢筋为抗剪钢筋。 LIGATURE 钢筋是一种系带(链 阅读全文
posted @ 2021-01-14 07:56 西北逍遥 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 枚举定义了轮廓形状的定义应在几何上分解为曲线还是曲面。 IFC1.5中增加的新类型。 Enumeration definition ConstantDescription CURVE 生成的几何项是curve和closed类型(IfcArbitraryOpenProfileDef创建的曲线解析为开放 阅读全文
posted @ 2021-01-14 07:51 西北逍遥 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 类型定义 测角灯光从以下两个光源中的一个获取其强度分布函数:(i)行业标准文件,(ii)通过IfcLightIntensityDistribution直接传递的分布数据。 光分布根据一些标准化的光分布曲线提供发光强度分布。 选择 类型定义 IfcExternalReference光分布由标准光度数据 阅读全文
posted @ 2021-01-14 07:45 西北逍遥 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ifclightmissionsourceenum定义了可用的不同类型光源的范围。 IFC2x2中增加的新类型。 Enumeration definition ConstantDescription COMPACTFLUORESCENT FLUORESCENT HIGHPRESSUREMERCURY 阅读全文
posted @ 2021-01-14 05:33 西北逍遥 阅读(84) 评论(0) 推荐(0) 编辑
摘要: realsense d435i qt 2.1863804 -1.0416172 5.268 -0.9421689 -1.1718271 2.25 detection time. (0.346s) 2.1863804 -1.0416172 5.268 -0.94886875 -1.18016 2.26 阅读全文
posted @ 2021-01-13 19:04 西北逍遥 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1.6505762 -0.7863537 3.9770002-0.9023885 -1.1223501 2.1550002 1.6190339 -0.7713266 3.9010003-0.92835045 -1.1546403 2.217 1.609073 -0.7665812 3.877-0.9 阅读全文
posted @ 2021-01-13 15:06 西北逍遥 阅读(434) 评论(0) 推荐(0) 编辑
摘要: realsense d435i测试 阅读全文
posted @ 2021-01-13 15:03 西北逍遥 阅读(316) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 94 下一页