一些安全条例
怎么穿搭好看得体
Grammars-for-English-Majors-Band-4
Believe in Yourself
Believe in your dreams.
Believe that you are loved.
Believe that you make a different.
Believe we can build a better world.
Believe there’s light at the end of the tunnel.
Believe that you may be that light for someone else.
Believe that the best is yet to be.
Believe in yourself.
记录要记忆的东西
Introduction to Linear Algebra
This is an excerpt of both brief summary and worked examples of each section in the Introduction to Linear Algebra (Fifth Edition) by Gilbert Strang
TODO: draw svg format figure by using tikz; Using gather*
or align*
or array
while there is a line break in display mode LaTex.
postgraduate-advanced-mathematics-2
同济高等数学笔记整合(下) 考研用
基于 wmathor/Postgraduate-Advanced-Mathematics
建议先看一看 Introduction to Linear Algebra - Determinant
补充了级数部分的内容
postgraduate-advanced-mathematics
同济高等数学笔记整合(上) 考研用
基于 wmathor/Postgraduate-Advanced-Mathematics
不定积分是为定积分服务的, 它的目的是找原函数
英语的语法是一系列的规则, 只要理清和遵循这些规则, 就能写出正确的句子
本文的作用旨在脑中形成一个能够检查英语语法正确性的模型.
senior-high-schoool-mathematics
高中数学的内容
省略了不重要的东西(比如集合、函数奇偶性, 弧度制(曲边三角形)等一些谁都懂的概念)
基于 基础版数学笔记
常见集合 自然数: \(N\) , 正整数 \(N^+\) , 整数 \(Z\) , 有理数 \(Q\) , 非零有理数 \(Q^*\), 实数 \(R\) , 复数 \(C\)
离散数学笔记
非常重要的结论叫定理
普通的结论叫性质
从 0 开始
需要对C语言的指针和数组有一定的了解
全部代码示例皆为C语言
函数中所有用到的变量都声明在开头
函数名使用帕斯卡命名法
变量使用驼峰命名(我平时用匈牙利命名法)