예제 #1
0
파일: Program.cs 프로젝트: chebz/ANNCsharp
        static void Main(string[] args)
        {
            ANNTests tests = new ANNTests();
            tests.test5();

            Console.ReadKey();
        }
예제 #2
0
파일: Program.cs 프로젝트: chebz/ANNCsharp
        static void Main(string[] args)
        {
            ANNTests tests = new ANNTests();
            tests.test5();

            Console.ReadKey();
        }