-
用Visual Basic 6.0实现自动化测试
用Visual Basic 6.0实现自动化测试-Using Visual Basic 6.0 to automate testing
- 2022-02-07 04:29:25下载
- 积分: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
-
非常有用的阴影处理资料,希望对这方面的朋友有所帮助
非常有用的阴影处理资料,希望对这方面的朋友有所帮助-The shadow of very useful information on treatment, I hope this help a friend
- 2023-08-12 13:50:04下载
- 积分:1
-
本人作为深圳一家软件公司研发中心总监时的一些工作文档。
此文为项目管理的风险管理文档。...
本人作为深圳一家软件公司研发中心总监时的一些工作文档。
此文为项目管理的风险管理文档。-As a software company in Shenzhen, director of research and development center at some of the work document. This article for the project management risk management document.
- 2023-02-07 14:30:03下载
- 积分:1
-
basis of the documentation on the company ERP5 planning, from the system's f...
本说明文档依据公司关于ERP5的规划,从系统的功能要求、性能要求等方面为《销售系统》的软件作出详细规定-basis of the documentation on the company ERP5 planning, from the system"s functional requirements, performance requirements for "marketing system" software in the details
- 2023-08-17 04:15:03下载
- 积分:1
-
Software design and development
Software design and development
- 2023-02-10 23:25:03下载
- 积分:1
-
PowerDesigner数据库建模技术,6。1版本,非常有用.
PowerDesigner数据库建模技术,6。1版本,非常有用.-PowerDesigner database modeling technology, 6. One version, very useful.
- 2022-10-21 19:55:03下载
- 积分:1
-
The Finite Difference Time Domain Method
for Electromagnetics With MATLAB Simul...
The Finite Difference Time Domain Method
for Electromagnetics With MATLAB Simulations
Atef Elsherbeni and Veysel Demir
Chapter 10
- 2023-03-25 05:00:02下载
- 积分:1
-
1. Item 2 of the establishment. Insert the project MSComm 3. Use ClassWizar d de...
1.建立项目
2.在项目中插入MSComm控件
3.利用ClassWizard定义CMSComm类控制变量
4.在对话框中添加控件
5.添加串口事件消息处理函数OnComm()
6.打开和设置串口参数
7.发送数据
-1. Item 2 of the establishment. Insert the project MSComm 3. Use ClassWizar d definition CMSComm category four control variables. Add in the dialog box controls 5. Serial news events added processing function OnComm () 6. open and install a serial parameters 7. Send data
- 2022-03-20 18:23:30下载
- 积分:1
-
重构:改善既有代码的设计
Refactoring: Improving the Design of Existing Code
by Martin Fowler, Kent Beck (Contributor), John Brant (Contributor), William
Opdyke, don Roberts
这是一本相当好的书-Refactoring: Improving the Design of Existing Code
by Martin Fowler, Kent Beck (Contributor), John Brant (Contributor), William
Opdyke, don Roberts
- 2023-08-04 21:00:04下载
- 积分:1