HomePage
Category
Study Notes
Python
Java
Internet of Things / Embedded
Electronics / Circuits
Reviews & Teardown
NAS
Linux
Technical Sharing
Web
VPS
Casual Notes on Life
Archive
Friendship Link
GuestBook
About
Zeruns's Blog - English Site
累计撰写
46
篇文章
累计创建
502
个标签
累计收到
11
条评论
栏目
HomePage
Category
Study Notes
Python
Java
Internet of Things / Embedded
Electronics / Circuits
Reviews & Teardown
NAS
Linux
Technical Sharing
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
15
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
13
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
35
0
3
Study Notes