码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
android 如何实现前置camera自拍镜像功能
默认的前置camera, 文字”XI”在preview时显示为”IX”(前置camera preview时默认会有mirror效果), 拍摄出来的照片为"XI",如何让拍摄出来的照片也是”IX” , 也就是和preview时保持一致?对于普通单拍(非ZSD或其他拍照模式), 需要修改的代码为norm...
分类:移动开发   时间:2014-10-14 04:31:37    阅读次数:524
android 如何实现前置camera自拍镜像功能
默认的前置camera, 文字”XI”在preview时显示为”IX”(前置camera preview时默认会有mirror效果), 拍摄出来的照片为"XI",如何让拍摄出来的照片也是”IX” , 也就是和preview时保持一致?   对于普通单拍(非ZSD或其他拍照模式), 需要修改的代码为normalShot.cpp文件中的onCmd_capture()方法, 将原来的 b...
分类:移动开发   时间:2014-10-12 23:35:48    阅读次数:320
Symmetric Tree
[leetcode]Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:其他好文   时间:2014-10-09 15:33:58    阅读次数:193
hbase学习(二)-hbase安装
本篇介绍两种HBase的安装方式:本地安装方式和伪分布式安装方式。 安装的前提条件是已经成功安装了hadoop,而且hadoop的版本要和hbase的版本相匹配。 我将要安装的hbase是hbase-0.94.11版本,需要的hadoop是hadoop-1.2.1版本。 hbase下载地址:http://mirror.bit.edu.cn/apache/hbase/hbase-0...
分类:其他好文   时间:2014-10-08 01:23:44    阅读次数:279
CentOS 编译安装php5.5, 并配制支持apach,nignx核心代码
首先是编译准备工作:yumgroupinstall"Developmenttools"然后是编译安装PHP5.5.x需要用到的devel包:yuminstalllibxml2-develgd-devellibmcrypt-devellibcurl-developenssl-devel从官方下载,解压:wgethttp://us3.php.net/get/php-5.5.5.tar.gz/from/cn2.php.net/mirror tar-x..
分类:Web程序   时间:2014-10-08 00:55:16    阅读次数:472
解决 yum Error: database disk image is malformed
问题出现:[root@bogon~]#yum-yinstallscreenLoadedplugins:fastestmirrorLoadingmirrorspeedsfromcachedhostfile*base:mirror.bit.edu.cn*extras:mirror.bit.edu.cn*updates:mirror.bit.edu.cnError:databasediskp_w_picpathismalformed解决办法:[root@bogon~]#yumcleandbcac..
分类:数据库   时间:2014-10-07 00:53:01    阅读次数:251
HDU-2857-Mirror and Light(计算几何)
Problem Description The light travels in a straight line and always goes in the minimal path between two points, are the basic laws of optics. Now, our problem is that, if a branch of light goes...
分类:其他好文   时间:2014-10-03 04:12:15    阅读次数:162
内地开源镜像网站
http://mirrors.163.com/http://mirrors.sohu.com/http://mirror.lzu.edu.cn/http://mirrors.tuna.tsinghua.edu.cn/http://mirrors.xmu.edu.cn/http://mirrors.u...
分类:Web程序   时间:2014-10-02 16:12:33    阅读次数:222
LeetCode Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-10-02 09:45:52    阅读次数:184
Symmetric Tree
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:其他好文   时间:2014-10-02 05:53:22    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!