虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Expressions

  • by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See

    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

    标签: L. published Schwartz Edition

    上传时间: 2014-11-28

    上传用户:kr770906

  • by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See

    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

    标签: L. published Schwartz Edition

    上传时间: 2015-09-03

    上传用户:lifangyuan12

  • Text processing often involves matching text against a pattern. Although Java s character and assort

    Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular Expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular Expressions.

    标签: processing character Although involves

    上传时间: 2014-01-19

    上传用户:爱死爱死

  • 二维SIMPLEC程序

    二维SIMPLEC程序,包含三个project:二维稳态传热,常粘度系数湍流的动态模拟,湍流中被动标量扩散(基于时均的 k –ε方程. 同时压缩包中还有详细的说明文档. 注意:本程序只限于学习用途,切勿作商业用途,作者享有对此代码及使用目的的最终解释权! Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc Cccc This computer program was copied from the graduate student course program Cccc of the University of Minnesota. Part of it was re-formulated to meet the Cccc personal computer environment. Some inappropriate Expressions were also Cccc corrected. The program is used only for teaching purpose. No part of it Cccc may be published. You may use it as a frame to re-develop your own code Cccc for research purpose. XJTU Instructor, 1995.11 Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

    标签: SIMPLEC 二维 程序

    上传时间: 2015-12-09

    上传用户:大三三

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate Expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    标签: implementation Extensions libraries standard

    上传时间: 2013-12-14

    上传用户:leehom61

  • Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

    Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular Expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API

    标签: Fundamentals Completely up-to-date coverage

    上传时间: 2016-01-01

    上传用户:标点符号

  • Session 1: common and useful built-in Mathematica functions variable assignment and function definit

    Session 1: common and useful built-in Mathematica functions variable assignment and function definition the Front End and the Kernel Notebooks. Session 2: organisation of data in Mathematica lists and Expressions simple programming functions nesting. Session 3: the opportunity to develop your proficiency as a Mathematica user through work on an extended problem Case Studies Mathematica resources on the Internet.

    标签: Mathematica assignment and functions

    上传时间: 2013-12-26

    上传用户:362279997

  • Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ

    Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular Expressions now you have two problems." Regular Expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular Expressions. Tutorial: Using regular Expressions

    标签: expression the tutorial regular

    上传时间: 2013-12-18

    上传用户:sardinescn

  • 电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you wan

    电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you want... The graphical user interface uses GTK. In the actual version, the following elements are implemented : * Booleans elements * Rising / falling edges * Timers * Monostables * Compare of arithmetic Expressions

    标签: educational anything purposes Classic

    上传时间: 2014-01-13

    上传用户:xg262122

  • <JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下

    <JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular Expressions/Methods/Style/Beautiful features

    标签: JavaScript Reilly Parts Good

    上传时间: 2013-12-14

    上传用户:sjyy1001