码迷,mamicode.com
首页 >  
搜索关键字:ar vr    ( 143265个结果
折半查找数组元素的下标(java)
1.用折半查找数组元素的下标 2.但前提是数组已经排序好的3.例:public static void main(String ars []){ int [] number=new int []{2,6,9,45,65,88};}publci staic int getIndex(int [] ar ...
分类:编程语言   时间:2017-06-18 14:15:21    阅读次数:188
2011的n次方
题目:http://noi.openjudge.cn/ch0204/2991/ 参考: 利用循环节:http://m.blog.csdn.net/u013675643/article/details/51820648 高精度除法:http://blog.csdn.net/qq_35479641/ar ...
分类:其他好文   时间:2017-06-17 22:31:03    阅读次数:335
github
转 : GitHub 上发现已经有些喜欢新技术的开发者写了一些 demo,包括 Vision,AR,CoreML 相关的 repo,蛮有意思,有兴趣的可以 clone 一份跑一跑: https://github.com/jeffreybergier/Blog-Getting-Started-with ...
分类:其他好文   时间:2017-06-16 16:31:16    阅读次数:241
laravel session使用 转自http://blog.csdn.net/angle_hearts/article/details/53923782
use Symfony\Component\HttpFoundation\Session\Session;//存储session$session = new Session;$session->set("u_name",$ar->u_name);$session->set("u_pwd",$ar-> ...
分类:Web程序   时间:2017-06-13 00:09:33    阅读次数:183
ubuntu下使用qemu-system-arm模拟arm环境
转载请注明原文出处,http://www.cnblogs.com/flyingcloude/p/6992396.html 最近由于学习需要,开始搭建嵌入式开发环境,但苦于硬件平台还没有弄好,故先在ubuntu环境下进行模拟。 以下方法将在ubuntu10.10主机上,利用qemu-system-ar ...
分类:系统相关   时间:2017-06-12 14:52:07    阅读次数:3185
Python matplotib 画图
使用Python 程序来生成可视化图像,具有明确的表达性。 demo1:曲线图和直线图 #!/usr/bin/env python # -*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt t = np.ar ...
分类:编程语言   时间:2017-06-11 19:16:32    阅读次数:355
faster-rcnn训练自己的数据集
按照下面这个博客制作自己的数据集: http://blog.csdn.net/sinat_30071459/article/details/50723212 按照下面这个博客修改faster-rcnn源码,训练自己的数据: http://blog.csdn.net/sinat_30071459/ar ...
分类:其他好文   时间:2017-06-11 19:16:01    阅读次数:253
Effective JavaScript Item 40 避免继承标准类型
本系列作为Effective JavaScript的读书笔记。 ECMAScript标准库不大。可是提供了一些重要的类型如Array,Function和Date。在一些场合下。你或许会考虑继承当中的某个类型来实现特定的功能。可是这样的做法并不被鼓舞。 比方为了操作一个文件夹。能够让文件夹类型继承Ar ...
分类:编程语言   时间:2017-06-11 15:38:30    阅读次数:221
YII进行数据查询及类库追踪
一般处理过程: 模型进行数据操作,继承自CActiveRecord (活跃记录) AR数据库向上的封装。AR通过OOP面向对象方式操作数据库。AR须要终于转变为详细的sql语句。通过一个中间类(criteria标准)协助转为的详细sql语句。find、findAll 就是转化为这个类的一些属性 文件 ...
分类:其他好文   时间:2017-06-09 20:30:14    阅读次数:201
What is the Windows Integrity Mechanism?(什么是Windows完整性机制)
The Windows integrity mechanism is a core component of the Windows security architecture that restricts the access permissions of applications that ar ...
分类:Windows程序   时间:2017-06-09 17:33:56    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!