登录
首页 » 软件系统 » Qilu Software Design Contest introduction to all of us understand the Qilu Softw...

Qilu Software Design Contest introduction to all of us understand the Qilu Softw...

于 2022-02-25 发布 文件大小:6.53 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

齐鲁软件设计大赛介绍,对大家了解齐鲁软件设计大赛会有很大帮助-Qilu Software Design Contest introduction to all of us understand the Qilu Software Design Contest will be of great help to

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

发表评论

0 个回复

  • 数字图像处理工具箱
    Digital Image Processing tool box
    2022-01-24 12:32:32下载
    积分:1
  • 工程专题讲座现代篇.ppt 讲义 PPT格式
    软件工程专题讲座现代篇.ppt 讲义 PPT格式-Modern software engineering seminar papers. Ppt lecture PPT format
    2022-02-14 11:04:18下载
    积分:1
  • 实现栈的基本操作以及栈在程序设计上的应用
    实现栈的基本操作以及栈在程序设计上的应用-achieve the basic operation of the procedure and stack design of the application
    2022-07-15 10:38:54下载
    积分:1
  • UCOS在LPC2100列ARM单片机中的具体应用,很好的资料
    UCOS在LPC2100系列ARM单片机中的具体应用,很好的资料-In the LPC2100 series ARM microcontrollers UCOS in the specific application, very good information
    2023-03-20 13:35:03下载
    积分:1
  • ranking figures in accordance with the time frame of the list, the implementatio...
    按照时间数字排序的列表框 ,功能实现很简单,很适合初学者学习使用。-ranking figures in accordance with the time frame of the list, the implementation of function is very simple and very suitable for beginners to learn how to use.
    2022-12-27 09:00:03下载
    积分: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
  • UML Weekend Crash Course 关于工程的书籍 虽然现在我还不懂得,但相信对别人肯定有用...
    UML Weekend Crash Course 关于软件工程的书籍 虽然现在我还不懂得,但相信对别人肯定有用-UML Weekend Crash Course on software engineering books though I do not know, but I think certainly useful to others.
    2023-03-03 17:35:04下载
    积分: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
  • 开发流程以及开发中所需求的各种要求。对的开发很重要...
    软件开发流程以及软件开发中所需求的各种要求。对软件的开发很重要-Software development processes and software development needs in a variety of requirements. Of software development is very important
    2023-07-10 21:55:04下载
    积分:1
  • Solaris安全性专题指导 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费 书...
    Solaris安全性专题指导 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 47 KB -Solaris security thematic guide books Language : English books categories : program design license : free software books Size : 47 KB
    2022-11-03 20:40:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载