登录
首页 » 数据结构 » 医院管理

医院管理

于 2023-09-06 发布 文件大小:1.06 MB
0 44
下载积分: 2 下载次数: 1

代码说明:

我们的项目有病人的数据库。它记录更新、 删除、 插入记录正确。我们已经使用 PHP,HTML 作为前端作为后端 SQl 和 WAMP 作为软件工具。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学习中遇到的二叉树的代码,运行快速
    数据结构学习中遇到的二叉树的代码,运行快速-Study data structure encountered in the code tree, run fast
    2022-03-17 16:13:03下载
    积分:1
  • 值计算方法的一些常用算法,其中包括一些值拟和
    由数值计算方法的一些常用算法,其中包括一些数值拟和-by numerical calculation of some common algorithms, including some numerical fitting
    2022-07-18 01:39:23下载
    积分:1
  • 这是我在英国的C语言导师自己所写的一个二叉树的程序。
    这是我在英国的C语言导师自己所写的一个二叉树的程序。-This is a binary-tree programme written by my tutor in England.
    2022-12-04 10:50:02下载
    积分:1
  • Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the...
    迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no access point is a square matrix of the (1,1) The end is (m-1, n-1)
    2022-04-15 13:14:53下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • 此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助...
    此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其数据库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助-This is the credit card recharge PC browser software, including COM port detected a variety of invalid card show, and the VB interface, various settings. And database settings. Sparrows are small is a fully-equipped for learning VB would be helpful for the novice
    2022-03-05 01:42:30下载
    积分:1
  • Time and Attendance system. Operation of the system, the login screen for the im...
    考勤系统.运行本系统时,登录界面要求输入系统的用户名和密码,此系统提供了两种类型的用户,一种是超级用户,具有执行所有功能的权限,另一种是签到用户,只具有签到功能,因此,这里提供了两个默认的用户名和密码,一个是超级用户,用户名为000,密码为000,另外一个是签到用户,用户名为111,密码为111。-Time and Attendance system. Operation of the system, the login screen for the importation of the system user name and password, the system provides two types of users, one is the super-user, with the implementation of all functions of the authority, another is a sign-user, only sign function, so, here are two default user name and password, a super-user, the user name 000, password 000, the other one is the sign user, the user name 111, password is 111.
    2022-03-06 10:04:11下载
    积分:1
  • db .* (pronounced dee
    db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database for open source operating systems.-db .* (pronounced dee-be star) is an advanc ed, high performance, small footprint embedded database for open sou rce operating systems.
    2023-07-22 00:35:03下载
    积分:1
  • Oracle Service Manager
    Oracle Service Manager
    2022-03-11 10:03:04下载
    积分:1
  • 二叉树是的重中之重,进一步认识二叉树的查询技巧...
    二叉树是数据结构的重中之重,进一步认识二叉树的查询技巧-Binary tree data structure is the most important, a better understanding of tree query skills
    2022-04-02 06:23:35下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载