ZIP基于C++的图书管理系统 798.92KB

2401_86268542需要积分:7(1积分=1元)

资源文件列表:

book_manage_system-master.zip 大约有33个文件
  1. book_manage_system-master/
  2. book_manage_system-master/.gitignore 270B
  3. book_manage_system-master/hellohello/
  4. book_manage_system-master/hellohello/hellohello/
  5. book_manage_system-master/hellohello/hellohello/Book.cpp 76B
  6. book_manage_system-master/hellohello/hellohello/Book.h 347B
  7. book_manage_system-master/hellohello/hellohello/book.txt 73B
  8. book_manage_system-master/hellohello/hellohello/bookMgr.cpp 3.88KB
  9. book_manage_system-master/hellohello/hellohello/bookMgr.h 556B
  10. book_manage_system-master/hellohello/hellohello/Clerk.cpp 79B
  11. book_manage_system-master/hellohello/hellohello/Clerk.h 263B
  12. book_manage_system-master/hellohello/hellohello/clerk.txt 31B
  13. book_manage_system-master/hellohello/hellohello/ClerkMgr.cpp 2.69KB
  14. book_manage_system-master/hellohello/hellohello/ClerkMgr.h 676B
  15. book_manage_system-master/hellohello/hellohello/hellohello.cpp 12.72KB
  16. book_manage_system-master/hellohello/hellohello/hellohello.vcxproj 8.67KB
  17. book_manage_system-master/hellohello/hellohello/hellohello.vcxproj.filters 2.12KB
  18. book_manage_system-master/hellohello/hellohello/hellohello.vcxproj.user 162B
  19. book_manage_system-master/hellohello/hellohello/pch.cpp 195B
  20. book_manage_system-master/hellohello/hellohello/pch.h 46B
  21. book_manage_system-master/hellohello/hellohello/Student.cpp 89B
  22. book_manage_system-master/hellohello/hellohello/Student.h 146B
  23. book_manage_system-master/hellohello/hellohello/student.txt 10B
  24. book_manage_system-master/hellohello/hellohello/studentMgr.cpp 2.02KB
  25. book_manage_system-master/hellohello/hellohello/studentMgr.h 554B
  26. book_manage_system-master/hellohello/hellohello.sln 1.81KB
  27. book_manage_system-master/hellohello/x64/
  28. book_manage_system-master/hellohello/x64/Debug/
  29. book_manage_system-master/hellohello/x64/Debug/hellohello.ilk 1.99MB
  30. book_manage_system-master/hellohello/x64/Debug/hellohello.pdb 1.36MB
  31. book_manage_system-master/LICENSE 11.09KB
  32. book_manage_system-master/说明图.PNG 93.17KB
  33. book_manage_system-master/项目说明.doc 104KB

资源介绍:

1. 类的设计 Book类 属性:书名、作者、ISBN号、出版社、价格等。 方法:构造函数、获取书籍信息、设置书籍信息等。 Library类 属性:存储书籍的容器(例如vector或map)、管理员信息等。 方法:添加书籍、删除书籍、借阅书籍、归还书籍、搜索书籍等。 User类 属性:用户名、借阅书籍列表等。 方法:构造函数、借阅书籍、归还书籍、获取借阅列表等。 2. 主要功能 图书管理功能 添加书籍:管理员可以添加新书籍到系统中。 删除书籍:管理员可以删除现有书籍。 查找书籍:用户可以根据书名、作者或ISBN号查找书籍信息。 借阅管理功能 借阅书籍:用户可以借阅书籍,系统会更新书籍的借阅状态和用户的借阅记录。 归还书籍:用户归还书籍,系统更新书籍的可借状态和用户的借阅记录。 用户管理功能 注册账号:新用户可以注册账号并进行登录。 登录系统:已注册用户可以通过用户名和密码登录系统。
<link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/base.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/fancy.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564590/raw.css" rel="stylesheet"/><div id="sidebar" style="display: none"><div id="outline"></div></div><div class="pf w0 h0" data-page-no="1" id="pf1"><div class="pc pc1 w0 h0"><img alt="" class="bi x0 y0 w1 h1" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564590/bg1.jpg"/><div class="t m0 x1 h2 y1 ff1 fs0 fc0 sc0 ls0 ws0">1.<span class="_ _0"> </span><span class="ff2">项目名称:</span>hellohello<span class="ff2">(当时随便起的,后期不太好改)</span></div><div class="t m0 x1 h2 y2 ff1 fs0 fc0 sc0 ls0 ws0">2.<span class="_ _0"> </span><span class="ff2">运行环境:</span>VS2017</div><div class="t m0 x1 h2 y3 ff1 fs0 fc0 sc0 ls0 ws0">3.<span class="_ _0"> </span><span class="ff2">项目缺陷:</span></div><div class="t m0 x1 h2 y4 ff2 fs0 fc0 sc0 ls0 ws0">(<span class="ff1">1</span>)未实现输入值检测,请按照正规格式输入(事太多,整不完了)</div><div class="t m0 x1 h2 y5 ff2 fs0 fc0 sc0 ls0 ws0">(<span class="ff1">2</span>)未实现文件备份还原(简单文件读写操作,项目中重复很多了)</div><div class="t m0 x1 h2 y6 ff1 fs0 fc0 sc0 ls0 ws0">4.<span class="_ _0"> </span><span class="ff2">语言<span class="_ _1"></span>:<span class="_ _1"></span><span class="ff1">C++17,<span class="ff2">采用了<span class="_ _2"> </span></span>c++17<span class="_ _2"> </span><span class="ff2">的一些特性,在使用<span class="_ _2"> </span></span>VS<span class="_ _2"> </span><span class="ff2">运行时</span>,<span class="ff2">请按照以下说明图修改<span class="_ _2"> </span></span>C++<span class="ff2">语</span></span></span></div><div class="t m0 x1 h2 y7 ff2 fs0 fc0 sc0 ls0 ws0">言标准</div><div class="t m0 x1 h2 y8 ff1 fs0 fc0 sc0 ls0 ws0">5.<span class="_ _0"> </span><span class="ff2">所有<span class="_ _2"> </span></span>txt<span class="_ _2"> </span><span class="ff2">文件目录:</span>D:/<span class="ff2">助教</span>/Book_management_system/hellohello/hellohello/</div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div>
100+评论
captcha
    类型标题大小时间
    ZIP基于C语言实现的学生成绩管理程序1.01MB9月前
    ZIP基于C语言的学生信息管理系统38.28KB9月前
    ZIPapp-ins-demo12.92KB9月前
    ZIP基于C语言实现的学生成绩管理系统8.72KB9月前
    ZIP基于C语言实现的图书管理系统517.01KB9月前
    ZIP智能医疗平台专属定制化机器人(前后端代码)4.23KB9月前
    ZIP第二次旅游网页临摹,设计稿来自即时设计网站2.6MB9月前
    ZIPMSPM0G3507+NRF24L012.4G无线传输加串口屏显示58.08MB9月前