-
汇编课程实习题目
汇编课程实习题目 -Compilation of training course topics
- 2022-01-31 04:47:16下载
- 积分:1
-
三菱软件
OPC主要适用于过程控制和制造自动化等应用领域。 OPC是以OLE/COM机制作为应用程序的通讯标准。OLE/COM是一种客户/服务器模式,具有语...
三菱软件
OPC主要适用于过程控制和制造自动化等应用领域。 OPC是以OLE/COM机制作为应用程序的通讯标准。OLE/COM是一种客户/服务器模式,具有语言无关性、代码重用性、易于集成性等优点-Mitsubishi OPC software is mainly applied to process control and manufacturing automation applications. OPC is based on OLE/COM application mechanism as a communication standard. OLE/COM is a client/server model, has nothing to do with language, and code reusability, ease of integration, etc.
- 2022-10-04 19:50:03下载
- 积分:1
-
对当前很火的网络电话的分析,分析internet peer to peer telephony protocol...
对当前很火的网络电话的分析,分析internet peer to peer telephony protocol-fire right now is the telephone network analysis, peer to peer internet telephony protocol
- 2022-02-03 23:01:05下载
- 积分:1
-
Implementing File I/O Functions Using Microchip’s Memory
Disk Drive File Syste...
Implementing File I/O Functions Using Microchip’s Memory
Disk Drive File System Library
- 2022-07-09 04:13:58下载
- 积分:1
-
here this folder consists of all c++ an djava books pls go through it than
here this folder consists of all c++ an djava books pls go through it than-here this folder consists of all c++ an djava books pls go through it thankkkkkk
- 2022-03-07 17:07:52下载
- 积分: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
-
Microsoft Visio 是微软公司生产的一个强大的图形设计软件,专门用于绘制比如数据库设计图、流程示意图、系统结构图的图形设计软件。如同其OFFICE系...
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.
- 2023-04-19 03:20:02下载
- 积分:1
-
本程序是制作电子琴的一个设计,非常实用,供大家参考
本程序是制作电子琴的一个设计,非常实用,供大家参考
- 2022-05-30 13:30:17下载
- 积分:1
-
Small supermarket management system. Development environment for c# 2005+ sqlser...
小型超市管理系统.开发环境为c#2005+sqlserver.系统全部开源.
适合小型超市的应用-Small supermarket management system. Development environment for c# 2005+ sqlserver. The system of all open source. Suitable for the application of a small supermarket
- 2022-02-14 13:26:42下载
- 积分:1
-
这是一个工作流管理的后端EJB实现,有非常好的设计,可移植部署...
这是一个工作流管理的后端EJB实现,有非常好的设计,可移植部署-This is a work flow management backend EJB, and it is a very good design, deployment transplant
- 2022-01-26 08:06:13下载
- 积分:1