码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Java learning notes (1):Basic Knowlege points
Basic Knowlege points:1: it's necessary that there is only one public class in per .java file2: .java file name should better to same as class name3: ...
分类:编程语言   时间:2014-09-28 13:23:52    阅读次数:313
《Redis in action》读书笔记
https://www.gitbook.io/book/abcfy2/redis-in-action-reading-notes 最近在学习redis,正在看这本书,以笔记的形式记录下这本书,方便以后翻阅。 这本书介绍很不错,入门很值得参考,图文并茂解说redis的存储数据...
分类:其他好文   时间:2014-09-27 19:30:10    阅读次数:245
Reconfigure CentOS+freeradius+daloradius again
Make some notes~ http://www.haiyun.me/archives/centos-freeradius-daloradius-ros.html参照上文进行配置首先是http服务,mysql服务的安装,然后是php,其中要加上php-pear(php扩展包)httpd服务会....
分类:其他好文   时间:2014-09-26 23:38:48    阅读次数:334
POJ - 1743 Musical Theme (后缀数组求不可重叠最长重复子串)
Description A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the piano. It is unfortunate but true that this ...
分类:其他好文   时间:2014-09-25 23:11:58    阅读次数:239
POJ1743 (Musical Theme,后缀数组)
LinksMusical ThemeTime Limit: 1000MSMemory Limit: 30000KDescriptionA musical melody is represented as a sequence of N (1<=N<=20000)notes that are inte...
分类:其他好文   时间:2014-09-25 22:47:27    阅读次数:180
BizTalk动手实验(八)消息路由
1 课程简介通过本课程熟悉BizTalk消息由的机制2 准备工作1. 熟悉XML、XML Schema、XSLT等相关XML开发技术2. 新建BizTalk空项目3 演示3.1 动态消息路由1. 新建Schema,添加targetEndPoint及notes两字段并且升级为可分辨字段2. 新建Orc...
分类:其他好文   时间:2014-09-25 20:07:47    阅读次数:291
详解基本TCP套接字函数
以下讲解基本TCP套接字函数。1、socket 函数 指定期望的通信协议类型。#include/*See NOTES*/#includeintsocket(intdomain,inttype,intprotocol);返回:若成功则为非负描述符,出错则为-1。参数说明:domain: 指明协议族,也...
分类:其他好文   时间:2014-09-23 23:09:26    阅读次数:294
Windows7 general operation/cmd notes
为bb准备的Window命令集
分类:Windows程序   时间:2014-09-22 23:42:53    阅读次数:437
OpenCV图像处理篇之采样金字塔
转载请注明出处:http://xiahouzuoxin.github.io/notes图像金字塔图像金字塔是通过将原始图像经过平滑、下采样所生成一系列具有不同分辨率的图像的集合。金字塔结构(Pyramid)适于多分辨率处理的一种图像存储数据结构。最常用的生成图像金字塔的方法是采用高斯函数平滑图像,每次将分辨率降低为原来的一半,由此得到一个图像序列{ML,ML-1,……,M0},图像金字塔的存储量为...
分类:其他好文   时间:2014-09-20 21:16:59    阅读次数:311
OpenCV图像处理篇之腐蚀与膨胀
转载请注明出处:http://xiahouzuoxin.github.io/notes腐蚀与膨胀腐蚀和膨胀是图像的形态学处理中最基本的操作,之后遇见的开操作和闭操作都是腐蚀和膨胀操作的结合运算。腐蚀和膨胀的应用非常广泛,而且效果还很好:腐蚀可以分割(isolate)独立的图像元素,膨胀用于连接(join)相邻的元素,这也是腐蚀和膨胀后图像最直观的展现去噪:通过低尺寸结构元素的腐蚀操作很容易去掉分散...
分类:其他好文   时间:2014-09-19 22:31:46    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!