Search

Search Funnelback University

Search powered by Funnelback
1 - 10 of 176 search results for b&b |u:www-mdp.eng.cam.ac.uk
  1. Fully-matching results

  2. 10. Brief Tour of the Standard Library

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/python/tut/node12.html
    d %b %Y is a %A on the %d day of %B.") '12-02-03. ... module quickly demonstrates a modest performance advantage:. >>> from timeit import Timer >>> Timer('t=a; a=b; b=t', 'a=1; b=2').timeit() 0.57535828626024577 >>> Timer('a,b = b,a',
  3. B. Floating Point Arithmetic: Issues and Limitations

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/python/tut/node16.html
    B. Floating Point Arithmetic: Issues and Limitations. Floating-point numbers are represented in computer hardware as base 2 (binary) fractions. ... B.1 Representation Error. This section explains the 0.1'' example in detail, and shows how you can perform
  4. DANotes: Design: Appendix B

    www-mdp.eng.cam.ac.uk/web/library/enginfo/textbooks_dvd_only/DAN/design/appendixB/appendixB.html
    Copyright 1999-2000 Douglas Wright, doug@mech.uwa.edu.au. last updated 10 Jan 1999.
  5. Tutorial Guide to C++ Programming

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/ctutor/control.html
    testing for real solutions to a quadratic d = bb - 4ac; if(d >= 0.0) { // real solutions root1 = (-b sqrt(d)) / (2.0a); root2 = (-b - sqrt(d)) / (2.0a); real_roots = true; } ... quotes switch(operation) { case '': result = a b; break; case '-': result =
  6. 4. More Control Flow Tools

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/python/tut/node6.html
    a, b = b, ab. >>> # Now call the function we just defined:. ... result.append(b) # see below. a, b = b, ab. return result. >>>
  7. V202015b

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V202015b/V202015b.pdf.html
    C. B. B. B. C. C. C. C. C. C. X. ... y. Z. B. B. B. =. -. -. -. 0. 0.
  8. 6. Modules

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/python/tut/node8.html
    Fibonacci numbers module def fib(n): # write Fibonacci series up to n a, b = 0, 1 while b < n: print b, a, b = b, ab def fib2(n): # return Fibonacci series ... up to n result = [] a, b = 0, 1 while b < n: result.append(b) a, b = b, ab return result.
  9. 3. An Informal Introduction to Python

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/python/tut/node5.html
    a, b = b, ab. 1 1 2 3 5 8. ... print b,. a, b = b, ab. 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987.
  10. TPLV304 - Distribution of the temperature in a bar of square section

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V404304a/V404304a.pdf.html
    Z. L. H, T. has. B. B. L = 203.2 x10. - ... 20.329. B N97. 20.329. 20.295. -. 0.166. 1%. -. 0.0338. 0.5.
  11. TTLP300 - Thermal transfer in an orthotropic metal bar

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V423300a/V423300a.pdf.html
    HT-66/02/001/A. 1. Problem of reference. 1.1 Geometry. has. has. B. B. ... F. = 50.8 X 10 have. - 3. m. B = 25.4 X 10. -

Refine your results

Date

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.