-
C++ programming and design patterns a classic tutorials to enhance your C++ prog...
C++程序设计与设计模式的 经典教程,提升你的C++程序设计能力,增强程序员的内功修为。-C++ programming and design patterns a classic tutorials to enhance your C++ programming skills, enhance repair of the programmer‘s internal strength.
- 2022-05-23 09:12:35下载
- 积分:1
-
程序员笔记本(记录各种源代码、操作说明等)
程序员笔记本(记录各种源代码、操作说明等,方便快速查找,可保存图片信息,也可以用于日记本记录,
信息登记查打,支持文件加密)
- 2022-06-19 08:47:08下载
- 积分:1
-
高通手机应用软件开发平台uione的介绍。uione是基于BREW平台的一个应用开发平台,在架构设计上,真正地做到了GUI/UI与应用逻辑分离,修改手机GUI/...
高通手机应用软件开发平台uione的介绍。uione是基于BREW平台的一个应用开发平台,在架构设计上,真正地做到了GUI/UI与应用逻辑分离,修改手机GUI/UI,只需变动xml脚本,不再需要像传统的手机开发平台一样,修改繁琐的C代码了。-Qualcomm cell phone application development platform for the introduction uiOne. uiOne is based on the BREW platform, an application development platform, in the framework design, really achieve a GUI/UI and application logic separation, modify the phone GUI/UI, just change xml script, is no longer necessary as the traditional mobile phone development platform, like , modify the C code has been cumbersome.
- 2022-02-28 13:28:35下载
- 积分:1
-
C++常见面试题,超有用的,强烈推荐
C++常见面试题,超有用的,强烈推荐-C++ Common side questions, super useful and strongly recommended
- 2022-01-25 17:17:50下载
- 积分:1
-
这是著名的嵌入式操作系统Nucleus和# 39;的源代码分析…
这是著名的嵌入式操作系统nucleus 的源代码最详细的分析报告!-This is the famous nucleus embedded operating system"s source code analysis of the most detailed report!
- 2023-01-14 01:40:04下载
- 积分:1
-
deposit into a medicine sales procedures
一个医药进存销程序-deposit into a medicine sales procedures
- 2022-05-29 21:46:37下载
- 积分:1
-
测试串行通讯口的程序,全部源码,共大家下载使用!
测试串行通讯口的程序,全部源码,共大家下载使用!-serial communication port testing procedures, all of the source code, we were downloading!
- 2022-02-27 07:50:48下载
- 积分:1
-
该文件是java开发工具编写的小应用程序,可以验证。
该文件是用java开发工具编写的小型应用程序,可用于初学者学习-the document is java development tools to prepare a small application that can be used for beginners learning
- 2022-03-24 04:40: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
-
某研究设计院信息系统总体设计方案,非常详细,包括需求分析,详细分析,关键技术实现等...
某研究设计院信息系统总体设计方案,非常详细,包括需求分析,详细分析,关键技术实现等-Information System Design of a Research and Design Institute program, very detailed, including needs analysis, detailed analysis of the key technology, etc.
- 2023-02-05 21:55:03下载
- 积分:1