原创 《挑戰程序設計競賽》閱讀筆記

《挑戰程序設計競賽》第一階段閱讀計劃 Date Chapter Start Page End Page Finish on Time❓ 2020-07-06 2.1 最基礎的“窮竭搜索” 26 38 ✔️ 20

原创 3.5 線性方程組

1 齊次線性方程組 mmm 個方程 nnn 個未知量的齊次線形方程組: {a11x1+a12x2+⋯+a1nxn=0a21x1+a22x2+⋯+a2nxn=0⋯⋯am1x1+am2x2+⋯+amnxn=0 \begin{cas

原创 Windows 系統新建 .gitignore 文件出現“必須鍵入文件名”錯誤的解決辦法

Windows 新建 .gitignore 文件報錯如下: 創建 gitignore.txt 文件 按住 Shift 鍵並右鍵選擇 在此處打開命令窗口 執行命令 ren gitignore.txt .gitignore

原创 3.4 等價矩陣 VS. 等價向量組

1 等價矩陣 設 A,B\boldsymbol{A},\boldsymbol{B}A,B 均是 m×nm \times nm×n 矩陣,若存在可逆矩陣 Pm×m,Qn×n\boldsymbol{P}_{m \times m},

原创 How to build applications with OpenCV inside the Microsoft Visual Studio 2019

Set the OpenCV enviroment variable and add it to the systems path Open Visual Studio 2019 and create a new proj

原创 LNK1104 cannot open file 'libboost_regex-vc142-mt-gd-x32-1_71.lib'

I was following Boost Getting Started on Windows to learn Boost. I linked the example solution to a Boost library w

原创 Vector Norms

L1L_1L1​ Norm (Taxicab Norm or Manhattan norm) L2L_2L2​ Norm (Euclidean norm) Max Norm The L1L_1L1​ norm is

原创 二分法解最小化【數組分段和】問題

LCP 12. 小張刷題計劃 class Solution { public: int getNum(vector<int>& time, int vol) { int res = 1;

原创 scanf("3c",&c);

scanf("%3c", &c); My girlfriend CC asked me a question about C programming language today, “What does scanf("%mc",

原创 個人博客設計思路

The entire article can be placed in a card as big as A4 paper. C#繪圖例子 - 樑筆記

原创 2.9 矩陣的行列式

A,B\boldsymbol{A},\boldsymbol{B}A,B 爲 nnn 階方陣 一般,∣A+B∣≠∣A∣+∣B∣\begin{vmatrix} \boldsymbol{A}+\boldsymbol{B} \end{v

原创 山東大學計算機學院夏令營經驗貼.2019

山東大學青島校區共有 6 個學院,8 個研究所。 計算機科學與技術專業入選了雙一流學科,入選學科是數學和數據科學。 招生政策 學碩專業名稱爲計算機科學技術,專碩專業名稱今年改爲電子信息,以前叫計算機技術。 博士生 3 篇

原创 2.8.1 矩陣的合同

1 定義 現給出 f(x)=xTAxf(\boldsymbol{x})=\boldsymbol{x}^T\boldsymbol{A}\boldsymbol{x}f(x)=xTAx,令 x=Cy\boldsymbol{x}=\b

原创 2.6 矩陣的秩

1 定義 矩陣中最高階非零子行列式的階數稱爲矩陣的秩,記爲 r(A)r(\boldsymbol{A})r(A)。 若存在 kkk 階子行列式不爲0️⃣,任意 k+1k+1k+1 階子行列式(如果有的話)全爲0️⃣,則 r(A)=

原创 2.4 分塊矩陣

A\boldsymbol{A}A 按行分塊: A=[a11a12⋯a1na21a22⋯a2n⋮⋮⋮am1am2⋯amn]=[A1A2⋮Am] \boldsymbol{A} = \begin{bmatrix} a_{11} & a