登录
首页 » C# » VS2005+SQL2000这是我学习C # CS开发了医院管理系统…

VS2005+SQL2000这是我学习C # CS开发了医院管理系统…

于 2023-07-27 发布 文件大小:460.92 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

VS2005+SQL2000 这个是我学习C#进行CS开发的一个医院管理系统.适合新手学习, 主要功能: 前台:病人登记,病人预约,前台交费,药品退费,欠费催款,医生评价 医师开医令 药房发药,药品管理,退药入库 基本设置等 -VS2005+ SQL2000 this is my learning C# To CS developed a hospital management system. Suitable for novices to learn the main features: front: patient registration, patient appointments, front pay, medicines refund, Arrearage reminder, doctors evaluate the physicians to open Order medical medicine pharmacy, medicines management, retirement basic settings such as drug storage

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

发表评论

0 个回复

  • Picture-Player
    图片播放软件,含翻页,自动播放,播放速度控制,旋转(任意角度),放大,缩小等(Photo playback software, including flip, auto play, playback speed control, rotation (any angle), zoom, etc.)
    2013-07-29 10:43:16下载
    积分:1
  • C#读取文件内容显示在DataGridView表格中
    Visual C#在DataGridView单元格中显示文本文件的内容,可以理解为,从外部读取文件内容,将其显示在DataGridView   单元格中,可以看出,本代码中使用了DataTable对象、OleDb.OleDbDataAdapter对象,外部文件的格式暂定为txt,其它格式需要相关解析组件支持,实现本功能并不难,以下几行代码就可大致实现:   string MyPath = System.IO.Directory.GetCurrentDirectory();   string MyConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+MyPath+";Extended Properties="text;HDR=yes;FMT=delimited";";   string MySQL = "select * from 季度订单.txt";   DataTable MyTable = new DataTable();   System.Data.OleDb.OleDbDataAdapter MyAdapter = new System.Data.OleDb.OleDbDataAdapter(MySQL, MyConnectionString);   MyAdapter.Fill(MyTable);   this.dataGridView1.DataSource = MyTable;   运行界面效果请参见下图,完整源码请在本页下载。
    2022-03-20 07:42:37下载
    积分:1
  • CPROEXERCISE9
    C programming exercise - about pointer(C programming exercise- about pointer)
    2009-10-08 02:41:43下载
    积分:1
  • svd
    基于householder变换和QR分解的矩阵svd分解算法(svd using householder transformation and matrix QR decomposition)
    2020-08-16 10:08:26下载
    积分:1
  • ocean-master
    说明:  通过OpenGL实现一个简单的海洋模拟,不涉及光照。(A simple solution for ocean simulation)
    2020-08-04 16:16:08下载
    积分:1
  • _20 汇编眼中的函数
    说明:  对汇编到c有很大的帮助,对底层有一定的了解(help you know c and other include system or computer more information and knowledge)
    2020-06-19 08:40:01下载
    积分:1
  • packing5
    说明:  矩形件排样,用bl算法实现。具有一定的参考价值,(Rectangular Nesting with bl algorithm. With some reference value,)
    2020-08-27 16:18:14下载
    积分:1
  • wpf仿酷狗音乐播放器程序源码
    wpf仿酷狗音乐播放器程序源码
    2017-11-10下载
    积分:1
  • yiu-V4.0
    有均匀线阵的CRB曲线,有PMUSIC 校正前和校正后的比较,基于K均值的PSO聚类算法。( There ULA CRB curve, A relatively before correction and after correction PMUSIC, K-means clustering algorithm based on the PSO.)
    2017-04-20 14:27:36下载
    积分:1
  • Visual_Cryptography
    In this IEEE Paper "Visual Cryptography is Solved" in c and MATLAB
    2009-11-09 19:02:11下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载