KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
PatientMagagementSystem
★ 9
Open GitHub ↗
基于c++和MYSQL数据库的病人管理系统,大学牲作业
Download README (.md)
Explore Similar Repositories
FoodPanda-2.0
:
No description available.
FlipkartGrid5.0
:
Conversational Fashion generator powered by genAI for FlipkartGrid 5.0
inbatches
:
@InBatches(): A developer-friendly zero-dependency TypeScript library for efficient batching the execution of asynchronous parallel operations.
pardus-xfce-tweaks
:
No description available.
zora-mint
:
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
PatientMagagementSystem
?
Download (.md)
# PatientMagagementSystem 基于c++和MYSQL数据库的病人管理系统,大学牲作业  *** 本地MySQL配置  *** # <font color=#e36c09>题目</font>: 21、住院病人管理系统(难度等级8) 使用C或C++,选择一种计算机编程软件和数据库管理系统来实现一个住院病人管理系统。系统需要实现的功能如下: - (1)添加、删除和修改病人信息:向系统中添加、删除和修改仓库信息,信息包括(住院号、姓名、年龄、住院时间、出院时间)。 - (2)查找病人信息:按照关键词查询相关病人信息并显示。 - (3)添加、删除和修改病房信息:向系统中添加、删除和修改病房信息,信息包括(病房号、床位数量、负责医生)。 - (4)查找病房信息:按照关键词查询相关病房信息并显示。 - (5)能够查询有空位的病房信息,以及某个病人的负责医生等。可以自行扩展查询功能。