JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map..
標(biāo)簽: Java-only applicat JavaGPS enables
上傳時(shí)間: 2013-12-26
上傳用戶:aeiouetla
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
網(wǎng)絡(luò)考試系統(tǒng)旨在實(shí)現(xiàn)考試的無(wú)紙化管理,對(duì)一些科目的考試可以通過(guò)互聯(lián)網(wǎng)絡(luò)或局域網(wǎng)進(jìn)行,方便校方考務(wù)的管理,也方便了考生,尤其適合考生分布廣,不易集中的遠(yuǎn)程教育。本系統(tǒng)包括系統(tǒng)管理、考生管理、在線考試、在線制作試卷、控制學(xué)生考試、試卷審批中心等功能。本論文主要介紹了系統(tǒng)的分析,設(shè)計(jì)和開(kāi)發(fā)的全部過(guò)程。運(yùn)用數(shù)據(jù)流圖,ER圖,程序流程圖等對(duì)系統(tǒng)的設(shè)計(jì)過(guò)程進(jìn)行詳細(xì)的說(shuō)明。全文共分為前言、需求分析、系統(tǒng)設(shè)計(jì)、開(kāi)發(fā)技術(shù)、關(guān)鍵技術(shù)解決,結(jié)論六部分。西統(tǒng)采用B/S開(kāi)發(fā)模式,開(kāi)發(fā)工具選擇JAVA、JSP、Javas cript、Html語(yǔ)言,采用Tomcat服務(wù)器技術(shù),后臺(tái)數(shù)據(jù)庫(kù)選用SQL Server 2000。
標(biāo)簽: 網(wǎng)絡(luò)考試 無(wú)紙化管理
上傳時(shí)間: 2013-12-20
上傳用戶:iswlkje
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
標(biāo)簽: Fundamentals Completely up-to-date coverage
上傳時(shí)間: 2016-01-02
上傳用戶:標(biāo)點(diǎn)符號(hào)
JavaGPS enables access to GPS devices from any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map.
標(biāo)簽: Java application Provides JavaGPS
上傳時(shí)間: 2013-12-30
上傳用戶:aappkkee
【實(shí)驗(yàn)名稱(chēng)】遞歸子程序分析器的設(shè)計(jì)與實(shí)現(xiàn) 【實(shí)驗(yàn)?zāi)康暮鸵蟆? 設(shè)計(jì)、編制,調(diào)試一個(gè)典型的語(yǔ)法分析程序,實(shí)現(xiàn)對(duì)如下的遞歸子程序語(yǔ)法的分析,進(jìn)一步掌握常用的語(yǔ)法分析方法。 【實(shí)驗(yàn)內(nèi)容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 針對(duì)上述文法編寫(xiě)一遞歸子程序分析程序,該程序的輸入是任意符號(hào)串,輸出是本次輸入的符號(hào)串是否是該文法的句子的結(jié)論。 【環(huán)境】 Windows Pc 機(jī),任何版本的c語(yǔ)言 其中還包括java語(yǔ)言實(shí)現(xiàn)的程序
標(biāo)簽: 實(shí)驗(yàn) 分析器 遞歸 程序
上傳時(shí)間: 2013-12-25
上傳用戶:lanhuaying
對(duì)于計(jì)算機(jī)語(yǔ)言的發(fā)展吏,業(yè)界一般認(rèn)為:B語(yǔ)言導(dǎo)致了C語(yǔ)言的誕生,C語(yǔ)言演變出了C++語(yǔ)言,而C++語(yǔ)言將讓位于Java語(yǔ)言。要想更好地了解Java語(yǔ)言,就必須了解它產(chǎn)生的原因、推動(dòng)它發(fā)展的動(dòng)力,以衣它對(duì)其它語(yǔ)言的繼承。像以前其他成功的計(jì)算機(jī)語(yǔ)言一樣,Java繼承了其他語(yǔ)言的先進(jìn)原理,同時(shí)又因其獨(dú)特的環(huán)境要求而提出了一些創(chuàng)新性的概念。在這本書(shū)的其他各章中,將從實(shí)用的角度,對(duì)Java語(yǔ)言、庫(kù)及應(yīng)用程序進(jìn)行包括語(yǔ)法在內(nèi)的詳細(xì)介紹。
標(biāo)簽: 計(jì)算機(jī)語(yǔ)言 發(fā)展
上傳時(shí)間: 2016-04-02
上傳用戶:fanboynet
ExtJS是一個(gè)很不錯(cuò)的Ajax框架,可以用來(lái)開(kāi)發(fā)帶有華麗外觀的富客戶端應(yīng)用,使得我們的b/s應(yīng)用更加具有活力及生命力。ExtJS是一個(gè)用javascript編寫(xiě),與后臺(tái)技術(shù)無(wú)關(guān)的前端ajax框架。因此,可以把ExtJS用在.Net、Java、Php等各種開(kāi)發(fā)語(yǔ)言開(kāi)發(fā)的應(yīng)用中。 最近我們?cè)趲讉€(gè)應(yīng)用都使用到了ExtJS,對(duì)公司以前開(kāi)發(fā)的一個(gè)OA系統(tǒng)也正在使用ExtJS2.0進(jìn)行改造,使得整個(gè)系統(tǒng)在用戶體驗(yàn)上有了非常大的變化。本教程記錄了前段時(shí)間本人學(xué)習(xí)ExtJS的一些心得及小結(jié),希望能幫助正在學(xué)習(xí)或準(zhǔn)備學(xué)習(xí)ExtJS的朋友們快速走進(jìn)ExtJS2.0的精彩世界。 教程包括ExtJS的新手入門(mén)、組件體系結(jié)構(gòu)及使用、ExtJS中各控件的使用方法及示例應(yīng)用等,是一個(gè)非常適合新手的ExtJS入門(mén)教程。本教程主要是針對(duì)ExtJS2.0進(jìn)行介紹,全部代碼、截圖等都是基于ExtJS2.0。
上傳時(shí)間: 2014-01-17
上傳用戶:skfreeman
segment,一個(gè)簡(jiǎn)單的中文分詞程序,命令行如下: java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt -b Big5, -g GB2312, -8 UTF-8, -s simp. chars, -t trad. chars Segmented text will be saved to inputfile.txt.seg
上傳時(shí)間: 2014-01-04
上傳用戶:ynzfm
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1