11 2021 档案

摘要:pytorch yolov5运行日志 wind_2021) F:\PytorchProject\Yolov5_DeepSort_Pytorch-master\yolov5> (wind_2021) F:\PytorchProject\Yolov5_DeepSort_Pytorch-master\yo 阅读全文
posted @ 2021-11-30 20:55 西北逍遥 阅读(446) 评论(0) 推荐(0) 编辑
摘要:yolov5l.pt89.2 MB yolov5l6.pt147 MB yolov5m.pt40.7 MB yolov5m6.pt68.7 MB yolov5m_Objects365.pt43 MB yolov5n.pt3.77 MB yolov5n6.pt6.56 MB yolov5s.pt14 阅读全文
posted @ 2021-11-30 20:50 西北逍遥 阅读(146) 评论(0) 推荐(0) 编辑
摘要:IfcCircleProfileDef example 此示例说明了基于材质图层集使用定义的具有拉伸实体几何图形的标准案例板。它包括一个圆形开口和一个矩形凹槽。图465显示了生成的形状。 注意:开口和凹槽是IfcopiningStandardCase的实例。 带开口和凹槽的标准板。 注意:文件中没有 阅读全文
posted @ 2021-11-30 10:21 西北逍遥 阅读(42) 评论(0) 推荐(0) 编辑
摘要:IFCCIRCLEPROFILEDEF 实体定义 IFCCIRCEPROFILEDEF将圆定义为扫掠曲面几何图形或扫掠区域实体使用的轮廓定义。它由其“半径”属性给出,并放置在由“位置”属性建立的二维位置坐标系中。 IFC1.5中新实体的历史记录。 图385说明了圆轮廓定义的参数。参数化纵断面定义自己 阅读全文
posted @ 2021-11-30 10:18 西北逍遥 阅读(79) 评论(0) 推荐(0) 编辑
摘要:QGLWidget QGLWidget类是一个用于呈现OpenGL图形的小部件。 QGLWidget提供了显示集成到Qt应用程序中的OpenGL图形的功能。它使用起来非常简单。您可以从它继承并像使用任何其他QWidget一样使用子类,但您可以选择使用QPaint和标准OpenGL渲染命令。 注意:这 阅读全文
posted @ 2021-11-30 07:47 西北逍遥 阅读(1166) 评论(0) 推荐(0) 编辑
摘要:threejs绘制多边形, threejs多边形绘制方法: var points = [ new THREE.Vector2(10,10), new THREE.Vector2(300, 10), new THREE.Vector2(300, 30), new THREE.Vector2(260, 阅读全文
posted @ 2021-11-29 15:51 西北逍遥 阅读(863) 评论(0) 推荐(0) 编辑
摘要:threejs绘制多边形 function test2(){ // 三维坐标返回顶点索引 可以参照上面的五边形 返回结果是一样的 //var trianglesIndex3 = earcut([ //三维顶点数据 var arr = [7.0,-130.0,700.0, 7.0,130.0,700. 阅读全文
posted @ 2021-11-28 19:22 西北逍遥 阅读(212) 评论(0) 推荐(0) 编辑
摘要:threejs绘制多边形 function test2(){ // 三维坐标返回顶点索引 可以参照上面的五边形 返回结果是一样的 //var trianglesIndex3 = earcut([ //三维顶点数据 var arr = [7.0,-130.0,700.0, 7.0,130.0,700. 阅读全文
posted @ 2021-11-28 19:10 西北逍遥 阅读(819) 评论(0) 推荐(0) 编辑
摘要:java random public static double random() { return RandomNumberGeneratorHolder.randomNumberGenerator.nextDouble(); } ########################## 阅读全文
posted @ 2021-11-28 19:03 西北逍遥 阅读(32) 评论(0) 推荐(0) 编辑
摘要:Math.pow /** * Returns the value of the first argument raised to the power of the * second argument. Special cases: * * <ul><li>If the second argument 阅读全文
posted @ 2021-11-27 07:56 西北逍遥 阅读(183) 评论(0) 推荐(0) 编辑
摘要:QAction 头文件 #include <QAction> 函数 QAction(QObject *parent = nullptr) QAction(const QString &text, QObject *parent = nullptr) QAction(const QIcon &icon 阅读全文
posted @ 2021-11-26 16:32 西北逍遥 阅读(326) 评论(0) 推荐(0) 编辑
摘要:基于kinova jaco2机械臂的仿真模拟 struct AngularInfo { /** * As an example if the current control mode is angular position the unit will be degree but if the con 阅读全文
posted @ 2021-11-25 07:20 西北逍遥 阅读(367) 评论(0) 推荐(0) 编辑
摘要:kinova joca2 获取当前每个舵机的角度 #include "KinovaTypes.h" #include <iostream> #ifdef __linux__ #include <dlfcn.h> #include <vector> #include "Kinova.API.CommL 阅读全文
posted @ 2021-11-24 09:36 西北逍遥 阅读(201) 评论(0) 推荐(0) 编辑
摘要:QJsonDocument QJsonDocument类提供了一种读取和写入JSON文档的方法。 QJsonDocument是一个封装完整JSON文档的类,可以从UTF-8编码的基于文本的表示以及Qt自己的二进制格式读取和写入此文档。 可以使用QJsonDocument::fromJson()将JS 阅读全文
posted @ 2021-11-23 17:22 西北逍遥 阅读(1367) 评论(0) 推荐(0) 编辑
摘要:Qt播放音乐/音频 QMediaPlayer类用来播放媒体资源。 QMediaPlayer类是一个高级媒体播放类。它可以用来播放歌曲、电影和互联网广播等内容。要播放的内容被指定为QMediaContent对象,可以将其视为附加了附加信息的主URL或规范URL。当配备QMediaContent时,可以 阅读全文
posted @ 2021-11-22 16:09 西北逍遥 阅读(606) 评论(0) 推荐(0) 编辑
摘要:kinova jaco2 TrajectoryPoint /** @brief This data structure represents a point of a trajectory. It contains the position a limitation that you can app 阅读全文
posted @ 2021-11-21 13:42 西北逍遥 阅读(38) 评论(0) 推荐(0) 编辑
摘要:Kinova Type POSITION_TYPE Type; /** * @brief That represents the type of a position. If used during a trajectory, the type of position * will change t 阅读全文
posted @ 2021-11-20 18:52 西北逍遥 阅读(43) 评论(0) 推荐(0) 编辑
摘要:kinova jaco2 抓头手指控制 FingersPosition FingersPosition Fingers; Fingers.finger1 = 1616; Fingers.finger2 = 1616; Fingers.finger3 = 0; Initialization's res 阅读全文
posted @ 2021-11-20 16:55 西北逍遥 阅读(64) 评论(0) 推荐(0) 编辑
摘要:c++ kinova jaco2 控制机械臂动作 void RobotThread::initPoint1() { pointToSend.Position.Type = ANGULAR_VELOCITY; pointToSend.Position.Actuators.Actuator1 = 8; 阅读全文
posted @ 2021-11-20 16:17 西北逍遥 阅读(195) 评论(0) 推荐(0) 编辑
摘要:C盘和其他盘中间有恢复分区,C盘无法扩展的解决办法之一 DISKPART> DISKPART> DISKPART> DISKPART> list disk 磁盘 ### 状态 大小 可用 Dyn Gpt 磁盘 0 联机 1863 GB 3072 KB * * 磁盘 1 联机 238 GB 32 GB 阅读全文
posted @ 2021-11-19 18:52 西北逍遥 阅读(3539) 评论(0) 推荐(0) 编辑
摘要:Kinova joca2 #pragma once #include <vector> #include "KinovaTypes.h" #include "CommunicationLayerWindows.h" #include <stdio.h> //This defines the the 阅读全文
posted @ 2021-11-19 08:50 西北逍遥 阅读(54) 评论(0) 推荐(0) 编辑
摘要:win10 cmake vs2017编译 protobuf编译 cmake Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.19042. The C compiler identification is MSVC 1 阅读全文
posted @ 2021-11-18 11:15 西北逍遥 阅读(74) 评论(0) 推荐(0) 编辑
摘要:C# sqlite执行sql /// <summary> /// 执行增删改查操作 /// </summary> /// <param name="sql">查询语言</param> /// <returns></returns> public static int ExecuteNonQuery( 阅读全文
posted @ 2021-11-18 07:32 西北逍遥 阅读(291) 评论(0) 推荐(0) 编辑
摘要:threejs绘制长方体 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>WebGL三维场景</title> <style> body { margin: 0; overflow: hidden; /* 阅读全文
posted @ 2021-11-17 10:47 西北逍遥 阅读(1311) 评论(1) 推荐(0) 编辑
摘要:Threejs绘制多边形,使用THREE.Shape() function createPolygon(){ var group = new THREE.Group(); var rectLength = 120, rectWidth = 40; var rectShape = new THREE. 阅读全文
posted @ 2021-11-17 08:06 西北逍遥 阅读(1215) 评论(0) 推荐(1) 编辑
摘要:IfcEnergyConversionDeviceType 实体定义 元素类型IfcEnergyConversionType定义了能量转换设备的公共特性集定义列表和一组可选的产品表示。它用于定义能量转换设备规格(特定产品信息,该产品类型的所有实例都通用)。 能量转换类型用于定义可应用于该类型的多个实 阅读全文
posted @ 2021-11-17 07:18 西北逍遥 阅读(67) 评论(0) 推荐(0) 编辑
摘要:IfcContext 学习 class IfcContext { constructor(options) { this.render = () => { requestAnimationFrame(this.render); this.updateAllComponents(); }; if (! 阅读全文
posted @ 2021-11-16 21:14 西北逍遥 阅读(65) 评论(0) 推荐(0) 编辑
摘要:IfcFlowController 实体定义 分配流量元件IfcFlowController定义分配系统中用于调节通过分配系统的流量的元件的出现。示例包括阻尼器、阀门、开关和继电器。其类型由IfcFlowControllerType或子类型定义。 IFC2.0中的新实体。 IFC4更改此实体已不推荐 阅读全文
posted @ 2021-11-16 19:16 西北逍遥 阅读(27) 评论(0) 推荐(0) 编辑
摘要:IfcFlowControllerType 实体定义 元素类型IfcFlowControllerType定义了流控制器的常用共享特性集定义列表和一组可选的产品表示。它用于定义流量控制器规格(即特定产品信息,该产品类型的所有实例都通用)。 流量控制器类型用于定义可应用于该类型的多个实例的流量控制器的公 阅读全文
posted @ 2021-11-15 06:29 西北逍遥 阅读(70) 评论(0) 推荐(0) 编辑
摘要:colors const colors = { 'aliceblue': 0xF0F8FF, 'antiquewhite': 0xFAEBD7, 'aqua': 0x00FFFF, 'aquamarine': 0x7FFFD4, 'azure': 0xF0FFFF, 'beige': 0xF5F5D 阅读全文
posted @ 2021-11-14 14:01 西北逍遥 阅读(217) 评论(0) 推荐(0) 编辑
摘要:IfcFlowFitting 实体定义 分配流量元素IfcFlowFitting定义了流量分配系统(如弯头或T形三通)中连接或过渡的出现。其类型由IfcFlowFittingType或其子类型定义。 IFC2.0中的新实体。 IFC4更改此实体已不推荐用于实例化,并将在将来的版本中变得抽象;现在应该 阅读全文
posted @ 2021-11-14 07:47 西北逍遥 阅读(68) 评论(0) 推荐(0) 编辑
摘要:threejs绘图 function test17(){ var group = new THREE.Group(); var list1 = [[[58.0,-18.0,3452.0],[59.0,-18.0,3446.0],[59.0,18.0,3446.0],[58.0,17.0,3452.0 阅读全文
posted @ 2021-11-13 19:19 西北逍遥 阅读(124) 评论(0) 推荐(0) 编辑
摘要:osg::Geode* createIfcPolygon2() { osg::Geode* geode = new osg::Geode(); //face 8 { osg::Geometry* geom_face1 = new osg::Geometry(); osg::Vec3Array* co 阅读全文
posted @ 2021-11-12 18:34 西北逍遥 阅读(140) 评论(0) 推荐(0) 编辑
摘要:osg绘图的形式 enum Mode { POINTS = GL_POINTS, //点 LINES = GL_LINES, //线 LINE_STRIP = GL_LINE_STRIP, LINE_LOOP = GL_LINE_LOOP, //封闭轮廓 TRIANGLES = GL_TRIANGL 阅读全文
posted @ 2021-11-12 17:51 西北逍遥 阅读(257) 评论(0) 推荐(0) 编辑
摘要:THREE.Geometry function getFace(){ var triangleGeometry = new THREE.Geometry(); var faceArr1=[]; faceArr1.push(new THREE.Vector3(0.0,-7.0,-150.0)); fa 阅读全文
posted @ 2021-11-12 07:31 西北逍遥 阅读(463) 评论(0) 推荐(0) 编辑
摘要:IfcFlowFittingType 实体定义 元素类型IfcFlowFittingType定义了流管件的常用特性集定义列表和一组可选的产品表示形式。它用于定义流量配件规范(即特定产品信息,该信息对于该产品类型的所有实例都是通用的)。 流量管件类型用于定义可应用于该类型的多个引用的流量管件的公共特性 阅读全文
posted @ 2021-11-11 19:07 西北逍遥 阅读(73) 评论(0) 推荐(0) 编辑
摘要:java Arrays * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. package java.util; import java.lang.reflect.Array; import j 阅读全文
posted @ 2021-11-10 09:27 西北逍遥 阅读(26) 评论(0) 推荐(0) 编辑
摘要:java String * Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved. package java.lang; import java.io.ObjectStreamField; import 阅读全文
posted @ 2021-11-09 12:24 西北逍遥 阅读(16) 评论(0) 推荐(0) 编辑
摘要:SpeechSynthesisUtterance <!DOCTYPE html> <meta charset="utf-8"> <p>This page immediately calls speechSynthesis.speak(new SpeechSynthesisUtterance("hel 阅读全文
posted @ 2021-11-08 17:40 西北逍遥 阅读(1742) 评论(0) 推荐(1) 编辑
摘要:QOpenGLWindow QOpenGLWindow类是QWindow的一个方便的子类,用于执行OpenGL绘制。 QOpenGLWindow是一个增强的QWindow,它允许轻松创建使用与QOpenGLWidget兼容且类似于传统QGLWidget的API执行OpenGL渲染的窗口。与QOpen 阅读全文
posted @ 2021-11-08 08:59 西北逍遥 阅读(1414) 评论(0) 推荐(0) 编辑
摘要:anylogic professional 7 安装 J:\Anylogic\AnyLogic7_0_2_install\AnyLogic 7 Professional\plugins\com.xj.anylogic.truelicense_7.0.2.201404181534\tl.jar J:\ 阅读全文
posted @ 2021-11-07 13:25 西北逍遥 阅读(411) 评论(0) 推荐(0) 编辑
摘要:qstring.h /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 阅读全文
posted @ 2021-11-07 09:16 西北逍遥 阅读(226) 评论(0) 推荐(0) 编辑
摘要:Qt QVariant qvariant.h /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** C 阅读全文
posted @ 2021-11-06 08:16 西北逍遥 阅读(394) 评论(0) 推荐(0) 编辑
摘要:1、qobject_impl.h /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact 阅读全文
posted @ 2021-11-05 08:30 西北逍遥 阅读(458) 评论(0) 推荐(0) 编辑
摘要:Qt源码地址 https://download.qt.io/ https://download.qt.io/archive/qt/ https://code.qt.io/cgit/qt/qt5.git ########################### 阅读全文
posted @ 2021-11-04 08:46 西北逍遥 阅读(260) 评论(0) 推荐(0) 编辑
摘要:java Method /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lic 阅读全文
posted @ 2021-11-03 09:12 西北逍遥 阅读(34) 评论(0) 推荐(0) 编辑
摘要:matlab polarplot 在极坐标中绘制螺线 theta = linspace(0,1800,500); rho = 0.005*theta/100; theta_radians = deg2rad(theta); polarplot(theta_radians,rho) 参考:https: 阅读全文
posted @ 2021-11-02 08:44 西北逍遥 阅读(379) 评论(0) 推荐(0) 编辑
摘要:matlab polarplot 在极坐标中绘制线条 函数: function h = polarplot(varargin) %POLARPLOT Polar plot. % POLARPLOT(TH,R) plots vector TH vs R. The values in TH % are 阅读全文
posted @ 2021-11-02 08:29 西北逍遥 阅读(929) 评论(0) 推荐(0) 编辑
摘要:无法解析的外部符号 wWinMain 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 LNK2019 无法解析的外部符号 wWinMain,该符号在函数 "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) 中被引用 ConsoleApp 阅读全文
posted @ 2021-11-01 13:08 西北逍遥 阅读(1883) 评论(0) 推荐(0) 编辑
摘要:笔记本环境 done # # To activate this environment, use # # $ conda activate wind_2021 # # To deactivate an active environment, use # # $ conda deactivate (b 阅读全文
posted @ 2021-11-01 09:14 西北逍遥 阅读(41) 评论(0) 推荐(0) 编辑
摘要:jsoup connect /** * Creates a new {@link Connection} to a URL. Use to fetch and parse a HTML page. * <p> * Use examples: * <ul> * <li><code>Document d 阅读全文
posted @ 2021-11-01 08:53 西北逍遥 阅读(466) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示