文件名称:xueshengdanganchengxu

  • 所属分类:
  • 教育/学校应用
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • s**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

int menu()          

{

  int choice

  printf( "\n********************************************\n"

      "**** 选择菜单 ****\n"

      "********************************************\n"

      "\n")

  printf("\t 请选择您所需要的功能:\n")

  printf("\t1.录入学生的学生证信息\n")

  printf("\t2.显示指定学生学生证信息\n")

  printf("\t3.显示指定班所有学生的学生证信息\n")

  printf("\t4.修改指定学生的学生证信息\n")

  printf("\t5.删除指定学生的学生证信息\n")

  printf("\t6.统计信息\n")

  printf("\t7.退出\n")

  scanf(" d",&choice)

  

  while(choice<1 ||choice>7 )

  {

    printf("请输入1-7之间的数字!")

    scanf(" d",&choice)

    getchar()

  }

return choice

}-int menu () {int choice printf (" \ n******************************************** \ n " " **** select the menu**** \ n" " ******************************************** \ n " " \ n " ) printf (" \ t Please select the functions you need: \ n " ) printf (" \ t1. student' s student ID information input \ n " ) printf (" \ t2. show student ID information designated student \ n " ) printf (" \ t3. Displays the class of all students student ID information \ n " ) printf (" \ t4. Modify the specified student' s student ID information \ n" ) printf (" \ t5. delete the specified student' s student ID information \ n" ) printf (" \ t6. statistics \ n" ) printf (" \ t7. exit \ n" ) scanf ("  d" , & choice) while (choice < 1 | | choice> 7) {printf (" Please enter a number between 1-7!" ) scanf ("  d" , & choice) getchar () } return choice
(系统自动生成,下载前可以参看下载内容)

下载文件列表

xueshengdanganchengxu.c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org