-
编写一模拟股票交易的程序,该程序有以下几个功能:
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
-
matlab函数命令大全
MATLAB常用函数参考
matlab函数命令大全
MATLAB常用函数参考-volumes of orders Matlab functions commonly used MATLAB Function Reference
- 2023-04-21 07:20:03下载
- 积分:1
-
this may use ful this for u
this may use ful this for u
- 2023-01-23 07:05:03下载
- 积分:1
-
这是一个多年老程序员的经验总结,做软件开发不得不看的好东东哦...
这是一个多年老程序员的经验总结,做软件开发不得不看的好东东哦-This is a multi-year experience in the old programmers, software developers have done a good look at the Eastern Oh
- 2022-03-12 19:49:30下载
- 积分:1
-
Comobox智能提示
Combo Box (组合框)控件很简单,可以节省空间。从用户角度来看,这个控件是由一个文本输入控件和一个下拉菜单组成的。用户可以从一个预先定义的列表里选择一个选项,同时也可以直接在文本框里面输入文本。
- 2022-03-12 21:25:09下载
- 积分:1
-
Wordware
Wordware - Memory Management, Algorithms and Implementation in C & C++.chm-Wordware- Memory Management, Algorithms and Implementation in C & C++.chm
- 2022-06-27 21:53:14下载
- 积分:1
-
包含大量VB常用函数 大概一百几十个左右 每个函数都有比较详细的说明 希望大家喜欢它啦...
包含大量VB常用函数 大概一百几十个左右 每个函数都有比较详细的说明 希望大家喜欢它啦-contain a large number of commonly used functions VB probably around 100 scores for each function have more detailed explanation hope you like it
- 2022-05-24 00:31:44下载
- 积分:1
-
detailed description can bus .... very good things. help you speed door
详细说明can总线。。。。非常好的事情。帮你加速开门
- 2022-02-25 09:27:52下载
- 积分:1
-
欢迎您使用审批系统。该系统主要用于内部银行员工,B。
欢迎您使用审批系统!该系统主要面向银行内部人员,但也为客户提供一些信息." 登陆,注册和管理员入口"项目专为银行内部人员设计."客户登陆,注册,贷款须知和预约"项目专为客户设计.客户可通过这些窗口浏览贷款相关信息."客户留言"项目便于客户为我们的服务提出宝贵的建议和意见,欢迎您使用!"实时信息"项目便于您查询需要的信息.理财计算器方便您对存贷款作结算." 资费查询"为您提供银行业务的收费标准,请您监督.-welcome you use approval system. The system is mainly for internal bank staff, but also to provide some information. "Landing, registration and administrators Entrance" project for the bank"s internal design. "Customers landing, registration, loan notes and appointments" project designed specifically for customers . customers can browse through the window of these loans related information. "Message" project to facilitate customer service to our valuable suggestions and comments, please use! "Real-time information" project to facilitate your need for information. financial calculator for your convenience deposits and loans for clearing. " Tariff inquiries "to offer you the operations of the bank charges, you supervision.
- 2022-03-15 01:34:40下载
- 积分:1
-
Device Driver Tutorial for Linux
Device Driver Tutorial for Linux
- 2022-01-25 19:49:41下载
- 积分:1