登录
首页 » Windows开发 » 药学中的应用

药学中的应用

于 2023-05-08 发布 文件大小:12.38 MB
0 155
下载积分: 2 下载次数: 1

代码说明:

此应用程序允许您通过管理所有的可用库存管理一家药店,知道所有供应商和注册的所有顾客。此应用程序包含一个小组管理用于操作,如删除、 添加、 修改、 和面板的药剂师。

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

发表评论

0 个回复

  • 80386 Disassembler library, with source codes.
    80386 Disassembler library, with source codes.
    2022-03-13 00:59:42下载
    积分:1
  • Data structure development kit that contains a variety of data structures, as we...
    数据结构的开发包,包含各种数据结构,以及一些简单实例,用2005开发。-Data structure development kit that contains a variety of data structures, as well as some simple examples, with 2005 development.
    2022-03-01 21:19:03下载
    积分:1
  • 简易的多工作区VC6程序 功能: 可以添加删除最多10个工作区,可以使用win+数字(0...
    简易的多工作区VC6程序 功能: 可以添加删除最多10个工作区,可以使用win+数字(0-9)快捷键切换,可以设置开机是否自启动。 存在若干有待解决的问题: 对于单实例的应用程序,在一个工作区隐藏后可能无法再其它工作区唤出; 一些未知的边框窗口可能存在误隐藏; 仅用来学习,有一点点实用价值。-Simple multi-workspace VC6 program features: You can add remove up to 10 working area, you can use win+ number (0-9) shortcut key to switch, you can set the boot is self-starting. There are several issues to be addressed: For single-instance applications, hidden in a work area other work areas may not be evocative some unknown hidden frame window, there may be mistaken only be used to learn a little practical value.
    2022-01-26 00:00:15下载
    积分:1
  • 核心源程序!!!
    WinXP core sources-WinXP core sources!!!
    2022-01-26 03:18:02下载
    积分:1
  • 这是一本关于金融衍生物的书籍。真正的高手不仅仅需要看日线,等这些简单的趋势。他们更要深入的去理解游戏规则。这是高手们必看的一本书籍!...
    这是一本关于金融衍生物的书籍。真正的高手不仅仅需要看日线,等这些简单的趋势。他们更要深入的去理解游戏规则。这是高手们必看的一本书籍!-This is a book on financial derivatives. True not only need to watch a master date line, such as a simple trend. They are to understand in depth the rules of the game. This is the master who books a must-see!
    2022-02-12 03:37:59下载
    积分:1
  • 基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
    BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
    2023-06-14 06:35:04下载
    积分:1
  • 21点游戏C#(VS2013)winform程序
    自己当时做的项目用list picture 保存相关图片,通过数组来确定牌与相关突变队形进行相关的洗牌,通过概率算法进行判断AI操作是否进行相关操作。输赢实践随时调用,防止出现游戏截止但是,依旧可以尽心操作的情况。
    2022-04-18 14:53:47下载
    积分:1
  • 这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛...
    这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛-This is a curve shows that the control will display some data curve in order to observe changes in the trend data. Inside Active Ma
    2022-04-12 02:13:10下载
    积分:1
  • file extensions volume changes for V1.0 features : batch change file extensions...
    文件扩展名批量修改器V1.0 功能:批量修改文件扩展名 使用方法:用户可以选择某个目录,然后对该目录下(包括子目录)的某类文件的扩展名,进行批量修改,可修改成用户设定的扩展名类型。-file extensions volume changes for V1.0 features : batch change file extensions Use : Users can select a directory, then the directory (including subdirectories) in the expansion of certain documents, and changes in volume can be transformed into a user-defined extension types.
    2023-01-30 10:45:04下载
    积分:1
  • 复制、剪切和粘贴数据
    复制、剪切和粘贴数据 ---- 将数据复制或剪切到剪贴板上 ---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。 ---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。 ---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。 ---- 2. 访问选定对象的CopyToClipboard成员函数。 ---- 3. 如果用户选择剪切命令而不是复制,那么从你的应用程序中删除那些数据。 -copy, cut and paste data-replication of data to the clipboard or shear on---- 1. Determined to be copied data is a local data or an embedded object or link.- If the data is embedded in an object or a link to create a pointer to the selected data COleClientItem pointer. Yes- if the localization of the data and applications is a server, and then from COleServerItem succession of a new category, and the creation of the object. Otherwise, the data for the establishment of a COleDataSource targets.---- 2. Visit selected object CopyToClipboard member function.---- 3. If users choose shear order not reproduce, and then from your application to delete those data.
    2022-07-09 06:39:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载