Пример #1
0
        public static void Test()
        {
            string s   = "e";
            string fn1 = String.Format("../../../data/{0}1.txt", s);
            string fn2 = String.Format("../../../data/{0}2.txt", s);

            Encoplot.RunEncoplot(fn1, fn2);
        }
Пример #2
0
 public static void Run()
 {
     //RabinHash.Test();
     Encoplot.Test();
 }