Sitemap
A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.
Pages
Posts
TestPost
Published:
这是一个 excerpt 嘿嘿
Cycle Space 与 Cut Space
Published:
讲解了无向图的 cycle space 和 cut space 的性质,并且尝试在有向图的情况进行类比。
图论 1
Published:
最短路、优化建图、差分约束、MST、Tarjan、2-SAT、Euler 路。
函数的极值
Published:
讲解了一些常用的函数极值处理手法。
高开省选 Day 6
Published:
网络流的原理和图论建模。
高开省选 Day 2
Published:
沈吉滪的数据结构课!
高开省选 Day 1
Published:
郭羽冲的模拟赛!
MY OI
Published:
OI 做题思路
2025 AIME II
Published:
对这套考场上做过 9 分的题,给出复盘与想法。
数据结构 6
Published:
杂题选做。
字符串 2
Published:
SA、SAM、广义 SAM。
字符串
Published:
集合——(K)MP、AC 自动机、Z 函数、Manacher、SA、SAM、广义 SAM。
字符串 1
Published:
(K)MP、AC 自动机、Z 函数、Manacher。
数据结构
Published:
集合——Splay、LCT、分块、莫队、块状链表、可持久化数据结构、静态链分治、线段树合并、长链剖分、整体二分、CDQ 分治、点分治、点分树。
数据结构 5
Published:
静态链分治、线段树合并、长链剖分、整体二分、CDQ 分治、点分治、点分树
数据结构 4
Published:
数据结构
数据结构 3
Published:
根号算法——分块 & 块状链表 & 莫队
数据结构 2
Published:
LCT
数据结构 1
Published:
Splay
Machine Learning Diagnostic
Published:
Ways of improving your machine learning result.
Neural Network
Published:
Intro to Neural Network.
Other Things about Optimization Algorithms
Published:
Feature Scaling, Choosing Learning Rate, and Regularization.
Classification
Published:
Methods of Classification.
AP E&M Chapter 14-16 Part 4: Maxwell’s Equations
Published:
Maxwell’s equations: the Holy Grail of electricity and magnetism.
AP E&M Chapter 14-16 Part 3: Inductors
Published:
A new device in the circuit - the inductor.
AP E&M Chapter 14-16 Part 2: Faraday’s Law
Published:
Magnetic fields can produce electric fields.
AP E&M Chapter 14-16 Part 1: Magnetic Fields
Published:
Biot-Savart Law, Lorentz Force, and Ampere’s Law
Linear Regression
Published:
Methods of solving Linear Regression.
刘博上课笔记
Published:
科研的基本知识。
My Math
Published:
对 MO 问题的各种解决方法合集。
AP E&M Chapter 13.5 Other things about Circuits
Published:
Concepts about circuits.
AP E&M Chapter 13 Analysis of Circuits
Published:
Current, Resistance, Kirchhoff’s Laws, and RC circuit.
线性回归,基于 Ti-NSpire CX CAS 计算器
Published:
在 Ti-NSpire CX CAS 计算器中算出线性回归的数值解与解析解。
Intro to AI
Published:
Introduction to Machine Learning.
AP E&M Chapter 12 Capacitors
Published:
A new device in the circuit - the capacitor.
AP E&M Chapter 11 Gauss’s Law
Published:
Gauss’s Law - Using symmetry to determine electric fields.
AP E&M Chapter 10 Electrostatics
Published:
Intro to E&M - Electrostatics.
转动惯量表
Published:
Rotational inertia for common shapes.
Macro Unit 19
Published:
International Trade.
Macro Unit 17-18
Published:
Phillips Curve, National Debt, and Fiscal Policy.
Macro Unit 16
Published:
Business Cycle and AD-AS Model.
Macro Unit 14-15 杂项
Published:
Money, T-Account, and Equation of Exchange.
Macro Unit 14-15 主线
Published:
Money Market, Loanable Funds Market, and Monetary Policy.
Macro Unit 12-13
Published:
GDP, Inflation, and Unemployment.
自主探究:Modular Geometry
Published:
尝试研究模意义下的几何问题。
AP Physics C Mechanics Chapter 9 Simple Harmonic Motion
Published:
Intro to simple harmonic motion.
二阶常系数齐次微分方程
Published:
二阶常系数齐次微分方程的标准解法,方便以后查阅。
AP Physics C Mechanics Chapter 7&8 Rotation
Published:
Intro to concepts in rotation.
Symmetric Polynomial
Published:
对称多项式的引入。
Lifting The Exponent
Published:
升幂引理(LTE)的介绍与应用。
OI 中的等价无穷大方程
Published:
给出了一类解决 OI 中分块问题求解块长的方法。
Contest7519 - 虚树计算
Published:
虚树的详细介绍与结论证明,以及相关例题。
拉格朗日插值学习笔记
Published:
从中国剩余定理到拉格朗日插值 - 它们的本质是相同的。
斜率优化学习笔记
Published:
动态规划优化算法 - 斜率优化的详细介绍。
Contest5401 - 网络流-2
Published:
网络流建模的一些例题。
Contest7516 - 平面图
Published:
平面图的性质介绍。
Contest5386 - NTT
Published:
NTT 的详细推导。
Contest5385 - FFT
Published:
FFT 的详细推导。
SA 学习笔记
Published:
字符串算法 - 后缀数组(Suffix Array)的详细介绍。
Contest7506 - 莫队 分块
Published:
莫队和分块的学习笔记。
Contest5408 - 数论函数
Published:
一些数论函数题目。
Contest7519 - 线段树合并 & 静态链分治
Published:
TODO: Excerpt
MY OI
Published:
对 OI 问题的各种解决方法合集。
对拍
Published:
Windows 下对拍的方法介绍。
Use Mathematica in Python
Published:
在 Python 中使用 Wolfram Mathematica 的计算能力。
Mathematica Partial Fraction Decomposition
Published:
Mathematica 的部分分式分解函数。
关于一道高斯函数题目
Published:
皮克定理在数论题目中的妙用。
P10447 最短 Hamilton 路径 题解
Published:
经典状压 DP 问题 Hamilton 路径,是许多小数据问题的模板。
Pick’s Theorem 学习笔记
Published:
格点多边形的内部整点数量计算。
P8116 「Wdoi-1.5」魔理沙的计算器 题解
Published:
很妙的简单数论题。
粉兔杯初赛
Published:
经典贪心模型。
P1829 / SP8099 Crash的数字表格 题解
Published:
杜教筛优化经典莫比乌斯反演题。
莫比乌斯反演与杜教筛——从入门到入土
Published:
常见数论函数求和题目的各种处理手法。
从零开始发明 AC 自动机
Published:
AC 自动机是一种多模字符串匹配算法。
P6583 回首过去 题解
Published:
一道初级数论分块好题。
Hello World!
Published:
Hello World!
portfolio
Diamond Rush
Published:
A grid-based game built using Python.
Block Quest
Published:
Space Shooter
Published:
Floodcraft
Published:
Beneath
Published:
Minetris
Published:
Pixel Run
Published:
publications
Paper Title Number 1
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work.
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).
Download Paper | Download Slides | Download Bibtex
Paper Title Number 2
Published in Journal 1, 2010
This paper is about the number 2. The number 3 is left for future work.
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).
Download Paper | Download Slides
Paper Title Number 3
Published in Journal 1, 2015
This paper is about the number 3. The number 4 is left for future work.
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).
Download Paper | Download Slides
Paper Title Number 4
Published in GitHub Journal of Bugs, 2024
This paper is about fixing template issue #693.
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper