Answering Queries using views is an article that contains an introduction to the theory and some algorithms, examples for the queries that uses views to resolve some problems. Also this article have a large references for more information about this subject.
标签: introduction Answering contains Queries
上传时间: 2017-03-18
上传用户:wangyi39
The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your development, then the upcoming recipes provide simple programming examples and an overview of the components that you require on the user classpath to compile servlets.
标签: compiling newcomers relative purpose
上传时间: 2014-01-13
上传用户:541657925
RFID is an area of automatic identifi cation that is gaining momentum and is considered by some to emerge as one of the most pervasive computing technologies in history. In its simplest form, RFID is a similar concept to bar coding. It is seen as a means of enhancing data processes and is comple- mentary to existing technologies. It is a proven technology that has been in use since the 1970s.
标签: considered automatic is momentum
上传时间: 2017-03-19
上传用户:woshini123456
C# is the latest and greatest tool for developing cutting edge applications based on Microsoft .NET technology. This book provides deep insight on the sensitive issues which should be taken care of while developing for .NET platform.
标签: applications developing Microsoft greatest
上传时间: 2013-11-30
上传用户:xyipie
VBScript 是一种脚本语言,可以用于微软 IE 浏览器的客户端脚本和微软 IIS [Internet Information Service] 的服务器端脚本。 VBScript 是微软编程语言 Visual Basic 家族中的一个成员。如果你熟悉微软的 Visual Basic 或者 Visual Basic for Applications,你会很快就熟悉 VBScript
上传时间: 2017-03-23
上传用户:ZJX5201314
VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board support package [BSP], the requirements for a VxWorks BSP, and the general behavior of a BSP during the boot process. This document outlines the steps needed to port an existing BSP to a new hardware platform or to write a new VxWorks BSP for custom hardware using a reference BSP or template BSP as a starting point. It provides hints and tips for debugging a BSP and solving common BSP development problems. It also provides information on the BSP validation test suite [BSP VTS] that is used to assess the functionality of a VxWorks BSP.
标签: describes document elements VxWorks
上传时间: 2017-03-23
上传用户:磊子226
//结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading fixed information.\n"] exit[1] } if [ioctl[fd, FBIOGET_VSCREENINFO, &vinfo]] { printf["Error reading variable information.\n"] exit[1] }
标签: struct fb_fix_screeninfo fb_var_screeninfo finfo
上传时间: 2014-08-16
上传用户:gut1234567
基于深度优先搜索算法的球形译码,具体文献可以参考03年information thoery上的那篇经典文章
上传时间: 2013-12-31
上传用户:xiaoyunyun
如果数据库系统( database systems)像受人尊敬的智者讲述的条理清晰的故事,那么工作流(workflow)就像一群乳臭未干的小子在大谈各自的“哲理”。之所以这样讲,我是想指出,工作流系统 (workflow management systems)还处于技术发展曲线( technology hype curve )上的初级阶段。在这个领域我们将面临一个激动人心的阶段。为了描述这一点,可以和关系数据库系统(RDBMS)做一个对比。当在软件开发团队中谈论RDBMS时,大部分人会有一个清晰的概念,在你和他们交流的时候,人们会通过轻微的点头表示认可或理解你所说的。可当使用工作流术语讨论工作流时,他们会摇头表示不同意,因为每个人对工作流术语都有不同的理解。
上传时间: 2013-12-23
上传用户:498732662
ASK function, this is a block that has three input and one output. the input are the two carrier that have different amplitute, and the digital signal representing the information or data to be modulated.
标签: input the function carrier
上传时间: 2014-12-20
上传用户:Shaikh