码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
iOS开发-二维码
二维码 从ios7开始集成了二维码的生成和读取功能 此前被广泛使用的zbarsdk目前不支持64位处理器 生成二维码的步骤: 倒入CoreImage框架 通过滤镜CIFilter生成二维码 二维码的内容(传统的条形码职能放数字) 纯文本 名片 URL 二维码的生成 // 1.创建过滤器 CIFilt ...
分类:移动开发   时间:2016-10-24 23:33:05    阅读次数:229
1431 快乐排队
1431 快乐排队 题目来源: CodeForces 基准时间限制:1 秒 空间限制:131072 KB 分值: 1431 快乐排队 题目来源: CodeForces 基准时间限制:1 秒 空间限制:131072 KB 分值: 1431 快乐排队 题目来源: CodeForces 基准时间限制:1  ...
分类:其他好文   时间:2016-10-24 22:49:27    阅读次数:232
使用scrollview实现图片放大缩小
1 #import "ViewController.h" 2 #import <UIKit/UIMenuController.h> 3 4 @interface ViewController ()<UIScrollViewDelegate> 5 @property (strong, nonatomi ...
分类:其他好文   时间:2016-10-23 17:21:05    阅读次数:182
第十一篇、微信小程序-input组件
主要属性: 效果图: ml: ss: js: ...
分类:微信   时间:2016-10-23 02:17:46    阅读次数:369
LeetCode89 Gray Code
题目: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total ...
分类:其他好文   时间:2016-10-22 00:03:46    阅读次数:224
leetcode 89 Gray Code ----- java
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num ...
分类:编程语言   时间:2016-10-20 00:14:38    阅读次数:133
CSS揭秘,切图01
O.REILLY@ O.REILLY@ key-> vertical-align: top; 我喜欢折角,我是断背山? 我真他妈折角了。我槽 我喜欢折角,我是断背山? 我真他妈折角了。我槽 key->background-image: linear(to bottom right, gray 0, ...
分类:Web程序   时间:2016-10-15 19:25:22    阅读次数:195
CSS 和 CSS3 中的 background
background 现在对 background 属性做总结 background-color: gray; 背景颜色 background-image: url(/i/eg_bg_04.gif); 背景图片 background-repeat: repeat-y; 背景图重复 这个属性值有三个: ...
分类:Web程序   时间:2016-10-14 14:37:21    阅读次数:222
某图笔试题记录
考的很基础啊: 1、JPG、BMP区别;与BMP相同格式的有 2、RGB TO gray 3、积分图 4、HOG 5、PCA 6、图像数据增益? 7、激活函数的作用? ...
分类:其他好文   时间:2016-10-11 20:57:10    阅读次数:151
89. Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num ...
分类:其他好文   时间:2016-10-09 07:18:32    阅读次数:198
1068条   上一页 1 ... 73 74 75 76 77 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!