C#中的流程图项目 [英] Flowchart project in C#

查看:94
本文介绍了C#中的流程图项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!

我需要c#中的流程图生成器项目。我需要一些源代码。

请帮忙。



问候,

haseeb

Hi everyone!
I need a flow chart generator project in c#. I need some source code.
Please help.

Regards,
haseeb

推荐答案

完整的完整源代码来创建流程图?

嗯。整蛊。

好​​的,你去吧:

Complete, full source code to create flowcharts?
Hmm. Tricky.
OK here you go:
using System.Diagnostics;
namespace Flowcharter
    {
    class Program
        {
        static void Main(string[] args)
            {
            Process.Start("http://flowchart.com/");
            }
        }
    }


此处不起作用。对不起,这里没有快速提问。这听起来像你的大学项目/任务,你应该付出一些努力。



我们希望你花一些时间来尝试你所面临的问题然后一段时间在发布这里时提出问题。



以下是询问者的预期:

1. 先尝试你想做什么!

2.制定你所做的看似问题/不工作的事情。



尝试一下,告诉你是否面临问题。

各位会员非常乐意为此提供帮助。



首先,谷歌,看看你有什么想法。如果你仍然感到困惑,那么分享你的疑问,我们将尝试为这些问题提出可能的选择。
It does not work like this here. I am sorry but there is no quick question here. This sounds like your college project/assignment, you should put some effort.

We expect you to put some time in trying the issue that you are facing and then some time in formulating the question while posting here.

Here is what is expected by enquirers:
1. TRY first what you want to do!
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.

To start with, Google and see what all you comeup with. If you are still confused then share the findings with your doubt and we will try to suggest possible options for the issues.


我将从以下开始:



1.设计一个包含元素和结构的XML文件。

2.我会创建一个解析器。

3.我会绘制元素使用XML中的文本。

4.我有生成器。

5.我将结果存储在XML文件中。



这只是众多方法中的一种...



想想你究竟需要什么,开始设计它,一旦你有完整的设计,那么只有一点一点地开始编程:第一部分,然后另一部分......依此类推......



如果您遇到问题,请回来......



我们不打算这样做。我们只会帮助



同时,在开始之前,你必须阅读下面页面的底部注释:link [ ^ ]和完整的页面 [ ^ ] ...
I would start with:

1. Designing one XML file with elements and structure.
2. I'd make a parser.
3. I'd draw the elements with the texts inside the XML.
4. I'd have the generator.
5. I'd store the results in that XML file.

This is only one of the zillions of ways to do it...

Think about what you exactly need, start designing it, once you'll have the complete design, then and only then start programming little by little: first one part, then another one... and so on...

When you will face a problem, then come back...

Here we are not to make your job. We will only help.

Meanwhile, and before starting, you MUST read the bottom notes on the page that follows: link[^] and this complete page[^]...


这篇关于C#中的流程图项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆