ALL POSTS

Rabin-Karp Algorithm

It is designed to address the multiple pattern string matching problem.

Nov 22, 2023
ALGORITHM

Joseph Circle Problem

A description, analysis and solution for joseph circle problem.

Nov 21, 2023
ALGORITHM

Use Differential Equation Method and Matrix Method to Find Fibonacci Sequence General Formula

This article gives two methods to derive Fibonacci sequence: matrix method and difference equation method

Nov 20, 2023
MATHEMATICS

Problem: Element Combination Using Marking Method

This article presents an algorithm for the problem of selecting combinations of elements.

Nov 17, 2023
ALGORITHM

C/C++ Cross-Platform Compile-Macros

When we compile some cross -platform programs, we will inevitably encounter _win32 __linux__ what is the macro of the compiler or the compiler environment.It indicates some information of the current platform environment to the compiler.

Nov 5, 2023
C
C++

上劉右相書

蓋聞聖人以四海為家,英宰與千齡合契。用能不行而至,春霆仗天地之威;以息相吹,時雨鬱山川之兆。故有元蛟晚集,憑鶴鼎而先鳴;蒼兕晨驚,運龍韜而首出。並能風騰霧躍,指麾成烈士之功。

Sep 16, 2023
文史哲艺
古文整理

左忠毅公軼事

Sep 16, 2023
古文整理

沈煉 楊繼盛传

明史 卷 209

Sep 16, 2023
古文整理

References Dynamic-Link Libraries and Static-Link Libraries With GCC

Give an example: how to write dynamic and static link libraries and reference them in C programs. And how the link library works

Apr 20, 2023
C

Resource Lock in Concurrency

Analysis and usage scenarios of spin lock, optimistic lock, pessimistic lock, read-write lock, mutex lock and other concepts.

Apr 15, 2023
OS
/ 7