03 2019 档案
摘要:```cs public static List TraverseDirector(string dir, bool isTraveSubDirFlag, bool isFilterSuffix, string suffix) { string suffix_ = "*.*"; if (isFilterSuffix) ...
阅读全文
摘要:CRC wiki,历史发展,各个版本的用途 等 https://en.wikipedia.org/wiki/Cyclic_redundancy_check (apple)crc32.c crc32 c
阅读全文
摘要:https://en.wikipedia.org/wiki/Pi code https://github.com/HHS IntroProgramming/Calculate Pi https://github.com/morphx666/CalcPi https://github.com/Dret
阅读全文
摘要:方案1: 图像处理 opencv etc 方案2: 开源框架,直接使用,已经优化
阅读全文
摘要:```t
System.Environment.CurrentDirectory; //当前路径
System.Windows.Forms.Application.ExecutablePath; //当前路径/app.exe
System.Windows.Forms.Application.CommonAppDataPath; //exe数据存放路径 c:\\programData\\ap...
阅读全文
摘要:```t this.WindowState = FormWindowState.Maximized;
this.FormBorderStyle = FormBorderStyle.None; /*
FormBorderStyle.FixedSingle
FormBorderStyle.Fixed3D
FormBorderStyle.FixedDialog
FormBorderStyle....
阅读全文