登录
首页 » 软件系统 » 餐饮订餐管理系统

餐饮订餐管理系统

于 2022-02-01 发布 文件大小:548.53 kB
0 281
下载积分: 2 下载次数: 1

代码说明:

餐饮订餐管理系统-Food Food Order Management System

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

发表评论

0 个回复

  • development with the supermarket management system software, bundled inside data...
    用 delphi开发的超市管理系统软件,里面附带了数据苦的一些信息,而且功能强大,希望大家可以好好利用-development with the supermarket management system software, bundled inside data from the information, but powerful, hope that we can make good use
    2022-07-04 03:00:57下载
    积分:1
  • 随机信号课 大家相互学习学习 有意见也请大家提出来
    随机信号课件 大家相互学习学习 有意见也请大家提出来 -Random signal courseware to learn from each other U.S. study has also asked people to put forward their views to
    2022-05-16 04:28:25下载
    积分:1
  • 实现了一种作业调度的算法,作业调度是一种最常见的优化问题,如何设计出好的算法达到最理想的效果,是人们追求的.可以用多种数据结构和多种方法实现,比较其效果....
    实现了一种作业调度的算法,作业调度是一种最常见的优化问题,如何设计出好的算法达到最理想的效果,是人们追求的.可以用多种数据结构和多种方法实现,比较其效果.-Realize a kind of job scheduling algorithms, job scheduling is one of the most common optimization problems, how to design a good algorithm to achieve the best effect, is pursued. Can use a variety of data structure and realize a number of ways, Comparison of the effects.
    2023-01-21 07:20:03下载
    积分:1
  • 星级药房库存管理源码,感觉很好!
    星光药店进销存管理系统源代码,我觉得非常好啊!-Star pharmacy inventory management system source code, I feel very well!
    2023-06-24 21:10:04下载
    积分:1
  • 版本控制方面的书,外文的很不错
    版本控制方面的书,外文的很不错-Pragmatic.Bookshelf.Pragmatic.Version.Control.Using.Subversion.2nd.Edition.Jun.2006.pdf
    2022-02-02 13:37:05下载
    积分:1
  • this software Edit channel opentel ods4000v
    this software Edit channel opentel ods4000v
    2022-06-28 05:44:46下载
    积分:1
  • The software system can be scheduled over the hotel directions, hotel reservatio...
    本软件系统可以实现预定酒店的多方位查询、预订酒店的功能。可以方便人们入住酒店,增加酒店的收入,从而使公司能够从中获取佣金。-The software system can be scheduled over the hotel directions, hotel reservations functions. Can it convenient for people living in a hotel, the hotel to increase revenue and thus enabled the company to generate commissions.
    2023-05-22 21:55:04下载
    积分:1
  • RC/RL/LC电路的时间常数计算公式,主要用于电路设计时的RCL参数计算...
    RC/RL/LC电路的时间常数计算公式,主要用于电路设计时的RCL参数计算-RC/RL/LC circuit time constant calculation formula, mainly for the RCL circuit design parameters
    2022-07-09 05:00:07下载
    积分:1
  • Microsoft Visio, Microsoft produced a powerful graphic design software, such as...
    Microsoft Visio 是微软公司生产的一个强大的图形设计软件,专门用于绘制比如数据库设计图、流程示意图、系统结构图的图形设计软件。如同其OFFICE系列软件一样,有着强大而繁多的功能,在程序和工程设计中被广泛的应用。-Microsoft Visio, Microsoft produced a powerful graphic design software, such as devoted to mapping database design, process diagram, the system structure of the graphics design software. Like its OFFICE Series software, which has a strong range of functions, procedures and engineering design was widely used.
    2022-01-31 04:34:44下载
    积分:1
  • 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
    编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
    2022-03-16 00:17:05下载
    积分:1
  • 696516资源总数
  • 106679会员总数
  • 14今日下载