摘要: 在word里□打钩,方法:输入2611,按ALT+x就可以了 阅读全文
posted @ 2015-03-08 13:17 梦若然 阅读(105) 评论(0) 推荐(0)
摘要: 看到不少网友,浏览了之前写读的图像分块简单版,现在将之前写的复杂版也贡献与大家一起学习、讨论。clear,clc;[filename,filepath] = uigetfile('*.*','Select the image'); if isequal(filename,0)||isequal(fi... 阅读全文
posted @ 2014-12-16 09:50 梦若然 阅读(1470) 评论(0) 推荐(0)
摘要: matlab读取.mat格式文件13.1 数据基本操作 本节介绍基本的数据操作,包括工作区的保存、导入和文件打开。13.1.1 文件的存储 MATLAB支持工作区的保存。用户可以将工作区或工作区中的变量以文件的形式保存,以备在需要时再次导入。保存工作区可以通过菜单进行,也可以通过命令窗口进行。 ... 阅读全文
posted @ 2014-12-02 09:34 梦若然 阅读(3676) 评论(0) 推荐(0)
摘要: 由于成像系统、传输介质和记录,设备等的不完善,图像在获取、传输与记录过程中不可避免地要受到各种噪声信号的干扰。噪声的来源主要有:电子电路噪声,低照明度或高温带来的传感器噪声,这种情况下产生的噪声一般可近似认为满足高斯统计分布,即高斯噪声;传输错误,相机传感器中失效的像素元素,错误的内存位置和模数转换... 阅读全文
posted @ 2014-11-25 21:39 梦若然 阅读(210) 评论(0) 推荐(0)
摘要: 将警告默认为不显示方法Eclipse 默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer- Errors/Warnings里面的Deprecated and restricted API中的Forbidden references... 阅读全文
posted @ 2014-05-27 15:01 梦若然 阅读(189) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 索引{ class Program { static void Main(string[]... 阅读全文
posted @ 2014-05-16 22:21 梦若然 阅读(106) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using 命名空间.ir;//如果使用的类不在一个namespace,添加using... 阅读全文
posted @ 2014-05-16 22:20 梦若然 阅读(104) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 静态成员{ class Program { static void Main(string... 阅读全文
posted @ 2014-05-16 11:33 梦若然 阅读(336) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 异常1{ class Program { static void Main(string[... 阅读全文
posted @ 2014-05-16 10:25 梦若然 阅读(178) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 继承{ class Program { static void Main(string[]... 阅读全文
posted @ 2014-05-16 09:10 梦若然 阅读(179) 评论(0) 推荐(0)