上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 94 下一页
摘要: matlab计算行列式的值与加边后的值 >> >> D1=[2 2 4;3 5 2;4 1 3] D1 = 2 2 4 3 5 2 4 1 3 >> >> >> det(D1) ans = -44 >> >> >> >> D2=[1 1 1 1;0 2 2 4;0 3 5 2;0 4 1 3] D2 阅读全文
posted @ 2020-10-22 08:08 西北逍遥 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 四阶行列式计算 阅读全文
posted @ 2020-10-21 08:33 西北逍遥 阅读(810) 评论(0) 推荐(0) 编辑
摘要: matlab行列式的余子式、代数余子式 四阶行列式: 元素 的余子式: 元素的代数余子式: >> a3 a3 = 6 2 3 1 1 2 1 5 5 2 3 1 4 1 2 1 >> >> >> a6=a3 a6 = 6 2 3 1 1 2 1 5 5 2 3 1 4 1 2 1 >> >> >> 阅读全文
posted @ 2020-10-21 08:05 西北逍遥 阅读(2564) 评论(0) 推荐(0) 编辑
摘要: 行列式转置,值不变 >> a3=[6 2 3 1;1 2 1 5;5 2 3 1;4 1 2 1] a3 = 6 2 3 1 1 2 1 5 5 2 3 1 4 1 2 1 >> >> >> >> det(a3) ans = 6.0000 >> >> >> >> >> a3.' ans = 6 1 阅读全文
posted @ 2020-10-20 19:59 西北逍遥 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 基站配置i西南西 <?xml version="1.0" encoding="UTF-8"?> <YG_RTLS> <Anchor_list> <Anchor z="0" id="1" MA_ID="" y="1789" x="50" ant_dly="" type="2"/> <Anchor z= 阅读全文
posted @ 2020-10-20 11:00 西北逍遥 阅读(143) 评论(0) 推荐(0) 编辑
摘要: matlab计算行列式的值 >> a1=[6 2;4 3] a1 = 6 2 4 3 >> >> det(a1) ans = 10 >> >> a2=[6 2 3;1 3 4;5 7 5] a2 = 6 2 3 1 3 4 5 7 5 >> >> >> det(a2) ans = -72.0000 阅读全文
posted @ 2020-10-20 08:49 西北逍遥 阅读(2037) 评论(0) 推荐(0) 编辑
摘要: matlab绘制一个点、 scatter3(19,18,16,80,[0.8500 0.3250 0.0980],'filled'); 阅读全文
posted @ 2020-10-19 13:06 西北逍遥 阅读(2798) 评论(0) 推荐(0) 编辑
摘要: Ubuntu install of ROS Melodic 参考:http://wiki.ros.org/melodic/Installation/Ubuntu 阅读全文
posted @ 2020-10-18 21:39 西北逍遥 阅读(113) 评论(0) 推荐(0) 编辑
摘要: matlab绘制树 阅读全文
posted @ 2020-10-18 09:12 西北逍遥 阅读(483) 评论(0) 推荐(0) 编辑
摘要: matlab scatter3函数 Syntax scatter3(X,Y,Z) scatter3(X,Y,Z,S) scatter3(X,Y,Z,S,C) scatter3(___,'filled') scatter3(___,markertype) scatter3(___,Name,Value 阅读全文
posted @ 2020-10-17 15:44 西北逍遥 阅读(3668) 评论(0) 推荐(0) 编辑
摘要: matlab rrt star学习 function problem = rrt_star_fn(map, max_iter, max_nodes, is_benchmark, rand_seed, variant) %RRT_STAR_FN -- RRT*FN is sampling-based 阅读全文
posted @ 2020-10-17 15:02 西北逍遥 阅读(716) 评论(0) 推荐(0) 编辑
摘要: matlab rrt算法学习 rrt.m function problem = rrt(map, max_iter, is_benchmark, rand_seed, variant) %RRT -- Rapidly-Exploring Random Tree is sampling-based a 阅读全文
posted @ 2020-10-17 14:51 西北逍遥 阅读(582) 评论(0) 推荐(0) 编辑
摘要: SimpleDateFormat.java package java.text; import java.io.IOException; import java.io.InvalidObjectException; import java.io.ObjectInputStream; import j 阅读全文
posted @ 2020-10-16 20:00 西北逍遥 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 多个QDockWidget用程序控制自动切换 qDockWidgetParam->setVisible(true); qDockWidgetParam->raise(); 阅读全文
posted @ 2020-10-15 20:27 西北逍遥 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 基于IFC数据的施工吊装模拟 四年了,四年了,四年了,我的青春!!!!!!!!!!!!!!!!!!!!! 阅读全文
posted @ 2020-10-14 19:42 西北逍遥 阅读(216) 评论(0) 推荐(0) 编辑
摘要: mysql各种类型的字段 /* Navicat MySQL Data Transfer Source Server : MySQL_localhost_2020 Source Server Version : 50717 Source Host : localhost:3306 Source Dat 阅读全文
posted @ 2020-10-14 09:22 西北逍遥 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 查询的条件控件 //检索字段的返回值类型 QHBoxLayout* horizontalLayout_7 = new QHBoxLayout(); horizontalLayout_7->setSpacing(6); horizontalLayout_7->setObjectName(QString 阅读全文
posted @ 2020-10-13 18:28 西北逍遥 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1.Windows是由微软在1983年11月宣布,并在两年后(1985年11月)发行的。 2.Windows版本2.0是在1987.11正式在市场上推出的。该版本对使用者界面做了一些改进。2.0版本还增强了键盘和鼠标界面,特别是加入了功能表和对话框。 3.Windows3.0是在1990年5月22日 阅读全文
posted @ 2020-10-12 09:28 西北逍遥 阅读(2363) 评论(0) 推荐(0) 编辑
摘要: windows98无法联网时浏览器提示信息页面 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <style>a:link {font:9pt/14pt 宋体, MS Song; color:red} a:v 阅读全文
posted @ 2020-10-12 08:42 西北逍遥 阅读(318) 评论(0) 推荐(0) 编辑
摘要: C++ STL函数对象 cfunctionobject2020101101.cpp //cfunctionobject2020101101.cpp #include <iostream> #include <list> #include <algorithm> #include <iterator> 阅读全文
posted @ 2020-10-11 20:56 西北逍遥 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 安装win98,一直报下面的错误,哪位大神遇到过此类问题? There is not enough free conventional memory to check a drive. You may need to remark(REM) some device drivers from your 阅读全文
posted @ 2020-10-10 18:43 西北逍遥 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 查询数据 //查询数据源 QSqlQuery searchDataSource(ESSystemConfig esSystemConfig,QString sqlParam) {//连接数据库 ESDatabaseCommon esDatabaseCommonObj1; QString databa 阅读全文
posted @ 2020-10-09 15:49 西北逍遥 阅读(215) 评论(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 西北逍遥 阅读(1260) 评论(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 西北逍遥 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 自定义生成IFC globalID的函数 .h文件 #include <QChar> #include <cstdlib> #include <ctime> QString createGlobalID(); .cpp文件 QString createGlobalID() { QChar chars 阅读全文
posted @ 2020-10-07 11:22 西北逍遥 阅读(251) 评论(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 西北逍遥 阅读(211) 评论(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 西北逍遥 阅读(262) 评论(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 西北逍遥 阅读(175) 评论(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 西北逍遥 阅读(241) 评论(0) 推荐(0) 编辑
摘要: IfcBSplineSurface是有理或多项式参数曲面的一般形式。 b_样条曲面是有理或多项式参数曲面的一般形式,它由控制点、基函数和可能的权重来表示。与相应的曲线实体一样,它有一些特殊的子类型,其中一些数据可以从中派生出来。 The symbology used here is: K1 = up 阅读全文
posted @ 2020-10-03 18:27 西北逍遥 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 94 下一页