Questions tagged [flow-diagram]

18 questions
0
votes
0 answers

flow chart for an application made in swing

Basically, I have 2 text areas and a button in swing frame user will enter sql query(only a couple of variates of select and update m checking) in jtextArea1 on clicking button, the query will be checked syntactically and semantically the output…
sam
  • 3
  • 2
0
votes
3 answers

Creating a Pseudo Code and Diagram from C# Program

I have developed an application which is used to parse user utterances for the extraction of relevant information stored in the database. The developed application has been purely developed using C# and consists of few functions, procedures etc. I…
kashif4u
  • 175
  • 1
  • 3
  • 13
0
votes
1 answer

Animated time series flow chart

My apologies as I am new to this, but I have done a lot of searching and I can't seem to find an open source example of what I am looking for. I want to visualize the flow of people through a system in the style of a flow chart. However, I would…
1
2