码迷,mamicode.com
首页 >  
搜索关键字:extra    ( 2903个结果
Lintcode203 Segment Tree Modify solution 题解
【题目描述】 For a Maximum Segment Tree, which each node has an extra value max to store the maximum value in this node's interval. Implement a modify funct ...
分类:其他好文   时间:2018-02-16 20:25:31    阅读次数:179
Lintcode202 Segment Tree Query solution 题解
【题目描述】 For an integer array (index from 0 to n-1, where n is the size of this array), in the corresponding Segment Tree, each node stores an extra att ...
分类:其他好文   时间:2018-02-15 20:58:48    阅读次数:179
SelectSort
1 /* 2 * 1: time complexity o(n^2) 3 * 2: good performance for items around 10-20: better than merge sort and quick sort 4 * 3: no extra space needed ... ...
分类:其他好文   时间:2018-02-14 23:19:06    阅读次数:233
fs-extra 文件管理
一.fs-extra 文件管理 1.创建一个目录 创建目录 2.删除一个空目录 3.读取一个目录 4、复制文件 5.移动文件、目录, 会删除以前的, 等于改名 6.删除文件、目录 7.创建文件、目录 8.写入文件, 写入txt.文件时, "\r\n"是断行 // 下载某图片到指定目录 ...
分类:其他好文   时间:2018-02-13 15:44:03    阅读次数:3215
node爬虫(转)
我们先来看看今天的目标: mmjpg.com的美腿频道下的图片 一、实现步骤 使用superagent库来获取页面分析页面结构,使用cheerio 获取有效信息保存图片到本地开撸不断优化 这儿我们用到了superagent cheerio fs-extra这三个库 1.superagent 是nod ...
分类:其他好文   时间:2018-02-13 15:43:56    阅读次数:286
opencv3计算机视觉+Python(四)
使用分水岭和GrabCut算法进行物体分割用GrabCut算法进行图像分割在OpenCV中,实现了grabcut分割算法,该算法可以方便的分割出前景图像,操作简单,而且分割的效果很好。算法的原理参见papaer:“GrabCut” — Interactive Foreground Extractio... ...
分类:编程语言   时间:2018-02-12 21:43:29    阅读次数:222
遍历目录树 - Unicode 模式
=info 遍历目录树 支持 Unicode Code by 523066680@163.com 2017-03 V0.5 使用Win32API判断目录硬链接 =cut use utf8; use Encode; use Win32API::File qw(GetFileAttributesW FI ...
分类:其他好文   时间:2018-02-11 23:38:19    阅读次数:148
建立PXC Percona 5.7 遇到的问题汇总
今天尝试用二进制文件建立PXC Percona 5.7 , 结果用 参数bootstartp 初始化了一圈,要么报 【failed to open gcomm backend connection】、【Too many arguments first extra is bootstrap-pxc 】 ...
分类:其他好文   时间:2018-02-11 00:06:45    阅读次数:207
我的重构第一步
简化条件表达式
分类:其他好文   时间:2018-02-07 12:00:07    阅读次数:200
November 17th, 2017 Week 46th Friday
If you shut the door to all errors, truth will be shut out. 你如果拒绝面对错误,真相也会被挡在门外。 Sometimes being a fool who knows nothing is happier than being a man ...
分类:其他好文   时间:2018-02-07 00:43:48    阅读次数:182
2903条   上一页 1 ... 88 89 90 91 92 ... 291 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!