原生SC实现函数返回值
Public
DarlingJexjws
This scratcher is too lazy to introduce him/herself!
2022-12-01 23:42:21
70
Introduction

一个简单的demo,用于展示一个使用原生SC实现函数返回值的思路。

设计页有较为详细的讲解


本demo以 求斐波那契数列的递归算法(无优化) 为例。

如果 n≤2 那么:
F(n)=1
否则:
F(n)=F(n-1)+F(n-2)

Recommended

The backpack is empty

Come and fill Here

Comment

本项目不支持手机或可直接操作