简体   繁体   English

谁能解释这个dfd?

[英]Could anyone explain this dfd?

I am new to Dfds . 我是Dfds的新手。 I have to make a dfd for my project so for that I am studying about them . 我必须为我的项目做一个dfd,以便为此我对其进行研究。 I found this dfd on the inetrnet but I am unable to understand it's few parts , such as , why query process has been attached to the resrvation process , can we do without it ? 我在inetrnet上找到了这个dfd,但我无法理解它的几个部分,例如,为什么查询过程已附加到Resrvation过程中,我们可以不用它吗? Why cancellation table has been attaching to the railway department and why passenger is simultaneously connected to enquiry and the reservation process ? 为什么铁路部门会附加取消表,为什么旅客会同时查询和预订? I am still unable to post any image so here is the link to the dfd http://image.slidesharecdn.com/presentation-130830092202-phpapp02/95/presentation-on-railway-reservation-system-13-638.jpg?cb=1377872947 Could anyone of you explain this dfd ? 我仍然无法发布任何图像,因此这是dfd的链接http://image.slidesharecdn.com/presentation-130830092202-phpapp02/95/presentation-on-railway-reservation-system-13-638.jpg? cb = 1377872947你们中的任何人都可以解释这个dfd吗? I would be very grateful to you ! 我将非常感谢您! Thank you ! 谢谢 !

A data flow diagram, as the name suggests, shows the way the data traverses through a software. 顾名思义,数据流程图显示了数据在软件中的遍历方式。 There is no rights or wrongs in this. 这没有对与错。 It is like an algorithm. 这就像一个算法。 Where the arrow points to is an input to the pointed rectangle. 箭头指向的位置是指向矩形的输入。 For example, "Reservation" is an input to "Query Process" and "Query Process" outputs to "Report". 例如,“预订”是“查询过程”的输入,而“查询过程”是“报告”的输出。 It is as simple as that. 它是如此简单。 This is just the way this one is designed. 这就是这个设计的方式。 A report may be required, but a report can be created only if there is an input. 可能需要报告,但是只有在有输入的情况下才能创建报告。 In this case, "Query Process" creates that input, and the arrow simply shows the relation. 在这种情况下,“查询过程”将创建该输入,并且箭头仅显示该关系。

It is really an abstraction of the data. 它实际上是数据的抽象。 It cannot be designed from stratch. 它不能从stratch设计。 You need some prior diagrams :) documents to be able to create this. 您需要一些先前的图:)文档才能创建此图。 One of these documents is SRS(Software Requirements Specification) 这些文件之一是SRS(软件需求规范)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM