资源简介

不错的东西,自己写的,没分了。拿出来挣点分

资源截图

代码片段和文件信息

#include 
#include 
#include 
//进入系统
void enterSystem()
{
    int iNM;
    printf(“\t\t\t      欢迎进入本系统!\n“);
    
for (i=0;i<30;i++)
    {
        printf(“>“);

        Sleep(30);
    }
    system(“cls“);
    system(“color 3e“);
}
//主菜单
void menu()
{
    printf(“\n\t\t=================================================“);
    printf(“\n\t\t1.投注“);
    printf(“\n\t\t2.开奖“);
    printf(“\n\t\t3.帮助“);
    printf(“\n\t\t4.退出“);
    printf(“\n\t\t=================================================\n“);
}
//帮助菜单
void help()
{
    printf(“一等奖:五个数完全相同为一等奖。\n“);
    printf(“二等奖:四个数完全相同为二等奖。\n“);
    printf(“三等奖:三个数完全相同为三等奖。\n“);
    printf(“四等奖:两个数完全相同为四等奖。\n“);
    printf(“鼓励奖:一个数完全相同为鼓励奖。\n“);
}
//投注,生成5个投注号码
void touZhu(int a[])
{

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4114  2010-05-05 22:06  项目实践1:体育彩票1.c

----------- ---------  ---------- -----  ----

                 4114                    1


评论

共有 条评论