资源列表
实例77_界面操作_拖拉节点
- 实例77_界面操作_拖拉节点(An instance of the 77_ interface _ drag nodes)
实例78_系统操作_锁定计算机
- 实例78_系统操作_锁定计算机(An instance of the 78_ operating system _ lock computer)
实例79_文件操作_查看文件属性
- 实例79_文件操作_查看文件属性(Examples of 79_ file operations _ view file properties)
实例7_时钟控件_系统时钟
- 实例7_时钟控件_系统时钟(An instance of the 7_ _ clock control system clock)
实例80_系统信息_磁盘剩余空间
- 实例80_系统信息_磁盘剩余空间(An instance of the 80_ information system _ disk space)
实例81_文件操作_文件查找
- 实例81_文件操作_文件查找(Examples of 81_ file operations _ file search)
实例82_Foleder操作_建立删除文件
- 实例82_Foleder操作_建立删除文件(82_Foleder operation instance _ establish delete files)
实例83_文件操作_拷贝文件
- 实例83_文件操作_拷贝文件(Examples of 83_ file operations _ copy files)
实例84_系统相关_进度条
- 实例84_系统相关_进度条(An instance of the 84_ system _ progress)
实例85_控件应用_输入序列号
- 实例85_控件应用_输入序列号(85_ application example _ control input sequence number)
实例8_复选框_多重选择
- 实例8_复选框_多重选择(An instance of the 8_ check box _ multiple choice)
实验3
- 斐波那契数列f(n)满足以下定义: f(0) = 1, f(1) = 1, f(n) = f(n-1) + f(n-2) (n >= 2)。 本题的数据规模比原先更大 输入描述 每行输入一个整数 n 0 <= n<= 80 输出描述 对于每一行输入,输出斐波那契数列第n项的值f(n)(Fibonacci sequence f(0) = 1, f(1) = 1, f(n) = f(n-1) + f(n-2) (n >= 2))