Search this site
Embedded Files
Skip to main content
Skip to navigation
離散數學 Discrete Mathematics
首頁
公告
講義
Tools
Video
作業
本學期
111學年度下學期
110學年度下學期
「成績總覽」的複本
109學年度下學期
作業二 第 0 章習題
作業三 第 1 章習題
作業四 第 2 章習題
作業五 第 3 章習題
作業六 第 4 章習題
作業七 第 5 章習題
成績總覽
「109學年度下學期」的複本
Feedback&Exercises
Feedback
E1 Counting program steps
Powercam鏈結
109離散數學
Programming
P1 Permutations/Combinations
離散數學 Discrete Mathematics
首頁
公告
講義
Tools
Video
作業
本學期
111學年度下學期
110學年度下學期
「成績總覽」的複本
109學年度下學期
作業二 第 0 章習題
作業三 第 1 章習題
作業四 第 2 章習題
作業五 第 3 章習題
作業六 第 4 章習題
作業七 第 5 章習題
成績總覽
「109學年度下學期」的複本
Feedback&Exercises
Feedback
E1 Counting program steps
Powercam鏈結
109離散數學
Programming
P1 Permutations/Combinations
More
首頁
公告
講義
Tools
Video
作業
本學期
111學年度下學期
110學年度下學期
「成績總覽」的複本
109學年度下學期
作業二 第 0 章習題
作業三 第 1 章習題
作業四 第 2 章習題
作業五 第 3 章習題
作業六 第 4 章習題
作業七 第 5 章習題
成績總覽
「109學年度下學期」的複本
Feedback&Exercises
Feedback
E1 Counting program steps
Powercam鏈結
109離散數學
Programming
P1 Permutations/Combinations
E01 Counting program steps
1.
counter = 0;
for (i = 0; i < 8; i++) counter ++;
for (j = 0; j < 24; j++) counter ++;
for (k = 0; k < 2; k++) counter ++;
printf(“counter = %d”, counter);
2.
counter = 0;
for (i = 0; i < 8; i++) counter ++;
for (j = 0; j < 24; j++) counter ++;
for (k = 0; k < 2; k++) counter ++;
printf(“counter = %d”, counter);
3.
counter = 0;
for (i =
1
; i <=
8
; i++) counter ++;
for (j =
1
; j <=
i
; j++) counter ++;
for (k =
1
; k <=
j
; k++) counter ++;
printf(“counter = %d”, counter);
Google Sites
Report abuse
Page details
Page updated
Google Sites
Report abuse