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
* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.
標(biāo)簽: CONSTRAINTS considered module handle
上傳時(shí)間: 2015-09-07
上傳用戶:qunquan
dspic的匯編例程,Write LCD with text using PSV feature and flash LED1 with a Timer1 loop
上傳時(shí)間: 2013-12-30
上傳用戶:bruce5996
附錄MATLAB 圖像處理命令 1.a(chǎn)pplylut 功能: 在二進(jìn)制圖像中利用lookup 表進(jìn)行邊沿操作。 語(yǔ)法: A = applylut(BW,lut) 舉例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相關(guān)命令: makelut 2.bestblk 功 舉例
標(biāo)簽: applylut lut MATLAB lookup
上傳時(shí)間: 2015-09-08
上傳用戶:gundamwzc
ucGUI3.90版本在44b0上的移植,text控件得到了很好的解決,例子上一個(gè)串口例子
上傳時(shí)間: 2014-01-31
上傳用戶:qq1604324866
本程序需在DOS下運(yùn)行。每運(yùn)行一次可執(zhí)行程序random.exe,即可顯示任意兩個(gè) 16進(jìn)制數(shù)的加法或減法表達(dá)式及其運(yùn)算結(jié)果。在減法運(yùn)算中,如果被減數(shù)小于減數(shù),顯示 “Divide Overflow”的提示信息。
上傳時(shí)間: 2015-09-14
上傳用戶:teddysha
This book contains a detailed analysis of the International Standard for the C language,-3.1 excluding the library from a number of perspectives. The organization of the material is unusual in that it is based on the actual text of the published C Standard. The unit of discussion is the individual sentences from the C Standard (2022 of them). Readers are assumed to have more than a passing familiarity with C.
標(biāo)簽: International the Standard analysis
上傳時(shí)間: 2015-09-15
上傳用戶:13188549192
A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison
標(biāo)簽: pattern-matchin generating generator analyser
上傳時(shí)間: 2013-12-15
上傳用戶:aig85
1,如果沒有出現(xiàn)精靈,請(qǐng)安裝資源文件夾里的MSAgent核心庫(kù)。 如果精靈說(shuō)話時(shí)在確定已經(jīng)選擇了發(fā)音選項(xiàng)的情況下,沒有語(yǔ)音,則請(qǐng)安裝資源文件夾中的Text-to-speech語(yǔ)音庫(kù)。 2,在精靈上單擊右鍵可以彈出菜單,同樣的在任務(wù)欄的主程序上也有一樣的效果。 雙擊精靈可以彈出發(fā)言對(duì)話框,在對(duì)話框中的發(fā)言快捷鍵是Alt+A。 3,一臺(tái)機(jī)器只可以運(yùn)行一個(gè)聊天精靈,如果想進(jìn)行測(cè)試,可以在參數(shù)設(shè)置里把IP地址設(shè)置成本機(jī)地址。這樣可以自己給自己發(fā)送信息。 4,目前聊天精靈只有英文的Text-to-speech語(yǔ)音庫(kù),所以請(qǐng)通過英文來(lái)測(cè)試語(yǔ)音輸出。 5,想不同的電腦之間正常的互相傳遞信息,請(qǐng)?jiān)趨?shù)設(shè)置里更改地址。
標(biāo)簽:
上傳時(shí)間: 2013-12-21
上傳用戶:yph853211
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
標(biāo)簽: Java Expressions Regular version
上傳時(shí)間: 2013-12-18
上傳用戶:lanhuaying
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1