摘要: 公用库 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Net; 6 using System.Text; 7 8 namespace 阅读全文
posted @ 2020-08-31 16:59 一颗大白鲸 阅读(196) 评论(0) 推荐(0) 编辑
摘要: bat 安装 文件及 程序 并创建 快捷方式 @echo off copy /y teechart2017.ocx c:\Windows\SysWOW64\teechart2017.ocx regsvr32 c:\Windows\SysWOW64\teechart2017.ocx cd /d%~dp 阅读全文
posted @ 2020-08-31 15:53 一颗大白鲸 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: 首先根据图片进行裁剪 得到有用的数据 1 public static int[,] RGB2Gray(Bitmap srcBitmap) 2 { 3 4 int wide = srcBitmap.Width; 5 6 int height = srcBitmap.Height; 7 8 Rectan 阅读全文
posted @ 2020-08-31 11:33 一颗大白鲸 阅读(313) 评论(0) 推荐(0) 编辑