コード例 #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();
        }