码迷,mamicode.com
首页 >  
搜索关键字:continuous    ( 428个结果
Android摄像头自动对焦与触摸对焦实现
1、自动对焦 在预览前后设置的param里setFocusMode();为Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO或者Camera.Parameters.FOCUS_MODE_AUTO,建议采用后者。注意调用此方法后,再次调用Camera.autoF ...
分类:移动开发   时间:2016-05-21 17:40:31    阅读次数:674
PostgreSQL相关的软件,库,工具和资源集合
PostgreSQL相关的软件,库,工具和资源集合。 备份 wal-e - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku Barman - Backup and Recovery Manager f ...
分类:数据库   时间:2016-05-14 22:54:03    阅读次数:598
fir.im weekly - 「 持续集成 」实践教程合集
我们常看到许多团队和开发者分享他们的持续集成实践经验,本期 fir.im Weekly 收集了 iOS,Android,PHP ,NodeJS 等项目搭建持续集成的实践,以及一些国内外公司的内部持续集成系统的经验,供大家集中研究,参考借鉴。先来看看国内外一些公司的实践经验:Continuous Deployment at InstagramInstagram 的开发团队每天保持着 30 - 50 次...
分类:其他好文   时间:2016-05-12 20:06:19    阅读次数:240
PAT1071. Speech Patterns (25)
题目要求的Word定义 Here a "word" is defined as a continuous sequence of alphanumerical characters separated by non-alphanumerical characters or the line begi ...
分类:其他好文   时间:2016-04-11 13:58:42    阅读次数:114
CI的意思
Continuous integration (CI) is the practice, in software engineering, of merging all developer working copies to a shared mainline several times a day ...
分类:其他好文   时间:2016-03-24 16:16:51    阅读次数:125
leetcode:longest-increasing
1、 Give an integer array,find the longest increasing continuous subsequence in this array. An increasing continuous subsequence: For [5, 4, 2, 1, 3],
分类:其他好文   时间:2016-03-18 17:33:02    阅读次数:132
lintcode-medium-Continuous Subarray Sum
Given an integer array, find a continuous subarray where the sum of numbers is the biggest. Your code should return the index of the first number and
分类:其他好文   时间:2016-03-16 13:57:57    阅读次数:172
Jenkins自动构建
Jenkins is an award-winning, cross-platform, continuous integration and continuous delivery application that increases your productivity. Use Jenkins
分类:其他好文   时间:2016-03-07 13:29:10    阅读次数:169
Verilog(三) multiplexer
mutiplexer 数据选择器 1 one-bit wide 2-1 mux wire dout = sel? din1 : din0; // conditional continuous and wire assignment 2 4-1 mux module mux4_1(sel, din0,
分类:其他好文   时间:2016-03-07 07:48:24    阅读次数:250
Verilog (一) assignment
Verilog case-sensitive, all keywords are lowercase 1 continuous assignment assign data_left = data_right; // right drive left(net) 例 1) mux assign dat
分类:其他好文   时间:2016-03-06 06:37:00    阅读次数:258
428条   上一页 1 ... 29 30 31 32 33 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!