码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
【前端小小白的学习之路】vue学习记录②(hello world!)
接着上篇vue-cli脚手架构建项目结构建好项目之后,就开始写个“hello world!”吧~~~ vue玩的都是组件,所以开发的也是组件。 1.新建helloworld.vue。(删除Hello.vue)代码如下: 一个简单的组件就完成了。 2.我们打开入口组件App.vue并把里面的代码替换成 ...
分类:其他好文   时间:2017-09-19 19:53:32    阅读次数:181
661. Image Smoother【easy】
661. Image Smoother【easy】 Given a 2D integer matrix M representing the gray scale of an image, you need to design a smoother to make the gray scale of ...
分类:其他好文   时间:2017-09-18 00:22:31    阅读次数:248
[LeetCode] Image Smoother 图片平滑器
Given a 2D integer matrix M representing the gray scale of an image, you need to design a smoother to make the gray scale of each cell becomes the ave ...
分类:其他好文   时间:2017-09-17 15:16:57    阅读次数:206
LeetCode Image Smoother
原题链接在这里:https://leetcode.com/problems/image-smoother/description/ 题目: Given a 2D integer matrix M representing the gray scale of an image, you need to ...
分类:其他好文   时间:2017-09-15 10:01:43    阅读次数:192
简单的预处理操作
运用opencv完成的基本的预处理操作 # -*- coding: UTF-8 -*-import cv2import numpy as npdef recognition(img): #灰度化 gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) cv2.ims ...
分类:其他好文   时间:2017-09-14 23:47:16    阅读次数:298
1062 序列中最大的数
1062 序列中最大的数 题目来源: Ural 1079 基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 收藏 关注 收藏 关注 有这样一个序列a: a[0] = 0 a[1] = 1 a[2i] = a[i] a[2i+1] = a[i] + a[i+1] 输入 ...
分类:其他好文   时间:2017-09-12 20:51:35    阅读次数:146
[LeetCode] Image Smoother
Given a 2D integer matrix M representing the gray scale of an image, you need to design a smoother to make the gray scale of each cell becomes the ave ...
分类:其他好文   时间:2017-09-11 23:32:25    阅读次数:390
1535 深海探险
1535 深海探险 题目来源: CodeForces 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 1535 深海探险 题目来源: CodeForces 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 1535 深海探险 题目 ...
分类:其他好文   时间:2017-09-10 21:43:09    阅读次数:185
下拉框
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title></title> 7 <style> 8 li:hover { 9 background: gray; 10 } 11 12 .gray { 13 back ...
分类:其他好文   时间:2017-09-10 00:09:15    阅读次数:141
WdColor 枚举 (Word)
指定要应用的 24 位颜色。 名称 值 说明 wdColorAqua 13421619 水绿色。 wdColorAutomatic -16777216 自动配色。默认值;通常为黑色。 wdColorBlack 0 黑色。 wdColorBlue 16711680 蓝色。 wdColorBlueGra... ...
分类:其他好文   时间:2017-09-09 21:38:50    阅读次数:1446
1068条   上一页 1 ... 48 49 50 51 52 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!