the User Agent and Service Agent functionality of the Service Location Protocol, based on RFC 2608:
the User Agent and Service Agent functionality of the Service Location Protocol, based on RFC 2608: Service Location Pro...
Location+Query技术资料下载专区,收录48份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
the User Agent and Service Agent functionality of the Service Location Protocol, based on RFC 2608: Service Location Pro...
This is an example application that shows how to use the Location services on the iPhone.
Specification (GB)_TTI Messages via Traffic Message Coding-Location Referencing for ALERT-C (GB-T 20612.3-2006, 200611)
eye matching using Circular hough transform for eyedetection and precise eyes location. it is a very good code that work...
Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale...
spoj k-query. Given lots of offline queries and updates, reoder the queries and updates so that they maybe efficiently p...
hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg ...
This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM...
设计一个表示直角坐标系上点的位置的Location类,计算两个坐标系上点对象A和B之间的距离。要求用成员函数Distance()求距离。在main()中,分别用对象、指针、引用三种方法定义和使用对象A和B。