Create
Explore
Download
Help
Search...
Sign in
原生SC实现函数返回值
Public
DarlingJexjws
This scratcher is too lazy to introduce him/herself!
2022-12-01 15:42:21
75
Remix
See Inside
Introduction
一个简单的demo,用于展示一个使用原生SC实现函数返回值的思路。
设计页有较为详细的讲解
本demo以 求斐波那契数列的递归算法(无优化) 为例。
如果 n≤
2
那么
:
F
(
n
)
=
1
否则
:
F
(
n
)
=
F
(
n
-
1
)
+
F
(
n
-
2
)
社区热门
Comment
Sign in to post comments. (´^ω^`)
Submit
本项目不支持手机或可直接操作
Comment