A Java Framework for connecting to and exchanging data from GPS units to J2ME Mobile Devices. Serial and Bluetooth connections to GPS devices. Support for NMEA-0183 GPS Standard. An Observer-Design Pattern makes the library extendable. Based on GPSlib4j.
標(biāo)簽: connecting exchanging Framework Devices
上傳時(shí)間: 2014-12-05
上傳用戶:yzhl1988
This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.
標(biāo)簽: code implements directory hopfield
上傳時(shí)間: 2014-01-16
上傳用戶:123啊
Jive是一個(gè)廣受歡迎的開放的源碼的論壇項(xiàng)目,其目標(biāo)是建設(shè)一個(gè)開放結(jié)構(gòu)的、強(qiáng)壯的、易于擴(kuò)展的基于JSP的論壇。在其設(shè)計(jì)目標(biāo)的指導(dǎo)下,其結(jié)構(gòu)設(shè)計(jì)得非常得好,融合了很多新的觀念,比如Design Pattern,可更換的Skin,可插入Plug等等。 Jive相比起 J2EE 這個(gè)龐大的體系結(jié)構(gòu),其整體的設(shè)計(jì)思想非常精煉,適合中小型網(wǎng)站建立自己的論壇系統(tǒng)。 此書帶你由基礎(chǔ)入門學(xué)習(xí)jive,新手初哥必讀
標(biāo)簽: Jive 源碼 論壇 項(xiàng)目
上傳時(shí)間: 2015-09-29
上傳用戶:iswlkje
本書包含了許多Ajax技術(shù)的設(shè)計(jì)模式。例如:你應(yīng)該如何分割數(shù)據(jù)以便于分配呢?答案是,采用內(nèi)容分塊模式(Content Chunking Pattern);如何有效地維護(hù)狀態(tài)或至少是維護(hù)痕跡呢?答案是,采用持久通信模式(Persistent Communications Pattern);如何讓用戶對(duì)所有潛在的數(shù)據(jù)了如指掌呢?答案是,采用無限數(shù)據(jù)模式(Infinite Data Pattern)。通過書中呈現(xiàn)的九種模式,作者幾乎發(fā)掘了所有的Ajax理論,這些知識(shí)對(duì)你將來編寫應(yīng)用程序時(shí)制定策略有重大的幫助。每種模式都有相應(yīng)的章節(jié)對(duì)其進(jìn)行論述,每章均以模式的設(shè)計(jì)意圖為開頭,然后介紹使用該模式的動(dòng)機(jī),并列舉一系列使用該模式開發(fā)的應(yīng)用程序和與該模式相關(guān)聯(lián)的設(shè)計(jì)模式。接著,以解決實(shí)際問題的方式詮釋該設(shè)計(jì)模式的架構(gòu)。最后,執(zhí)行程序通過代碼及用戶與各種網(wǎng)頁的互動(dòng)形式展現(xiàn)。在章末,還有對(duì)該章精華內(nèi)容的總結(jié)回顧。
標(biāo)簽: Ajax 設(shè)計(jì)模式 分割 數(shù)據(jù)
上傳時(shí)間: 2015-09-30
上傳用戶:saharawalker
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
給定整數(shù)n,產(chǎn)生所有[2n]上的匹配(matching) //將其視為一個(gè)所有塊大小均為2的集合分拆 //輸出格式為 a1 a2 - b1 b2 - c1 c2 - ... //滿足a1<a2, b1<b2, ... //且 a1 < b1 < c1 <
標(biāo)簽: 整數(shù)
上傳時(shí)間: 2015-11-03
上傳用戶:youth25
//給定整數(shù)n,產(chǎn)生所有[2n]上的匹配(matching) //將其視為一個(gè)所有塊大小均為2的集合分拆 //以a_i表示其第i個(gè)元素所在的集合號(hào) //輸出格式為 a1 a2 a3 ... //滿足 //a_{i+1} <= max { a1,a2,...a_i } + 1
標(biāo)簽: 整數(shù)
上傳時(shí)間: 2014-01-18
上傳用戶:xieguodong1234
《多傳感器數(shù)據(jù)融合手冊(cè)》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定價(jià): USD 199.95 出版社: CRC 出版年: 2001-06-20 簡介 · · · · · · Multisensor data fusion is an emerging technology with important applications in both the military and civilian sectors, such as target recognition, robotics, medical diagnostics, and "smart" buildings. It draws on techniques from wide-ranging disciplines, including artificial intelligence, pattern recognition, and statistical estimation. This handbook is an up-to-date, comprehensive resource for data fusion system designers and researchers. Top experts in the field lead readers from a basic introduction and survey of data fusion technology to advanced mathematics and theory and to some very practical advice for systems implementers.
標(biāo)簽: L. Multisensor Handbook 199.95
上傳時(shí)間: 2014-02-06
上傳用戶:二驅(qū)蚊器
本文根據(jù)發(fā)表在CUJ Expert Forum上的兩篇文章編譯而成。C/C++ User s Journal是目前最出色的C/C++語言專業(yè)雜志,特別是在C++ Report閉刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主辦的網(wǎng)上技術(shù)專欄,匯集2000年10月以來C++社群中頂尖專家的技術(shù)短文,并免費(fèi)公開發(fā)布,精彩紛呈,是每一個(gè)C/C++學(xué)習(xí)者不可錯(cuò)過的資料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必備的精品專欄,以風(fēng)趣幽默的對(duì)話形式講解C++高級(jí)技術(shù),在C++社群內(nèi)得到廣泛贊譽(yù)。譯者特別挑選兩篇設(shè)計(jì)模式方面的文章,介紹給大家。設(shè)計(jì)模式方面的經(jīng)典著作是GoF的Design Patterns。但是那本書有一個(gè)缺點(diǎn),不好懂。從風(fēng)格上講,該書與其說是為學(xué)習(xí)者而寫作的教程范本,還不如說是給學(xué)術(shù)界人士看的學(xué)術(shù)報(bào)告,嚴(yán)謹(jǐn)有余,生動(dòng)不足。這一點(diǎn)包括該書作者和象Bjarne Stroustrup這樣的大師都從不諱言。實(shí)際上Design Pattern并非一定是晦澀難懂的,通過生動(dòng)的例子,一個(gè)中等水平的C++學(xué)習(xí)者完全可以掌握基本用法,在自己的編程實(shí)踐中使用,得到立竿見影的功效。這兩篇文章就是很好的例證。本文翻譯在保證技術(shù)完整性的前提下作了不少刪節(jié)和修改,以便使文章顯得更緊湊。
標(biāo)簽: Journal Expert Forum User
上傳時(shí)間: 2015-11-21
上傳用戶:windwolf2000
用eclipse實(shí)驗(yàn)計(jì)算器功能,是mvc結(jié)構(gòu),并且是observer的design pattern
標(biāo)簽: eclipse 實(shí)驗(yàn) 計(jì)算器
上傳時(shí)間: 2013-12-19
上傳用戶:kernaling
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1