用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字
云代码 - c++代码库

IT男专用表白程序

2012-11-06 作者: 小蜜锋举报

[c++]代码库

#include<iostream.h>
#include<windows.h>
#include<stdio.h>
#define stoptimeshort  40
#define stoptimelong   100
void main()
{
	//////////////////
	char ch[10];
	int f[9][36]={  0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,
	                0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,
	                0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0
	             };
	int s[9][21]={  0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,
	                0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,
	                1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,
	                1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,
	                0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,
	                0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,
	                0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,
	                0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,
	                0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,
	             };
	int t[9][22]={  0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,
	                0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,
	                1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,
	                1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,
	                0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,
	                0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,
	                0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,
	                0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,
	                0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
	             };
	system ( "title I Love You" );
	//////////////////
	printf ( "%s","        " );
	Sleep ( stoptimelong );
	printf ( "%s","其" );
	Sleep ( stoptimeshort );
	printf ( "%s","实\n" );
	////////////////////////////////
	printf ( "%s","        " );
	system ( "color 72" );
	Sleep ( stoptimelong );
	printf ( "%s","有" );
	Sleep ( stoptimeshort );
	printf ( "%s","一" );
	Sleep ( stoptimeshort );
	printf ( "%s","句" );
	Sleep ( stoptimeshort );
	printf ( "%s","话\n" );
	///////////////////////////
	printf ( "%s","        " );
	system ( "color 79" );
	Sleep ( stoptimelong );
	printf ( "%s","一" );
	Sleep ( stoptimeshort );
	printf ( "%s","直" );
	Sleep ( stoptimeshort );
	printf ( "%s","藏" );
	Sleep ( stoptimeshort );
	printf ( "%s","在" );
	Sleep ( stoptimeshort );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","心" );
	Sleep ( stoptimeshort );
	printf ( "%s","里\n" );
	/////////////////////////////
	printf ( "%s","        " );
	system ( "color 7c" );
	Sleep ( stoptimelong );
	printf ( "%s","可" );
	Sleep ( stoptimeshort );
	printf ( "%s","是\n" );
	///////////////////////////////
	printf ( "%s","        " );
	system ( "color 7d" );
	Sleep ( stoptimelong );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","没" );
	Sleep ( stoptimeshort );
	printf ( "%s","有" );
	Sleep ( stoptimeshort );
	printf ( "%s","勇" );
	Sleep ( stoptimeshort );
	printf ( "%s","气" );
	Sleep ( stoptimeshort );
	printf ( "%s","对" );
	Sleep ( stoptimeshort );
	printf ( "%s","你" );
	Sleep ( stoptimeshort );
	printf ( "%s","说\n" );
	///////////////////////////////
	printf ( "%s","        " );
	system ( "color 7e" );
	Sleep ( stoptimelong );
	printf ( "%s","今" );
	Sleep ( stoptimeshort );
	printf ( "%s","天\n" );
	//////////////////////////////
	printf ( "%s","        " );
	system ( "color 7a" );
	Sleep ( stoptimelong );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","终" );
	Sleep ( stoptimeshort );
	printf ( "%s","于" );
	Sleep ( stoptimeshort );
	printf ( "%s","鼓" );
	Sleep ( stoptimeshort );
	printf ( "%s","起" );
	Sleep ( stoptimeshort );
	printf ( "%s","勇" );
	Sleep ( stoptimeshort );
	printf ( "%s","气\n" );
	///////////////////////////////
	printf ( "%s","        " );
	system ( "color 7b" );
	Sleep ( stoptimelong );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","要" );
	Sleep ( stoptimeshort );
	printf ( "%s","对" );
	Sleep ( stoptimeshort );
	printf ( "%s","你" );
	Sleep ( stoptimeshort );
	printf ( "%s","说:\n" );
	///////////////////////////////
	printf ( "%s","        " );
	system ( "color 79" );
	Sleep ( stoptimelong );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","…\n" );
	/////////////////////////////////
	printf ( "%s","        " );
	system ( "color 72" );
	Sleep ( stoptimelong );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","…" );
	Sleep ( stoptimeshort );
	printf ( "%s","…\n" );
	//////////////////////////////////
	Sleep ( stoptimelong );
	system ( "color fc" );
	for ( int i=0; i<9; i++ )
	{
		cout<<"        ";
		for ( int j=0; j<36; j++ )
		{
			if ( f[i][j]==0 )
				cout<<" ";
			else
				cout<<"*";
		}
		cout<<endl;
		Sleep ( 100 );
	}
	/////////////////////////////////////
line:
	printf ( "%s","        " );
	Sleep ( stoptimelong );
	printf ( "%s","你" );
	Sleep ( stoptimeshort );
	printf ( "%s","愿" );
	Sleep ( stoptimeshort );
	printf ( "%s","意" );
	Sleep ( stoptimeshort );
	printf ( "%s","接" );
	Sleep ( stoptimeshort );
	printf ( "%s","受" );
	Sleep ( stoptimeshort );
	printf ( "%s","我" );
	Sleep ( stoptimeshort );
	printf ( "%s","吗" );
	Sleep ( stoptimeshort );
	printf ( "%s","?(Y/N)" );
	////////////////////////////////////
	cout<<endl;
	cout<<"        ";
	cin>>ch;
	Sleep ( stoptimelong );
	if ( ch[0]=='y'||ch[0]=='Y' )
	{
		system ( "color fc" );
		for ( int i=0; i<9; i++ )
		{
			cout<<"        ";
			for ( int j=0; j<21; j++ )
			{
				if ( s[i][j]==0 )
					cout<<" ";
				else
					cout<<"*";
			}
			cout<<endl;
			Sleep ( 100 );
		}
		Sleep ( 3000 );
	}
	else
	{
		if ( ch[0]=='n'||ch[0]=='N' )
		{
			system ( "color 0f" );
			for ( int i=0; i<9; i++ )
			{
				cout<<"        ";
				for ( int j=0; j<22; j++ )
				{
					if ( t[i][j]==0 )
						cout<<" ";
					else
						cout<<"*";
				}
				cout<<endl;
				Sleep ( 100 );
			}
			printf ( "%s","        " );
			Sleep ( stoptimelong );
			printf ( "%s","心" );
			Sleep ( stoptimeshort );
			printf ( "%s","碎" );
			Sleep ( stoptimeshort );
			printf ( "%s","了" );
			Sleep ( stoptimeshort );
			printf ( "%s","……\n" );
		}
		else
			goto line;
	}
	system ( "color 0f" );
	system ( "pause" );
}

[代码运行效果截图]


IT男专用表白程序


网友评论    (发表评论)

共14 条评论 1/1页

发表评论:

评论须知:

  • 1、评论每次加2分,每天上限为30;
  • 2、请文明用语,共同创建干净的技术交流环境;
  • 3、若被发现提交非法信息,评论将会被删除,并且给予扣分处理,严重者给予封号处理;
  • 4、请勿发布广告信息或其他无关评论,否则将会删除评论并扣分,严重者给予封号处理。


扫码下载

加载中,请稍后...

输入口令后可复制整站源码

加载中,请稍后...