-
as seen on Programmers
- Search for 'Programmers'
I am looking for a standardize way to visualize the following hierarchical logic:
The state of the thread is represented by the answers to the hierarchical set of question
You can read this listing like a flowchart, you iterate over the questions decide, go one step deeper and so on. Therefore I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is there some flowchart diagram tool that would (or could be made to) integrate with a self-hosted wiki?
Requirements:
basic functionality (e.g., drawing some boxes and some arrows)
would strongly prefer it to be visual (i.e., not written out in text that then gets converted)
it is important…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to incorporate a flowchart design surface into an application we're developing to allow users to create what are essentially workflows/schedules. I need to be able to create my own 'shapes', set custom properties on them and possibly have a bit of logic in there too (if, while etc).
I know…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All... I made an FlowChart diagram editor on Java. It It drows flowscharts and connect them each other and creates me two array. One of it shows connection nodes and lines , other shows connnecting elements eachother. I have to find all ways from starting Begin Two And .
For example if I have…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Anyone know of any very good flowchart design software, not online please
Thanks
Jean
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello again,
I was doing some reading and have even gotten a "master" SPI working on my microcontroller. Here is my question, basically if the master wants to initialize a write to the slave we write to the SSPBUF, how do we control what the slave responds with? The datasheet doesn't seem really clear…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working on a project to recognize simple audio patterns. I have two data sets, each made up of between 4 and 32 note/duration pairs. One set is predefined, the other is from an incoming data stream. The length of the two strongly correlated data sets is often different, but roughly the same "shape"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to do a linear interpolation over time between two values on an 8 bit PIC microcontroller (Specifically 16F627A but that shouldn't matter) using PIC assembly language. Although I'm looking for an algorithm here as much as actual code.
I need to take an 8 bit starting value, an 8 bit ending…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm spec-ing the suitability of a microcontroller like PIC for an analog-to-digital application. This would be preferable to using external A/D chips.
To do that, I've had to run through some computations, pulling the relevant parameters from the datasheets. I'm not sure I've got it right -- would…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm spec-ing the suitability of a dsPIC microcontroller for an analog-to-digital application. This would be preferable to using dedicated A/D chips and a separate dedicated DSP chip.
To do that, I've had to run through some computations, pulling the relevant parameters from the datasheets. I'm…
>>> More