KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
library_manage_system
★ 23
Open GitHub ↗
数据库大作业——图书馆管理系统
Download README (.md)
Explore Similar Repositories
FCBA
:
The core code for our paper "Beyond Traditional Threats: A Persistent Backdoor Attack on Federated Learning".
FedTabDiff
:
Implementation of the paper: "FedTabDiff: Federated Learning of Diffusion Models for Synthetic Mixed-Type Tabular Data Generation"
exam
:
Sistem ujian online berbasis website (development)
ADHD_Blink
:
M5Stick C-Plus
Ai_Learnings-with-Krishan-kumar
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
library_manage_system
?
Download (.md)
# library_manager_system 数据库大作业——图书馆管理系统 # 关系模式 1、用户(学号,姓名,密码,是否为管理员,联系方式) 2、书籍(书名,书号(ISBN),作者,分类,出版社,出版日期,库存,剩余可借,预约数量) 3、用户借阅(学号,书号,借出时间,归还时间,借出状态,预约排队) # E-R图构建  # 设计流程图 ### 1、管理员总流程图  1. 添加书籍  3. 删除书籍  5. 添加学生  7. 编辑学生信息  9. 删除学生  ### 2、学生总流程图  1. 借阅书籍  3. 归还书籍  5. 预约书籍 