Re: [algogeeks] Clock Algorithm

2011-03-04 Thread Varun Nagpal
I do know about event based simulation in digital circuit simulators.. It would be interesting to know.what exactly algorithms they use On Fri, Mar 4, 2011 at 5:27 PM, Luciano Junior wrote: > Hello, > > I need a clock algorithm to use with in a simulation system that I be > creating. > >

Re: [algogeeks] Clock Algorithm

2011-03-04 Thread Luciano Junior
Guys, 1. I have a priority queue having a function for each node that must perform some operations; 2. Each node, have a clock time field when the function need to be execute; 3. So, for a clock event N, I need call a function into the front node, if the clock time is igual a clock time field in t

[algogeeks] Clock Algorithm

2011-03-04 Thread Luciano Junior
Hello, I need a clock algorithm to use with in a simulation system that I be creating. Someone have any Idea ? -- Luciano Soares Pinheiro Jr. Analista desenvolvedor Sr. -- You received this message because you are subscribed to the Google Groups "Algor