文件名称:daima
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)
-Write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer function)
1/1+1/3+...+1/n(利用指针函数)
-Write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer function)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
daima.doc