二维高斯模糊比较费效率, 一般采用2次一维高斯模糊进行叠加,得到最终的效果图。具体原理可以参加http://blog.csdn.net/zddblog/article/details/7450033http://baike.baidu.com/link?url=Cz7VFPwxJ1N7zRNguVo...
分类:
其他好文 时间:
2015-03-13 18:29:51
阅读次数:
117
简支梁 简支梁就是两端支座仅提供竖向约束,而不提供转角约束的支撑结构。简支梁仅在两端受铰支座约束,主要承受正弯矩,一般为静定结构。 只有两端支撑在柱子上的梁,主要承受正弯矩,一般为静定结构。体系温变、混凝土收缩徐变、张拉预应力、支座移动等都不会在梁中产生附加内力,受力简单,简支梁为力学简化模型。.....
分类:
其他好文 时间:
2015-03-13 18:27:34
阅读次数:
166
http://www.lydsy.com/JudgeOnline/problem.php?id=3052题意:n个带颜色的点(m种),q次询问,每次询问x到y的路径上sum{w[次数]*v[颜色]},可以单点修改颜色。(n, m, qusing namespace std;const int N=1...
分类:
其他好文 时间:
2015-03-13 18:28:02
阅读次数:
106
Given an array where elements are sorted in ascending order, convert it to a height balanced BST.Hide TagsTreeDepth-first Search 实现方法有两种,一种是二叉树自下往上 实....
分类:
其他好文 时间:
2015-03-13 18:28:44
阅读次数:
109
今天利用yii2的原来的一个model类ContactForm ,将之改造为一个活动记录类,也就是让他继承yii\db\ActiveRecord。然后我又将数据库的一些字段添加到类的属性里。也就是数据库有个name字段,我就把类里面添加一个public $name属性。结果当我使用save()添加数...
分类:
其他好文 时间:
2015-03-13 18:27:05
阅读次数:
142
启动连接:erl -setcookie abc -name xxx@192.168.x.x -remsh xxx@192.168.x.y退出:ctrl + g,q参考:http://www.cnblogs.com/me-sa/archive/2012/01/18/erlang0033.html转:h...
分类:
其他好文 时间:
2015-03-13 18:26:26
阅读次数:
790
利用程序SAPSHCUT.EXE 示例:sapshcut -type=Transaction -system=IDS -client=800 -user=barry -pw=123456 -language=E -command –maxgui 密码为明文 sapshcut -user=210TES...
分类:
其他好文 时间:
2015-03-13 18:25:37
阅读次数:
162
ALTER function [dbo].[GetHour](@dt1 datetime,@dt2 datetime) returns varchar(30) as begin declare @ch as varchar(30) declare @mins as int select @m...
分类:
其他好文 时间:
2015-03-13 18:25:23
阅读次数:
111
悬垂指针:1:提出的原因:请看下面的代码片段:int *p=NULL;void main(){ int i=10;p=&i; cout #include #include #include using namespace std;int main(void) { ch...
分类:
其他好文 时间:
2015-03-13 18:25:33
阅读次数:
260
一. 原理tcmalloc就是一个内存分配器,管理堆内存,主要影响malloc和free,用于降低频繁分配、释放内存造成的性能损耗,并且有效地控制内存碎片。glibc中的内存分配器是ptmalloc2,tcmalloc号称要比它快。一次malloc和free操作,ptmalloc需要300ns,而t...
分类:
其他好文 时间:
2015-03-13 18:26:40
阅读次数:
414
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ----------------------class CopyWenJianJia{ public static void main(String[] args)throws ...
分类:
其他好文 时间:
2015-03-13 18:25:51
阅读次数:
96
根据锅炉配置空预器的形式不同,引风机流量裕度也不尽相同。若空预器采用管式空预器时,考虑到空预器为管式空预器,正常运行时几乎无漏风,因此,引风机的流量裕度可以取规程要求的下线,减少流量裕度。但管式空预器的阻力比回转式空预器的阻力大,因此会使引风机压头比采用回转式空预器时较高。回转式空气预热器的漏风.....
分类:
其他好文 时间:
2015-03-13 18:24:12
阅读次数:
144
参考程序员装逼指南于是发了一个PM版。一、准备工作“工欲善其事必先利其器。”1.电脑一定要是Mac的,apple的logo能遮住就遮住,千万不能用有线鼠标。2.椅子不一定要舒服,但是一定要可以半躺着。3.大量的便签,各种的颜色的,用来记录每天要完成的事务,多多益善。沿着电脑屏幕的边框,尽量贴满,显出...
分类:
其他好文 时间:
2015-03-13 18:25:36
阅读次数:
120
3Sum Closest问题:Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three ...
分类:
其他好文 时间:
2015-03-13 18:23:29
阅读次数:
159
1. 概述 本章解释在 MS.Net Framework 中处理单独的字符和字符串的机制。包括 System.Char结构、System.String类、System.Text.StringBuilder类以及System.Security.SecureString类。2. 名词解释3. 主要内容....
分类:
其他好文 时间:
2015-03-13 18:26:15
阅读次数:
111
laconic、cogent、词根loquor、词根magnus、词根verbum、词根volvo的相关衍生词学习
分类:
其他好文 时间:
2015-03-13 18:23:47
阅读次数:
259
插入序号row_number() OVER(ORDER BY MesOrd.sNumber ASC) AS [序号],
分类:
其他好文 时间:
2015-03-13 18:24:33
阅读次数:
147