Codes and results are at its Github Repo
The repo is temporarily set to private to avoid potential violation of the Honor Code.
Read moreCodes and results are at its Github Repo
The repo is temporarily set to private to avoid potential violation of the Honor Code.
Read moreCodes and results are at this Github Repo
The repo is temporarily set to private to prevent potential violation of the Honor Code.
Read more#
, ##
, ... -> <h1>
, <h2>
, ...---
-> <hr>
![]()
, <img>
-> <img>
[]()
-> <a>
``` ```
)``
)markdown2html-x.x.x.zip
from this page.markdown2html.exe
and follow the instruction:The repo is temporarily set to private to prevent potential violation of the Honor Code.
A simple tank war game with CLI that supports PVP, PVE and DEMO.
To compile it, you need to install:
g++
, a cpp compiler. Remember to add it to PATH …Read moreThe compiler also creates a copy constructor if we don’t write our own copy constructor. Unlike the default constructor, the body of the copy constructor created by the compiler is not empty, it copies all data members of the passed object to …
monoid=magma+associativity+identity
A magma is a set M matched with an operation • that sends any two elements a, b ∈ M to another element, a • b ∈ M, i.e. \((M,\cdot)\) is a magma, if
antisymmetric matrix: \(A^T=-A\)
angular frequency: aka, angular velocity, radial frequency and circular frequency. Denoted as \(\omega\)
buoyancy: 浮力。
curvature: 曲率。
directly proportional to: 成正比。
displacement: 位移。注意与distance(路程)区分。
distance: 路程。注意 …
Read moreClient <----> CloudFlare <----> VPS
Read moreSometimes we are faced with the following situation:
graph LR
A(Computer A)-->|SSH|B(Server A 192.168.1.3)
B-->|has access via 192.168.1.2:80|C(Server B 192.168.1.2)
A-->|does not have access|C
Computer A
is …