文在描述入侵检测技术的相关内容基础上,将移动代理技术引入入侵监测系统,针对成簇ad hoc网络提出了一种基于移动代理的入侵监测系统结构
标签: 入侵检测
上传时间: 2015-10-11
上传用户:894898248
本文在描述入侵检测技术的相关内容基础上,将移动代理技术引入入侵监测系统,提出了一种基于移动代理的入侵监测系统结构
标签: 入侵检测
上传时间: 2015-10-11
上传用户:rocketrevenge
QT 串口开发开发库,是QT环境下开发串口监测系统的好东西
上传时间: 2015-10-15
上传用户:ynzfm
近年来,人们越来越关注健康问题,生命健康监护已成为一个重要课题,以往的生命健康监护仪,体积通常比较大,而且价格昂贵,这类仪器主要应用于医院的病 房,用做对病人监护。为适合普通人群在医院以外的地方,如家庭、野外等环境下对身体健康状况的监护要求,设计了一种便携式多参数健康监护系统,本系统具有 体积小、使用方便、功能强大等优点,可随身携带,检测人体的某些重要生理参数,并实时显示。
标签:
上传时间: 2014-01-08
上传用户:JasonC
《VC++ 和VB串并口开发技术工程应用实例导航》一书的配套源代码,第1章 串口编程调试精灵,第2章 云台镜头控制系统,第3章 电话自动应答系统,第4章 短信实现远程监测系统,第5章 步进电机控制,第6章 来电显示客户管理系统
上传时间: 2015-12-01
上传用户:nanxia
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
湿度,既大气中含有水气的多少。它对人们的生活和工业生产,以及动植物的生长与生存,有着密切的关系。为了创造舒适的生活环境和理想的生产条件必须对空气湿度进行控制和调整。而这首先要求我们对空气进行检测。 湿度传感器是基于其功能材料能发生与湿度有关的物理效应或化学反应的基础上制造的。它具有可将湿度物理量转换成电讯号的功能。这些功能可以通过与湿度有关的电阻或电容的变化、长度或体积的胀缩、以及结型器件或 器件的某些电参数的变化来得到实现。 湿度传感器广泛应用于军事、气象、农业、工业 特别是纺织、电子、食品工业 、医疗、建筑以及家用电器等方面需要对湿度监测、控制与报警的各种场合, 如空气调节系统、湿室控制系统、仓库监测系统等。对湿度监测、控制的需要促进了对湿度传感器的研究进展。
标签: 湿度
上传时间: 2014-01-05
上传用户:GavinNeko
能够实现对端口的扫描,能监测系统的漏洞,是一款优秀的扫描软件
标签: 端口
上传时间: 2016-07-29
上传用户:jhksyghr
学位论文;运动物体跟踪方法主要包括卡尔曼滤波,Mean-shift,Camshifi算法,粒子滤波器,Snake模型等;应用卡尔曼滤波方法设计了一套煤矿矿工出入自动监测系统;提出了一种新的基于高斯混合模型的颜色特征提取方法,该方法克服了现有的Camshift算法Continuousl y Adaptive eanshift中跟踪目标特征提取精确度低和计算复杂度高的缺陷
上传时间: 2017-01-14
上传用户:JasonC