03 2019 档案

摘要:```cs public static List TraverseDirector(string dir, bool isTraveSubDirFlag, bool isFilterSuffix, string suffix) { string suffix_ = "*.*"; if (isFilterSuffix) ... 阅读全文
posted @ 2019-03-22 17:54 scott_h 阅读(476) 评论(0) 推荐(0) 编辑
摘要:CRC wiki,历史发展,各个版本的用途 等 https://en.wikipedia.org/wiki/Cyclic_redundancy_check (apple)crc32.c crc32 c 阅读全文
posted @ 2019-03-22 17:11 scott_h 阅读(581) 评论(0) 推荐(0) 编辑
摘要:https://en.wikipedia.org/wiki/Pi code https://github.com/HHS IntroProgramming/Calculate Pi https://github.com/morphx666/CalcPi https://github.com/Dret 阅读全文
posted @ 2019-03-22 17:07 scott_h 阅读(174) 评论(0) 推荐(0) 编辑
摘要:方案1: 图像处理 opencv etc 方案2: 开源框架,直接使用,已经优化 阅读全文
posted @ 2019-03-21 10:17 scott_h 阅读(2096) 评论(0) 推荐(0) 编辑
摘要:护眼 阅读全文
posted @ 2019-03-19 14:48 scott_h 阅读(2715) 评论(0) 推荐(0) 编辑
摘要:```t System.Environment.CurrentDirectory; //当前路径 System.Windows.Forms.Application.ExecutablePath; //当前路径/app.exe System.Windows.Forms.Application.CommonAppDataPath; //exe数据存放路径 c:\\programData\\ap... 阅读全文
posted @ 2019-03-13 09:40 scott_h 阅读(3112) 评论(0) 推荐(1) 编辑
摘要:反汇编 阅读全文
posted @ 2019-03-05 15:33 scott_h 阅读(1351) 评论(0) 推荐(0) 编辑
摘要:```t this.WindowState = FormWindowState.Maximized; this.FormBorderStyle = FormBorderStyle.None; /* FormBorderStyle.FixedSingle FormBorderStyle.Fixed3D FormBorderStyle.FixedDialog FormBorderStyle.... 阅读全文
posted @ 2019-03-02 10:04 scott_h 阅读(732) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示