Exemple #1
0
        void Match()
        {
            GetView.ProfileList(out ProfileList, checkedListBox2);
            GetView.ProfileList(out ukProfileList, checkedListBox1);
            HistogramDis hd = new HistogramDis();

            hd.GetAnswer(ukProfileList, ProfileList, order, level);
            changeGrid1(HistogramDis.HMatrix); changeGrid2(HistogramDis.HProfile);
            AuxiliaryFunc.percent = 100;
            MessageBox.Show("执行完毕");
        }
        private void match()
        {
            AuxiliaryFunc.percent = 0;
            GetView.ProfileList(out ProfileList, checkedListBox2);
            GetView.ProfileList(out ukProfileList, checkedListBox1);
            MatchDis md = new MatchDis();

            md.MatchAnswer(ukProfileList, ProfileList, 1, level);
            changeGrid1(MatchDis.HMatrix); changeGrid2(MatchDis.HProfile);
            AuxiliaryFunc.percent = 100;
            MessageBox.Show("执行完毕");
        }