返回列表 發帖

[作業] _sleep()函式應用

以下兩個主題擇一完成即可,你要兩個都完成也可以喔!

(1) 利用_sleep()函式任意創作一個程式作品或動畫

(2) 新年倒數:請參考執行檔寫出程式碼

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊
Su Wa

  1. //新年倒數
  2. #include <iostream>
  3. #include <cstdlib>
  4. #include <ctime>
  5. using namespace std;
  6. int main()
  7. {
  8.         int speed=1000;
  9.         for(int i=5; i>=1; i=i-1)
  10.         {
  11.                 if(i==5)
  12.                         cout<<"5!";
  13.                 if(i==4)
  14.                         cout<<"4!";
  15.                 if(i==3)
  16.                         cout<<"3!";
  17.                 if(i==2)
  18.                         cout<<"2!";
  19.                 if(i==1)
  20.                         cout<<"1!";
  21.                 _sleep(speed);
  22.                 system("cls");
  23.         }
  24.         for(int j=1; j<=time(NULL); j=j+1)
  25.         {
  26.                 cout<<"☆★☆!!!Happy New Year!!!☆★☆";
  27.                 _sleep(speed);
  28.                 system("cls");
  29.                 cout<<"★☆★!!!Happy New Year!!!★☆★";
  30.                 _sleep(speed);
  31.                 system("cls");
  32.         }
  33.         system("pause");
  34.         return 0;
  35. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    int speed=1000;
  7.           for(int i=1; i<=18; i++)
  8.    {
  9.    
  10.     if(i==1)
  11.      cout<<"15"<<endl;
  12.     if(i==2)
  13.      cout<<"14"<<endl;
  14.     if(i==3)      
  15.      cout<<"13"<<endl;
  16.     if(i==4)
  17.      cout<<"12"<<endl;
  18.     if(i==5)
  19.      cout<<"11"<<endl;
  20.     if(i==6)  
  21.      cout<<"10"<<endl;
  22.     if(i==7)  
  23.      cout<<"9"<<endl;
  24.     if(i==8)
  25.      cout<<"8"<<endl;
  26.     if(i==9)  
  27.      cout<<"7"<<endl;
  28.     if(i==10)
  29.      cout<<"6"<<endl;
  30.     if(i==11)
  31.      cout<<"5"<<endl;
  32.     if(i==12)
  33.      cout<<"4"<<endl;
  34.     if(i==13)
  35.      cout<<"3"<<endl;
  36.     if(i==14)
  37.      cout<<"2"<<endl;
  38.     if(i==15)
  39.      cout<<"1"<<endl;
  40.     if(i==16)
  41.      cout<<"☆★☆新年快樂☆★☆"<<endl;
  42.     if(i==17)
  43.          cout<<"★☆☆新年快樂☆☆★"<<endl;
  44.         if(i==18)
  45.          cout<<"☆☆★新年快樂★☆☆"<<endl;
  46.     _sleep(speed);
  47.    system("cls");
  48.   }
  49.    system("pause");   
  50.    return 0;
  51. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4. using namespace std;
  5. int main()
  6. {
  7.         int speed=1000;
  8.         for(int c=5; c>=1;c--)
  9.         {
  10.                 if(c==5)
  11.                         cout<<"5!";
  12.                 if(c==4)
  13.                         cout<<"4!";
  14.                 if(c==3)
  15.                         cout<<"3!";
  16.                 if(c==2)
  17.                         cout<<"2!";
  18.                 if(c==1)
  19.                         cout<<"1!";
  20.                 _sleep(speed);
  21.                 system("cls");
  22.         }
  23.         for(int a=1; a<=time(NULL); a++)
  24.         {
  25.                 cout<<"☆★☆!!!新年快樂!!!☆★☆";
  26.                 _sleep(speed);
  27.                 system("cls");
  28.                 cout<<"★☆★!!!新年快樂!!!★☆★";
  29.                 _sleep(speed);
  30.                 system("cls");
  31.         }
  32.         system("pause");
  33.         return 0;
  34.     }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<ctime>
  4. using namespace std;
  5. int main()
  6. {
  7.     int speed=1000;
  8.         for(int x=5; x>=1; x--)
  9.         {
  10.                 if(x==5)
  11.         cout<<"5!"<<endl;
  12.                 if(x==4)
  13.         cout<<"4!"<<endl;
  14.                 if(x==3)
  15.         cout<<"3!"<<endl;
  16.                 if(x==2)
  17.         cout<<"2!"<<endl;
  18.         if(x==1)
  19.         cout<<"1!"<<endl;
  20.         _sleep(speed);
  21.         system("cls");
  22.         }
  23.         for(int y=1; y<=time(NULL); y++)
  24.         {
  25.                 cout<<"★☆★!!!新年快樂!!!★☆★"<<endl;
  26.                 _sleep(speed);
  27.                 system("cls");
  28.                 cout<<"☆★☆!!!Happy New Year!!!☆★☆"<<endl;
  29.                 _sleep(speed);
  30.                 system("cls");
  31.         }
  32.         system("pause");
  33.         return 0;       
  34. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4. using namespace std;
  5. int main()
  6. {
  7.         int speed=1000;
  8.         for(int i=5; i>=1; i=i-1)
  9.         {
  10.                 if(i==5)
  11.                         cout<<"5!";
  12.                 if(i==4)
  13.                         cout<<"4!";
  14.                 if(i==3)
  15.                         cout<<"3!";
  16.                 if(i==2)
  17.                         cout<<"2!";
  18.                 if(i==1)
  19.                         cout<<"1!";
  20.                 _sleep(speed);
  21.                 system("cls");
  22.         }
  23.         for(int j=1; j<=time(NULL); j=j+1)
  24.         {
  25.                 cout<<"☆★☆!!!Happy New Year!!!☆★☆";
  26.                 _sleep(speed);
  27.                 system("cls");
  28.                 cout<<"★☆★!!!Happy New Year!!!★☆★";
  29.                 _sleep(speed);
  30.                 system("cls");
  31.         }
  32.         system("pause");
  33.         return 0;
  34. }
複製代碼

TOP

  1. #include<cstdlib>
  2. #include<iostream>
  3. using namespace std;
  4. int main()
  5. {
  6.         int y = 5;
  7.         for(int u = 0;u<5;u++)
  8.         {
  9.                 cout<<y<<"!"<<endl;
  10.                 _sleep(1000);
  11.                 y--;
  12.                 system("cls");
  13.         }
  14.         string star[3] = {"★","☆","★"};
  15.         string star1[3] = {"★","☆","★"};
  16.         re:
  17.         for(int i = 0;i<3;i++)
  18.         {
  19.                 cout<<star[i];
  20.         }
  21.         cout<<"happy new year";
  22.         for(int c = 0;c<3;c++)
  23.         {
  24.                 cout<<star1[c];
  25.         }
  26.         _sleep(1000);
  27.         string a;
  28.         a = star[0];
  29.         star[0] = star[1];
  30.         star[2] = star[1];
  31.         star[1] = a;
  32.         string b;
  33.         b = star1[0];
  34.         star1[0] = star1[1];
  35.         star1[2] = star1[1];
  36.         star1[1] = b;
  37.     system("cls");
  38.         goto re;
  39.         system("pause");
  40.         return 0;
  41. }        
複製代碼

TOP

本帖最後由 鄞美旭 於 2021-6-19 13:54 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<ctime>
  4. using namespace std;
  5. int main()
  6. {
  7.    for(int i=5; i>=1; i--)
  8.    {
  9.              cout<<i<<"!"<<endl;            
  10.             _sleep(1000);
  11.            system("cls");
  12.         } while(true)
  13.         {
  14.                 cout<<"☆★☆Happy New Year☆★☆"<<endl;
  15.                 _sleep(1000);
  16.             system("cls");
  17.             cout<<"★☆★Happy New Year★☆★"<<endl;
  18.             _sleep(1000);
  19.             system("cls");
  20.     }
  21.    system("pause");
  22.    return 0;
  23. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4. using namespace std;

  5. int main()
  6. {      
  7.         int speed=1000;
  8.         for(int i=1; i<=5; i++)
  9. {
  10.    if(i==1)
  11.     cout<<"5!"<<endl;
  12.     if(i==2)
  13.     cout<<"4!"<<endl;
  14.     if(i==3)
  15.     cout<<"3!"<<endl;
  16.     if(i==4)
  17.     cout<<"2!"<<endl;
  18.     if(i==5)
  19.     cout<<"1!"<<endl;
  20.     _sleep(speed);
  21.     system("cls");
  22. }
  23.    for(int x=1; x<=time(NULL);x++)
  24. {
  25.         cout<<"***Happy new year***"<<endl;
  26.         _sleep(speed);
  27.         system("cls");
  28.         cout<<"***Happy new year***"<<endl;
  29.         _sleep(speed);
  30.         system("cls");
  31.        

  32. }
  33.         system("pause");
  34.    return 0;
  35. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<ctime>
  4. using namespace std;
  5. int main()
  6. {
  7.     for(int i=5; i>=1; i++)
  8.         {
  9.                 cout<<i<<"!"<<endl;
  10.                 _sleep(1000);
  11.         system("cls");
  12.         }
  13.         while(true)
  14.         {
  15.           cout<<"~~~ Happy New Year ~~~"<<endl;  
  16.       _sleep(1000);
  17.       system("cls");
  18.       cout<<"~~~ Happy New Year ~~~"<<endl;  
  19.       _sleep(1000);
  20.       system("cls");
  21.     }
  22.     system("pause");   
  23.     return 0;
  24. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    for(int i=5; i>=1; i--)
  7.    {
  8.            cout<<i<<"!"<<endl;
  9.            _sleep(1000);
  10.            system("cls");
  11.    }
  12.    while(true)
  13.    {
  14.            cout<<"☆★☆Happy New Year ☆★☆"<<endl;
  15.            _sleep(1000);
  16.            system("cls");
  17.            cout<<"★☆★Happy New Year ★☆★"<<endl;
  18.            _sleep(1000);
  19.            system("cls");
  20.    }
  21.     system("pause");   
  22.     return 0;
  23. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      for(int i=5; i>=1; i--)
  7.         {
  8.                cout<<i<<"!"<<endl;
  9.                _sleep(1000);
  10.                system("cls");
  11.         }
  12. while(true)
  13. {
  14.         cout<<"☆★☆新年快樂☆★☆"<<endl;
  15.         _sleep(1000);
  16.         system("cls");
  17.         cout<<"★☆☆新年快樂☆☆★"<<endl;
  18.         _sleep(1000);
  19.         system("cls")
  20. }
  21. system("pause");
  22. return 0;
  23. }
複製代碼

TOP

返回列表