Sources for visual explanations?
Does anyone has sources for visual explanations of algorithms (or maths) that is even more expressive, more intuitive, maybe aesthetically appealing ? Or, animations of algorithms? ...
Does anyone has sources for visual explanations of algorithms (or maths) that is even more expressive, more intuitive, maybe aesthetically appealing ? Or, animations of algorithms? ...
Anyone have any ideas on where to get a really nice collection of visio shapes, e.g for the following purposes: network diagrams shapes to show solution deployments any other fancy looking diagrams for software development? ...
UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of diagrams do you recommend for design & documentation of a software project? ...
Hi, I am recently working on some long and obscure codes written by some other smart guys. I'm thinking of generating the Data Flow Diagrams and the Flowcharts to facilitate my work. Is there any kinds of software that can do this job automatically? P.S. Most of the codes are in C and Fortran. ...
The main task is to work on documents which go through some specific workflow which is represented by a lucid graph (diagram). We need document versioning, different roles & permissions and most importantly we need to let the users create the workflow graphs (with all those guard conditions for transitions, mail notifications, calendar e...
I'm trying to move a database from a hosted server to my own SQLExpress instance. I used the Database Publishing Wizard to create the script... but the diagrams were not transferred. Then, I found and followed the advice of another answer on this site that had me import/export the data to the sysdiagrams table. When I do that, I see...
HI All I am at the end of the release of my project.So in order to keep working our manger asked us to generate Class Diagrams for the code we had written.Its medium project with 3500 java files .So I think we need to generate class diagrams.First I need to know how reverse engineering works here. Also I looked for some tools in Google(G...
I've seen some cool, nifty data diagrams done on some blogs/articles and have been wondering what software they were using to render these diagrams, e.g. MS Visio? For example, what is used on this blog to create those colorful diagrams towards the middle of the article under "Definition Providers": http://www.thecodejunkie.com/2009/05/...
(This is not a repeat of the question "Is there the substitute good tool of Visio?") I really do not have a problem with Visio for technical diagrams, except it seems thats all its good for. Its really good for producing those intimidating "techie UML diagrams" and "Scary looking technical work-flows". I need a tool that I can use to ...
I have a NUnit test case which connects to a WCF service hosted in IIS6 (on Vista). I would like to use EA to record the stack-trace of this and generate a sequence diagram. Does anyone have any step-by-step instructions in how to get can be done (or even how to get any recording done when using NUnit) using EA? Thanks. ...
Hi, I am new to ASP.NET Development. Could anyone please refer a document/tutorial/link which gives a sample code, architecture, class and sequence diagrams for 3 / 4 / n tier based simple ASP.NET application/example? It would be of great help to me. Many Thanks, Regards. Aarti. ...
Obviously it's a lot easier to convert from code to Sequence Diagrams, rather than from a Sequence Diagram to a bunch of code that doesn't match your implementation at all. However, these do exists for languages like Java, and .NET. Does anyone have any links to such tools for PHP? ...
I am using c# express and would like to use a free tool to design my class diagrams. What do you recommend for a free tool? ...
I've tried to create UML diagram with MSVS 2010 b2 today and I've faced a problem. After I added controls from toolbox (such as Class, Interface) I could not connect these items! So connecting controls have been disabled on the toolbox when I tried to drag it on working area. How to connect UML controls? thx ...
I need to produce several ERM, DMD and ORM diagrams for several projects I am working on. Obviously I'd like them to be a sleek and professional as possible, and while a simple Google search provides a plethora of options, they're all pay-for-use. Are there any free (or open source) diagram creators available for Mac OSX which produce ...
What are coregions in UML sequence diagrams? ...
This question might be slightly non-techy/dev, but I am sure many of you had a similar problem. We code, write test-cases, put comments in source-code (!), put messages in svn commit, write comments in tracked issues. We create ERD/class/usecase/.. diagrams with whatever tool. We might write user-manuals, wikis, guidelines,.. Not every...
I have Netbeans installed with Visual Paradigm plugin. I have converted my php code into UML diagrams (modeling -> instant reverse). I can see relations (drawn lines) between superclass and subclasses. However, i cannot see relations between objects inside objects (composition/aggregation/association)? The code looks like: class Threa...
What are some good programs or web-based applications that can be used (preferrably (but not necessarily) for free) to create diagrams for computer science articles or dissertations? Particularly, I'm looking to represent data structures such as stacks, linked lists, trees, etc.. Any ideas? ...
which uml diagrams we should use when allocationg use case behoviour? ...