Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for picture (0.19 sec)

  1. android/guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

       *       </blockquote>
       *   <li>The time to go from maxPermits to thresholdPermits is equal to the integral of the
       *       function between thresholdPermits and maxPermits. This is the area of the pictured
       *       trapezoid, and it is equal to 0.5 * (stableInterval + coldInterval) * (maxPermits -
       *       thresholdPermits). It is also equal to warmupPeriod, so
       *       <blockquote>
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 04 09:45:04 GMT 2023
    - 19.3K bytes
    - Viewed (0)
Back to top