上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 94 下一页
摘要: IfcTaskDurationEnum 类型定义 IfcTaskDurationEnum标识如何测量持续时间。 IFC4中的新枚举。 Enumeration definition ConstantDescription ELAPSEDTIME The time duration is based o 阅读全文
posted @ 2022-07-11 08:32 西北逍遥 阅读(22) 评论(0) 推荐(0) 编辑
摘要: IfcRecurrenceTypeEnum 类型定义 IfcRecurrenceTypeEnum枚举循环模式类型,有效组合如图所示。 IFC4中的新枚举。 Enumeration definition ConstantDescription DAILY Interval, Occurrences W 阅读全文
posted @ 2022-07-11 08:30 西北逍遥 阅读(19) 评论(0) 推荐(0) 编辑
摘要: IfcDataOriginEnum 类型定义 IfcDataOriginEnum标识时间数据的来源。 IFC2x2中的新枚举。 Enumeration definition ConstantDescription MEASURED The origin of the time data is a m 阅读全文
posted @ 2022-07-10 16:23 西北逍遥 阅读(23) 评论(0) 推荐(0) 编辑
摘要: QDir #include <QDir> Public Types enum Filter { Dirs, AllDirs, Files, Drives, ..., CaseSensitive } flags Filters enum SortFlag { Name, Time, Size, Typ 阅读全文
posted @ 2022-07-09 20:28 西北逍遥 阅读(406) 评论(0) 推荐(0) 编辑
摘要: IfcTimeStamp 类型定义 IfcTimeStamp是通过测量自1970年1月1日00:00:00 UTC以来经过的秒数来指示日期和时间。 类型:整数 IEEE Std 1003.1中定义的注释。 IFC1.5.1中的新类型。 EXPRESS Specification TYPE IfcTi 阅读全文
posted @ 2022-07-08 09:45 西北逍遥 阅读(22) 评论(0) 推荐(0) 编辑
摘要: IfcTime 类型定义 IfcTime标识一天内的时间,以小时、分钟和秒表示。它由遵循特定词汇表示的字符串值表示。 IfcTime的词汇表示是:hh:mm:ss,其中hh表示小时、毫米分钟和秒。如果需要,可以使用其他数字来提高分数秒的精度,即ss格式。ss。。。时区指示器可以由不同于协调世界时的表 阅读全文
posted @ 2022-07-07 20:29 西北逍遥 阅读(23) 评论(0) 推荐(0) 编辑
摘要: IfcMonthInYearNumber 类型定义 IfcMonthinUnderNumber是一个整数,定义了指定月份在一年中的位置。 日历月编号映射到日历月名称,如下所示: 1: January 2: February 3: March 4: April 5: May 6: June 7: Ju 阅读全文
posted @ 2022-07-07 20:19 西北逍遥 阅读(18) 评论(0) 推荐(0) 编辑
摘要: pyqt5显示realsense d435i 界面: vc_ui.py # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'untitled.ui' # # Created by: PyQt5 U 阅读全文
posted @ 2022-07-07 10:43 西北逍遥 阅读(219) 评论(1) 推荐(0) 编辑
摘要: IfcTime 类型定义 IfcTime标识一天内的时间,以小时、分钟和秒表示。它由遵循特定词汇表示的字符串值表示。 IfcTime的词汇表示是:hh:mm:ss,其中hh表示小时、毫米分钟和秒。如果需要,可以使用其他数字来提高分数秒的精度,即ss格式。ss。。。时区指示器可以由不同于协调世界时的表 阅读全文
posted @ 2022-07-06 08:16 西北逍遥 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Date /* * Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license te 阅读全文
posted @ 2022-07-05 19:06 西北逍遥 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ArithmeticException /* * Copyright (c) 1994, 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subjec 阅读全文
posted @ 2022-07-04 17:06 西北逍遥 阅读(123) 评论(0) 推荐(0) 编辑
摘要: BaseCalendar package sun.util.calendar; import java.util.TimeZone; import sun.util.calendar.AbstractCalendar; import sun.util.calendar.CalendarDate; i 阅读全文
posted @ 2022-07-03 17:26 西北逍遥 阅读(79) 评论(0) 推荐(0) 编辑
摘要: error log (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_warning$ python train_20220602.py --batch-size 1 --epochs 300 --data 阅读全文
posted @ 2022-07-02 15:32 西北逍遥 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1、标注数据 2、整理数据 3、训练:修改:myvoc.yaml train: VOC_2022063001/train.txt val: VOC_2022063001/val.txt # number of classes nc: 1 # class names names: ["rectz_ci 阅读全文
posted @ 2022-07-01 16:13 西北逍遥 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、 def unevenLightCompensate(gray, blockSize): #gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) average = np.mean(gray) rows_new = int(np.ceil(gray.shape 阅读全文
posted @ 2022-07-01 07:51 西北逍遥 阅读(390) 评论(0) 推荐(0) 编辑
摘要: yolov5 训练模型PR曲线绘制 <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> <link rel="sty 阅读全文
posted @ 2022-06-30 19:52 西北逍遥 阅读(2497) 评论(0) 推荐(0) 编辑
摘要: 实体定义 IfcGroup是任意群的推广。组是对象的逻辑集合。它没有自己的位置,也不能保持自己的形状表示。因此,群是在某些非几何/拓扑分组方面的聚合。 示例一个组的示例是一个系统,因为它根据元素的角色对元素进行分组,而不管元素在建筑中的位置如何。表示系统的组的最重要用途之一是IFCDDistribu 阅读全文
posted @ 2022-06-29 18:55 西北逍遥 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 绘制ifc构件外轮廓 void VCWidget::drawOuterCurve(QPainter& mainPainter) { QPen routePen; routePen.setColor(QColor(0, 125, 255)); routePen.setWidth(4); mainPai 阅读全文
posted @ 2022-06-28 15:46 西北逍遥 阅读(43) 评论(0) 推荐(0) 编辑
摘要: ubuntu配置ssh 更新 sudo apt-get update 升级 sudo apt-get upgrade 安装vim sudo apt-get install vim-gtk 安装net-tools sudo apt install net-tools 安装 sudo apt-get i 阅读全文
posted @ 2022-06-27 15:39 西北逍遥 阅读(483) 评论(0) 推荐(0) 编辑
摘要: pyqt查看安装目录 import PyQt5 print(PyQt5.__file__) ############################ 阅读全文
posted @ 2022-06-26 14:18 西北逍遥 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 绘制位置 for (int k=0;k<drawIndexRoutePoints.size();k++) { QVector<QPoint> drawRoutePoints = drawIndexRoutePoints.at(k); for (QPoint indexPoint : drawRout 阅读全文
posted @ 2022-06-25 19:37 西北逍遥 阅读(33) 评论(0) 推荐(0) 编辑
摘要: python opencv 把多张图片合成视频 # -*- coding: utf-8 -*- import os import cv2 def picToVideo(picDir,videoName): ##完成写入对象的创建,第一个参数是合成之后的视频的名称, #第二个参数是可以使用的编码器, 阅读全文
posted @ 2022-06-24 21:45 西北逍遥 阅读(248) 评论(0) 推荐(0) 编辑
摘要: java File renameTo String imgFilePath = "1.png"; String imgNewFilePath = "1.jpg"; File oldFile = new File(imgFilePath); File newFile = new File(imgNew 阅读全文
posted @ 2022-06-23 19:10 西北逍遥 阅读(76) 评论(0) 推荐(0) 编辑
摘要: osg绘制闭合曲线 osg::TessellationHints* outline_hits1 = new osg::TessellationHints(); outline_hits1->setDetailRatio(0.9f); osg::Geode* outline_geode = new o 阅读全文
posted @ 2022-06-22 23:41 西北逍遥 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 错误C2280 “std::_Hash<std::_Uset_traits<_Kty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Hash(const std::_Hash<std::_Uset_traits<_Kty,std: 阅读全文
posted @ 2022-06-21 09:17 西北逍遥 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C1128 节数超过对象文件格式限制: 请使用 /bigobj 进行编译 TeslaManage_2022061901 项目 属性->C/C++ -> 命令行 其它选项 输入:/bigobj ########################## 阅读全文
posted @ 2022-06-20 00:10 西北逍遥 阅读(1310) 评论(0) 推荐(0) 编辑
摘要: QPainter 绘制点 #include <QPainter> void QPainter::drawPoint(int x, int y) This is an overloaded function. Draws a single point at position (x, y). ##### 阅读全文
posted @ 2022-06-19 19:20 西北逍遥 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 计算关节夹角 float calculateAngle(float startX,float startY,float startZ, float centerX,float centerY,float centerZ, float endX,float endY,float endZ) { flo 阅读全文
posted @ 2022-06-18 19:41 西北逍遥 阅读(43) 评论(0) 推荐(0) 编辑
摘要: opencv打开摄像头 #include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace std; int main() { cv::namedWindow("win1", cv::WINDOW 阅读全文
posted @ 2022-06-17 20:21 西北逍遥 阅读(273) 评论(0) 推荐(0) 编辑
摘要: #include <QCheckBox> Properties tristate : bool 11 properties inherited from QAbstractButton 59 properties inherited from QWidget 1 property inherited 阅读全文
posted @ 2022-06-16 19:41 西北逍遥 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 94 下一页