登录
首页 » 数据结构 » 随着市场经济的快速发展,国内医药企业…

随着市场经济的快速发展,国内医药企业…

于 2022-03-10 发布 文件大小:701.19 kB
0 216
下载积分: 2 下载次数: 1

代码说明:

随着市场经济的迅猛发展,国内医药企业的竞争也日趋激烈。企业内部的信息管理急需信息化。针对鑫诚药业有限公司的业务情况和企业发展的要求,设计并建立该公司的医药基础信息管理系统。解决企业对于药品信息、员工信息、客户信息以及供应商信息的管理问题。通过该系统,可以快速的获取有关药品、员工、客户及供应商的基础信息。-With the rapid development of market economy, the domestic pharmaceutical enterprises and competition is increasingly fierce. Enterprise information management in urgent need of information technology. Cheng Xin Pharmaceutical Co., Ltd. for the business situation and business requirements of the development, design and build the basis of the company

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

发表评论

0 个回复

  • [问题描述] 在二叉排序树中查找关键字为KEY的记录 [输入] 有序表输入要查找元素的关键字 [输出] 查找成功是即可显示查找成功 #i...
    [问题描述] 在二叉排序树中查找关键字为KEY的记录 [输入] 有序表输入要查找元素的关键字 [输出] 查找成功是即可显示查找成功 #include #include typedef int KeyType typedef struct{ -[Problem Description] Binary Tree ranking keyword search for the records KEY [imported] ordered to investigate the importation of table find elements of the keyword search [output] is successful you can show success# include
    2022-12-28 03:10:04下载
    积分:1
  • copy Database
    这将以最简单的方式将整个记录从一个数据库复制到另一个数据库
    2023-02-14 15:20:03下载
    积分:1
  • 基于SQL Server库和JAVA语言的学生信息管理系统
    基于SQL Server数据库和JAVA语言的学生信息管理系统;完整源代码,JAVA语言实现,NetBeans开发环境,可以导入Eclipse
    2022-02-20 21:45:58下载
    积分:1
  • 中的平衡二叉树的代码
    数据结构中的平衡二叉树的代码- In construction of data balance two forks tree s code
    2022-04-13 00:54:14下载
    积分:1
  • serversock
    /**************************************************************************************  * Dragonfly - RTMP Server by ActionScript  *   * Author: SnowMan  * Author QQ: 228529978  * BLOG: http://rtmp.net or http://rtmp.us.to  * Copyright(c) AS-RTMP-Server(Dragonfly) 2012  * SourceCode URL: http://code.google.com/p/as-rtmp-server  *  *  * Licence Agreement  *
    2022-03-24 18:29:14下载
    积分:1
  • 这是一个决策树算法
    这是一个决策树算法-This is a Decision Tree Algorithm
    2023-03-14 10:30:03下载
    积分:1
  • 这是一个用于计算最小生成树的程序。当人们逐个输入每条边的权,再点击生成,便能得到这个图的最小生成树。
    这是一个用于计算最小生成树的程序。当人们逐个输入每条边的权,再点击生成,便能得到这个图的最小生成树。-This is a used to calculate the minimum spanning tree procedure. When people enter one by one each side of the right, then click generate, will be able to get this graph minimum spanning tree.
    2022-04-26 22:15:50下载
    积分:1
  • 摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系
    摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。- Time the abstract design automation sped up the code, and guarantee all processes all use the same naming standard and the structure produce. In order to enhances the encoded efficiency as far as possible in the large-scale SQL project, the author has compiled when a series of designs (design-time) saves the process, produces when the movement with them (run-time) saves the process, and always uses in the project. Recently, the author renewed its memory process in order to use SQL the Server 2,000 characteristics, including user definition function. This article institute and the content cover founds and carries out these dynamic T-SQL script to cause the ordinary database memory process code automation.
    2022-04-12 03:09:38下载
    积分:1
  • 设计课程实验,二叉树存储设计源码,c语言编写。
    数据设计课程实验,二叉树存储设计源码,c语言编写。-Data design course experiments, binary storage design source, c language.
    2023-08-25 12:45:03下载
    积分:1
  • err
    1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 ,改成当前数据库地址 ,改成当前数据库用户名 ,改成当前数据库密码 ,改成当前数据库名称 ,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com-err
    2023-05-29 02:50:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载