1.png很难进行压缩,一般压缩时间较长。2.jpg图片压缩方法: #region 图片压缩【之压缩jpg】 public static void JpgImgZip(Image img,string filePath) { //以下代码为保存图...
分类:
Web程序 时间:
2014-12-22 15:54:05
阅读次数:
192
一:创建类GridCheckMarksSelection #region Fileds RepositoryItemGridLookUpEdit _currentRepository; protected ArrayList selection; ...
分类:
其他好文 时间:
2014-12-22 14:25:04
阅读次数:
1723
//刚刚接触,如有不对还望不吝指正
????????public?static?void?StartUp()
????????{
????????????#region?前期准备工作
????????????ConnectionF...
分类:
其他好文 时间:
2014-12-20 23:35:49
阅读次数:
382
在这篇文章里,我们一起学习了在OpenCV中如何定义感兴趣区域ROI,如何使用addWeighted函数进行图像混合操作,以及将ROI和addWeighted函数结合起来使用,对指定区域进行图像混合操作。一、设定感兴趣区域——ROI(region of interest)在图像处理领域,我们常常需要...
分类:
其他好文 时间:
2014-12-20 20:47:37
阅读次数:
162
#region 练习一
//课上练习1:接收用户输入的字符串,将其中的字符以与输入相反的顺序输出。"abc"→"cba"
string str = "abcefg";
//思路:先将这个字符串转换成数组
char[] chs = str.ToCharArray();
/...
分类:
其他好文 时间:
2014-12-19 23:32:59
阅读次数:
343
LRN全称为Local Response Normalization,即局部响应归一化层,具体实现在CAFFE_ROOT/src/caffe/layers/lrn_layer.cpp和同一目录下lrn_layer.cu中。
该层需要参数有:
norm_region: 选择对相邻通道间归一化还是通道内空间区域归一化,默认为ACROSS_CHANNELS,即通道间归一化;...
分类:
其他好文 时间:
2014-12-19 23:30:21
阅读次数:
583
#region 3DES /// /// 3DES加密 /// /// 需加密的字符串 /// 密匙 /// public static string DES3Encrypt(string str...
分类:
其他好文 时间:
2014-12-19 12:01:26
阅读次数:
162
#region RSA public static byte[] GetBytes(String num) { BigInteger n = new BigInteger(num, 10); String s =...
分类:
其他好文 时间:
2014-12-19 11:41:57
阅读次数:
155
1 #region //发送邮件方法 支持带附件 2 /// 3 /// 发送edm邮件,可以附加附件 4 /// 5 /// 收件人地址 6 /// 发件人地址 7 /// 邮件内...
分类:
其他好文 时间:
2014-12-19 11:38:46
阅读次数:
247