Search

Search Funnelback University

Search powered by Funnelback
1 - 50 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. 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.
  10. 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. -
  11. 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.
  12. V303027c

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V303027c/V303027c.pdf.html
    B. B. Length. L = 12 m. Width. B = 1 m. ... with symmetry by report/ratio 0X centers. Twinge. transverse. B/4 T = 5.
  13. V304120c

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V304120c/V304120c.pdf.html
    zz. xx. yy. xy. yz. zx. G Z. =. =. =. =. =. =. 0. W. X. U. B. B'. C. It. ... E. With. D. Of. L/2. L. Z. W. B. X. 2.2.
  14. V304121c

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V304121c/V304121c.pdf.html
    2. Stresses:. zz. xx. yy. xy. yz. zx. G Z. =. =. =. =. =. =. 0. W. X. U. B. B'. ... 10. 22. -. W. B. 1.72165510. 6. 1.72167210. 6. 0.01. U.
  15. DANotes: Welded joints: Unified analysis

    www-mdp.eng.cam.ac.uk/web/library/enginfo/textbooks_dvd_only/DAN/welds/unified/unified.html
    x. q. y. q. z. ]' = b x s = b x r - c using ( iv). ... where b = [ b. x. b. y. b. z. ]' is a vector constant commensurate with linearity,.
  16. 26 Jun 2008: M P7D5 ('%6. $,? 5? 6. >5 #CCC'6. ;B<5 446. )6. ... 4 W-/-/<!B@@#-. 24.4 W-. 25!- 6. 2? 4.F,. 2-? -- 4.//.
  17. Nonlinear relations of behavior 1D

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50309b/R50309b.pdf.html
    S. S. C. C. S. S. Cl D. B E B B. ... B. E. E. H. =. for two. values:. B. B. =. =. 0 01. 0 001. and. THERMAL DEFORMATION. E. FFOR. T.
  18. Conditions of solid connection of body

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30302a/R30302a.pdf.html
    0. 0. 0. 0 0 0. =. =. -. -. -. -. -. -. -. -. -. B. B. B. C. C. ... B. With. B. With. ABM. With. With. With. B. ;. ;. ,. ,. ,. ,. (. ). [. ]. B. B. M.
  19. Postprocessing according to RCC-M'S

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70403b/R70403b.pdf.html
    T. T. moy. Dy. y. T. T. T. : average value of T (. ) on the ligament. Possibly (material discontinuity or junction):. (). -. =. 2. 2. ). ,. (. 1. T. T. B. B. ... Q. Q. B. B. Q. Q. has. has. ab. Q. Q.
  20. perlretut - Perl regular expressions tutorial

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlretut.html
    Some more examples are. /(a|b)b/; # matches 'ab' or 'bb' /(ac|b)b/; # matches 'acb' or 'bb' /(a|b)c/; # matches 'ac' at start of string or 'bc' anywhere ... Try the first alternative in the first group 'abd'. Match 'a' followed by 'b'.
  21. Multiaxial criteria damorçage in fatigue with great number of cycle:…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70404a/R70404a.pdf.html
    has. B. has. B. has. V. has. has. B. B. U. ... has. V. has. has. B. B. U. O. O. -. -. =. -. -. =. éq. 5.2.1-9. After having checked that equalities:.
  22. Solution of a differential equation of the second command by the…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50501b/R50501b.pdf.html
    homogeneous problem. a particular solution:. (). Q T. has. B. B. ... D. D. =. -. 1. 2. cos. sin. Consequently:. (). (). (). [. ]. Q. E. C. C. has. B. B. D.
  23. Integration of the viscoelastic relations of behavior in loperator…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50308a/R50308a.pdf.html
    B. B. B. B. With. With. With. AP. With. T. B. ... 7 2 228. ,. ,. ,. ,. B. B. B. =. =. =. Positive parameters. ,. max. max. R. p. and. 0.
  24. SSNP109 - Cable of prestressing excentré in a right concrete beam

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V603109a/V603109a.pdf.html
    Z. E. p. X. y. H. Z. B. B. B. B. ... F. E HP. ex. p. B. B. ,. ,. ,. = -. =. =. 1 12. 0. 6. 2. 2. 2. The numerical values of reference are calculated using the analytical expressions above,.
  25. Finite elements of voluminal hulls

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30704b/R30704b.pdf.html
    With. 5. 5. =. =. B. B. ;. B. has. =. -. ... B. B. ;. 31/240 - A. 7. 7.
  26. V202010c

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V202010c/V202010c.pdf.html
    0.03 m. B = B. 0. E. 2. X. with. = ... With. B. X. 0. 0.6. y. 0. 0. 1.2. Material properties.
  27. Procedure IMPR_STURM

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U45201h/U45201h.pdf.html
    With. /. [matr_asse_DEPL_R]. /. [matr_asse_TEMP_R]. /. [matr_asse_PRES_R]. MATR_B. =. B. /. ... 3.1 Operands. MATR_A. and. MATR_B. MATR_A: A. MATR_B: B. With. and.
  28. Analyze simplified harmfulness of defect by the method K-beta

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70210b/R70210b.pdf.html
    K. F. F. K. Point B side base metal (or welded gasket): K. ... K. 10:. =. =. IB. B. B. IA. With. With. K.
  29. Elastic SSNV152- Traction. Calculation of the stresses of Cauchy

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V604152a/V604152a.pdf.html
    B. 0. is the initial thickness of the plate. Owing to the fact that. ... 0. ,. B. B. has. has. =. =. Green-Lagrange tensor:. By definition of the tensor of Green-Lagrange, one has. =.
  30. Relation of behavior UMLV for the clean creep of the concrete

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70106a/R70106a.pdf.html
    has. tr. C. B. has. éq 4.1-2. where. S. N. and. ... H. H. C. C. C. H. B. B. B. K. K.
  31. www-mdp.eng.cam.ac.uk/web/library/enginfo/aerothermal_dvd_only/aero/fl…

    www-mdp.eng.cam.ac.uk/web/library/enginfo/aerothermal_dvd_only/aero/flutter.txt
    3 Jan 2008: i=1:100, A=masspolarI-crossIcrossI; B=0.5rhoVVSCla(crossIxacmass)-Kamass-KhpolarI; C=Kh(Ka-0.5rhoVVSClaxac); % % w1=(-Bsqrt(BB-4.0AC))/(2.0A);
  32. SSNP108 - Concrete element prestressed in compression

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V603108b/V603108b.pdf.html
    has. has. has. L. B. B. B. where. 0. 0. = FS. ... has. has has. L. B. B. has has. NR. E S uL F F.
  33. Calculation of the stresses to the nodes by local smoothing

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30603b/R30603b.pdf.html
    B B C B C C D has. B C C D has B B C. ... C B has C B. D. C C B C B B has.
  34. SSNV156 - Column under voluminal loading. Elastoplastic law has…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V604156a/V604156a.pdf.html
    B. B. B. L. With. Z. B. Z. With. Z. Z. ... free border):. (. ). ). C (. 1. ). S (. ). S (. B. L. B. B. B. H. C. y. -. =.
  35. Modeling of the cables of prestressing

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70102b/R70102b.pdf.html
    P P. P. B. B. B. 1. 2. 3. ,. and. ... MICHEL-PONNELLE, A. ASSIRE. Key. :. R7.01.02-B. Page. :. 14/18. Manual of Reference.
  36. Modal parameters and standard of the clean vectors

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50103a/R50103a.pdf.html
    J. ij. iT. I. With. With. B. B. =. =. éq 1.2-3. ... N. 0 B. B C. B 0. 0. With. 0. éq 1.3-1.
  37. Calculation of the characteristics dune beam of cross section…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30803c/R30803c.pdf.html
    y. B. B. GR2. GR1. H. H. X. 0. B = 0.01. ... B. B. y. GR2. GR1. H. H. X. 0. B = 0.01.
  38. Quadrangular element at a point dintegration, stabilized by the…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30610a/R30610a.pdf.html
    C. B. B. B. B. 0. 0. B. B. éq 2.1-1. ... B. H. B. 0. 0. B. B. B. éq. 3.2-2. With:. () (). [. ]. () (). [. ]. (. ) (. ) (. ) (. ). [. ]. (. ) (. ) (. ) (. ). [. ]. =. -. -. -. -. =. -. -. -. -. =. -. -. =. -. -. =.
  39. Dualisation of the boundary conditions

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30301b/R30301b.pdf.html
    K B B. K. B B. B B K. 2. 2. ... m. K. K. B. B. K. K. B. B. B. B.
  40. V603015c

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V603015c/V603015c.pdf.html
    Q. Q. Q. =. -. B. B. B. ... B. B. B. B. B. B. R. R. 0. 0. 0.
  41. Calculation of sensitivities in thermics

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R40302a/R40302a.pdf.html
    0. C. U. B. =. =. The dualized problem then consists in reversing the system of command. ... B. Id. Id. B. B. B. With. L. U. With. T.
  42. Pre and Postprocessing for “the thin composite” material hulls

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R40101b/R40101b.pdf.html
    B. B. With. X. K. X. X. P X. P X. ... 1. V. 2. E. ref. 0. Appear 3.1-b: Identifies local element. (. ).
  43. Quasi-static nonlinear algorithm \ (operator STAT_NON_LINE \)

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50301d/R50301d.pdf.html
    R U. B. B U. in. in. T. in. iméca. I. ... L. U. R U. B. B U. U. I. N. suiv.
  44. www-mdp.eng.cam.ac.uk/web/library/enginfo/aerothermal_dvd_only/aero/Ra…

    www-mdp.eng.cam.ac.uk/web/library/enginfo/aerothermal_dvd_only/aero/Range.txt
    3 Jan 2008: 0; %wing span b=28.35; %Aspect ratio AR=bb/S %wing planform efficiency factor eff=0.7; %base drag coefficient cdo=0.019; %lift induced drag constant
  45. Nonlinear thermics

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50202a/R50202a.pdf.html
    K T. B. B. T. L T. T. (. ). (,). (). -. -. =. T. D. T. T. 0. 1. 1. ... R5.02 booklet: Thermics. HI-75/99/013 - Ind A. K T. B. B.
  46. V603005a. Doc.

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V603005a/V603005a.pdf.html
    D. D. D. D. D. C. D. B. With. y. X. ... Time of hold in A and 3600 second old B. B.
  47. V603101a. Doc.

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V603101a/V603101a.pdf.html
    D. D. D. D. D. C. D. B. With. y. X. ... Time of hold in A and 3600 second old B. B.
  48. Mono and polycrystalline behaviors elastoviscoplastic

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50311a/R50311a.pdf.html
    Q. H. B. Q. R. 2.2. Systems of slip and total behavior of the monocrystal. ... B. B. ||. ||. ). -. (. -. =. G. G. G. vp. ij. vp. ij. G.
  49. HSNV122 - Thermo plasticity and metallurgy in great deformations in…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V722122a/V722122a.pdf.html
    p. K. Z. Z. p. p. B. B. B. = -. -. -. 2. 4. 1. For. 0. 60. S. S. T. , ... J. is very small. Under this. assumption, one obtains. (. ). G. E. E. p. p. K Z. Z. B. B. B. =. -. -. -.
  50. Parametric and not-parametric probabilistic models in dynamics

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R40305a/R40305a.pdf.html
    éq 3.3.3-1. where. ]. ,. [B. has. 1. is the indicating function of. ]. ,. ... E. E. ). (. B. K. -. -. -. =. ,. éq. 3.3.3-3. and. K. ak. E. E. ). (. B. B.
  51. Models of behavior THHM

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70111b/R70111b.pdf.html
    C. CHAVANT, S. GRANET. Key. :. R7.01.11-B. Page. :. 1/52. Manual of Reference. ... 3.2.4.3-2. (. ). lq. lq. lq. m. lq. S. B. S. -. =.

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.