| ??? 05/06/03 09:00 Read: times |
#44881 - RE: multivariables comparison Responding to: ???'s previous message |
actually i have sort the six value in descending already( using bubble-sort techniques). Buti also need to know whether the previous value is same, or larger than the values after it.
it is a small part of the whole system. The whole soaftware will generate multiples PWM signal at different output, with this information, then i may know at the time, i need to toggle one output pin only(if value1>value2) or toggle several output pin(if value1=value2=...).. Since it got 32 combination(i have calculate using custom software-precision tree making) it is too heavy or be troubleful if i used cjne command to do this job... i wanna that it got other techniques to do this?? Thanks.. |



