文件名称:L5-E5
- 所属分类:
- 驱动编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-02-19
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- yuaan*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-The constant can be calculated by the infinite series: = 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+.... Write a C program that uses a do/while loop to calculate using the series. The program should ask the user how many terms in the series should be used. Thus if the user enters ‘3’, then the program should calculate as being 4- 4/3+ 4/5.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Exercise-5.doc
L5-E5.CPP
pudn.txt