奇异值分解 SVD分解 \(若A \in \mathbb{R}^{m\times n},rank(A) = r,则有SVD分解\) : \[ A = UDV \] \(SVD分解有三种形式\): \(full \ SVD:\) $ U,V是方阵,且为酉阵,U \in \mathbb{m\times ...
分类:
其他好文 时间:
2021-02-08 12:09:06
阅读次数:
0
1、编辑C代码 2、按F5 3、在弹出框中输入下面的代码: cmd /k gcc -o "$(CURRENT_DIRECTORY)\$(NAME_PART).exe" "$(FULL_CURRENT_PATH)" && CLS && "$(CURRENT_DIRECTORY)\$(NAME_PART ...
分类:
其他好文 时间:
2021-02-06 12:12:54
阅读次数:
0
一、Oracle数据库操作 1、创建数据库 create database databasename 2、删除数据库 drop database dbname 3、备份数据库 完全备份 exp demo/demo@orcl buffer=1024 file=d:\back.dmp full=y de ...
分类:
数据库 时间:
2021-02-02 11:29:38
阅读次数:
0
# 查找进程文件位置 [toc] ## wmic ```txt 1. 使用get查询 wmic process get name,executablepath 2 无条件查询 wmic process list brief wmic process list full 3 加where条件查询 wm ...
分类:
系统相关 时间:
2021-01-30 12:08:54
阅读次数:
0
抓包示例 root@python:~# tcpdump -n -S tcp port 5009 # -S 参数的目的是获得ack的绝对值,不加该参数,第三次握手的ack为相对值1 tcpdump: verbose output suppressed, use -v or -vv for full p ...
分类:
其他好文 时间:
2021-01-30 11:57:32
阅读次数:
0
转:npm install 时总是报phantomjs-prebuilt@2.1.14安装失败 在npm install时总是报如下错误, 尝试单独安装:npm install phantomjs-prebuilt@2.1.14 还是报错 Please report this full log at ...
分类:
Web程序 时间:
2021-01-28 12:01:50
阅读次数:
0
1.虚拟机(WMware): 下载地址(已存网盘):https://download3.vmware.com/software/wkst/file/VMware-worqkstation-full-15.0.0-10134415.exe 许可证密码:ZC10K-8EF57-084QZ-VXYXE-Z ...
分类:
系统相关 时间:
2021-01-25 11:34:48
阅读次数:
0
LaTeX is a markup language for describing a document. To Install Tex Live LaTeX distribution : sudo dnf install texlive-scheme-full LaTeX Editors : su ...
分类:
其他好文 时间:
2021-01-25 11:19:41
阅读次数:
0
1.1 Spring是什么 full-stack(全栈式) 轻量级开源框架 两大核心:以 IOC(Inverse Of Control:控制反转)和 AOP(Aspect Oriented Programming:面向切面编程)为内核 1.2 Spring优势 1)方便解耦,简化开发 Spring就 ...
分类:
编程语言 时间:
2021-01-22 12:07:42
阅读次数:
0
安装中文语言时出错。 手动运行G:\SolidWorks.2020.SP0.Full.Premium.DVD\swwi\lang\chinese-simplified\chinese-simplified.msi,成功。 选择切换为英文时不生效,卸载中文语言。 Customize-Keyboard- ...
分类:
其他好文 时间:
2021-01-19 12:24:57
阅读次数:
0