| | |
| | | using AForge; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Collections.Concurrent; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | |
| | | public static string BranchPath { get { string p = Path + @"Branch\"; if (!Directory.Exists(p)) Directory.CreateDirectory(p); return p; } } |
| | | |
| | | } |
| | | [Serializable] |
| | | public class GlobalConfig |
| | | { |
| | | |
| | |
| | | public Dictionary<string, SaveSettings> saveSettings { get; set; } = new Dictionary<string, SaveSettings>(); |
| | | |
| | | } |
| | | [Serializable] |
| | | public class SaveSettings |
| | | { |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | [Category("存储")] |
| | | [Category("2、存储")] |
| | | [Description("一组自然数值,表示每一位向量的二进制长度,用“,”隔开")] |
| | | [DisplayName("长度组")] |
| | | [DisplayName("4、长度组")] |
| | | public string str_list_Length |
| | | { |
| | | get |
| | |
| | | } |
| | | } |
| | | |
| | | [Category("存储")] |
| | | [Category("2、存储")] |
| | | [Description("一组Range值,表示每一位向量的范围,举例:1,2|2,3|0.3,0.4")] |
| | | [DisplayName("范围组")] |
| | | [DisplayName("5、范围组")] |
| | | public string str_list_Range |
| | | { |
| | | get |