码迷,mamicode.com
首页 >  
搜索关键字:online ar    ( 145601个结果
DOM0-节点关系
作者:zccst1,查找firstChlidlastChildnextSiblingpreviousSiblingparentNode //没有参数2,添加/更新/删除var oldNode = removeChild(node);//一次删除一个节点,并返回该节点。3,
分类:其他好文   时间:2014-05-16 04:52:59    阅读次数:201
23.Unity+Metaio SDK 开发笔记
用到Metaio SDK 做AR最大的原因是因为它支持PC,不然移动端都会用高通的。相对于高通我想在此做个对比:以上两个是prefab的对比,除此之外让人觉得Metaio对自定义物体和识别卡片相对坐标和角度的判断也存在难度。但是Metaio SDK对应播放视频处理感觉比高通 SDK 要稍好一些,还有...
分类:其他好文   时间:2014-05-15 21:52:42    阅读次数:452
svn 批量添加没有加入版本控制的文件命令
svn st | awk '{if($1=="?"){print$2}}'|xargs svn add...
分类:其他好文   时间:2014-05-15 19:45:54    阅读次数:362
随机数
分类:其他好文   时间:2014-05-15 16:32:45    阅读次数:246
8 Best Open-Source Ecommerce Platforms to Open Your Own Store
The modernization of world had led to coming of many businesses online. Businesses have realized the importance of coming up online. That is the main ...
分类:其他好文   时间:2014-05-15 10:14:55    阅读次数:364
HashMap的遍历和排序
1.HashMap的遍历 package com.sheepmu; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; public class KMPText { public static void main(String[] ar...
分类:其他好文   时间:2014-05-15 07:05:19    阅读次数:507
九度 1339
#include #include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-15 06:27:05    阅读次数:230
----2014 Inside AR 北京 - 全球最大AR增强现实博览会进入中国----
----2014 Inside AR 北京 - 全球最大AR增强现实博览会进入中国----...
分类:其他好文   时间:2014-05-15 03:54:38    阅读次数:287
插入排序
插入排序是最基本基于比较的排序方法,其时间复杂度为Ο(n2),最好情况为初始有序,最坏为逆序。 伪代码如下: insertionSort(A,n) for i=1 to n do key=A[i] for j=i-1 to 0 if ar...
分类:其他好文   时间:2014-05-14 22:35:28    阅读次数:326
linux命令之sar
[root@rac01 ~]# free -s 2[root@rac01 ~]# free [-b | -k | -m][root@rac01 ~]# free -o[root@rac01 ~]# free -t[root@rac01 ~]# sar -r 2 3[root@rac01 ~]# sa...
分类:系统相关   时间:2014-05-14 18:18:48    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!