WFU

2021年7月10日 星期六

C語言介紹04 - scanf()

以前講過了printf()的用法,如果忘記了可以看看C語言介紹02 - printf()複習一下。printf()是用來輸出,這次要介紹的是用來輸入的scanf()。

C語言介紹03 - if else

 if else:

用法是:if (i < 5){} (前面用int設一個i的變數,而且要有放整數的值在裡面)
意思就是,如果這個i的變數裡面的數小於五,那就執行大括號中的程式。
而有if的時候,也可以寫else if和else,像是:

C語言介紹02 - printf()

C語言裡面需要輸出東西時,常使用到printf(),我們來了解一些簡單的用法。 

printf:

printf()是一個印出東西的程式,一定要記得寫那個f喔,用法就是:printf("想寫的東西"); 
不過如果要印出變數的話,由於C語言是個很嚴謹的語言,要跟宣告變數一樣,寫出變數的型態,寫法是:printf("%d", 整數變數);

C語言介紹01 - for loop

C語言裡面常使用到for loop,我們來了解一些簡單的for loop用法。

for loop:
寫法是 for(i = 0; i < 5; i++){} 前面要先設好i這個變數(在C語言要用int i; 來設,因為i後面是要被設為零這個整數,int是integer整數的意思)
這行的意思是,i一開始等於零,只要i還是小於五,就會執行這個迴圈裡的程式,然後i自己加一(++是加一),而且會再執行一次,執行到i大於等於五了。

C語言練習01:九九乘法表


#include<stdio.h>
int main(){
int answer;
int k,i,j;
for(k = 1; k < 4; k++){
for(j = 1; j < 10; j++){
for(i = 3 * k - 2; i < 3 * k + 1; i++){
answer = i * j;
if(answer <= 9) printf("%dx %d= %d     ", i, j, answer);
if(answer > 9) printf("%dx %d=%d     ", i, j, answer);
}
printf("\n");
}
printf("\n");
}
return 0;
}

2021年6月26日 星期六

我心目中的前三名 – 韓劇

自從我看了愛的迫降後,我就變得很喜歡看韓劇,今天,我要來跟大家介紹我最喜歡的三部韓劇,我覺得有點難分出第幾名,所以我劇名前面寫的數字就不是代表那部是哪個名次喔。

2021年6月18日 星期五

貪食蛇

貪食蛇吃到水果後分數和貪食蛇的長度都會增加。撞到邊邊或是自己的身體就會遊戲結束,盡可能的活久一點和那到更多分數。

操作方式:
NumbPad 8:向上
NumbPad 4:向左
NumbPad 6:向右
NumbPad 2:向下

2021年6月8日 星期二

奇怪的一場夢

昨天晚上我做了一個奇怪的夢,趁現在把它記下來~

關於我穿越進一個故事裡,在夢中的我知道那個故事裡的壞人是誰,而我就要盡量地避開那個人。

2021年5月28日 星期五

英文作文練習 - Taiwan

 Taiwan, also referred to as Formosa, is a beautiful island in the Western Pacific. It is approximately 395 kilometers long and 144 kilometers wide. The Tropic of Cancer, which runs through 16 countries, also passes through Taiwan, dividing the island into two climates: subtropical in the north and tropical in the south. Taiwan is the home of about 23 million people. There are 6 special municipalities in the main island of Taiwan, including Taipei, the capital of Taiwan.

2021年5月26日 星期三

英文作文練習 - Cyberbullying

 Back in the days, bullying was only confined in areas like schools and playgrounds where you have face-to-face contact with other people. Nevertheless, with the growth of technology, a new kind of bullying has appeared – cyberbullying.

2021年5月24日 星期一

自學可以學什麼

 最近全台灣的中小學都停課了,只好都待在家,那我們在家可以如何自學呢?我提供了三步驟讓人人都能在停課時過的開心和不無聊。

2021年5月21日 星期五

妹妹電視使用說明書


一、
基本功能

妹妹電視是一台非常高品質的電視。除了4k的畫質,裡面還包含了上千種頻道可以觀賞。這台電視也有很厲害的人工智慧,他能知道現在應該撥放哪一種頻道供你觀看。另外,妹妹電視的大容量也能讓你加各種不同頻道進去。