摘要: 概述 The following diagram shows the important state paths of an Activity. The square rectangles represent callback methods you can implement to perfor... 阅读全文
posted @ 2014-12-03 18:49 wonkju 阅读(360) 评论(0) 推荐(0)
摘要: 1 double 2 pres(const int n) { 3 double numerator = 2; //分子. 4 double denominator = 1; //分母. 5 double sum = 0; 6 double tmp; 7 ... 阅读全文
posted @ 2014-12-03 11:08 wonkju 阅读(185) 评论(0) 推荐(0)
摘要: 1 #include 2 3 #define TIMES 10 4 5 int 6 main(void) { 7 float sumHeight = 100; 8 float bouceHeight = sumHeight / 2; //第一次反弹的高度. 9 ... 阅读全文
posted @ 2014-12-03 11:03 wonkju 阅读(120) 评论(0) 推荐(0)