• Mordern Perl 2014 Edition

    英文原版,高清带索引。适合有一定基础者。 部分目录 1 The Perl Philosophy 1 Perldoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Expressivity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Context . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Void, Scalar, and List Context . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Numeric, String, and Boolean Context . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Implicit Ideas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 The Default Scalar Variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 The Default Array Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2 Perl and Its Community 9 The CPAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 CPAN Management Tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 Community Sites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Development Sites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 IRC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 3 The Perl Language 13 ... 4 Operators 66 ... 5 Functions 70 ... 6 Regular Expressions and Matching 97 ... 7 Objects 110 ... 8 Style and Efficacy 129 ... 9 Managing Real Programs 135 ... 10 Perl Beyond Syntax 163 ... 11 What to Avoid 171 ... 12 What's Missing 183 ...

    0
    55
    791KB
    2015-08-31
    6
  • Learning Perl 6th Edition (Covers Perl 5.14)

    英文原版,高清带索引。详细介绍了Perl语言,并带有练习题和答案,非常适合初学者。 部分目录 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Questions and Answers 1 Is This the Right Book for You? 1 Why Are There So Many Footnotes? 2 What About the Exercises and Their Answers? 3 What Do Those Numbers Mean at the Start of the Exercise? 4 What If I’m a Perl Course Instructor? 4 What Does “Perl” Stand For? 4 Why Did Larry Create Perl? 5 Why Didn’t Larry Just Use Some Other Language? 5 Is Perl Easy or Hard? 6 How Did Perl Get to Be So Popular? 7 What’s Happening with Perl Now? 7 What’s Perl Really Good For? 8 What Is Perl Not Good For? 8 How Can I Get Perl? 9 What Is CPAN? 10 How Can I Get Support for Perl? 10 Are There Any Other Kinds of Support? 10 What If I Find a Bug in Perl? 12 How Do I Make a Perl Program? 12 A Simple Program 13 What’s Inside That Program? 15 How Do I Compile My Perl Program? 16 A Whirlwind Tour of Perl 17 Exercises 18 2. Scalar Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 ... 3. Lists and Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 ... 4. Subroutines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 ... 5. Input and Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 ... 6. Hashes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 ... 7. In the World of Regular Expressions . . . . . . . . . . . . . . . . . . . . . . . . . 121 ... 8. Matching with Regular Expressions . . . . . . . . .. . . . . . . . . . . . . . . . . . 133 ... 9. Processing Text with Regular Expressions . . . . . . . . . . . . . . . . . . . . . . . 155 ... 10. More Control Structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 ... 11. Perl Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 ... 12. File Tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 ... 13. Directory Operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 ... 14. Strings and Sorting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 ... 15. Smart Matching and given-when . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247 ... 16. Process Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 ... 17. Some Advanced Perl Techniques . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 ... A. Exercise Answers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295 B. Beyond the Llama . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 C. A Unicode Primer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353

    0
    24
    7.52MB
    2015-08-31
    0
  • Haskell The Craft of Functional Programming 2nd edition

    Haskell是目前比较流行的Functional language,与C++等冯诺依曼语言不同的是,Functional language的变量被赋值以后不能被修改,所以语言的副作用很小。 本书是国外大学教材,但版本不是最新,不是高清。共20章,但目录只到10章。只要1分,评论后可以分值可以加回。

    4
    92
    13.02MB
    2013-05-08
    10
  • illustrated c# 2010

    高清带索引英文版C#语言学习用书。适合由C++转C#和C#初学者。 The purpose of this book is to teach you the fundamentals and mechanics of the C# programming language. Most books teach programming primarily using text. That’s great for novels, but many of the important concepts of programming languages can best be understood through a combination of words, figures, and tables.

    5
    23
    10.71MB
    2012-03-05
    10
  • Understanding Data Communications, 3rd Edition

    UNDERSTANDING DATA COMMUNICATIONS , JOHN WILEY & SONS, LTD. 国外本科教科书。高清英文版带索引。

    0
    40
    9.2MB
    2012-01-17
    10
关注 私信
上传资源赚积分or赚钱