• objective c for java developers - by james bucanek

    清晰pdf版本。适合有java编程经验的,欲学习objective c的同学

    0
    51
    5.34MB
    2012-06-04
    4
  • listen to this 2 教师用书

    在网上下的doc,自己用lyx转的pdf.

    0
    230
    670KB
    2010-08-07
    16
  • C/C++ Reference chm format

    C/C++ Reference CHM格式。 英文。 例子: String constructors Syntax: #include <string> string(); string( const string& s ); string( size_type length, const char& ch ); string( const char* str ); string( const char* str, size_type length ); string( const string& str, size_type index, size_type length ); string( input_iterator start, input_iterator end ); ~string(); The string constructors create a new string containing: nothing; an empty string, a copy of the given string s, length copies of ch, a duplicate of str (optionally up to length characters long), a substring of str starting at index and length characters long a string of characterss denoted by the start and end iterators For example, string str1( 5, 'c' ); string str2( "Now is the time..." ); string str3( str2, 11, 4 ); cout << str1 << endl; cout << str2 << endl; cout << str3 << endl; displays ccccc Now is the time... time The string constructors usually run in linear time, except the empty constructor, which runs in constant time.

    4
    47
    461KB
    2010-06-04
    1
  • Computational Fluid Dynamics: Principles and Applications

    Computational Fluid Dynamics: Principles and Applications 作者:J. Blazek 出版:ELSEVIER 年份:2001

    5
    417
    11.45MB
    2010-05-28
    50
  • introduction to fluid mechanics

    作者:Y. NAKAYAMA 英文原版。 是流体力学的科普教材

    5
    128
    13.52MB
    2010-04-24
    13
  • An introduction to computational fluid dynamics

    An introduction to computational fluid dynamics the finite volume method H.K. Versteeg and W.Malalasekera 英文原版

    5
    181
    11.77MB
    2010-04-24
    10
上传资源赚积分or赚钱