登录
首页 » 软件系统 » 软件工程的经典,没有太多的说明,中文版…

软件工程的经典,没有太多的说明,中文版…

于 2023-09-08 发布 文件大小:10.08 MB
0 141
下载积分: 2 下载次数: 1

代码说明:

软件工程的经典之作,不用太多介绍了吧,中文非扫描版-Software engineering classic, not too many described it, the Chinese version of the non-scanning

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

发表评论

0 个回复

  • 简要介绍了Franklin C51交叉编译器的特点,较详细地讨论了C51语言程序设计的基本技巧及其与汇编语言程序的混合编程、中断处理过程等实际问题,并给出了相应...
    简要介绍了Franklin C51交叉编译器的特点,较详细地讨论了C51语言程序设计的基本技巧及其与汇编语言程序的混合编程、中断处理过程等实际问题,并给出了相应的处理程序。-this article introducede the point of C51 across compiler,and discussed the essence skill of C51 programmer.
    2022-08-24 15:32:33下载
    积分:1
  • To know the original SDK documentation of the entire software process, introduce...
    知原SDK的说明文档 介绍整个软件流程 介绍整个软件原理-To know the original SDK documentation of the entire software process, introduced the principle of the entire software
    2023-07-31 02:10:03下载
    积分:1
  • 用VC写的程序,再没有VC的电脑上运行的方法
    用VC写的程序,再没有VC的电脑上运行的方法-Writing process with VC, no VC is running on the computer way
    2023-07-23 02:50:03下载
    积分: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
  • 简单画图板VB代码简单画 图板VB代码图板简单画图板VB代码VB代码...
    简单画图板VB代码简单画 图板VB代码图板简单画图板VB代码VB代码-simple drawing board VB code simple painting simple drawing board VB code panel simple drawing board VB code VB code
    2022-01-24 17:04:18下载
    积分:1
  • Based on Particle Swarm Algorithm for two
    基于粒子群算法求解二维不规则零件排样问题的方法-Based on Particle Swarm Algorithm for two-dimensional irregular parts nesting problems
    2022-04-18 22:31:02下载
    积分:1
  • c++商店管理原代码
    c++商店管理系统原代码-c store management system management system original code
    2023-06-16 04:10:03下载
    积分:1
  • linux C编程 参考手册 C语言编程必备
    linux C编程 参考手册 C语言编程必备-linux C programming language programming an essential reference manual for C
    2022-06-18 13:09:19下载
    积分:1
  • 40个网页设计小技巧,很实用的技巧,适合初学者,
    40个网页设计小技巧,很实用的技巧,适合初学者,-40exsample
    2022-05-28 11:19:38下载
    积分:1
  • 状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人...
    状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人行动规划等)都可以归结为在某一状态图中寻找目标或路径的问题。因此,研究状态图搜索具有普遍意义。 -State diagram is actually a class of abstract representation of the problem. In fact, there are many mental problems (such as the Hanoi Tower problem, traveling salesman problem, the eight queens problem, the farmer across the river and so on) and the actual problems (such as path planning, theorem proving, deductive reasoning, robot action planning, etc.) can be attributed to in a state diagram for the target or the path to find the problem. Therefore, the study state diagram search of universal significance.
    2023-02-20 07:40:03下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载