码迷,mamicode.com
首页 >  
搜索关键字:physically based    ( 2864个结果
Attribute-based identification schemes for objects in internet of things
Methods and arrangements for object identification. An identification request is received from different objects of a network. Attributes and values o...
分类:Web程序   时间:2014-07-23 22:19:07    阅读次数:354
iOS开发之UIWebView
UIWebView是iOS sdk中一个最常用的控件。是内置的浏览器控件,我们可以用它来浏览网页、打开文档等等。这篇文章我将使用这个控件,做一个简易的浏览器。如下图:我们创建一个Window-based Application程序命名为:UIWebViewDemoUIWebView的loadRequ...
分类:移动开发   时间:2014-07-23 20:40:26    阅读次数:192
Troubleshooting routing topology based on a reference topology
In one embodiment, a computing device (e.g., border router or network management server) transmits a discovery message into a computer network, such a...
分类:其他好文   时间:2014-07-23 11:40:46    阅读次数:445
LBS 与 GPS 定位之间的区别
什么是LBS定位?LBS英文全称为Location Based Services, 它包括两层含义:首先是确定移动设备或用户所在的地理位置;其次是提供与位置相关的各类信息服务。意指与定位相关的各类服务系统,简称"定位服务",另外一种叫法为MPS-Mobile Position Services, 也...
分类:其他好文   时间:2014-07-22 22:44:15    阅读次数:346
Introduction to Object-Oriented JavaScript 转载自:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript
Introduction to Object-Oriented JavaScriptIN THIS ARTICLEJavaScript reviewObject-oriented programmingTerminologyPrototype-based programmingJavaScript ...
分类:编程语言   时间:2014-07-22 22:37:14    阅读次数:281
Apache配置基于IP的虚拟主机 Apache virtual host configuration is based on the IP
Step 1: 检查是否开启 httpd-vhosts.conf apache/conf/httpd.conf文件# Virtual hostsInclude conf/extra/httpd-vhosts.conf 如果没有开启,必须在httpd.conf文件中设置;如果开启,则可以在apa...
分类:其他好文   时间:2014-07-22 08:04:37    阅读次数:169
Apache配置基于端口号的虚拟主机 Apache virtual host configuration is based on the port
有可能只有一个ip出口,但却有多个项目,那么就需要基于端口号架设虚拟主机。Step 1: 检查是否开启 httpd-vhosts.conf apache/conf/httpd.conf文件# Virtual hostsInclude conf/extra/httpd-vhosts.conf 如...
分类:其他好文   时间:2014-07-22 08:01:36    阅读次数:282
图像分割—基于图的图像分割(Graph-Based Image Segmentation)
Graph-Based Segmentation 是经典的图像分割算法,作者Felzenszwalb也是提出DPM算法的大牛。该算法是基于图的贪心聚类算法,实现简单,速度比较快,精度也还行。不过,目前直接用它做分割的应该比较少,毕竟是99年的跨世纪元老,但是很多算法用它作垫脚石,比如Object Propose的开山之作《Segmentation as Selective Search for Object Recognition》就用它来产生过分割(oversegmentation)。还有的语义分割(se...
分类:其他好文   时间:2014-07-21 22:47:07    阅读次数:406
POJ 3292 Semi-prime H-numbers
Semi-prime H-numbers Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 7372 Accepted: 3158 Description This problem is based on an exercise of David Hilbert, who pedagogically s...
分类:其他好文   时间:2014-07-21 11:13:15    阅读次数:269
Java注解介绍
原文链接: Java Annotations: An Introduction原文日期: 2005年10月14日翻译日期: 2014年07月20日翻译人员: 铁锚翻译完后,感觉这篇文章是不是在http://www.developer.com被挖坟了?Java注解介绍基于注解(Annotation-based)的Java开发无疑是最新的开发趋势.[译者注: 这是05年的文章,在2014年,毫无疑问,...
分类:编程语言   时间:2014-07-20 22:41:13    阅读次数:549
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!