摘要:
今天上选修课,师兄提醒我们应该多写博客什么的,其实我觉得这挺不错的。最近看C草草看得好头晕啊,一推的概念,要记的东西好多好多。今晚看了《致我们终将逝去的青春》,感慨挺多的。将来的我会是故事里的谁?我谁都不是,我就是我。我的青春,我做主。虽然说青春就是用来怀念的,但是我还是要努力,不能让青春荒废了。好了,洗澡吧。----2014/4/8天下无双 ----于GDUT 西三543 阅读全文
posted @ 2014-04-08 21:44
天下纵横C++
阅读(98)
评论(0)
推荐(0)
摘要:
7.6#include using namespace std;void Fill_array(double arr[],int arrSize) ;//因为是对数组进行操作,所以可以不用返回值;void const Show_array(const double arr[],int arrSize);void Reverse_array(double arr[],int arrSize);void main76(){ double arr[10]; Fill_array(arr,10); Show_array(arr,10); Reverse_array(arr,10); system(&q 阅读全文
posted @ 2014-04-08 17:09
天下纵横C++
阅读(141)
评论(0)
推荐(0)
摘要:
7.5#include using namespace std;long jiecheng(int);void main75(){ cout>n) { long result=jiecheng(n); cout<<"the result of jiecheng "<<n<<"! = "<<result<<endl; cout<<"Please enter the number :"; } system("pause");}long jie 阅读全文
posted @ 2014-04-08 16:47
天下纵横C++
阅读(225)
评论(0)
推荐(0)
摘要:
7.4#include using namespace std;typedef unsigned int uint;long double probability(uint,uint);void main74(){ long double fildNumber=probability(47,5); long double specialNumber=probability(27,1); cout0;p--,n--) result=result*n/p; return result; } 阅读全文
posted @ 2014-04-08 16:37
天下纵横C++
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号