コード例 #1
0
 public FormMain()
 {
     InitializeComponent();
     _sorter = new RadixSorter(DrawIteration, DrawBackPropagation, DrawIterationEnd);
     SetupBuckets(dgvBuckets);
     SetupSource(dgvSource);
     GenerateSourceRow();
 }
コード例 #2
0
ファイル: FormMain.cs プロジェクト: HardenedHunter/university
 public FormMain()
 {
     InitializeComponent();
     _random = new Random();
     _sorter = new RadixSorter();
 }