登录
首页 » 其他 » C# MSSQL门诊管理系统

C# MSSQL门诊管理系统

于 2023-07-16 发布 文件大小:780.94 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

C#结合SQLSERVER数据库打造的医院门诊管理系统,可实现医院药品管理、收费管理、药房发药管理、挂号登记管理、划价管理、药品库存量查询和科室挂号查询等功能。系统测试截图如图所示。

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

发表评论

0 个回复

  • 四个拨码开关,拨上去对应的前四个LED灯亮,体现了pld io功能的灵活。请把拨码开关右上方的跳线帽跳上,同时拔掉ADC0804的跳线帽。...
    四个拨码开关,拨上去对应的前四个LED灯亮,体现了pld io功能的灵活。请把拨码开关右上方的跳线帽跳上,同时拔掉ADC0804的跳线帽。-Four DIP switches, dial up the corresponding first four LED lights, reflect the function of flexible pld io. Please dial code switch at the top right of the jumper cap jumped, and pulled out the jumper cap ADC0804.
    2022-02-01 05:24:29下载
    积分:1
  • 用外积和法设计的权矩阵,不能保证p对模式全部正确的联想。若对记忆模式对加以限制(即要求p个记忆模式Xk是两两正交的),则用外积和法设计的BAM网具有较好的联想能...
    用外积和法设计的权矩阵,不能保证p对模式全部正确的联想。若对记忆模式对加以限制(即要求p个记忆模式Xk是两两正交的),则用外积和法设计的BAM网具有较好的联想能力。 在难以保证要识别的样本(或记忆模式)是正交的情况下,如何求权矩阵,并保证具有较好的联想能力?这个问题在用BAM网络实现对字符的识别程序仿真中得到体现。我们做过尝试,用伪逆法求权矩阵,虽然能对未加干扰的字符全部进行识别,但对加有噪声的字符识别效果很差。至于采用改变结构和其他算法的方法来求权矩阵,将是下一步要做的工作。-foreign plot and the design of the power matrix, p is no guarantee that all the correct pattern association. If memory model, the limit (that is, p-memory model Xk is orthogonal to the February 2), then foreign plot and design of the BAM network has good ability to think. It is difficult to ensure the samples to identify (or memory mode) is orthogonal circumstances, the right to seek ways matrix, and to ensure that the association has good ability? The problem with the BAM network of characters identification procedures simulation can be manifested. We did try to use pseudo- inverse matrix for the right, although they would not increase the interference of the characters in the identification of all, However, a pair of noise increases the effects o
    2022-03-10 00:41:43下载
    积分:1
  • PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)
    PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)-PKU ACM 1007 source code, and reverse time complexity of the algorithm control in O (n)
    2023-03-15 11:40:03下载
    积分:1
  • 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。...
    在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
    2022-08-14 20:15:50下载
    积分:1
  • Java生成一个文件打开的文件选择对话框窗口
    Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:   button.addActionListener(new ActionListener() { //按钮事件处理   public void actionPerformed(ActionEvent e) {   int state; //文件选择器返回状态   chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器   chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件   if (comboBox.getSelectedIndex()==0) //组合框为"打开"    state=chooser.showOpenDialog(null); //显示打开文件对话框   else    state=chooser.showSaveDialog(null); //显示保存文件对话框   File file = chooser.getSelectedFile(); //得到选择的文件
    2022-11-18 17:40:03下载
    积分:1
  • 这是一个用multisim10做的一个万用表,用的全波整流,欢迎借鉴。...
    这是一个用multisim10做的一个万用表,用的全波整流,欢迎借鉴。-This is a multisim10 to do with a multimeter, using the full-wave rectifier, welcome to draw on.
    2022-02-15 16:43:58下载
    积分:1
  • 美的SH201电磁炉核心小板 这是本人在维修电磁炉的工作过程中,按照原板的引脚及定义画下来的!有需要的请下载...
    美的SH201电磁炉核心小板 这是本人在维修电磁炉的工作过程中,按照原板的引脚及定义画下来的!有需要的请下载-The core of America" s SH201 cooker small plates
    2022-12-19 13:10:04下载
    积分:1
  • 主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测...
    主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测频 模块,并且利用EDA开发平台QUARTUS11 3 .0对CPLD芯片进行写人,实现了计数等 主要逻辑功能 还使用C语言设计了该等精度频率计的主控程序以提高测量精度。本设 计实现了对频率变化范围较大的信号进行频率测量,能够满足高速度、高精度的测频要 求。-Introduced, such as the accuracy of frequency measurement principle, the principle has in the entire test frequency to maintain the advantages of high precision frequency measurement at the same time the basis of the principle of using the Verilog HDL language, such as the design of a high-speed precision frequency measurement module, and use of EDA Development platform QUARTUS11 3 .0 on CPLD chip to write, and achieved a count of the main logic function, such as the use of C language is also designed such precision the frequency of control procedures to enhance measurement accuracy. This design achieved a wide range of frequency changes in signal frequency measurement, to meet the high-speed, high precision frequency measurement requirements.
    2023-08-06 16:05:04下载
    积分:1
  • Direct Oracle Access控件 v4.1适用 Delphi2009
    Direct Oracle Access控件 v4.1适用 Delphi2009,含有文档和安装程序,比较完整的Delphi控件包,面向Delphi2009版本。
    2022-02-07 08:47:39下载
    积分:1
  • 一个C++的参考文件,。chm格式的,很好用的一个信息
    一份C++的参考文档,.CHM格式,很好用的一份资料-A C++ Reference documents,. CHM format, good use of an information
    2022-02-25 23:42:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载