By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) Search the text of Perl Cookbook. Table of Contents Copyright Page Foreword Preface Chapter 1: Strings Chapter 2: Numbers Chapter 3: Dates and Times Chapter 4: Arrays Chapter 5: Hashes Chapter 6: Pattern Matching Chapter 7: File Access Chapter 8: File Contents Chapter 9: Directories Chapter 10: Subroutines Chapter 11: References and Records Chapter 12: Packages, Libraries, and Modules Chapter 13: Classes, Objects, and Ties Chapter 14: Database Access Chapter 15: User Interfaces Chapter 16: Process Management and Communication Chapter 17: Sockets Chapter 18: Internet Services Chapter 19: CGI Programming Chapter 20: Web Automation Index Colophon
资源简介:By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) Search the text of Perl Cookbook. Table of Contents Copyright Page Foreword Preface Cha...
上传时间: 2014-02-20
上传用户:yyq123456789
资源简介:Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April 2002. (See the catalog page for this book.) Table of Contents Copyright Page Preface Chapter 1: Perl and XML Chapter 2: An XML ...
上传时间: 2013-12-24
上传用户:yzhl1988
资源简介: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: Intr...
上传时间: 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 C...
上传时间: 2015-09-03
上传用户:lifangyuan12
资源简介:For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. h...
上传时间: 2015-05-05
上传用户:1159797854
资源简介:十部经典算法合集 .chm Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ARRAYS CHAPTER 3: STACKS AND QUEUES CHAPTER 4: LINKED LISTS CHAPTER 5: TREES CHAPTE...
上传时间: 2015-05-19
上传用户:维子哥哥
资源简介:The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHER...
上传时间: 2013-12-20
上传用户:haoxiyizhong
资源简介:This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring, or before first ring) signal detection and returns the message raw byte data without parsing of particular fields such as Message Type, P...
上传时间: 2014-01-18
上传用户:天诚24
资源简介:ISO/IEC 13818 7 was prepared by Technical Committee ISO/IEC/TC JTC 1, Information Technology, Subcommittee SC 29, Coding of Audio, Picture, Multimedia and Hypermedia Information.
上传时间: 2016-04-04
上传用户:jqy_china
资源简介:bookcase,by shell script and c++ and perl
上传时间: 2015-03-30
上传用户:banyou
资源简介:This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device cl...
上传时间: 2015-04-02
上传用户:nanxia
资源简介:嵌入式系统开发 TOPPERS and JSP Kernel Release 1.3 TOPPERS = Toyohashi Open Platform for Embedded Real-Time Systems JSP = Just Standard Profile Kernel
上传时间: 2013-12-26
上传用户:清风冷雨
资源简介:【英文】Sams - The definitive guide to using, programming, and administering MySQL 4.1 and 5.0 Third Edition
上传时间: 2015-07-21
上传用户:标点符号
资源简介:build java program written by Stuart Reges and Marty Ste
上传时间: 2015-08-07
上传用户:gaojiao1999
资源简介:The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers, CRC Press, 1993, contains an FDTD code and output files in Appendix B. The same code and output files are contained in this directory.
上传时间: 2013-12-29
上传用户:chongcongying
资源简介:Jan 04, 2007 1. Add SPI support, see spi.h and spi.c 2. Add driver.h 3. Modified keyboard module and display module 4. Add BitSet support, see bitset.h and bitset.c 5. Fixed some bugs Dec 25, 2006 1. Name this OS as AvrcX 2. ...
上传时间: 2015-09-02
上传用户:
资源简介:palm编成,这种书很少,有兴趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h...
上传时间: 2013-12-10
上传用户:litianchu
资源简介:tcl程序demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas
上传时间: 2013-12-15
上传用户:fhzm5658
资源简介:TCL demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas
上传时间: 2013-12-28
上传用户:hongmo
资源简介:TCL demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas
上传时间: 2014-01-15
上传用户:thinode
资源简介:demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas
上传时间: 2013-12-31
上传用户:thuyenvinh
资源简介:第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原...
上传时间: 2016-01-05
上传用户:frank1234
资源简介:Database Management Systems (3rd Edition) by Raghu Ramakrishnan and Johannes Gehrke的英文讲义,来自韩国名牌大学的讲义
上传时间: 2014-10-30
上传用户:xuan‘nian
资源简介:This document is intended for consumption by: • Web Server and Application Server vendors that want to provide Servlet Engines that conform with this specification. • Web Authoring Tool developers that want to generate Web Appl...
上传时间: 2016-03-11
上传用户:asddsd
资源简介:Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Comman...
上传时间: 2013-12-27
上传用户:qiao8960
资源简介:WinChat was created in late 2000 by Spectre, DeMENted and Unique_T. You can connect to WinChat.Net by pointing your IRC client at irc.winchat.net. Or you can start a Java client right now.
上传时间: 2016-04-24
上传用户:zhangyi99104144
资源简介:WindML3.0补丁 WIND MEDIA LIBRARY 3.0.3 (CP3) for Tornado 2.2.0 and Tornado 2.2.1 Up-to-date product bulletins, information on known problems and fixes/changes made in this release, and essential reference documentation can be obtained f...
上传时间: 2013-12-24
上传用户:牧羊人8920
资源简介:OPC Unified Architecture Specification Part 1: Overview and Concepts Release Candidate 1.01.03 March 6, 2008
上传时间: 2014-01-10
上传用户:FreeSky
资源简介:Introduction to channel estimation by using LS and MMSE.
上传时间: 2016-05-31
上传用户:ZJX5201314
资源简介:A COMPACT GUIDE TO LEX & YACC by Tom Niemann 比较适合初学者 有个复杂计算器的例子
上传时间: 2016-06-07
上传用户:李彦东