摘要:
/// /// 打印 /// public void PrintFile() { PrintDocument pri = new PrintDocument(); pri.PrintPage += Printpagetest; pri.Print(); } private void Printp... 阅读全文
posted @ 2016-11-14 14:52
土汉
阅读(5354)
评论(0)
推荐(0)
摘要:
处理图片噪点最好的方式联通算法。这里贴出四联通跟八联通的代码实现c# 四联通: 八联通 阅读全文
posted @ 2016-11-14 14:01
土汉
阅读(646)
评论(0)
推荐(0)