 | | Re: A recursion question/test...
|
|
(...) int sum(int n) { return n*(n-1)/2; } A degenerate recursive algorithm, of course. Cheers, Ben. -- (URL) grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the (...) (27 years ago, 12-May-99, to lugnet.robotics)
|
| |
 | | Re: Multitasker test script
|
|
My DEFCON code multitasks OK (except when it tries to STOP). I doesn't actually work yet because it needs SendMessage (or non-blocking EMIT) but I'll post it here if anyone is interested (actually I'll post it unless anyone objects). (27 years ago, 12-May-99, to lugnet.robotics.rcx.pbforth)
|
| |
 | | Re: Plaatselijke contacten leggen (was Re: Wanneer E1 SW in Nederland?
|
|
N. Hoogerbrug wrote in message <37392A6E.9EF1D465@k...are.nl>... (...) Prima aanvulling, Nico. Maar voor de goede orde: het genoemde 'gastenboek' is geenszins bedoeld als een club naast De Bouwsteen. Er is geen sprake van een lidmaatschap van het (...) (27 years ago, 12-May-99, to lugnet.loc.nl)
|
| |
 | | Re: Would-be hacker queries. (fwd)
|
|
(...) That is a rather limited version of recursion, which does not, in general, require f(n-1) to evaluate f(n). What you have described is actually (a subset of) partial recursion, which is provably incomplete (i.e. cannot implement some (...) (27 years ago, 12-May-99, to lugnet.robotics)
|
| |
 | | Re: MC34064
|
|
Daniel, Okay, I dug up my old email: (...) -- Jeff ___...___ \ Jeff Loeliger Motorola SPS \ \ mailto:r12110@email.sps.mot.com Systems Engineering Department\ \ phone: +44-1355-35-5400 Powertrain Systems Division \ \ fax : +44-1355-35-6300 East (...) (27 years ago, 12-May-99, to lugnet.robotics.handyboard)
|