From bd038500288ab4ad505144a8e9d8e41baf6e3f8d Mon Sep 17 00:00:00 2001 From: "2483890081@qq.com" <2483890081@qq.com> Date: Tue, 8 Jan 2019 15:20:39 +0800 Subject: [PATCH] first commit --- welcome函数.cpp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 welcome函数.cpp diff --git a/welcome函数.cpp b/welcome函数.cpp new file mode 100644 index 0000000..b9721e3 --- /dev/null +++ b/welcome函数.cpp @@ -0,0 +1,34 @@ +welcome() /*»¶Ó­½çÃæ*/ +{ Initialize(); /*³õʼ»¯*/ + system("cls"); /*ÇåÆÁ*/ + system("color 2"); /*ÉèÖÃÑÕÉ«*/ + system("mode con cols=504 lines=512");/*Ñùʽ*/ + printf("\t¨X¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨[\n"); +printf("\t¨U ¨U\n"); +printf("\t¨U »¶Ó­À´µ½Îå×ÓÆåÓÎÏ·£¬×£ÄãÍæµÄÓä¿ì£¡ ¨U\n"); +printf("\t¨U ¨U\n"); +printf("\t¨U ._______________________. ¨U\n"); +printf("\t¨U | _____________________ | ¨U\n"); +printf("\t¨U | I I | ¨U\n"); +printf("\t¨U | I I | ¨U\n"); +printf("\t¨U | I Îå ×Ó Æå I | ¨U\n"); +printf("\t¨U | I I | ¨U\n"); +printf("\t¨U | I___________________I | ¨U\n"); +printf("\t¨U !_______________________! ¨U\n"); +printf("\t¨U ._[__________]_. ¨U\n"); +printf("\t¨U .___|_______________|___. ¨U\n"); +printf("\t¨U |::: ____ | ¨U\n"); +printf("\t¨U | ~~~~ [CD-ROM] | ¨U\n"); +printf("\t¨U !_____________________! ¨U\n"); +printf("\t¨U ¨U\n"); +printf("\t¨U ¨U\n"); +printf("\t¨U ¨U\n"); +printf("\t¨U ¨U\n"); +printf("\t¨U Çë°´ÈÎÒâ¼ü¼ÌÐø£¬½øÈë°ïÖú½çÃæ¡£ ¨U\n"); +printf("\t¨U ¨|¨| ¨U\n"); +printf("\t¨U ¨|¨| ¨U\n"); +printf("\t¨U ¨|¨| ¨U\n"); +printf("\t¨U ¨|¨| ¨U\n"); +printf("\t¨^¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨T¨a\n"); + getch(); +}