run time
  Home FAQ Contact Sign in
Search only in:
it.comp.lang.delphi
 
Advanced search
MATCHING GROUPS



more...
Group Profile...
POPULAR GROUPS

more...

found 92696 articles for 0.169 sec
Re: Q2 running time     

Author: Benjamin Keess
Date: Jul 14, 2008 16:48

...wasn't actually O(m+n), I was just thinking about the running time in a very wrong way! ... not, but is the O(mn) running time in Q2 a fairly lower bound to the question? I think I... do it in O(n+m) time, but I find it hard to ... Even if you have a constant time recursive formula, you will have to ... of making the recursive formula constant time. You have to ensure that the ...
Show full article (1.29Kb) · Show article thread
Re: Q2 running time     

Author: Thomas Dimson
Date: Jul 14, 2008 16:00

...'t know if I'm crazy or not, but is the O(mn) running time in Q2 a fairly lower bound to the question? I think I found a way to do it in O(n+m) time, but I find it hard to believe I ...do that? Even if you have a constant time recursive formula, you will have to loop over ... a way of making the recursive formula constant time. You have to ensure that the monotonicity is ...
Show full article (1.03Kb) · Show article thread
Re: Q2 running time     

Author: Thomas Dimson
Date: Jul 14, 2008 15:48

...Keess wrote: I don't know if I'm crazy or not, but is the O(mn) running time in Q2 a fairly lower bound to the question? I think I found a way to do it in O(n+m) time, but I find it hard to believe I could come up with a ...correct? How would you do that? Even if you have a constant time recursive formula, you will have to loop over the edges in some non...
Show full article (0.69Kb) · Show article thread
Q2 running time     

Author: Benjamin Keess
Date: Jul 14, 2008 15:03

I don't know if I'm crazy or not, but is the O(mn) running time in Q2 a fairly lower bound to the question? I think I found a way to do it in O(n+m) time, but I find it hard to believe I could come up with a correct solution to the question that is so far below the given bound in the question. Is it possible my solution is correct?
Show full article (0.34Kb)
Re: compiler/linker flags to abort array assignment (non-standard) use during run time     

Author: Fei Liu
Date: Apr 23, 2008 12:37

...com> wrote: Hello Group, I am trying to come up with a list of compiler/linker options so that when the following code is run, a run time failure is generated. Or at least a compile time diagnosis is reported. Try turning on the bounds checking, e.g. -fbounds-check, -C, -C=all, - check...
Show full article (0.54Kb) · Show article thread
Re: compiler/linker flags to abort array assignment (non-standard) use during run time     

Author: Tobias Burnus
Date: Apr 23, 2008 11:33

...com> wrote: Hello Group,    I am trying to come up with a list of compiler/linker options so that when the following code is run, a run time failure is generated. Or at least a compile time diagnosis is reported. Try turning on the bounds checking, e.g. -fbounds-check, -C, -C=all, - check all, ... ...
Show full article (0.42Kb) · Show article thread
Re: compiler/linker flags to abort array assignment (non-standard) use during run time     

Author: Gordon Sande
Date: Apr 23, 2008 11:30

.... Or at least a compile time diagnosis is reported. The target compiler...as possible at both compile time and run time. I currently use '-...be detected at either compile- or run-time, other than by wearing your...extra information that is carried at run time. Turning subscript checking and ...checking on will cause things to run slower. Some folks prefer slow ...
Show full article (1.90Kb) · Show article thread
Re: compiler/linker flags to abort array assignment (non-standard) use during run time     

Author: Fei Liu
Date: Apr 23, 2008 10:53

... of compiler/linker options so that when the following code is run, a run time failure is generated. Or at least a compile time diagnosis is reported. The target compiler is...many non-standard coding practice as possible at both compile time and run time. I currently use '-std ... be detected at either compile- or run-time, other than by wearing your ...
Show full article (0.96Kb) · Show article thread
Re: compiler/linker flags to abort array assignment (non-standard) use during run time     

Author: Michael Metcalf
Date: Apr 23, 2008 10:39

... of compiler/linker options so that when the following code is run, a run time failure is generated. Or at least a compile time diagnosis is reported. The target compiler is ...many non-standard coding practice as possible at both compile time and run time. I currently use '-std ...cannot be detected at either compile- or run-time, other than by wearing your seat...
Show full article (0.78Kb) · Show article thread
compiler/linker flags to abort array assignment (non-standard) use during run time     

Author: Fei Liu
Date: Apr 23, 2008 10:24

...a list of compiler/linker options so that when the following code is run, a run time failure is generated. Or at least a compile time diagnosis is reported. The target compiler is Intel ifort...to catch as many non-standard coding practice as possible at both compile time and run time. I currently use '-std -warn all -WB -Winline -traceback' but it does not ...
Show full article (0.77Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next