by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標(biāo)簽: L. published Schwartz Edition
上傳時(shí)間: 2014-11-29
上傳用戶:kr770906
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標(biāo)簽: L. published Schwartz Edition
上傳時(shí)間: 2015-09-03
上傳用戶:lifangyuan12
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined Arrays.
標(biāo)簽: array B. Distributed has
上傳時(shí)間: 2013-12-25
上傳用戶:洛木卓
Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative Arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
標(biāo)簽: applications light-weight programming extending
上傳時(shí)間: 2016-01-13
上傳用戶:1101055045
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that Arrays in C are stored in // row-major order.
標(biāo)簽: elimination equations Gaussian version
上傳時(shí)間: 2016-02-14
上傳用戶:hxy200501
華東師范大學(xué)(面向?qū)ο蟪绦蛟O(shè)計(jì)基于C++)課程全部作業(yè)(12次)代碼,包含一個(gè)大整數(shù)類(lèi)。(包含作業(yè)內(nèi)容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstraction 8 Operator Overloading 9 Define integer type with arbitrary precision 10 Virtual functions 11 Templates 12 Exception handling
標(biāo)簽: 大學(xué) 代碼 對(duì)象 程序設(shè)計(jì)
上傳時(shí)間: 2016-02-24
上傳用戶:baiom
此小程序用java實(shí)現(xiàn)了可以分割的背包問(wèn)題,開(kāi)發(fā)平臺(tái)是Eclipse。其中主要是用貪心算法實(shí)現(xiàn)背包問(wèn)題,在將物品進(jìn)行排序時(shí),沒(méi)有使用經(jīng)典的merge-sort算法,而是直接使用了java中Arrays類(lèi)的sort的方法,但要自己定義類(lèi),實(shí)現(xiàn)接口Comparator。
標(biāo)簽: java 程序 分割 背包問(wèn)題
上傳時(shí)間: 2013-12-20
上傳用戶:kbnswdifs
什麼是 JavaScript? 執(zhí)行 JavaScript scripts 將scripts 語(yǔ)法嵌入HTML文件之中 第一個(gè)函數(shù) 輸入型元件 日期功能 -- 最後修改期 狀態(tài)欄 (statusbar)顯功能 日期物件 隨數(shù)的產(chǎn)生 開(kāi)啟新窗囗 框 架 (frames) 的 運(yùn) 用 狀態(tài)欄(statusbar) setTimeout 函 數(shù) 設(shè)計(jì)一個(gè)跑馬燈 (scroller) 數(shù)組(Arrays)的設(shè)計(jì) 如何清除視窗中的文件 (document)
標(biāo)簽: JavaScript scripts HTML 函數(shù)
上傳時(shí)間: 2016-05-04
上傳用戶:wanghui2438
linux下用C語(yǔ)言寫(xiě)的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist timing. The program when exit(), it do not delete the Shared Memory Segments,you maybe use atexit() but the program have some processes. When one process is exit(),others is continue. The service program s action is few. And so on. */
標(biāo)簽: Semaphore Segments example protect
上傳時(shí)間: 2014-01-25
上傳用戶:xhz1993
<JavaScript:The Good Parts>全英文版,O Reilly出品,必屬精品,該書(shū)的英文版是2008年5月才出版的,此為對(duì)應(yīng)的chm文檔,支持目錄索引和搜索功能.目錄如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features
標(biāo)簽: JavaScript Reilly Parts Good
上傳時(shí)間: 2013-12-15
上傳用戶:sjyy1001
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1