12 2019 档案

摘要:在ubuntu16 anaconda上配置 caffe2,因为caffe2已经和pytorch合并了,所以配置pytorch即可。 启动Anaconda环境 安装依赖库 pip install numpy ninja pyyaml mkl mkl-include setuptools cmake c 阅读全文
posted @ 2019-12-31 19:05 西北逍遥 阅读(429) 评论(0) 推荐(0) 编辑
摘要:star@xmatrix:~$ star@xmatrix:~$ conda create -n wind2 python=3.6 Solving environment: done ==> WARNING: A newer version of conda exists. <== current version: 4.4.10 latest version: 4.8.0 Please update 阅读全文
posted @ 2019-12-31 10:31 西北逍遥 阅读(341) 评论(0) 推荐(0) 编辑
摘要:C++ Stream(串流)迭代器 4277-51234567891 < 2 < 3 < 4 < 5 < 6 < 7 < 8 < 9 <请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 阅读全文
posted @ 2019-12-30 19:54 西北逍遥 阅读(412) 评论(0) 推荐(0) 编辑
摘要:C++ deque const_iterator const_reverse_iterator运用实例 23456 65432 请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 阅读全文
posted @ 2019-12-29 16:03 西北逍遥 阅读(358) 评论(0) 推荐(0) 编辑
摘要:iter_swap函数用来交换两个迭代器所指向的元素值,迭代器类型不必相同,但其所指的值必须可以相互赋值(assignable)。 myprint.hpp test.cpp 1 2 3 4 5 6 7 8 92 1 3 4 5 6 7 8 99 1 3 4 5 6 7 8 2请按任意键继续. . . 阅读全文
posted @ 2019-12-28 19:42 西北逍遥 阅读(1103) 评论(0) 推荐(0) 编辑
摘要:C++ distance() 处理迭代器之间的距离 difference between begining and 5: 8请按任意键继续. . . 代码参考:C++标准库(第2版) 阅读全文
posted @ 2019-12-28 19:27 西北逍遥 阅读(3906) 评论(2) 推荐(1) 编辑
摘要:C++ advance()运用案例 032请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) 阅读全文
posted @ 2019-12-27 16:45 西北逍遥 阅读(661) 评论(0) 推荐(0) 编辑
摘要:ubuntu anaconda tensorrt (wind1) star@xmatrix:~$ (wind1) star@xmatrix:~$ (wind1) star@xmatrix:~$ cd TensorRT (wind1) star@xmatrix:~/TensorRT$ (wind1) 阅读全文
posted @ 2019-12-26 16:57 西北逍遥 阅读(857) 评论(0) 推荐(0) 编辑
摘要:1、下载对应的版本 NVIDIA TensorRT 7.x Download NVIDIA TensorRT is a platform for high performance deep learning inference. TensorRT works across all NVIDIA GP 阅读全文
posted @ 2019-12-26 11:00 西北逍遥 阅读(797) 评论(0) 推荐(0) 编辑
摘要:1、下载 https://github.com/Kitware/CMake/releases 2、解压 star@xmatrix:~/CMake/CMake-3.16.0$ tar -zxvf CMake-3.16.0.tar.gzcd CMake-3.16.0 3、配置 4、编译 make 5、安 阅读全文
posted @ 2019-12-26 10:09 西北逍遥 阅读(988) 评论(0) 推荐(0) 编辑
摘要:早晨找到了17年年初,小胡做的塔吊吊装模拟,截几张图,记录一下在开发施工过程模拟系统过程中那些艰难探索的日子。 阅读全文
posted @ 2019-12-25 08:27 西北逍遥 阅读(610) 评论(0) 推荐(0) 编辑
摘要:ubuntu查看cuda、cuDNN版本 cuda: #cat /usr/local/cuda/version.txt 或者 nvcc -V cuDNN: #cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2 GNU make cm 阅读全文
posted @ 2019-12-24 15:56 西北逍遥 阅读(2444) 评论(0) 推荐(0) 编辑
摘要:1、打开SteamVR设备管理软件 ****************确保VR设备都已连接上 2、打开unity3d,在Asset Store中搜索SteamVR,导入SteamVR Plugin包 3、建立场景,运行,戴上眼镜,浏览场景 阅读全文
posted @ 2019-12-23 22:14 西北逍遥 阅读(692) 评论(0) 推荐(0) 编辑
摘要:star@xmatrix:~/Anaconda$ star@xmatrix:~/Anaconda$ conda create -n wind1 python=3.6Solving environment: done==> WARNING: A newer version of conda exist 阅读全文
posted @ 2019-12-22 14:36 西北逍遥 阅读(955) 评论(0) 推荐(0) 编辑
摘要:star@xmatrix:~$ lshwWARNING: you should run this program as super-user.xmatrix description: Computer width: 64 bits capabilities: vsyscall32 *-core de 阅读全文
posted @ 2019-12-22 14:24 西北逍遥 阅读(583) 评论(0) 推荐(0) 编辑
摘要:ubuntu连接多个realsense d435 阅读全文
posted @ 2019-12-21 19:28 西北逍遥 阅读(1407) 评论(0) 推荐(0) 编辑
摘要:C++ unordered_set运用实例 17 1 2 19 11 3 13 5 7 23 29 31 37 4117 1 2 19 11 3 13 5 7 23 29 31 37 41 -7 33 -1117 1 2 19 11 3 13 5 7 23 29 31 37 41 -7 -1117 阅读全文
posted @ 2019-12-20 10:39 西北逍遥 阅读(4415) 评论(0) 推荐(0) 编辑
摘要:C++ Multimap运用实例—查找元素 3 97 3请按任意键继续. . . 代码参考:C++标准库(第2版) 阅读全文
posted @ 2019-12-19 20:09 西北逍遥 阅读(842) 评论(0) 推荐(0) 编辑
摘要:C++ Multimap运用实例 english german car Auto clever raffiniert day Tag smart elegant smart raffiniert smart klug strange fremd strange seltsam trait Merkm 阅读全文
posted @ 2019-12-19 19:45 西北逍遥 阅读(848) 评论(0) 推荐(0) 编辑
摘要:C++ Map运用实例 stock1:BASF price:369.5stock1:BMW price:834stock1:Daimler price:819stock1:Simements price:842.2stock1:VW price:413.5 stock1:BASF price:739 阅读全文
posted @ 2019-12-18 20:54 西北逍遥 阅读(1104) 评论(0) 推荐(0) 编辑
摘要:C++ Set运用实例 6 5 4 3 2 14 already exists1 2 3 4 5 61 element(s) removed3 4 6请按任意键继续. . . 代码参考:C++标准库(第2版) 阅读全文
posted @ 2019-12-17 19:16 西北逍遥 阅读(521) 评论(0) 推荐(0) 编辑
摘要:C++ list运用实例 list1:0 1 2 3 4 5list2:5 4 3 2 1 0 list1:list2:5 4 0 1 2 3 4 5 3 2 1 0 list1:list2:4 0 1 2 3 4 5 3 2 1 0 5 list1:0 0 1 1 2 2 3 3 4 4 5 5l 阅读全文
posted @ 2019-12-16 19:49 西北逍遥 阅读(478) 评论(0) 推荐(0) 编辑
摘要:C++ vector C++, test1 test2 test3 test4max_size:461168601842738790size:5capacity:6C++, test3 test2 TEST test1 Javasize:6capacity:6size:4capacity:4请按任意 阅读全文
posted @ 2019-12-15 20:08 西北逍遥 阅读(558) 评论(0) 推荐(0) 编辑
摘要:myprint.hpp test.cpp 3 7 9 5 2 0 0 0 0 03 7 9 5 2 0 0 0 555 666sum:1247 -3 -7 -9 -5 -2 0 0 0 -555 -666请按任意键继续. . . 阅读全文
posted @ 2019-12-14 20:12 西北逍遥 阅读(540) 评论(0) 推荐(0) 编辑
摘要:4 8 400010100010000000011010000000000000000000000000000000000000000000000000001000001101000000000000000000000请按任意键继续. . . 阅读全文
posted @ 2019-12-13 17:17 西北逍遥 阅读(1093) 评论(0) 推荐(0) 编辑
摘要:本质:引用是别名,指针是地址,具体的: ①从现象上看,指针在运行时可改变其所指向的值,而引用一旦和某个对象绑定后就不在改变。这句话可以这样理解:指针可以被重新赋值以指向另一个不同的对象。但是引用总指向在初始化时被指定的对象,以后不能改变,但是指定的对象内容可以改变。 ②从内存上分配看,程序为指针变量 阅读全文
posted @ 2019-12-13 16:27 西北逍遥 阅读(918) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <list> using namespace std; int main() { list<char> list1; for (char c1='a';c1<='z';++c1) { list1.push_back(c1); } list<c 阅读全文
posted @ 2019-12-12 20:18 西北逍遥 阅读(210) 评论(0) 推荐(0) 编辑
摘要:Algorithm测试 #include <algorithm> #include <vector> #include <iostream> using namespace std; int main() { vector<int> vec_1 = {3,7,6,2,1,8,9}; auto min 阅读全文
posted @ 2019-12-11 19:42 西北逍遥 阅读(172) 评论(0) 推荐(0) 编辑
摘要:array 0 test11 test2234 阅读全文
posted @ 2019-12-10 16:33 西北逍遥 阅读(278) 评论(0) 推荐(0) 编辑
摘要:IFC1.0中的新实体 阅读全文
posted @ 2019-12-09 19:30 西北逍遥 阅读(279) 评论(0) 推荐(0) 编辑
摘要:An IfcCircle is a curve consisting of a set of points having equal distance from the center. NOTE A circular arc segment is defined by using the IfcTr 阅读全文
posted @ 2019-12-08 20:16 西北逍遥 阅读(223) 评论(0) 推荐(0) 编辑
摘要:/** * This method copys the object as shallow copy (all referenced objects are remaining). * * @return the cloned object **/ public Object shallowCopy 阅读全文
posted @ 2019-12-07 20:14 西北逍遥 阅读(247) 评论(0) 推荐(0) 编辑
摘要:读取CSV数据并写入txt文件 阅读全文
posted @ 2019-12-06 18:04 西北逍遥 阅读(1277) 评论(0) 推荐(0) 编辑
摘要:获取图片 阅读全文
posted @ 2019-12-05 20:35 西北逍遥 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-04 21:29 西北逍遥 阅读(498) 评论(0) 推荐(0) 编辑
摘要:IfcColumn is a vertical structural member which often is aligned with a structural grid intersection. It represents a vertical, or nearly vertical, st 阅读全文
posted @ 2019-12-04 16:07 西北逍遥 阅读(413) 评论(0) 推荐(0) 编辑
摘要:Industry Foundation Classes IFC代表建筑信息建模BIM数据的开放规范,在建筑施工或设施管理项目的各个参与者之间交换和共享。IFC是国际openBIM标准。 IFC规范由数据模式(表示为EXPRESS模式规范和XML模式规范)和引用数据(表示为属性和数量定义的XML定义) 阅读全文
posted @ 2019-12-03 21:49 西北逍遥 阅读(1290) 评论(0) 推荐(0) 编辑
摘要:The IFC JAVA Toolbox can read IFC STEP files and IFCZIP files from any data source that implementsjava.io.InputStream (e.g. a local file from the file 阅读全文
posted @ 2019-12-02 15:26 西北逍遥 阅读(1422) 评论(0) 推荐(0) 编辑
摘要:IfcRoot is the most abstract and root class for all entity definitions that roots in the kernel or in subsequent layers of the IFC specification. It i 阅读全文
posted @ 2019-12-01 19:31 西北逍遥 阅读(316) 评论(0) 推荐(0) 编辑

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