上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 96 下一页
摘要: 查询数据 //查询数据源 QSqlQuery searchDataSource(ESSystemConfig esSystemConfig,QString sqlParam) {//连接数据库 ESDatabaseCommon esDatabaseCommonObj1; QString databa 阅读全文
posted @ 2020-10-09 15:49 西北逍遥 阅读(220) 评论(0) 推荐(0)
摘要: matlab矩阵相加 >> a1=[1,2,3;2,3,4;3,4,5] a1 = 1 2 3 2 3 4 3 4 5 >> >> >> b1=[1,2,3] b1 = 1 2 3 >> >> a1+b1 ans = 2 4 6 3 5 7 4 6 8 >> >> >> 阅读全文
posted @ 2020-10-08 21:16 西北逍遥 阅读(1272) 评论(0) 推荐(0)
摘要: java socket测试 package com.vfsd.core; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.Inet 阅读全文
posted @ 2020-10-08 17:55 西北逍遥 阅读(684) 评论(0) 推荐(0)
摘要: 自定义生成IFC globalID的函数 .h文件 #include <QChar> #include <cstdlib> #include <ctime> QString createGlobalID(); .cpp文件 QString createGlobalID() { QChar chars 阅读全文
posted @ 2020-10-07 11:22 西北逍遥 阅读(270) 评论(0) 推荐(0)
摘要: test log (wind2) star@xmatrix:~/Detectron2/detectron2-master/demo$ (wind2) star@xmatrix:~/Detectron2/detectron2-master/demo$ (wind2) star@xmatrix:~/De 阅读全文
posted @ 2020-10-06 16:50 西北逍遥 阅读(234) 评论(0) 推荐(0)
摘要: python析构函数 #!/user/bin/python #-*-coding:UTF-8-*- from __future__ import print_function # 兼容python2.x和python3.x的print语句 class Fruit(object): def __ini 阅读全文
posted @ 2020-10-05 07:53 西北逍遥 阅读(271) 评论(0) 推荐(0)
摘要: C++ STL advance 迭代器前进或者后退n个元素 #include <iterator> #include <iostream> #include <list> #include <algorithm> using namespace std; int main() { list<int> 阅读全文
posted @ 2020-10-04 21:04 西北逍遥 阅读(182) 评论(0) 推荐(0)
摘要: C++ STL emplace iterator container::emplace(const_iterator pos,args) ●在容器的iterator位置pos上安插新元素,以args为初值 ●返回新元素的位置 ●此操作会引起当前的iterator失效 ●始自C++11 ●提供者:ve 阅读全文
posted @ 2020-10-03 20:47 西北逍遥 阅读(252) 评论(0) 推荐(0)
摘要: IfcBSplineSurface是有理或多项式参数曲面的一般形式。 b_样条曲面是有理或多项式参数曲面的一般形式,它由控制点、基函数和可能的权重来表示。与相应的曲线实体一样,它有一些特殊的子类型,其中一些数据可以从中派生出来。 The symbology used here is: K1 = up 阅读全文
posted @ 2020-10-03 18:27 西北逍遥 阅读(223) 评论(0) 推荐(0)
摘要: ifc边界曲面是有限面积的曲面。注:定义根据ISO/CD 10303-42:1992有界曲面是具有可识别边界的有限区域曲面。注:实体改编自ISO10303-42中定义的有界曲面。IFC2x中增加的新实体IFC4更改实体变得抽象。 非正式提议:①有界曲面具有有限的非零表面积。②有界曲面有边界曲线。 # 阅读全文
posted @ 2020-10-02 19:04 西北逍遥 阅读(209) 评论(0) 推荐(0)
摘要: ifc曲面是位于三维空间中的二维表示项。二维意味着曲面上的每个点都可以由二维坐标系定义,通常由u和v坐标确定。注:定义根据ISO/CD 10303-42:1992曲面可以想象为三维空间中的一组连通点,它通常是局部二维的,但不必是流形。注:实体改编自ISO 10303-42中定义的表面。 IFC1.5 阅读全文
posted @ 2020-10-01 17:04 西北逍遥 阅读(241) 评论(0) 推荐(0)
摘要: ifcsurfacecurveswepareasolid是沿基准面上的准线扫描一个区域的结果。扫描区域由IfcProfileDef的子类型提供。轮廓由隐式笛卡尔变换运算符放置在扫掠的起点处,其中轮廓法线与该点处的准线切线一致,轮廓的x轴与曲面法线一致。在准线的任意一点上,扫掠轮廓原点位于准线上,轮廓 阅读全文
posted @ 2020-10-01 17:00 西北逍遥 阅读(377) 评论(0) 推荐(0)
摘要: 多个QPushbutton绑定同一个槽函数,槽函数通过sender判断点击的按钮。 int i = 0; QString str("pushButton %1"); QPushButton* pushButton; for (i = 0; i<16; ++i) { pushButton = new 阅读全文
posted @ 2020-09-30 16:37 西北逍遥 阅读(1492) 评论(0) 推荐(0)
摘要: 基于计算机视觉和BIM模型的预制构件缺陷检测方法试验记录 阅读全文
posted @ 2020-09-29 20:18 西北逍遥 阅读(311) 评论(0) 推荐(0)
摘要: kinova环境配置 https://www.cnblogs.com/tomtellyou/p/12529503.html 1.备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak #备份 2.更换镜像源 sudo vim /etc/a 阅读全文
posted @ 2020-09-28 15:39 西北逍遥 阅读(911) 评论(0) 推荐(0)
摘要: c++ stl list void drawPoint() { list<cv::Point>::iterator iter1 = list_p.begin(); for (;iter1 != list_p.end();++iter1) { cv::Point point_index = *iter 阅读全文
posted @ 2020-09-27 20:59 西北逍遥 阅读(122) 评论(0) 推荐(0)
摘要: echarts饼图 option = { title: { //text: '某站点用户访问来源', //subtext: '纯属虚构', left: 'center' }, tooltip: { trigger: 'item', formatter: '{a} <br/>{b} : {c} ({d 阅读全文
posted @ 2020-09-26 14:26 西北逍遥 阅读(186) 评论(0) 推荐(0)
摘要: 函数 var FS = US; function BS(e, t, r, a) { var o = e(["importCardDropzone"]).dispatcher, i = a((function() { return { dictDefaultMessage: r.getString(" 阅读全文
posted @ 2020-09-25 14:14 西北逍遥 阅读(138) 评论(0) 推荐(0)
摘要: 飞浆测试日志 Configuration Arguments MASK_ON: 1 anchor_sizes: [32, 64, 128, 256, 512] aspect_ratios: [0.5, 1.0, 2.0] batch_size_per_im: 512 class_num: 81 da 阅读全文
posted @ 2020-09-24 09:02 西北逍遥 阅读(246) 评论(0) 推荐(0)
摘要: 实体定义 如果将截面沿圆弧旋转,则定义为实心锥形。横截面可沿旋转扫描从起始横截面形状变为末端横截面形状。然后连接起始和结束横截面的相应顶点。有界曲面可能有孔,这些孔将扫入实体中的孔中。 旋转轴定义为: 起点:自我\IfcSweptAreaSolid.Position.位置 方向:自我\IfcrVol 阅读全文
posted @ 2020-09-23 18:54 西北逍遥 阅读(272) 评论(0) 推荐(0)
摘要: 绘制函数图像 >> x1=-10:0.5:15; >> y1=x1.^2-5*x1+6; >> plot(x1,y1) 求方程的根 syms x f=x^2-5*x+6 result=solve(f==0,x) 输出结果为: result = 2 3 >> 阅读全文
posted @ 2020-09-22 08:37 西北逍遥 阅读(1820) 评论(0) 推荐(0)
摘要: 运行日志 result: 0x1ea9c7a0e80 "SELECT TB.TABLE_SCHEMA,TB.TABLE_NAME,TB.TABLE_COMMENT FROM INFORMATION_SCHEMA.TABLES TB Where TB.TABLE_SCHEMA = 'sf'" resu 阅读全文
posted @ 2020-09-21 22:02 西北逍遥 阅读(201) 评论(0) 推荐(0)
摘要: 查询某个数据库中所有的表以及表的字段 SELECT TB.TABLE_SCHEMA, -- 模式 TB.TABLE_NAME, -- 表名 TB.TABLE_COMMENT, -- 表名注释 COL.COLUMN_NAME, -- 字段名 COL.COLUMN_TYPE, -- 字段类型 COL.C 阅读全文
posted @ 2020-09-21 19:32 西北逍遥 阅读(129) 评论(0) 推荐(0)
摘要: /home/star/Desktop/data/test_left_1_20200921/2019_07_14-08_08_14_left.jpgperson 100%person 55%person 86%person 91%person 93%<class 'detectron2.structu 阅读全文
posted @ 2020-09-21 15:28 西北逍遥 阅读(186) 评论(0) 推荐(0)
摘要: 运行日志 visuallizer... person 100% <class 'detectron2.structures.instances.Instances'> [[306, 281, 1.216]] 识别时间:%s 0.19870567321777344 存储时间:%s 0.01341152 阅读全文
posted @ 2020-09-20 18:22 西北逍遥 阅读(413) 评论(0) 推荐(0)
摘要: Detectron2测试 # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved import argparse import glob import multiprocessing as mp import os 阅读全文
posted @ 2020-09-20 12:48 西北逍遥 阅读(1366) 评论(0) 推荐(0)
摘要: Anaconda Pytorch Detectron2 install (wind2) star@xmatrix:~/Detectron2$ cd detectron2-master (wind2) star@xmatrix:~/Detectron2/detectron2-master$ (wind 阅读全文
posted @ 2020-09-20 11:11 西北逍遥 阅读(1120) 评论(0) 推荐(0)
摘要: Detectron2运行日志 (wind2) star@xmatrix:~/Detectron2$ cd detectron2-master (wind2) star@xmatrix:~/Detectron2/detectron2-master$ (wind2) star@xmatrix:~/Det 阅读全文
posted @ 2020-09-20 10:37 西北逍遥 阅读(537) 评论(0) 推荐(0)
摘要: ubuntu Anaconda Pytorch 编译安装Detectron2 star@xmatrix:~/Detectron2$ git clone https://github.com/facebookresearch/detectron2.git star@xmatrix:~/Detectro 阅读全文
posted @ 2020-09-20 09:47 西北逍遥 阅读(728) 评论(0) 推荐(0)
摘要: test_engine.py # Copyright (c) 2017-present, Facebook, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this 阅读全文
posted @ 2020-09-19 21:49 西北逍遥 阅读(190) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 96 下一页