ALL POSTS

The Problem of Weighing Coins with Balance.

The 'Coin Weight Problem' aims to solve the following mathematical problem: Among N coins, one coin has a different weight. with a balance scale, ensure finding the different coin with the fewest number of weighings.

28 Apr, 2024
MATHEMATICSALGORITHM

The Introduction to Bernoulli Number

Introduction, derivation and proof of Bernoulli numbers

23 Apr, 2024
MATHEMATICS

System Reliability Model

Outlines computer system reliability, including series, parallel components, and N-modular redundancy.

18 Apr, 2024
CSSE

Equivalence of Rectangular and Trapezoidal Approximations

Discusses the equivalence and error estimation in integrating piecewise continuous functions using rectangular and trapezoidal approximations.

12 Apr, 2024
MATHEMATICS

我没有离去

Do Not Stand at My Grave and Weep
4 Apr, 2024

Let's Implement a Video Server with node.js and Ffmpeg

Node.js's non-blocking I/O and ffmpeg's video processing allow for building an efficient video streaming server. Let's implement a video server.

23 Mar, 2024
NODEPROJECT-PRACTICE

汉字的前端字体体积优化方案

对于欧洲等基于字母文字的地区,字体优化简单,大小通常不超过 1MB。但对于东亚国家,字体尺寸是一个头疼的问题,可能会达到数兆字节甚至更多。

22 Mar, 2024
FRONTEND

Coding and Error Checking of Binary Data

Concepts of Sign-Magnitude, One's Complement, Two's Complement, and Excess-n Notation, along with Parity Check and Hamming Code Error Detection Methods for Binary Data

15 Mar, 2024
CSMATHEMATICS

Data Table Relation's Normalization

Introduces functional dependencies, and the database paradigms 1NF, 2NF, 3NF, BCNF, and 4NF. and use examples to explain their concepts and connections.

12 Mar, 2024
DB

Taylor Formula, Taylor Theorem, Taylor Series, Taylor Expansion

This article mainly introduces the content and connection between the four concepts of Taylor's formula, Taylor's theorem, Taylor series and Taylor's expansion.

6 Mar, 2024
MATHEMATICS
/ 9