HomePage
Category
Study Notes
Python
Java
Internet of Things / Embedded
Electronics / Circuits
NAS
Linux
Technical Sharing
Digital Product Reviews
Web
VPS
Casual Notes on Life
Archive
Friendship Link
GuestBook
About
Zeruns's Blog - English Site
累计撰写
30
篇文章
累计创建
300
个标签
累计收到
10
条评论
栏目
HomePage
Category
Study Notes
Python
Java
Internet of Things / Embedded
Electronics / Circuits
NAS
Linux
Technical Sharing
Digital Product Reviews
Web
VPS
Casual Notes on Life
Archive
Friendship Link
GuestBook
About
目 录
CONTENT
The following are articles related to
Study Notes
2024-12-28
Java Implementation of 99 Multiplication Table — Using For Loop and Recursion
Java Implementation of 99 Multiplication Table For Loop public class ninenine { public static void main(String[] args){ for (int i=1;i<10;
2024-12-28
5
0
1
Java
2024-12-28
Python Formatted Output (% and format Usage)
Integer Output %o—Octal (Base 8) %d—Decimal (Base 10) %x—Hexadecimal (Base 16) Floating-Point (Decimal) Output Formatted Output >>> awsl = 2.333 >>> p
2024-12-28
4
0
1
Python
2024-11-21
[Study Notes] Trigonometric Functions (Sine, Cosine, Tangent)
The sine function and cosine function are the two most fundamental and significant functions in trigonometry. They have extensive applications in desc
2024-11-21
30
0
3
Study Notes