標題:
[作業] 方塊動畫
[打印本頁]
作者:
tonyh
時間:
2013-8-31 15:52
標題:
[作業] 方塊動畫
本帖最後由 tonyh 於 2013-8-31 15:56 編輯
設計一動畫,
由
■□□□□□□□□□
慢慢填滿如下圖
■■■■■■■■■■
作者:
黃崇維
時間:
2013-8-31 17:11
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"跑馬燈"<<endl<<endl;
system("pause");
system("cls");
srand(time(NULL));
int ball;
for(int i=1; i<=100; i++)
{
if(i%2==0)
cout<<" ■□□□□□□□□□"<<endl;
system("cls");
cout<<" ■■□□□□□□□□"<<endl;
system("cls");
cout<<" ■■■□□□□□□□"<<endl;
system("cls");
cout<<" ■■■■□□□□□□"<<endl;
system("cls");
cout<<" ■■■■■□□□□□"<<endl;
system("cls");
cout<<" ■■■■■■□□□□"<<endl;
system("cls");
cout<<" ■■■■■■■□□□"<<endl;
system("cls");
cout<<" ■■■■■■■■□□"<<endl;
system("cls");
cout<<" ■■■■■■■■■□"<<endl;
system("cls");
cout<<" ■■■■■■■■■■"<<endl;
ball=rand()%10;
system("cls");
}
system("pause");
return 0;
}
複製代碼
作者:
鎧言
時間:
2013-8-31 17:12
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"跑馬燈"<<endl<<endl;
system("pause");
system("cls");
srand(time(NULL));
int ball;
for(int i=1; i<=100; i++)
{
if(i%2==0)
cout<<" ■□□□□□□□□□"<<endl;
system("cls");
cout<<" ■■□□□□□□□□"<<endl;
system("cls");
cout<<" ■■■□□□□□□□"<<endl;
system("cls");
cout<<" ■■■■□□□□□□"<<endl;
system("cls");
cout<<" ■■■■■□□□□□"<<endl;
system("cls");
cout<<" ■■■■■■□□□□"<<endl;
system("cls");
cout<<" ■■■■■■■□□□"<<endl;
system("cls");
cout<<" ■■■■■■■■□□"<<endl;
system("cls");
cout<<" ■■■■■■■■■□"<<endl;
system("cls");
cout<<" ■■■■■■■■■■"<<endl;
ball=rand()%10;
system("cls");
}
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-8-31 21:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=10;i++)
{
cout<<"■□□□□□□□□□"<<endl;
system("cls");
cout<<"■■□□□□□□□□"<<endl;
system("cls");
cout<<"■■■□□□□□□□"<<endl;
system("cls");
cout<<"■■■■□□□□□□"<<endl;
system("cls");
cout<<"■■■■■□□□□□"<<endl;
system("cls");
cout<<"■■■■■■□□□□"<<endl;
system("cls");
cout<<"■■■■■■■□□□"<<endl;
system("cls");
cout<<"■■■■■■■■□□"<<endl;
system("cls");
cout<<"■■■■■■■■■□"<<endl;
system("cls");
cout<<"■■■■■■■■■■"<<endl;
system("cls");
}
system("pause");
return 0;
}
複製代碼
作者:
劉泳鱔
時間:
2013-8-31 22:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"跑馬燈"<<endl<<endl;
system("pause");
system("cls");
srand(time(NULL));
int ball;
for(int i=1; i<=100; i++)
{
if(i%2==0)
cout<<" ■□□□□□□□□□"<<endl;
system("cls");
cout<<" ■■□□□□□□□□"<<endl;
system("cls");
cout<<" ■■■□□□□□□□"<<endl;
system("cls");
cout<<" ■■■■□□□□□□"<<endl;
system("cls");
cout<<" ■■■■■□□□□□"<<endl;
system("cls");
cout<<" ■■■■■■□□□□"<<endl;
system("cls");
cout<<" ■■■■■■■□□□"<<endl;
system("cls");
cout<<" ■■■■■■■■□□"<<endl;
system("cls");
cout<<" ■■■■■■■■■□"<<endl;
system("cls");
cout<<" ■■■■■■■■■■"<<endl;
system("cls");
}
system("pause");
return 0;
}
複製代碼
作者:
林以諾
時間:
2013-9-6 20:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"跑馬燈!!!"<<endl<<endl;
system("pause");
system("cls");
srand(time(NULL));
int ball;
for(int i=1;i<=100000;i++)
{
if(i%2==0)
cout<<" ■□□□□□□□□□"<<endl;
system("cls");
cout<<" ■■□□□□□□□□"<<endl;
system("cls");
cout<<" ■■■□□□□□□□"<<endl;
system("cls");
cout<<" ■■■■□□□□□□"<<endl;
system("cls");
cout<<" ■■■■■□□□□□"<<endl;
system("cls");
cout<<" ■■■■■■□□□□"<<endl;
system("cls");
cout<<" ■■■■■■■□□□"<<endl;
system("cls");
cout<<" ■■■■■■■■□□"<<endl;
system("cls");
cout<<" ■■■■■■■■■□"<<endl;
system("cls");
cout<<" ■■■■■■■■■■"<<endl;
ball=rand()%10;
system("cls");
}
system("cls");
system("pause");
return 0;
}
複製代碼
作者:
許逸群
時間:
2013-9-7 11:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"逸群牌跑馬燈"<<endl<<endl;
system("pause");
system("cls");
srand(time(NULL));
int ball;
for(int i=1; i<=100; i++)
{
if(i%2==0)
cout<<" ■□□□□□□□□□"<<endl;
system("cls");
cout<<" ■■□□□□□□□□"<<endl;
system("cls");
cout<<" ■■■□□□□□□□"<<endl;
system("cls");
cout<<" ■■■■□□□□□□"<<endl;
system("cls");
cout<<" ■■■■■□□□□□"<<endl;
system("cls");
cout<<" ■■■■■■□□□□"<<endl;
system("cls");
cout<<" ■■■■■■■□□□"<<endl;
system("cls");
cout<<" ■■■■■■■■□□"<<endl;
system("cls");
cout<<" ■■■■■■■■■□"<<endl;
system("cls");
cout<<" ■■■■■■■■■■"<<endl;
ball=rand()%10;
system("cls");
}
system("pause");
system("cls");
srand(time(NULL));
int balll;
for(int i=1; i<=100; i++)
{
if(i%2==0)
cout<<" ■□□□□□□□□□"<<endl;
system("cls");
cout<<" ■■□□□□□□□□"<<endl;
system("cls");
cout<<" ■■■□□□□□□□"<<endl;
system("cls");
cout<<" ■■■■□□□□□□"<<endl;
system("cls");
cout<<" ■■■■■□□□□□"<<endl;
system("cls");
cout<<" ■■■■■■□□□□"<<endl;
system("cls");
cout<<" ■■■■■■■□□□"<<endl;
system("cls");
cout<<" ■■■■■■■■□□"<<endl;
system("cls");
cout<<" ■■■■■■■■■□"<<endl;
system("cls");
cout<<" ■■■■■■■■■■"<<endl;
balll=rand()%10;
system("cls");
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2