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.
标签: connecting exchanging Framework Devices
上传时间: 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.
标签: code implements directory hopfield
上传时间: 2014-01-16
上传用户:123啊
Jive是一个广受欢迎的开放的源码的论坛项目,其目标是建设一个开放结构的、强壮的、易于扩展的基于JSP的论坛。在其设计目标的指导下,其结构设计得非常得好,融合了很多新的观念,比如Design Pattern,可更换的Skin,可插入Plug等等。 Jive相比起 J2EE 这个庞大的体系结构,其整体的设计思想非常精炼,适合中小型网站建立自己的论坛系统。 此书带你由基础入门学习jive,新手初哥必读
上传时间: 2015-09-29
上传用户:iswlkje
本书包含了许多Ajax技术的设计模式。例如:你应该如何分割数据以便于分配呢?答案是,采用内容分块模式(Content Chunking Pattern);如何有效地维护状态或至少是维护痕迹呢?答案是,采用持久通信模式(Persistent Communications Pattern);如何让用户对所有潜在的数据了如指掌呢?答案是,采用无限数据模式(Infinite Data Pattern)。通过书中呈现的九种模式,作者几乎发掘了所有的Ajax理论,这些知识对你将来编写应用程序时制定策略有重大的帮助。每种模式都有相应的章节对其进行论述,每章均以模式的设计意图为开头,然后介绍使用该模式的动机,并列举一系列使用该模式开发的应用程序和与该模式相关联的设计模式。接着,以解决实际问题的方式诠释该设计模式的架构。最后,执行程序通过代码及用户与各种网页的互动形式展现。在章末,还有对该章精华内容的总结回顾。
上传时间: 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.
标签: Java Expressions Regular version
上传时间: 2013-12-18
上传用户:lanhuaying
给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //输出格式为 a1 a2 - b1 b2 - c1 c2 - ... //满足a1<a2, b1<b2, ... //且 a1 < b1 < c1 <
标签: 整数
上传时间: 2015-11-03
上传用户:youth25
//给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //以a_i表示其第i个元素所在的集合号 //输出格式为 a1 a2 a3 ... //满足 //a_{i+1} <= max { a1,a2,...a_i } + 1
标签: 整数
上传时间: 2014-01-18
上传用户:xieguodong1234
《多传感器数据融合手册》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定价: 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.
标签: L. Multisensor Handbook 199.95
上传时间: 2014-02-06
上传用户:二驱蚊器
本文根据发表在CUJ Expert Forum上的两篇文章编译而成。C/C++ User s Journal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必备的精品专栏,以风趣幽默的对话形式讲解C++高级技术,在C++社群内得到广泛赞誉。译者特别挑选两篇设计模式方面的文章,介绍给大家。设计模式方面的经典著作是GoF的Design Patterns。但是那本书有一个缺点,不好懂。从风格上讲,该书与其说是为学习者而写作的教程范本,还不如说是给学术界人士看的学术报告,严谨有余,生动不足。这一点包括该书作者和象Bjarne Stroustrup这样的大师都从不讳言。实际上Design Pattern并非一定是晦涩难懂的,通过生动的例子,一个中等水平的C++学习者完全可以掌握基本用法,在自己的编程实践中使用,得到立竿见影的功效。这两篇文章就是很好的例证。本文翻译在保证技术完整性的前提下作了不少删节和修改,以便使文章显得更紧凑。
上传时间: 2015-11-21
上传用户:windwolf2000
用eclipse实验计算器功能,是mvc结构,并且是observer的design pattern
上传时间: 2013-12-19
上传用户:kernaling