Tsukimakura's notebook
Inline functions
Initializing search
Welcome to Tsukimakura's notebook!
Computer Science
Maths & Physics
Tsukimakura's notebook
Welcome to Tsukimakura's notebook!
Computer Science
Computer Science
Fundamentals of Programming and Algorithm
Fundamentals of Programming and Algorithm
Algorithms
Algorithms
Computer based
Computer based
High Precision Arithmetic
Quick power
General ideas
General ideas
Divide and conquer
Sorting stability
Space complexity
Time complexity
Searching
Searching
Binary Search
Breadth First Search (BFS)
Depth First Search (DFS)
Linear Search
Sorting
Sorting
Bubble Sort
Hash Sort (Counting Sort)
Insertion Sort
Merge Sort
Quick Sort
Selection Sort
Summary cheat sheet
Maths based
Maths based
Greatest Common Divisor (GCD)
Monte Carlo Simulation
Newton's method
Prime Number Identification
Qin Jiushao's Algorithm (Horner's Method)
Basic knowledge
Basic knowledge
Advanced C Type Qualifiers & Concepts 类型修饰符与其它概念
Arguments vs Parameters 实参与形参
Bitwise Operations
Character Constants 字符常量
Character Encoding 字符编码
Data types 数据类型
Declarations vs Definitions 声明和定义
Expressions 表达式
Expressions&Operators 表达式与运算符
From Source Code to Program Execution
Identifiers 标识符
Input Buffer 输入缓冲区
Keywords 关键字
L value&R value 左值与右值
Literals 字面量
1. Visual Memory Layout (Revised)
Memory leaks 内存泄漏
Name space 命名空间
Scope 作用域
Sequence Points 序列点
Short Circuit Evaluation 短路运算
Statements 语句
Type Conversion 类型转换
Undefined Behavior in C (UB) 未定义行为
Variable Length Arrays (VLA) 变长数组
Number Base Conversion — Detailed Notes (Computer Science)
The main Function in C
Pseudo code 伪代码
Commonly used header files
Commonly used header files
Math.h
Stdbool.h
Stdio.h
Stdlib.h
String.h
Time.h
Data structure
Data structure
Linear
Linear
Queue 队列
Stack 栈
Linked list
Linked list
01 Overview
02 Singly Linked List (No Sentinel)
03 The Sentinel Node (Dummy head)
04 The Tail Pointer
05 The Circular Linked List
06 The Doubly Linked List
07 The Doubly Linked List with Double Sentinels
08 Debugging & Error Prevention
09 Common Linked List Algorithm Problems
Linked List 链表
Data type
Data type
01 The Essence and Core Philosophy of Data Types
02 Integer Systems and Two's Complement Principles
03 Floating Point Systems (IEEE 754)
04 Hardware Architecture and Performance Optimization
05 Type Conversion Mechanisms
06 Formatted IO Engineering Practices
Deep Dive
Deep Dive
Main Function Return Values
scanf Return Value
Static
Typedef
File Operations
File Operations
01 Computer Program Execution & Basic IO Principles
02 Stream & Buffer Mechanisms
03 The Core of File Operations The FILE Structure
04 Read & Write Operations for Text Files
05 Read & Write Operations for Binary Files
06 Random Access in Files
07 File Descriptors & The Kernel
Further knowledge & tips
Further knowledge & tips
32 bit & 64 bit
Anatomy of a function call in memory
Command Line Arguments 命令行参数
GDB Command Line Debugging
Hashing
Inline functions
Makefile Usage
Random Numbers
Stable hash sort
Test time
The stack frame 栈帧
X Macros
Pointer
Pointer
0 Address (NULL Pointer)
Array to pointer Decay
Definition
Function Pointers
Machanics
Pointer comparison
Pointers in expressions
Types of pointers
Usage
Sizeof(pointer)
Problems&Keys
Problems&Keys
Problems and keys
Program Structure
Program Structure
01 The C Compilation Pipeline
02 The Basic Unit of Compilation & Preprocessing Logic
03 Preprocessing & Macros
04 Preprocessing and header files
05 The Foundation — Instruction Set Architecture (ISA)
06 Intermediate Product — Relocatable Object File (.o)
07 Core Principles of the Linker (Linking)
08 Libraries and Engineering Practice
Quick Reference tables
Quick Reference tables
ASCII
C Operator Precedence & Associativity Table
Escape Sequences 转义字符
Format Specifiers 格式说明符
Hex Binary Decimal Engineering Reference
Keywords
Predefined Macros 预定义的宏
Maths & Physics
Maths & Physics
Linear Algebra
Linear Algebra
知识梳理
知识梳理
01 预备知识
02 线性空间基础
03 有限维线性空间
04 线性空间的运算
05 线性映射
06 线性映射矩阵表示与矩阵运算基础
07 相抵标准形
08 行列式
09 线性方程组一般理论
10 相似标准形
11 二次型
考前总结
考前总结
历年卷梳理
Mathematical Analysis
Mathematical Analysis
技巧总结
技巧总结
不等式
常用函数
常用极限
常见放缩
恒等式
数列极限
知识梳理
知识梳理
01 实数
02 数列极限
03 函数极限
04 连续函数
05 导数和微分
06 不定积分
07 定积分(黎曼积分)
08 利用导数研究函数
09 定积分的进一步讨论
10 广义积分(反常积分)
经典例题
经典例题
极限
考前梳理
考前梳理
不定积分表
历年卷梳理
导数表与求导方法
泰勒展开表
Inline functions
Back to top