TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Puzzle Dependency Charts

36 点作者 crivabene超过 10 年前

2 条评论

zck超过 10 年前
At least one of the differences between flowcharts and these dependency charts is that dependency charts are nondeterministic; that is, at a given point in time, you aren&#x27;t just at one state. In the example given, you can be both at &quot;unlocked door&quot; _and_ &quot;found oil can&quot;. This is unlike a flowchart in that a flowchart explicitly has a single state pointer.<p>Ironically^1, this is somewhat similar to dataflow programming, where you have nodes, edges, and you can require multiple incoming edges to fire before the node does.<p>[1] The irony is that flowcharts are not the analogue to dataflow programming.
tunesmith超过 10 年前
Otherwise known as PERT charts. I do this for kitchen recipes. :) Another piece of software that works for this is Flying Logic.