-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
C++数据库系统
C++数据库系统-C database system
- 2022-02-03 02:16:52下载
- 积分:1
-
相图分岔图
说明: 画相图,分岔图,共存分岔,(随系统参数、初始值分岔)单涡卷双涡卷吸引子(Phase diagram, bifurcation diagram, coexistence bifurcation, (bifurcation with system parameters and initial value) single scroll double scroll attractor)
- 2020-11-19 20:37:20下载
- 积分:1
-
双目标
说明: 使用遗传算法对两个目标进行优化求解,求出最优帕累托集(The genetic algorithm is used to solve the two objectives and get the optimal Pareto set)
- 2020-05-04 20:28:17下载
- 积分:1
-
an intermediary management system, it contains the original source and backgroun...
一个中介管理系统,里面含有原代码和后台数据,我们在做任何中介系统时都可以采纳这个系统的内容,可以运行。-an intermediary management system, it contains the original source and background information, we do any intermediary system can be adopted this system, and can run.
- 2022-06-18 15:12:36下载
- 积分:1
-
微信小程序:一元夺宝程序设计源码
一个微信小程序环境中的“一元夺宝”APP设计源码,记得去年的时候一元夺宝很火啊,但后来好像被限制了,本源码就是仿照有名的一无夺宝APP应用而设计的一个微信小程序主界面效果,当然本源码并不是让你去做一元夺宝,而是从中学习一些微信小程序UI方面的知识技巧,这对你写出界面更优的小程序会很有帮助。
- 2022-06-21 04:46:54下载
- 积分:1
-
TM1628
基于STM32F103单片机的tm1628驱动多位数码管显示测试程序(STM32F103 drive TM1628)
- 2020-08-28 20:58:11下载
- 积分:1
-
卷积神经网络源码-深度
说明: 卷积神经网络源码,学习用代码,内容较好。(Convolutional Neural Network Source Code)
- 2020-10-22 11:37:23下载
- 积分:1
-
征:服务框架抽象层、对象
PRDC: 服务框架抽象层,面向对象的调度框架(支持:WINDOWS,AIX,Solaris,LINUX).
MDB : 内存数据库内核,支持DBMS自动加载,多机容错,分布式支持,容量无极限.-PRDC: Services Framework abstraction layer, object-oriented scheduling framework (support: WINDOWS, AIX, Solaris, LINUX). MDB: memory database kernel, support for DBMS auto-loading, multi-machine fault-tolerant, distributed support, capacity without limit.
- 2022-07-15 21:03:33下载
- 积分:1
-
allegro中文训练教程,做pcb开发者必需要有的,欢迎大家下载
allegro中文训练教程,做pcb开发者必需要有的,欢迎大家下载-Chinese language training tutorial allegro, pcb development gets the need to do Yes, welcome to download
- 2023-07-08 00:55:03下载
- 积分:1