ALL POSTS

Linear Congruential for Pseudorandom Number

Linear congruential method is a pseudo-random number generation method that generates a random number sequence based on a deterministic mathematical algorithm.

11 Sep, 2024
MATHEMATICSCRYPTOGRAPHY

The Laplace Theorem for Determinant

Laplace's theorem in determinants and its applications

27 Aug, 2024
MATHEMATICS

The Basic Relation Calculation in Database

This article mainly introduces the basic operations and examples of relational algebra such as union, difference, selection, projection and join.

25 Aug, 2024
DB

Compound Interest and 72 Formulation

Compound Interest Formula and The Rule of 72 are commonly used tools in finance for calculating investment growth and estimating the time it takes for an investment to double.

22 Aug, 2024
INVESTMENT

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
/ 9