码迷,mamicode.com
首页 >  
搜索关键字:ar vr    ( 143265个结果
微软加入VR阵营,出货VR头盔
微软公司为了占领VR头盔市场,于2017年8月在美国、加拿大市场发售VR头盔。目前的开发版本有2个厂家的产品,分别是HP和Acer公司。 HP公司的价格为USD329.00,Acer公司的价格为USD299.00。 ...
分类:其他好文   时间:2017-08-10 01:23:36    阅读次数:136
Java中toArray的用法探究(java数组与list转换)
一. Incident import Java.util.ArrayList; import java.util.List; public class Test { public static void main(String[] args) { List<String> list = new Ar ...
分类:编程语言   时间:2017-08-09 21:07:05    阅读次数:255
白鹭引擎和layabox哪个好用,哪个技术更成熟 ?
选择H5游戏引擎的思考维度1、开发语言的支持2、2D、3D、VR的支持3、性能4、引擎的应用广度5、设计理念6、工作流支持力度7、商业化成熟案例8、学习资源与技术支持能力 首先,我们要知道,当前主流的游戏引擎有哪些。由于H5引擎有很多,笔者在这里进行了精心的筛选,过滤掉不支持webGL的引擎,以及封 ...
分类:其他好文   时间:2017-08-09 10:08:21    阅读次数:261
POJ-1700 Crossing River
Description A group of N people wishes to go across a river with only one boat, which can at most carry two persons. Therefore some sort of shuttle ar ...
分类:其他好文   时间:2017-08-08 13:50:39    阅读次数:156
AR Drone系列之:使用ROS catkin创建package并使用cv_bridge实现对ar drone摄像头数据的处理
1 开发环境 Ubuntu 12.04 ROS Hydro 2 前提 可參考这篇blog:http://blog.csdn.net/yake827/article/details/44564057 blog:http://blog.csdn.net/celesius/article/details/ ...
分类:其他好文   时间:2017-08-08 09:30:24    阅读次数:199
vue react angular对比
1.数据绑定 1)vue 把一个普通对象传给Vued的data选项,Vue会遍历此对象的所有属性,并使用Object.defineProperty将这些属性全部转为getter/setter。Object.defineProperty为ES5的新属性,无法模仿,所以vue不支持IE8以及更低版本浏览 ...
分类:其他好文   时间:2017-08-06 20:41:57    阅读次数:171
经常使用排序算法总结
#include<iostream> using namespace std; //show array void show(int *ar, int len) { for(int i=0; i<len; ++i) { cout<<ar[i]<<" "; } cout<<endl; } //bubb ...
分类:编程语言   时间:2017-08-06 15:03:12    阅读次数:195
用msys1.0+mingw gcc4.7.1编译libodb(C++ ORM)
这里主要使用的是libodb 对sqlite数据库的支持. (1)下载编译sqlite3,当初编译go-sqlite3的时候下载过sqlite3,就直接拿过来用了. start msys.bat gcc -c sqlite3.c -I./inc/sqlite3/ ar crvs libsqlite3 ...
分类:数据库   时间:2017-08-03 18:53:08    阅读次数:196
1102. Invert a Binary Tree (25)
#include #include #include #include #include #include #include #include using namespace std; struct node { int data; int left=-1, right=-1; }; node ar... ...
分类:其他好文   时间:2017-08-03 14:00:02    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!