图像腐蚀和图像膨胀是图像中两种最基本形态学操作。void erode( const Mat& src, Mat& dst, const Mat& element,Point anchor=Point(-1,-1), int iterations=1,int borderType=BORDER_CON...
分类:
其他好文 时间:
2014-07-16 13:57:18
阅读次数:
21964
一、oracle还原数据自动管理的一些参数:1、oracle 9i之前的一些程序中开发的脚步上包含手动指定回滚段的语句。这样的语句在执行是虽然对最终结果没有影响但是会在控制台报错,对用户的感觉不好。故引入动态参数UNDO_SUPPRESS_ERRORS那么在自动管理还原数据的模式下手动指定或设置还原...
分类:
其他好文 时间:
2014-07-16 13:35:32
阅读次数:
149
代码参考网址:http://blog.csdn.net/slience_perseverance/article/details/6706354试题分析:本题是研究red and black的一个标题,实际上可以通过深度优先搜索的方式进行查找。前后左右的方格只要不是红色的就可以进行计数那么最后可以到...
分类:
其他好文 时间:
2014-07-16 13:59:02
阅读次数:
219
导航 1、前言 2、不堪回首的开发往事 3、测试推动开发的成长——将Bug消灭在自测中 4、关于软件测试 5、制定测试计划 6、编写测试用例 7、执行测试用例 8、发现并提交Bug 9、开发人员修复Bug 10、对已修复Bug进行返测 11、将修复完成的Bug关闭,对未修复...
分类:
其他好文 时间:
2014-07-16 13:34:21
阅读次数:
251
以上实现的图片滚动,两轮滚动之间有空白,为解决上面的问题,查找了以下资料。实现思路:一个设定宽度并且隐藏超出它宽度的内容的...
分类:
其他好文 时间:
2014-07-16 14:01:55
阅读次数:
199
正数减法 描述: 两个任意长度的正数相减,这两个正数可以带小数点,也可以是整数,请输出结果。输入的字符串中,不会出现除了数字与小数点以外的其它字符,不会出现多个小数点以及小数点在第一个字符的位置等非法情况,所以考生的程序中无须考虑输入的数值字符串非法的情况。 详细要求以及约束:1.输入均为正数,但输...
分类:
其他好文 时间:
2014-07-16 14:02:26
阅读次数:
259
什么是MantisMantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, MS ...
分类:
其他好文 时间:
2014-07-16 14:02:54
阅读次数:
299
这两天破解刚安装好的office2010,总是报错。刚才重新下载了Microsoft Toolkit 2.4.3.exe工具后,破解成功。
分类:
其他好文 时间:
2014-07-16 14:03:21
阅读次数:
225
UILabel *infoLabel = [[UILabel alloc]initWithFrame:CGRectMake(95, 20, 190, 70)]; infoLabel.backgroundColor = [UIColor clearColor]; infoLabel.textAl...
分类:
其他好文 时间:
2014-07-16 14:10:50
阅读次数:
162
在创建项目DbContext时,重写DbContext.OnModelCreating()方法;然后通过如下方法指定精度1 protected override void OnModelCreating(DbModelBuilder modelBuilder) 2 { 3 modelBuil...
分类:
其他好文 时间:
2014-07-16 14:13:43
阅读次数:
215
$('#fillNum').keyup(function(){ if(isNaN($('#fillNum').val())){ $(this).val(''); } })
分类:
其他好文 时间:
2014-07-16 14:18:09
阅读次数:
183
Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string.If the last word ...
分类:
其他好文 时间:
2014-07-16 14:23:00
阅读次数:
278
一:当前现状 Orchard 并不提供筛选 Owner 的 Query,但是 Gallery 中有提供,那就是:Owner Queries。 Install 之,然后在解决方案中引入该 Project,同时,我们需要改 Target Framework 为 4.5, 1.1 问题 其 Feature...
分类:
其他好文 时间:
2014-07-16 14:22:27
阅读次数:
212
主要介绍MP(Matching Pursuits)算法和OMP(Orthogonal Matching Pursuit)算法[1],这两个算法尽管在90年代初就提出来了,但作为经典的算法,国内文献(可能有我没有搜索到)都仅描写叙述了算法步骤和简单的应用,并未对其进行详尽的分析,国外的文献还是分析的非...
分类:
其他好文 时间:
2014-07-16 14:25:58
阅读次数:
297
There are K nuclear reactor chambers labelled from 0 to K-1. Particles are bombarded onto chamber 0. The particles keep collecting in the chamber 0. H...
分类:
其他好文 时间:
2014-07-16 14:26:28
阅读次数:
176
#include #include #include #include #include #include #include #include #include #include #include #include using namespace std;const int maxn=105;int...
分类:
其他好文 时间:
2014-07-16 14:38:43
阅读次数:
218