Skip to content

Commit 91bdfd4

Browse files
committed
Add implementation of exercise 3-34
1 parent 4787c98 commit 91bdfd4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
习题完成情况:
2626
- 章节一: 43/46
2727
- 章节二: 88/97
28-
- 章节三: 33/82
28+
- 章节三: 34/82
2929
- 章节四: TODO
3030
- 章节五: TODO
3131
* 运行

chapter3/exercise3-34.org

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#+LATEX_CLASS: ramsay-org-article
2+
#+LATEX_CLASS_OPTIONS: [oneside,A4paper,12pt]
3+
#+AUTHOR: Ramsay Leung
4+
5+
#+DATE: 2025-07-19 Sat 22:31
6+
7+
乘法器的工作原理是知道其中两个参数的值时,才能计算出第三个值:
8+
9+
c = a * b
10+
11+
但是这个平方器,知道 =a= 的值的时候可以计算出 =b= 的值(有两个值已知),但是知道 =b= 的值时候,并不能计算出 =a= 的值(两个值未知)
12+

0 commit comments

Comments
 (0)