网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 交易代码 > C语言代码 > 正文

下拉菜单与图书源程序S_BOOK4.C

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务
; gotoxy(3,m++);
           cprintf("\n       Press any keys!");
    getch();
    return;
  }
     p=p->link;
   }
    gotoxy(3,m++);
    printf("Book Not Exist!\n");
    gotoxy(3,m++);
    printf("\n                 Press any keys !"); getch();
 }

/*******************************************************/
/*        函数功能:结点删除                           */
/*        输入参数:链表头指针                         */
/*        函数输出:返回链表头指针                     */
/*******************************************************/
 struct node *del(struct node *head)
 {
  char sn[15],s;
  int m=0;
  struct node *p,*q;
  window(3,3,40,20);
  gotoxy(3,m++);
  cprintf("Please input book name\n");
  gotoxy(3,m++);
  cprintf("\nname:");scanf("%s",sn);
  p=head;
  while((p!=NULL) && (strcmp(p->name,sn)!=0))
   { q=p;p=p->link;}
  if(strcmp(p->name,sn)==0)
  {
   gotoxy(3,m++);
   cprintf("           name    price   publshier\n");
   gotoxy(3,m++);
   cprintf("Book Found:  %s      %5.2f    %s\n",p->name,p->price,p->pub);
   gotoxy(3,m++);
   cprintf("Do you want to del this book(y/n)");
   scanf("\n%c",&s);
   if(s=='y' || s=='Y')
   {
     if(p==head)head=p->link;
     else q->link=p->link;
     gotoxy(3,m++);
     cprintf("This book is deleted!\n");
     gotoxy(3,m++);
     cprintf("\n    Press any keys !");getch();
     return head;
   }
   else
     {
        gotoxy(3,m++);
        cprintf("\nThis book not delete!\n");
      }
  }
  else
    {
       gotoxy(3,m++);
       cprintf("NOT found!");
     } 
  gotoxy(3,m++); 
  cprintf("\n    Press any keys!");getch();
  return head;

  • 下一篇资讯: 图书信息管理系统
  • 设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
    版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师