实例介绍
前段时间研究算法时候收藏的算法资源,现在共享给大家希望对大家有帮助。
【实例截图】
【核心代码】
e53c7164-ccd6-4ceb-a0cd-f4a8bcabcd10
└── C#数值计算算法编程
├── C#与数值计算
│ ├── Sample1_1
│ │ ├── CharpAlgorithm.Sample
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CharpAlgorithm.Sample.exe
│ │ │ │ ├── CharpAlgorithm.Sample.pdb
│ │ │ │ └── CharpAlgorithm.Sample.vshost.exe
│ │ │ ├── CharpAlgorithm.Sample.csproj
│ │ │ ├── obj
│ │ │ │ ├── CharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CharpAlgorithm.Sample.exe
│ │ │ │ └── CharpAlgorithm.Sample.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CharpAlgorithm.Sample.sln
│ │ └── CharpAlgorithm.Sample.suo
│ ├── Sample1_2
│ │ ├── CSharpAlogrithm.Sample.sln
│ │ ├── CSharpAlogrithm.Sample.suo
│ │ └── Sample1_2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Sample1_2.exe
│ │ │ ├── Sample1_2.pdb
│ │ │ └── Sample1_2.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample1_2.exe
│ │ │ │ └── Sample1_2.pdb
│ │ │ └── Sample1_2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample1_2.csproj
│ ├── sample1_3
│ │ ├── CSharpAlgorithm.Sample
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ ├── obj
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── sample1_3.sln
│ │ └── sample1_3.suo
│ ├── Sample1_4
│ │ ├── CSharpAlgorithm.Sample
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ ├── obj
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample1_4.sln
│ │ └── Sample1_4.suo
│ ├── Sample1_5
│ │ ├── CSharpAlgorithm.Sample
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ ├── obj
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample1_5.sln
│ │ └── Sample1_5.suo
│ ├── Sample1_6
│ │ ├── CSharpAlgorithm.Sample
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ ├── obj
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample1_6.sln
│ │ └── Sample1_6.suo
│ └── Sample1_7
│ ├── CSharpAlgorithm.Sample
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ ├── CSharpAlgorithm.Sample.csproj
│ │ ├── obj
│ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Sample1_7.sln
│ └── Sample1_7.suo
├── C#数值计算算法编程
│ ├── C#与数值计算
│ │ ├── Sample1_1
│ │ │ ├── CharpAlgorithm.Sample
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CharpAlgorithm.Sample.exe
│ │ │ │ │ ├── CharpAlgorithm.Sample.pdb
│ │ │ │ │ └── CharpAlgorithm.Sample.vshost.exe
│ │ │ │ ├── CharpAlgorithm.Sample.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── CharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CharpAlgorithm.Sample.exe
│ │ │ │ │ └── CharpAlgorithm.Sample.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CharpAlgorithm.Sample.sln
│ │ │ └── CharpAlgorithm.Sample.suo
│ │ ├── Sample1_2
│ │ │ ├── CSharpAlogrithm.Sample.sln
│ │ │ ├── CSharpAlogrithm.Sample.suo
│ │ │ └── Sample1_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample1_2.exe
│ │ │ │ ├── Sample1_2.pdb
│ │ │ │ └── Sample1_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample1_2.exe
│ │ │ │ │ └── Sample1_2.pdb
│ │ │ │ └── Sample1_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample1_2.csproj
│ │ ├── sample1_3
│ │ │ ├── CSharpAlgorithm.Sample
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── sample1_3.sln
│ │ │ └── sample1_3.suo
│ │ ├── Sample1_4
│ │ │ ├── CSharpAlgorithm.Sample
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample1_4.sln
│ │ │ └── Sample1_4.suo
│ │ ├── Sample1_5
│ │ │ ├── CSharpAlgorithm.Sample
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample1_5.sln
│ │ │ └── Sample1_5.suo
│ │ ├── Sample1_6
│ │ │ ├── CSharpAlgorithm.Sample
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample1_6.sln
│ │ │ └── Sample1_6.suo
│ │ └── Sample1_7
│ │ ├── CSharpAlgorithm.Sample
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ ├── CSharpAlgorithm.Sample.pdb
│ │ │ │ └── CSharpAlgorithm.Sample.vshost.exe
│ │ │ ├── CSharpAlgorithm.Sample.csproj
│ │ │ ├── obj
│ │ │ │ ├── CSharpAlgorithm.Sample.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpAlgorithm.Sample.exe
│ │ │ │ └── CSharpAlgorithm.Sample.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample1_7.sln
│ │ └── Sample1_7.suo
│ ├── 复数运算
│ │ ├── Complex
│ │ │ ├── Complex
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ └── Complex.pdb
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── Complex.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Complex.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ └── Complex.pdb
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Complex.sln
│ │ │ └── Complex.suo
│ │ ├── Sample2_1
│ │ │ ├── Sample2_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_1.exe
│ │ │ │ │ ├── Sample2_1.pdb
│ │ │ │ │ └── Sample2_1.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_1.exe
│ │ │ │ │ │ └── Sample2_1.pdb
│ │ │ │ │ └── Sample2_1.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_1.csproj
│ │ │ ├── Sample2_1.sln
│ │ │ └── Sample2_1.suo
│ │ ├── Sample2_10
│ │ │ ├── Sample2_10
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_10.exe
│ │ │ │ │ ├── Sample2_10.pdb
│ │ │ │ │ └── Sample2_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_10.exe
│ │ │ │ │ │ └── Sample2_10.pdb
│ │ │ │ │ └── Sample2_10.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_10.csproj
│ │ │ ├── Sample2_10.sln
│ │ │ └── Sample2_10.suo
│ │ ├── Sample2_11
│ │ │ ├── Sample2_11
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_11.exe
│ │ │ │ │ ├── Sample2_11.pdb
│ │ │ │ │ └── Sample2_11.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_11.exe
│ │ │ │ │ │ └── Sample2_11.pdb
│ │ │ │ │ └── Sample2_11.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_11.csproj
│ │ │ ├── Sample2_11.sln
│ │ │ └── Sample2_11.suo
│ │ ├── Sample2_2
│ │ │ ├── Sample2_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_2.exe
│ │ │ │ │ ├── Sample2_2.pdb
│ │ │ │ │ └── Sample2_2.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_2.exe
│ │ │ │ │ │ └── Sample2_2.pdb
│ │ │ │ │ └── Sample2_2.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_2.csproj
│ │ │ ├── Sample2_2.sln
│ │ │ └── Sample2_2.suo
│ │ ├── Sample2_3
│ │ │ ├── Sample2_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_3.exe
│ │ │ │ │ ├── Sample2_3.pdb
│ │ │ │ │ └── Sample2_3.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_3.exe
│ │ │ │ │ │ └── Sample2_3.pdb
│ │ │ │ │ └── Sample2_3.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_3.csproj
│ │ │ ├── Sample2_3.sln
│ │ │ └── Sample2_3.suo
│ │ ├── Sample2_4
│ │ │ ├── Sample2_4
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_4.exe
│ │ │ │ │ ├── Sample2_4.pdb
│ │ │ │ │ └── Sample2_4.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_4.exe
│ │ │ │ │ │ └── Sample2_4.pdb
│ │ │ │ │ └── Sample2_4.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_4.csproj
│ │ │ ├── Sample2_4.sln
│ │ │ └── Sample2_4.suo
│ │ ├── Sample2_5
│ │ │ ├── Sample2_5
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_5.exe
│ │ │ │ │ ├── Sample2_5.pdb
│ │ │ │ │ └── Sample2_5.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample2_5.exe
│ │ │ │ │ │ └── Sample2_5.pdb
│ │ │ │ │ └── Sample2_5.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_5.csproj
│ │ │ ├── Sample2_5.sln
│ │ │ └── Sample2_5.suo
│ │ ├── Sample2_6
│ │ │ ├── Sample2_6
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_6.exe
│ │ │ │ │ ├── Sample2_6.pdb
│ │ │ │ │ └── Sample2_6.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_6.exe
│ │ │ │ │ │ └── Sample2_6.pdb
│ │ │ │ │ └── Sample2_6.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_6.csproj
│ │ │ ├── Sample2_6.sln
│ │ │ └── Sample2_6.suo
│ │ ├── Sample2_7
│ │ │ ├── Sample2_7
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_7.exe
│ │ │ │ │ ├── Sample2_7.pdb
│ │ │ │ │ └── Sample2_7.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_7.exe
│ │ │ │ │ │ └── Sample2_7.pdb
│ │ │ │ │ └── Sample2_7.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_7.csproj
│ │ │ ├── Sample2_7.sln
│ │ │ └── Sample2_7.suo
│ │ ├── Sample2_8
│ │ │ ├── Sample2_8
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_8.exe
│ │ │ │ │ ├── Sample2_8.pdb
│ │ │ │ │ └── Sample2_8.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_8.exe
│ │ │ │ │ │ └── Sample2_8.pdb
│ │ │ │ │ └── Sample2_8.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_8.csproj
│ │ │ ├── Sample2_8.sln
│ │ │ └── Sample2_8.suo
│ │ ├── Sample2_9
│ │ │ ├── Sample2_9
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Sample2_9.exe
│ │ │ │ │ ├── Sample2_9.pdb
│ │ │ │ │ └── Sample2_9.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample2_9.exe
│ │ │ │ │ │ └── Sample2_9.pdb
│ │ │ │ │ └── Sample2_9.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample2_9.csproj
│ │ │ ├── Sample2_9.sln
│ │ │ └── Sample2_9.suo
│ │ └── 类Complex.txt
│ ├── 插值
│ │ ├── Interpolation
│ │ │ ├── Interpolation
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ └── Interpolation.pdb
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── Interpolation.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ │ └── Interpolation.pdb
│ │ │ │ │ └── Interpolation.csproj.FileList.txt
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Interpolation.sln
│ │ │ └── Interpolation.suo
│ │ ├── Sample6_1
│ │ │ ├── Sample6_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_1.exe
│ │ │ │ │ ├── Sample6_1.pdb
│ │ │ │ │ └── Sample6_1.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample6_1.exe
│ │ │ │ │ │ └── Sample6_1.pdb
│ │ │ │ │ └── Sample6_1.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_1.csproj
│ │ │ ├── Sample6_1.sln
│ │ │ └── Sample6_1.suo
│ │ ├── Sample6_10
│ │ │ ├── Sample6_10
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_10.exe
│ │ │ │ │ ├── Sample6_10.pdb
│ │ │ │ │ └── Sample6_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_10.exe
│ │ │ │ │ │ └── Sample6_10.pdb
│ │ │ │ │ └── Sample6_10.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_10.csproj
│ │ │ ├── Sample6_10.sln
│ │ │ └── Sample6_10.suo
│ │ ├── Sample6_11
│ │ │ ├── Sample6_11
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_11.exe
│ │ │ │ │ ├── Sample6_11.pdb
│ │ │ │ │ └── Sample6_11.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_11.exe
│ │ │ │ │ │ └── Sample6_11.pdb
│ │ │ │ │ └── Sample6_11.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_11.csproj
│ │ │ ├── Sample6_11.sln
│ │ │ └── Sample6_11.suo
│ │ ├── Sample6_12
│ │ │ ├── Sample6_12
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_12.exe
│ │ │ │ │ ├── Sample6_12.pdb
│ │ │ │ │ └── Sample6_12.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_12.exe
│ │ │ │ │ │ └── Sample6_12.pdb
│ │ │ │ │ └── Sample6_12.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_12.csproj
│ │ │ ├── Sample6_12.sln
│ │ │ └── Sample6_12.suo
│ │ ├── Sample6_13
│ │ │ ├── Sample6_13
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_13.exe
│ │ │ │ │ ├── Sample6_13.pdb
│ │ │ │ │ └── Sample6_13.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_13.exe
│ │ │ │ │ │ └── Sample6_13.pdb
│ │ │ │ │ └── Sample6_13.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_13.csproj
│ │ │ ├── Sample6_13.sln
│ │ │ └── Sample6_13.suo
│ │ ├── Sample6_14
│ │ │ ├── Sample6_14
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_14.exe
│ │ │ │ │ ├── Sample6_14.pdb
│ │ │ │ │ └── Sample6_14.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_14.exe
│ │ │ │ │ │ └── Sample6_14.pdb
│ │ │ │ │ └── Sample6_14.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_14.csproj
│ │ │ ├── Sample6_14.sln
│ │ │ └── Sample6_14.suo
│ │ ├── Sample6_15
│ │ │ ├── Sample6_15
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_15.exe
│ │ │ │ │ ├── Sample6_15.pdb
│ │ │ │ │ └── Sample6_15.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_15.exe
│ │ │ │ │ │ └── Sample6_15.pdb
│ │ │ │ │ └── Sample6_15.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_15.csproj
│ │ │ ├── Sample6_15.sln
│ │ │ └── Sample6_15.suo
│ │ ├── Sample6_16
│ │ │ ├── Sample6_16
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_16.exe
│ │ │ │ │ ├── Sample6_16.pdb
│ │ │ │ │ └── Sample6_16.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_16.exe
│ │ │ │ │ │ └── Sample6_16.pdb
│ │ │ │ │ └── Sample6_16.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_16.csproj
│ │ │ ├── Sample6_16.sln
│ │ │ └── Sample6_16.suo
│ │ ├── Sample6_17
│ │ │ ├── Sample6_17
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_17.exe
│ │ │ │ │ ├── Sample6_17.pdb
│ │ │ │ │ └── Sample6_17.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_17.exe
│ │ │ │ │ │ └── Sample6_17.pdb
│ │ │ │ │ └── Sample6_17.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_17.csproj
│ │ │ ├── Sample6_17.sln
│ │ │ └── Sample6_17.suo
│ │ ├── Sample6_2
│ │ │ ├── Sample6_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_2.exe
│ │ │ │ │ ├── Sample6_2.pdb
│ │ │ │ │ └── Sample6_2.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_2.exe
│ │ │ │ │ │ └── Sample6_2.pdb
│ │ │ │ │ └── Sample6_2.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_2.csproj
│ │ │ ├── Sample6_2.sln
│ │ │ └── Sample6_2.suo
│ │ ├── Sample6_3
│ │ │ ├── Sample6_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_3.exe
│ │ │ │ │ ├── Sample6_3.pdb
│ │ │ │ │ └── Sample6_3.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_3.exe
│ │ │ │ │ │ └── Sample6_3.pdb
│ │ │ │ │ └── Sample6_3.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_3.csproj
│ │ │ ├── Sample6_3.sln
│ │ │ └── Sample6_3.suo
│ │ ├── Sample6_4
│ │ │ ├── Sample6_4
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_4.exe
│ │ │ │ │ ├── Sample6_4.pdb
│ │ │ │ │ └── Sample6_4.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_4.exe
│ │ │ │ │ │ └── Sample6_4.pdb
│ │ │ │ │ └── Sample6_4.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_4.csproj
│ │ │ ├── Sample6_4.sln
│ │ │ └── Sample6_4.suo
│ │ ├── Sample6_5
│ │ │ ├── Sample6_5
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_5.exe
│ │ │ │ │ ├── Sample6_5.pdb
│ │ │ │ │ └── Sample6_5.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_5.exe
│ │ │ │ │ │ └── Sample6_5.pdb
│ │ │ │ │ └── Sample6_5.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_5.csproj
│ │ │ ├── Sample6_5.sln
│ │ │ └── Sample6_5.suo
│ │ ├── Sample6_6
│ │ │ ├── Sample6_6
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_6.exe
│ │ │ │ │ ├── Sample6_6.pdb
│ │ │ │ │ └── Sample6_6.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_6.exe
│ │ │ │ │ │ └── Sample6_6.pdb
│ │ │ │ │ └── Sample6_6.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_6.csproj
│ │ │ ├── Sample6_6.sln
│ │ │ └── Sample6_6.suo
│ │ ├── Sample6_7
│ │ │ ├── Sample6_7
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_7.exe
│ │ │ │ │ ├── Sample6_7.pdb
│ │ │ │ │ └── Sample6_7.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_7.exe
│ │ │ │ │ │ └── Sample6_7.pdb
│ │ │ │ │ └── Sample6_7.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_7.csproj
│ │ │ ├── Sample6_7.sln
│ │ │ └── Sample6_7.suo
│ │ ├── Sample6_8
│ │ │ ├── Sample6_8
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_8.exe
│ │ │ │ │ ├── Sample6_8.pdb
│ │ │ │ │ └── Sample6_8.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_8.exe
│ │ │ │ │ │ └── Sample6_8.pdb
│ │ │ │ │ └── Sample6_8.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_8.csproj
│ │ │ ├── Sample6_8.sln
│ │ │ └── Sample6_8.suo
│ │ ├── Sample6_9
│ │ │ ├── Sample6_9
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ ├── Interpolation.pdb
│ │ │ │ │ ├── Sample6_9.exe
│ │ │ │ │ ├── Sample6_9.pdb
│ │ │ │ │ └── Sample6_9.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample6_9.exe
│ │ │ │ │ │ └── Sample6_9.pdb
│ │ │ │ │ └── Sample6_9.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample6_9.csproj
│ │ │ ├── Sample6_9.sln
│ │ │ └── Sample6_9.suo
│ │ └── 类Interpolation.txt
│ ├── 数值积分
│ │ ├── Integral
│ │ │ ├── Integral
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ └── Integral.pdb
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── Integral.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Integral.dll
│ │ │ │ │ │ └── Integral.pdb
│ │ │ │ │ └── Integral.csproj.FileList.txt
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Integral.sln
│ │ │ └── Integral.suo
│ │ ├── Sample7_1
│ │ │ ├── Sample7_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_1.exe
│ │ │ │ │ ├── Sample7_1.pdb
│ │ │ │ │ └── Sample7_1.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample7_1.exe
│ │ │ │ │ │ └── Sample7_1.pdb
│ │ │ │ │ ├── Sample7_1.csproj.FileListAbsolute.txt
│ │ │ │ │ └── Sample7_1.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_1.csproj
│ │ │ ├── Sample7_1.sln
│ │ │ └── Sample7_1.suo
│ │ ├── Sample7_2
│ │ │ ├── Sample7_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_2.exe
│ │ │ │ │ ├── Sample7_2.pdb
│ │ │ │ │ └── Sample7_2.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_2.exe
│ │ │ │ │ │ └── Sample7_2.pdb
│ │ │ │ │ └── Sample7_2.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_2.csproj
│ │ │ ├── Sample7_2.sln
│ │ │ └── Sample7_2.suo
│ │ ├── Sample7_3
│ │ │ ├── Sample7_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_3.exe
│ │ │ │ │ ├── Sample7_3.pdb
│ │ │ │ │ └── Sample7_3.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_3.exe
│ │ │ │ │ │ └── Sample7_3.pdb
│ │ │ │ │ └── Sample7_3.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_3.csproj
│ │ │ ├── Sample7_3.sln
│ │ │ └── Sample7_3.suo
│ │ ├── Sample7_4
│ │ │ ├── Sample7_4
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_4.exe
│ │ │ │ │ ├── Sample7_4.pdb
│ │ │ │ │ └── Sample7_4.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_4.exe
│ │ │ │ │ │ └── Sample7_4.pdb
│ │ │ │ │ └── Sample7_4.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_4.csproj
│ │ │ ├── Sample7_4.sln
│ │ │ └── Sample7_4.suo
│ │ ├── Sample7_5
│ │ │ ├── Sample7_5
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_5.exe
│ │ │ │ │ ├── Sample7_5.pdb
│ │ │ │ │ └── Sample7_5.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_5.exe
│ │ │ │ │ │ └── Sample7_5.pdb
│ │ │ │ │ └── Sample7_5.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_5.csproj
│ │ │ ├── Sample7_5.sln
│ │ │ └── Sample7_5.suo
│ │ ├── Sample7_6
│ │ │ ├── Sample7_6
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_6.exe
│ │ │ │ │ ├── Sample7_6.pdb
│ │ │ │ │ └── Sample7_6.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_6.exe
│ │ │ │ │ │ └── Sample7_6.pdb
│ │ │ │ │ └── Sample7_6.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_6.csproj
│ │ │ ├── Sample7_6.sln
│ │ │ └── Sample7_6.suo
│ │ ├── Sample7_7
│ │ │ ├── Sample7_7
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_7.exe
│ │ │ │ │ ├── Sample7_7.pdb
│ │ │ │ │ └── Sample7_7.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_7.exe
│ │ │ │ │ │ └── Sample7_7.pdb
│ │ │ │ │ └── Sample7_7.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_7.csproj
│ │ │ ├── Sample7_7.sln
│ │ │ └── Sample7_7.suo
│ │ ├── Sample7_8
│ │ │ ├── Sample7_8
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7_8.exe
│ │ │ │ │ ├── Sample7_8.pdb
│ │ │ │ │ └── Sample7_8.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7_8.exe
│ │ │ │ │ │ └── Sample7_8.pdb
│ │ │ │ │ └── Sample7_8.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7_8.csproj
│ │ │ ├── Sample7_8.sln
│ │ │ └── Sample7_8.suo
│ │ ├── Sample7-9
│ │ │ ├── Sample7-9
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ ├── Integral.pdb
│ │ │ │ │ ├── Sample7-9.exe
│ │ │ │ │ ├── Sample7-9.pdb
│ │ │ │ │ └── Sample7-9.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample7-9.exe
│ │ │ │ │ │ └── Sample7-9.pdb
│ │ │ │ │ └── Sample7-9.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample7-9.csproj
│ │ │ ├── Sample7-9.sln
│ │ │ └── Sample7-9.suo
│ │ └── 类Integral.txt
│ ├── 矩阵运算
│ │ ├── Matrix
│ │ │ ├── Matrix
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ └── Matrix.pdb
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── Matrix.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ │ └── Matrix.pdb
│ │ │ │ │ └── Matrix.csproj.FileList.txt
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Matrix.sln
│ │ │ └── Matrix.suo
│ │ ├── Sample3_1
│ │ │ ├── Sample3_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_1.exe
│ │ │ │ │ ├── Sample3_1.pdb
│ │ │ │ │ └── Sample3_1.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_1.exe
│ │ │ │ │ │ └── Sample3_1.pdb
│ │ │ │ │ └── Sample3_1.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_1.csproj
│ │ │ ├── Sample3_1.sln
│ │ │ └── Sample3_1.suo
│ │ ├── Sample3_10
│ │ │ ├── Sample3_10
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_10.exe
│ │ │ │ │ ├── Sample3_10.pdb
│ │ │ │ │ └── Sample3_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_10.exe
│ │ │ │ │ │ └── Sample3_10.pdb
│ │ │ │ │ └── Sample3_10.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_10.csproj
│ │ │ ├── Sample3_10.sln
│ │ │ └── Sample3_10.suo
│ │ ├── Sample3_11
│ │ │ ├── Sample3_11
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_11.exe
│ │ │ │ │ ├── Sample3_11.pdb
│ │ │ │ │ └── Sample3_11.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_11.exe
│ │ │ │ │ │ └── Sample3_11.pdb
│ │ │ │ │ └── Sample3_11.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_11.csproj
│ │ │ ├── Sample3_11.sln
│ │ │ └── Sample3_11.suo
│ │ ├── Sample3_12
│ │ │ ├── Sample3_12
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_12.exe
│ │ │ │ │ ├── Sample3_12.pdb
│ │ │ │ │ └── Sample3_12.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_12.exe
│ │ │ │ │ │ └── Sample3_12.pdb
│ │ │ │ │ └── Sample3_12.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_12.csproj
│ │ │ ├── Sample3_12.sln
│ │ │ └── Sample3_12.suo
│ │ ├── Sample3_13
│ │ │ ├── Sample3_13
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_13.exe
│ │ │ │ │ ├── Sample3_13.pdb
│ │ │ │ │ └── Sample3_13.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_13.exe
│ │ │ │ │ │ └── Sample3_13.pdb
│ │ │ │ │ └── Sample3_13.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_13.csproj
│ │ │ ├── Sample3_13.sln
│ │ │ └── Sample3_13.suo
│ │ ├── Sample3_14
│ │ │ ├── Sample3_14
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_14.exe
│ │ │ │ │ ├── Sample3_14.pdb
│ │ │ │ │ └── Sample3_14.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_14.exe
│ │ │ │ │ │ └── Sample3_14.pdb
│ │ │ │ │ └── Sample3_14.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_14.csproj
│ │ │ ├── Sample3_14.sln
│ │ │ └── Sample3_14.suo
│ │ ├── Sample3_15
│ │ │ ├── Sample3_15
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_15.exe
│ │ │ │ │ ├── Sample3_15.pdb
│ │ │ │ │ └── Sample3_15.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_15.exe
│ │ │ │ │ │ └── Sample3_15.pdb
│ │ │ │ │ └── Sample3_15.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_15.csproj
│ │ │ ├── Sample3_15.sln
│ │ │ └── Sample3_15.suo
│ │ ├── Sample3_16
│ │ │ ├── Sample3_16
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_16.exe
│ │ │ │ │ ├── Sample3_16.pdb
│ │ │ │ │ └── Sample3_16.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_16.exe
│ │ │ │ │ │ └── Sample3_16.pdb
│ │ │ │ │ └── Sample3_16.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_16.csproj
│ │ │ ├── Sample3_16.sln
│ │ │ └── Sample3_16.suo
│ │ ├── Sample3_17
│ │ │ ├── Sample3_17
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_17.exe
│ │ │ │ │ ├── Sample3_17.pdb
│ │ │ │ │ └── Sample3_17.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_17.exe
│ │ │ │ │ │ └── Sample3_17.pdb
│ │ │ │ │ └── Sample3_17.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_17.csproj
│ │ │ ├── Sample3_17.sln
│ │ │ └── Sample3_17.suo
│ │ ├── Sample3_18
│ │ │ ├── Sample3_18
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_18.exe
│ │ │ │ │ ├── Sample3_18.pdb
│ │ │ │ │ └── Sample3_18.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_18.exe
│ │ │ │ │ │ └── Sample3_18.pdb
│ │ │ │ │ └── Sample3_18.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_18.csproj
│ │ │ ├── Sample3_18.sln
│ │ │ └── Sample3_18.suo
│ │ ├── Sample3_19
│ │ │ ├── Sample3_19
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_19.exe
│ │ │ │ │ ├── Sample3_19.pdb
│ │ │ │ │ └── Sample3_19.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_19.exe
│ │ │ │ │ │ └── Sample3_19.pdb
│ │ │ │ │ └── Sample3_19.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_19.csproj
│ │ │ ├── Sample3_19.sln
│ │ │ └── Sample3_19.suo
│ │ ├── Sample3_2
│ │ │ ├── Sample3_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_2.exe
│ │ │ │ │ ├── Sample3_2.pdb
│ │ │ │ │ └── Sample3_2.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_2.exe
│ │ │ │ │ │ └── Sample3_2.pdb
│ │ │ │ │ └── Sample3_2.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_2.csproj
│ │ │ ├── Sample3_2.sln
│ │ │ └── Sample3_2.suo
│ │ ├── Sample3_3
│ │ │ ├── Sample3_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_3.exe
│ │ │ │ │ ├── Sample3_3.pdb
│ │ │ │ │ └── Sample3_3.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_3.exe
│ │ │ │ │ │ └── Sample3_3.pdb
│ │ │ │ │ └── Sample3_3.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_3.csproj
│ │ │ ├── Sample3_3.sln
│ │ │ └── Sample3_3.suo
│ │ ├── Sample3_4
│ │ │ ├── Sample3_4
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_4.exe
│ │ │ │ │ ├── Sample3_4.pdb
│ │ │ │ │ └── Sample3_4.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_4.exe
│ │ │ │ │ │ └── Sample3_4.pdb
│ │ │ │ │ └── Sample3_4.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_4.csproj
│ │ │ ├── Sample3_4.sln
│ │ │ └── Sample3_4.suo
│ │ ├── Sample3_5
│ │ │ ├── Sample3_5
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_5.exe
│ │ │ │ │ ├── Sample3_5.pdb
│ │ │ │ │ └── Sample3_5.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_5.exe
│ │ │ │ │ │ └── Sample3_5.pdb
│ │ │ │ │ └── Sample3_5.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_5.csproj
│ │ │ ├── Sample3_5.sln
│ │ │ └── Sample3_5.suo
│ │ ├── Sample3_6
│ │ │ ├── Sample3_6
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_6.exe
│ │ │ │ │ ├── Sample3_6.pdb
│ │ │ │ │ └── Sample3_6.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_6.exe
│ │ │ │ │ │ └── Sample3_6.pdb
│ │ │ │ │ └── Sample3_6.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_6.csproj
│ │ │ ├── Sample3_6.sln
│ │ │ └── Sample3_6.suo
│ │ ├── Sample3_7
│ │ │ ├── Sample3_7
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_7.exe
│ │ │ │ │ ├── Sample3_7.pdb
│ │ │ │ │ └── Sample3_7.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample3_7.exe
│ │ │ │ │ │ └── Sample3_7.pdb
│ │ │ │ │ └── Sample3_7.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_7.csproj
│ │ │ ├── Sample3_7.sln
│ │ │ └── Sample3_7.suo
│ │ ├── Sample3_8
│ │ │ ├── Sample3_8
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_8.exe
│ │ │ │ │ ├── Sample3_8.pdb
│ │ │ │ │ └── Sample3_8.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_8.exe
│ │ │ │ │ │ └── Sample3_8.pdb
│ │ │ │ │ └── Sample3_8.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_8.csproj
│ │ │ ├── Sample3_8.sln
│ │ │ └── Sample3_8.suo
│ │ ├── Sample3_9
│ │ │ ├── Sample3_9
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample3_9.exe
│ │ │ │ │ ├── Sample3_9.pdb
│ │ │ │ │ └── Sample3_9.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample3_9.exe
│ │ │ │ │ │ └── Sample3_9.pdb
│ │ │ │ │ └── Sample3_9.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample3_9.csproj
│ │ │ ├── Sample3_9.sln
│ │ │ └── Sample3_9.suo
│ │ └── 类Matrix.txt
│ ├── 线性代数方程组的求解
│ │ ├── LEquations
│ │ │ ├── LEquations
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ └── Matrix.pdb
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── LEquations.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ │ └── LEquations.pdb
│ │ │ │ │ └── LEquations.csproj.FileList.txt
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LEquations.sln
│ │ │ └── LEquations.suo
│ │ ├── Sample4_1
│ │ │ ├── Sample4_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_1.exe
│ │ │ │ │ ├── Sample4_1.pdb
│ │ │ │ │ └── Sample4_1.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_1.exe
│ │ │ │ │ │ └── Sample4_1.pdb
│ │ │ │ │ └── Sample4_1.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_1.csproj
│ │ │ ├── Sample4_1.sln
│ │ │ └── Sample4_1.suo
│ │ ├── Sample4_10
│ │ │ ├── Sample4_10
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_10.exe
│ │ │ │ │ ├── Sample4_10.pdb
│ │ │ │ │ └── Sample4_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_10.exe
│ │ │ │ │ │ └── Sample4_10.pdb
│ │ │ │ │ └── Sample4_10.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_10.csproj
│ │ │ ├── Sample4_10.sln
│ │ │ └── Sample4_10.suo
│ │ ├── Sample4_11
│ │ │ ├── Sample4_11
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_11.exe
│ │ │ │ │ ├── Sample4_11.pdb
│ │ │ │ │ └── Sample4_11.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_11.exe
│ │ │ │ │ │ └── Sample4_11.pdb
│ │ │ │ │ └── Sample4_11.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_11.csproj
│ │ │ ├── Sample4_11.sln
│ │ │ └── Sample4_11.suo
│ │ ├── Sample4_12
│ │ │ ├── Sample4_12
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_12.exe
│ │ │ │ │ ├── Sample4_12.pdb
│ │ │ │ │ └── Sample4_12.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_12.exe
│ │ │ │ │ │ └── Sample4_12.pdb
│ │ │ │ │ └── Sample4_12.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_12.csproj
│ │ │ ├── Sample4_12.sln
│ │ │ └── Sample4_12.suo
│ │ ├── Sample4_13
│ │ │ ├── Sample4_13
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_13.exe
│ │ │ │ │ ├── Sample4_13.pdb
│ │ │ │ │ └── Sample4_13.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_13.exe
│ │ │ │ │ │ └── Sample4_13.pdb
│ │ │ │ │ └── Sample4_13.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_13.csproj
│ │ │ ├── Sample4_13.sln
│ │ │ └── Sample4_13.suo
│ │ ├── Sample4_14
│ │ │ ├── Sample4_14
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_14.exe
│ │ │ │ │ ├── Sample4_14.pdb
│ │ │ │ │ └── Sample4_14.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_14.exe
│ │ │ │ │ │ └── Sample4_14.pdb
│ │ │ │ │ └── Sample4_14.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_14.csproj
│ │ │ ├── Sample4_14.sln
│ │ │ └── Sample4_14.suo
│ │ ├── Sample4_15
│ │ │ ├── Sample4_15
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_15.exe
│ │ │ │ │ ├── Sample4_15.pdb
│ │ │ │ │ └── Sample4_15.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_15.exe
│ │ │ │ │ │ └── Sample4_15.pdb
│ │ │ │ │ └── Sample4_15.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_15.csproj
│ │ │ ├── Sample4_15.sln
│ │ │ └── Sample4_15.suo
│ │ ├── Sample4_16
│ │ │ ├── Sample4_16
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_16.exe
│ │ │ │ │ ├── Sample4_16.pdb
│ │ │ │ │ └── Sample4_16.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_16.exe
│ │ │ │ │ │ └── Sample4_16.pdb
│ │ │ │ │ └── Sample4_16.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_16.csproj
│ │ │ ├── Sample4_16.sln
│ │ │ └── Sample4_16.suo
│ │ ├── Sample4_2
│ │ │ ├── Sample4_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_2.exe
│ │ │ │ │ ├── Sample4_2.pdb
│ │ │ │ │ └── Sample4_2.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── Sample4_2.exe
│ │ │ │ │ │ └── Sample4_2.pdb
│ │ │ │ │ └── Sample4_2.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_2.csproj
│ │ │ ├── Sample4_2.sln
│ │ │ └── Sample4_2.suo
│ │ ├── Sample4_3
│ │ │ ├── Sample4_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_3.exe
│ │ │ │ │ ├── Sample4_3.pdb
│ │ │ │ │ └── Sample4_3.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_3.exe
│ │ │ │ │ │ └── Sample4_3.pdb
│ │ │ │ │ └── Sample4_3.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_3.csproj
│ │ │ ├── Sample4_3.sln
│ │ │ └── Sample4_3.suo
│ │ ├── Sample4_4
│ │ │ ├── Sample4_4
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_4.exe
│ │ │ │ │ ├── Sample4_4.pdb
│ │ │ │ │ └── Sample4_4.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_4.exe
│ │ │ │ │ │ └── Sample4_4.pdb
│ │ │ │ │ └── Sample4_4.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_4.csproj
│ │ │ ├── Sample4_4.sln
│ │ │ └── Sample4_4.suo
│ │ ├── Sample4_5
│ │ │ ├── Sample4_5
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Complex.dll
│ │ │ │ │ ├── Complex.pdb
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_5.exe
│ │ │ │ │ ├── Sample4_5.pdb
│ │ │ │ │ └── Sample4_5.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_5.exe
│ │ │ │ │ │ └── Sample4_5.pdb
│ │ │ │ │ └── Sample4_5.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_5.csproj
│ │ │ ├── Sample4_5.sln
│ │ │ └── Sample4_5.suo
│ │ ├── Sample4_6
│ │ │ ├── Sample4_6
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_6.exe
│ │ │ │ │ ├── Sample4_6.pdb
│ │ │ │ │ └── Sample4_6.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_6.exe
│ │ │ │ │ │ └── Sample4_6.pdb
│ │ │ │ │ └── Sample4_6.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_6.csproj
│ │ │ ├── Sample4_6.sln
│ │ │ └── Sample4_6.suo
│ │ ├── Sample4_7
│ │ │ ├── Sample4_7
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_7.exe
│ │ │ │ │ ├── Sample4_7.pdb
│ │ │ │ │ └── Sample4_7.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_7.exe
│ │ │ │ │ │ └── Sample4_7.pdb
│ │ │ │ │ └── Sample4_7.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_7.csproj
│ │ │ ├── Sample4_7.sln
│ │ │ └── Sample4_7.suo
│ │ ├── Sample4_8
│ │ │ ├── Sample4_8
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_8.exe
│ │ │ │ │ ├── Sample4_8.pdb
│ │ │ │ │ └── Sample4_8.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_8.exe
│ │ │ │ │ │ └── Sample4_8.pdb
│ │ │ │ │ └── Sample4_8.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_8.csproj
│ │ │ ├── Sample4_8.sln
│ │ │ └── Sample4_8.suo
│ │ ├── Sample4_9
│ │ │ ├── Sample4_9
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ ├── LEquations.pdb
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ ├── Matrix.pdb
│ │ │ │ │ ├── Sample4_9.exe
│ │ │ │ │ ├── Sample4_9.pdb
│ │ │ │ │ └── Sample4_9.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample4_9.exe
│ │ │ │ │ │ └── Sample4_9.pdb
│ │ │ │ │ └── Sample4_9.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Sample4_9.csproj
│ │ │ ├── Sample4_9.sln
│ │ │ └── Sample4_9.suo
│ │ └── 类LEquations.txt
│ └── 非线性方程与方程组的求解
│ ├── NLEquations
│ │ ├── NLEquations
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ └── NLEquations.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── NLEquations.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── NLEquations.dll
│ │ │ │ │ └── NLEquations.pdb
│ │ │ │ └── NLEquations.csproj.FileList.txt
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── NLEquations.sln
│ │ └── NLEquations.suo
│ ├── Sample5_1
│ │ ├── Sample5_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_1.exe
│ │ │ │ ├── Sample5_1.pdb
│ │ │ │ └── Sample5_1.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample5_1.exe
│ │ │ │ │ └── Sample5_1.pdb
│ │ │ │ └── Sample5_1.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_1.csproj
│ │ ├── Sample5_1.sln
│ │ └── Sample5_1.suo
│ ├── Sample5_10
│ │ ├── Sample5_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_10.exe
│ │ │ │ ├── Sample5_10.pdb
│ │ │ │ └── Sample5_10.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_10.exe
│ │ │ │ │ └── Sample5_10.pdb
│ │ │ │ └── Sample5_10.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_10.csproj
│ │ ├── Sample5_10.sln
│ │ └── Sample5_10.suo
│ ├── Sample5_11
│ │ ├── Sample5_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_11.exe
│ │ │ │ ├── Sample5_11.pdb
│ │ │ │ └── Sample5_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_11.exe
│ │ │ │ │ └── Sample5_11.pdb
│ │ │ │ └── Sample5_11.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_11.csproj
│ │ ├── Sample5_11.sln
│ │ └── Sample5_11.suo
│ ├── Sample5_12
│ │ ├── Sample5_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_12.exe
│ │ │ │ ├── Sample5_12.pdb
│ │ │ │ └── Sample5_12.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_12.exe
│ │ │ │ │ └── Sample5_12.pdb
│ │ │ │ └── Sample5_12.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_12.csproj
│ │ ├── Sample5_12.sln
│ │ └── Sample5_12.suo
│ ├── Sample5_13
│ │ ├── Sample5_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_13.exe
│ │ │ │ ├── Sample5_13.pdb
│ │ │ │ └── Sample5_13.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_13.exe
│ │ │ │ │ └── Sample5_13.pdb
│ │ │ │ └── Sample5_13.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_13.csproj
│ │ ├── Sample5_13.sln
│ │ └── Sample5_13.suo
│ ├── Sample5_2
│ │ ├── Sample5_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_2.exe
│ │ │ │ ├── Sample5_2.pdb
│ │ │ │ └── Sample5_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_2.exe
│ │ │ │ │ └── Sample5_2.pdb
│ │ │ │ └── Sample5_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_2.csproj
│ │ ├── Sample5_2.sln
│ │ └── Sample5_2.suo
│ ├── Sample5_3
│ │ ├── Sample5_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_3.exe
│ │ │ │ ├── Sample5_3.pdb
│ │ │ │ └── Sample5_3.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_3.exe
│ │ │ │ │ └── Sample5_3.pdb
│ │ │ │ └── Sample5_3.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_3.csproj
│ │ ├── Sample5_3.sln
│ │ └── Sample5_3.suo
│ ├── Sample5_4
│ │ ├── Sample5_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_4.exe
│ │ │ │ ├── Sample5_4.pdb
│ │ │ │ └── Sample5_4.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_4.exe
│ │ │ │ │ └── Sample5_4.pdb
│ │ │ │ └── Sample5_4.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_4.csproj
│ │ ├── Sample5_4.sln
│ │ └── Sample5_4.suo
│ ├── Sample5_5
│ │ ├── Sample5_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_5.exe
│ │ │ │ ├── Sample5_5.pdb
│ │ │ │ └── Sample5_5.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_5.exe
│ │ │ │ │ └── Sample5_5.pdb
│ │ │ │ └── Sample5_5.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_5.csproj
│ │ ├── Sample5_5.sln
│ │ └── Sample5_5.suo
│ ├── Sample5-6
│ │ ├── Sample5-6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5-6.exe
│ │ │ │ ├── Sample5-6.pdb
│ │ │ │ └── Sample5-6.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5-6.exe
│ │ │ │ │ └── Sample5-6.pdb
│ │ │ │ └── Sample5-6.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5-6.csproj
│ │ ├── Sample5-6.sln
│ │ └── Sample5-6.suo
│ ├── Sample5-7
│ │ ├── Sample5-7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5-7.exe
│ │ │ │ ├── Sample5-7.pdb
│ │ │ │ └── Sample5-7.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5-7.exe
│ │ │ │ │ └── Sample5-7.pdb
│ │ │ │ └── Sample5-7.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5-7.csproj
│ │ ├── Sample5-7.sln
│ │ └── Sample5-7.suo
│ ├── Sample5_8
│ │ ├── Sample5_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_8.exe
│ │ │ │ ├── Sample5_8.pdb
│ │ │ │ └── Sample5_8.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_8.exe
│ │ │ │ │ └── Sample5_8.pdb
│ │ │ │ └── Sample5_8.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_8.csproj
│ │ ├── Sample5_8.sln
│ │ └── Sample5_8.suo
│ ├── Sample5_9
│ │ ├── Sample5_9
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ ├── Sample5_9.exe
│ │ │ │ ├── Sample5_9.pdb
│ │ │ │ └── Sample5_9.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample5_9.exe
│ │ │ │ │ └── Sample5_9.pdb
│ │ │ │ └── Sample5_9.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample5_9.csproj
│ │ ├── Sample5_9.sln
│ │ └── Sample5_9.suo
│ └── 类NLEquations.txt
├── 复数运算
│ ├── Complex
│ │ ├── Complex
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ └── Complex.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── Complex.csproj
│ │ │ ├── obj
│ │ │ │ ├── Complex.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ └── Complex.pdb
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Complex.sln
│ │ └── Complex.suo
│ ├── Sample2_1
│ │ ├── Sample2_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_1.exe
│ │ │ │ ├── Sample2_1.pdb
│ │ │ │ └── Sample2_1.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_1.exe
│ │ │ │ │ └── Sample2_1.pdb
│ │ │ │ └── Sample2_1.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_1.csproj
│ │ ├── Sample2_1.sln
│ │ └── Sample2_1.suo
│ ├── Sample2_10
│ │ ├── Sample2_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_10.exe
│ │ │ │ ├── Sample2_10.pdb
│ │ │ │ └── Sample2_10.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_10.exe
│ │ │ │ │ └── Sample2_10.pdb
│ │ │ │ └── Sample2_10.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_10.csproj
│ │ ├── Sample2_10.sln
│ │ └── Sample2_10.suo
│ ├── Sample2_11
│ │ ├── Sample2_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_11.exe
│ │ │ │ ├── Sample2_11.pdb
│ │ │ │ └── Sample2_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_11.exe
│ │ │ │ │ └── Sample2_11.pdb
│ │ │ │ └── Sample2_11.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_11.csproj
│ │ ├── Sample2_11.sln
│ │ └── Sample2_11.suo
│ ├── Sample2_2
│ │ ├── Sample2_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_2.exe
│ │ │ │ ├── Sample2_2.pdb
│ │ │ │ └── Sample2_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_2.exe
│ │ │ │ │ └── Sample2_2.pdb
│ │ │ │ └── Sample2_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_2.csproj
│ │ ├── Sample2_2.sln
│ │ └── Sample2_2.suo
│ ├── Sample2_3
│ │ ├── Sample2_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_3.exe
│ │ │ │ ├── Sample2_3.pdb
│ │ │ │ └── Sample2_3.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_3.exe
│ │ │ │ │ └── Sample2_3.pdb
│ │ │ │ └── Sample2_3.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_3.csproj
│ │ ├── Sample2_3.sln
│ │ └── Sample2_3.suo
│ ├── Sample2_4
│ │ ├── Sample2_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_4.exe
│ │ │ │ ├── Sample2_4.pdb
│ │ │ │ └── Sample2_4.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_4.exe
│ │ │ │ │ └── Sample2_4.pdb
│ │ │ │ └── Sample2_4.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_4.csproj
│ │ ├── Sample2_4.sln
│ │ └── Sample2_4.suo
│ ├── Sample2_5
│ │ ├── Sample2_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_5.exe
│ │ │ │ ├── Sample2_5.pdb
│ │ │ │ └── Sample2_5.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample2_5.exe
│ │ │ │ │ └── Sample2_5.pdb
│ │ │ │ └── Sample2_5.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_5.csproj
│ │ ├── Sample2_5.sln
│ │ └── Sample2_5.suo
│ ├── Sample2_6
│ │ ├── Sample2_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_6.exe
│ │ │ │ ├── Sample2_6.pdb
│ │ │ │ └── Sample2_6.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_6.exe
│ │ │ │ │ └── Sample2_6.pdb
│ │ │ │ └── Sample2_6.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_6.csproj
│ │ ├── Sample2_6.sln
│ │ └── Sample2_6.suo
│ ├── Sample2_7
│ │ ├── Sample2_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_7.exe
│ │ │ │ ├── Sample2_7.pdb
│ │ │ │ └── Sample2_7.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_7.exe
│ │ │ │ │ └── Sample2_7.pdb
│ │ │ │ └── Sample2_7.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_7.csproj
│ │ ├── Sample2_7.sln
│ │ └── Sample2_7.suo
│ ├── Sample2_8
│ │ ├── Sample2_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_8.exe
│ │ │ │ ├── Sample2_8.pdb
│ │ │ │ └── Sample2_8.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_8.exe
│ │ │ │ │ └── Sample2_8.pdb
│ │ │ │ └── Sample2_8.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_8.csproj
│ │ ├── Sample2_8.sln
│ │ └── Sample2_8.suo
│ ├── Sample2_9
│ │ ├── Sample2_9
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Sample2_9.exe
│ │ │ │ ├── Sample2_9.pdb
│ │ │ │ └── Sample2_9.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample2_9.exe
│ │ │ │ │ └── Sample2_9.pdb
│ │ │ │ └── Sample2_9.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample2_9.csproj
│ │ ├── Sample2_9.sln
│ │ └── Sample2_9.suo
│ └── 类Complex.txt
├── 插值
│ ├── Interpolation
│ │ ├── Interpolation
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ └── Interpolation.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── Interpolation.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interpolation.dll
│ │ │ │ │ └── Interpolation.pdb
│ │ │ │ └── Interpolation.csproj.FileList.txt
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Interpolation.sln
│ │ └── Interpolation.suo
│ ├── Sample6_1
│ │ ├── Sample6_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_1.exe
│ │ │ │ ├── Sample6_1.pdb
│ │ │ │ └── Sample6_1.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample6_1.exe
│ │ │ │ │ └── Sample6_1.pdb
│ │ │ │ └── Sample6_1.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_1.csproj
│ │ ├── Sample6_1.sln
│ │ └── Sample6_1.suo
│ ├── Sample6_10
│ │ ├── Sample6_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_10.exe
│ │ │ │ ├── Sample6_10.pdb
│ │ │ │ └── Sample6_10.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_10.exe
│ │ │ │ │ └── Sample6_10.pdb
│ │ │ │ └── Sample6_10.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_10.csproj
│ │ ├── Sample6_10.sln
│ │ └── Sample6_10.suo
│ ├── Sample6_11
│ │ ├── Sample6_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_11.exe
│ │ │ │ ├── Sample6_11.pdb
│ │ │ │ └── Sample6_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_11.exe
│ │ │ │ │ └── Sample6_11.pdb
│ │ │ │ └── Sample6_11.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_11.csproj
│ │ ├── Sample6_11.sln
│ │ └── Sample6_11.suo
│ ├── Sample6_12
│ │ ├── Sample6_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_12.exe
│ │ │ │ ├── Sample6_12.pdb
│ │ │ │ └── Sample6_12.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_12.exe
│ │ │ │ │ └── Sample6_12.pdb
│ │ │ │ └── Sample6_12.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_12.csproj
│ │ ├── Sample6_12.sln
│ │ └── Sample6_12.suo
│ ├── Sample6_13
│ │ ├── Sample6_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_13.exe
│ │ │ │ ├── Sample6_13.pdb
│ │ │ │ └── Sample6_13.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_13.exe
│ │ │ │ │ └── Sample6_13.pdb
│ │ │ │ └── Sample6_13.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_13.csproj
│ │ ├── Sample6_13.sln
│ │ └── Sample6_13.suo
│ ├── Sample6_14
│ │ ├── Sample6_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_14.exe
│ │ │ │ ├── Sample6_14.pdb
│ │ │ │ └── Sample6_14.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_14.exe
│ │ │ │ │ └── Sample6_14.pdb
│ │ │ │ └── Sample6_14.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_14.csproj
│ │ ├── Sample6_14.sln
│ │ └── Sample6_14.suo
│ ├── Sample6_15
│ │ ├── Sample6_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_15.exe
│ │ │ │ ├── Sample6_15.pdb
│ │ │ │ └── Sample6_15.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_15.exe
│ │ │ │ │ └── Sample6_15.pdb
│ │ │ │ └── Sample6_15.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_15.csproj
│ │ ├── Sample6_15.sln
│ │ └── Sample6_15.suo
│ ├── Sample6_16
│ │ ├── Sample6_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_16.exe
│ │ │ │ ├── Sample6_16.pdb
│ │ │ │ └── Sample6_16.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_16.exe
│ │ │ │ │ └── Sample6_16.pdb
│ │ │ │ └── Sample6_16.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_16.csproj
│ │ ├── Sample6_16.sln
│ │ └── Sample6_16.suo
│ ├── Sample6_17
│ │ ├── Sample6_17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_17.exe
│ │ │ │ ├── Sample6_17.pdb
│ │ │ │ └── Sample6_17.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_17.exe
│ │ │ │ │ └── Sample6_17.pdb
│ │ │ │ └── Sample6_17.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_17.csproj
│ │ ├── Sample6_17.sln
│ │ └── Sample6_17.suo
│ ├── Sample6_2
│ │ ├── Sample6_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_2.exe
│ │ │ │ ├── Sample6_2.pdb
│ │ │ │ └── Sample6_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_2.exe
│ │ │ │ │ └── Sample6_2.pdb
│ │ │ │ └── Sample6_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_2.csproj
│ │ ├── Sample6_2.sln
│ │ └── Sample6_2.suo
│ ├── Sample6_3
│ │ ├── Sample6_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_3.exe
│ │ │ │ ├── Sample6_3.pdb
│ │ │ │ └── Sample6_3.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_3.exe
│ │ │ │ │ └── Sample6_3.pdb
│ │ │ │ └── Sample6_3.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_3.csproj
│ │ ├── Sample6_3.sln
│ │ └── Sample6_3.suo
│ ├── Sample6_4
│ │ ├── Sample6_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_4.exe
│ │ │ │ ├── Sample6_4.pdb
│ │ │ │ └── Sample6_4.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_4.exe
│ │ │ │ │ └── Sample6_4.pdb
│ │ │ │ └── Sample6_4.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_4.csproj
│ │ ├── Sample6_4.sln
│ │ └── Sample6_4.suo
│ ├── Sample6_5
│ │ ├── Sample6_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_5.exe
│ │ │ │ ├── Sample6_5.pdb
│ │ │ │ └── Sample6_5.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_5.exe
│ │ │ │ │ └── Sample6_5.pdb
│ │ │ │ └── Sample6_5.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_5.csproj
│ │ ├── Sample6_5.sln
│ │ └── Sample6_5.suo
│ ├── Sample6_6
│ │ ├── Sample6_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_6.exe
│ │ │ │ ├── Sample6_6.pdb
│ │ │ │ └── Sample6_6.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_6.exe
│ │ │ │ │ └── Sample6_6.pdb
│ │ │ │ └── Sample6_6.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_6.csproj
│ │ ├── Sample6_6.sln
│ │ └── Sample6_6.suo
│ ├── Sample6_7
│ │ ├── Sample6_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_7.exe
│ │ │ │ ├── Sample6_7.pdb
│ │ │ │ └── Sample6_7.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_7.exe
│ │ │ │ │ └── Sample6_7.pdb
│ │ │ │ └── Sample6_7.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_7.csproj
│ │ ├── Sample6_7.sln
│ │ └── Sample6_7.suo
│ ├── Sample6_8
│ │ ├── Sample6_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_8.exe
│ │ │ │ ├── Sample6_8.pdb
│ │ │ │ └── Sample6_8.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_8.exe
│ │ │ │ │ └── Sample6_8.pdb
│ │ │ │ └── Sample6_8.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_8.csproj
│ │ ├── Sample6_8.sln
│ │ └── Sample6_8.suo
│ ├── Sample6_9
│ │ ├── Sample6_9
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interpolation.dll
│ │ │ │ ├── Interpolation.pdb
│ │ │ │ ├── Sample6_9.exe
│ │ │ │ ├── Sample6_9.pdb
│ │ │ │ └── Sample6_9.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample6_9.exe
│ │ │ │ │ └── Sample6_9.pdb
│ │ │ │ └── Sample6_9.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample6_9.csproj
│ │ ├── Sample6_9.sln
│ │ └── Sample6_9.suo
│ └── 类Interpolation.txt
├── 数值积分
│ ├── Integral
│ │ ├── Integral
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ └── Integral.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── Integral.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Integral.dll
│ │ │ │ │ └── Integral.pdb
│ │ │ │ └── Integral.csproj.FileList.txt
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Integral.sln
│ │ ├── Integral.suo
│ │ └── WindowsApplication1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Integral.dll
│ │ │ ├── Integral.pdb
│ │ │ ├── WindowsApplication1.exe
│ │ │ ├── WindowsApplication1.pdb
│ │ │ └── WindowsApplication1.vshost.exe
│ │ ├── Class1.cs
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── WindowsApplication1.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsApplication1.exe
│ │ │ │ ├── WindowsApplication1.Form1.resources
│ │ │ │ ├── WindowsApplication1.pdb
│ │ │ │ └── WindowsApplication1.Properties.Resources.resources
│ │ │ └── WindowsApplication1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WindowsApplication1.csproj
│ ├── Sample7_1
│ │ ├── Sample7_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_1.exe
│ │ │ │ ├── Sample7_1.pdb
│ │ │ │ └── Sample7_1.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── build.force
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample7_1.exe
│ │ │ │ │ └── Sample7_1.pdb
│ │ │ │ ├── Sample7_1.csproj.FileListAbsolute.txt
│ │ │ │ └── Sample7_1.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_1.csproj
│ │ ├── Sample7_1.sln
│ │ └── Sample7_1.suo
│ ├── Sample7_2
│ │ ├── Sample7_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_2.exe
│ │ │ │ ├── Sample7_2.pdb
│ │ │ │ └── Sample7_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── build.force
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample7_2.exe
│ │ │ │ │ └── Sample7_2.pdb
│ │ │ │ └── Sample7_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_2.csproj
│ │ ├── Sample7_2.sln
│ │ └── Sample7_2.suo
│ ├── Sample7_3
│ │ ├── Sample7_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_3.exe
│ │ │ │ ├── Sample7_3.pdb
│ │ │ │ └── Sample7_3.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7_3.exe
│ │ │ │ │ └── Sample7_3.pdb
│ │ │ │ └── Sample7_3.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_3.csproj
│ │ ├── Sample7_3.sln
│ │ └── Sample7_3.suo
│ ├── Sample7_4
│ │ ├── Sample7_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_4.exe
│ │ │ │ ├── Sample7_4.pdb
│ │ │ │ └── Sample7_4.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7_4.exe
│ │ │ │ │ └── Sample7_4.pdb
│ │ │ │ └── Sample7_4.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_4.csproj
│ │ ├── Sample7_4.sln
│ │ └── Sample7_4.suo
│ ├── Sample7_5
│ │ ├── Sample7_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_5.exe
│ │ │ │ ├── Sample7_5.pdb
│ │ │ │ └── Sample7_5.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7_5.exe
│ │ │ │ │ └── Sample7_5.pdb
│ │ │ │ └── Sample7_5.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_5.csproj
│ │ ├── Sample7_5.sln
│ │ └── Sample7_5.suo
│ ├── Sample7_6
│ │ ├── Sample7_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_6.exe
│ │ │ │ ├── Sample7_6.pdb
│ │ │ │ └── Sample7_6.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7_6.exe
│ │ │ │ │ └── Sample7_6.pdb
│ │ │ │ └── Sample7_6.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_6.csproj
│ │ ├── Sample7_6.sln
│ │ └── Sample7_6.suo
│ ├── Sample7_7
│ │ ├── Sample7_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_7.exe
│ │ │ │ ├── Sample7_7.pdb
│ │ │ │ └── Sample7_7.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7_7.exe
│ │ │ │ │ └── Sample7_7.pdb
│ │ │ │ └── Sample7_7.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_7.csproj
│ │ ├── Sample7_7.sln
│ │ └── Sample7_7.suo
│ ├── Sample7_8
│ │ ├── Sample7_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7_8.exe
│ │ │ │ ├── Sample7_8.pdb
│ │ │ │ └── Sample7_8.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7_8.exe
│ │ │ │ │ └── Sample7_8.pdb
│ │ │ │ └── Sample7_8.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7_8.csproj
│ │ ├── Sample7_8.sln
│ │ └── Sample7_8.suo
│ ├── Sample7-9
│ │ ├── Sample7-9
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Integral.dll
│ │ │ │ ├── Integral.pdb
│ │ │ │ ├── Sample7-9.exe
│ │ │ │ ├── Sample7-9.pdb
│ │ │ │ └── Sample7-9.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample7-9.exe
│ │ │ │ │ └── Sample7-9.pdb
│ │ │ │ └── Sample7-9.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample7-9.csproj
│ │ ├── Sample7-9.sln
│ │ └── Sample7-9.suo
│ └── 类Integral.txt
├── 矩阵运算
│ ├── Matrix
│ │ ├── Matrix
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ └── Matrix.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── Matrix.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Matrix.dll
│ │ │ │ │ └── Matrix.pdb
│ │ │ │ └── Matrix.csproj.FileList.txt
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Matrix.sln
│ │ └── Matrix.suo
│ ├── Sample3_1
│ │ ├── Sample3_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_1.exe
│ │ │ │ ├── Sample3_1.pdb
│ │ │ │ └── Sample3_1.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_1.exe
│ │ │ │ │ └── Sample3_1.pdb
│ │ │ │ └── Sample3_1.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_1.csproj
│ │ ├── Sample3_1.sln
│ │ └── Sample3_1.suo
│ ├── Sample3_10
│ │ ├── Sample3_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_10.exe
│ │ │ │ ├── Sample3_10.pdb
│ │ │ │ └── Sample3_10.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_10.exe
│ │ │ │ │ └── Sample3_10.pdb
│ │ │ │ └── Sample3_10.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_10.csproj
│ │ ├── Sample3_10.sln
│ │ └── Sample3_10.suo
│ ├── Sample3_11
│ │ ├── Sample3_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_11.exe
│ │ │ │ ├── Sample3_11.pdb
│ │ │ │ └── Sample3_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_11.exe
│ │ │ │ │ └── Sample3_11.pdb
│ │ │ │ └── Sample3_11.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_11.csproj
│ │ ├── Sample3_11.sln
│ │ └── Sample3_11.suo
│ ├── Sample3_12
│ │ ├── Sample3_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_12.exe
│ │ │ │ ├── Sample3_12.pdb
│ │ │ │ └── Sample3_12.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_12.exe
│ │ │ │ │ └── Sample3_12.pdb
│ │ │ │ └── Sample3_12.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_12.csproj
│ │ ├── Sample3_12.sln
│ │ └── Sample3_12.suo
│ ├── Sample3_13
│ │ ├── Sample3_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_13.exe
│ │ │ │ ├── Sample3_13.pdb
│ │ │ │ └── Sample3_13.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_13.exe
│ │ │ │ │ └── Sample3_13.pdb
│ │ │ │ └── Sample3_13.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_13.csproj
│ │ ├── Sample3_13.sln
│ │ └── Sample3_13.suo
│ ├── Sample3_14
│ │ ├── Sample3_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_14.exe
│ │ │ │ ├── Sample3_14.pdb
│ │ │ │ └── Sample3_14.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_14.exe
│ │ │ │ │ └── Sample3_14.pdb
│ │ │ │ └── Sample3_14.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_14.csproj
│ │ ├── Sample3_14.sln
│ │ └── Sample3_14.suo
│ ├── Sample3_15
│ │ ├── Sample3_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_15.exe
│ │ │ │ ├── Sample3_15.pdb
│ │ │ │ └── Sample3_15.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_15.exe
│ │ │ │ │ └── Sample3_15.pdb
│ │ │ │ └── Sample3_15.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_15.csproj
│ │ ├── Sample3_15.sln
│ │ └── Sample3_15.suo
│ ├── Sample3_16
│ │ ├── Sample3_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_16.exe
│ │ │ │ ├── Sample3_16.pdb
│ │ │ │ └── Sample3_16.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_16.exe
│ │ │ │ │ └── Sample3_16.pdb
│ │ │ │ └── Sample3_16.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_16.csproj
│ │ ├── Sample3_16.sln
│ │ └── Sample3_16.suo
│ ├── Sample3_17
│ │ ├── Sample3_17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_17.exe
│ │ │ │ ├── Sample3_17.pdb
│ │ │ │ └── Sample3_17.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_17.exe
│ │ │ │ │ └── Sample3_17.pdb
│ │ │ │ └── Sample3_17.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_17.csproj
│ │ ├── Sample3_17.sln
│ │ └── Sample3_17.suo
│ ├── Sample3_18
│ │ ├── Sample3_18
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_18.exe
│ │ │ │ ├── Sample3_18.pdb
│ │ │ │ └── Sample3_18.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_18.exe
│ │ │ │ │ └── Sample3_18.pdb
│ │ │ │ └── Sample3_18.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_18.csproj
│ │ ├── Sample3_18.sln
│ │ └── Sample3_18.suo
│ ├── Sample3_19
│ │ ├── Sample3_19
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_19.exe
│ │ │ │ ├── Sample3_19.pdb
│ │ │ │ └── Sample3_19.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_19.exe
│ │ │ │ │ └── Sample3_19.pdb
│ │ │ │ └── Sample3_19.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_19.csproj
│ │ ├── Sample3_19.sln
│ │ └── Sample3_19.suo
│ ├── Sample3_2
│ │ ├── Sample3_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_2.exe
│ │ │ │ ├── Sample3_2.pdb
│ │ │ │ └── Sample3_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_2.exe
│ │ │ │ │ └── Sample3_2.pdb
│ │ │ │ └── Sample3_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_2.csproj
│ │ ├── Sample3_2.sln
│ │ └── Sample3_2.suo
│ ├── Sample3_3
│ │ ├── Sample3_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_3.exe
│ │ │ │ ├── Sample3_3.pdb
│ │ │ │ └── Sample3_3.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_3.exe
│ │ │ │ │ └── Sample3_3.pdb
│ │ │ │ └── Sample3_3.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_3.csproj
│ │ ├── Sample3_3.sln
│ │ └── Sample3_3.suo
│ ├── Sample3_4
│ │ ├── Sample3_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_4.exe
│ │ │ │ ├── Sample3_4.pdb
│ │ │ │ └── Sample3_4.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_4.exe
│ │ │ │ │ └── Sample3_4.pdb
│ │ │ │ └── Sample3_4.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_4.csproj
│ │ ├── Sample3_4.sln
│ │ └── Sample3_4.suo
│ ├── Sample3_5
│ │ ├── Sample3_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_5.exe
│ │ │ │ ├── Sample3_5.pdb
│ │ │ │ └── Sample3_5.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_5.exe
│ │ │ │ │ └── Sample3_5.pdb
│ │ │ │ └── Sample3_5.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_5.csproj
│ │ ├── Sample3_5.sln
│ │ └── Sample3_5.suo
│ ├── Sample3_6
│ │ ├── Sample3_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_6.exe
│ │ │ │ ├── Sample3_6.pdb
│ │ │ │ └── Sample3_6.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_6.exe
│ │ │ │ │ └── Sample3_6.pdb
│ │ │ │ └── Sample3_6.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_6.csproj
│ │ ├── Sample3_6.sln
│ │ └── Sample3_6.suo
│ ├── Sample3_7
│ │ ├── Sample3_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_7.exe
│ │ │ │ ├── Sample3_7.pdb
│ │ │ │ └── Sample3_7.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample3_7.exe
│ │ │ │ │ └── Sample3_7.pdb
│ │ │ │ └── Sample3_7.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_7.csproj
│ │ ├── Sample3_7.sln
│ │ └── Sample3_7.suo
│ ├── Sample3_8
│ │ ├── Sample3_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_8.exe
│ │ │ │ ├── Sample3_8.pdb
│ │ │ │ └── Sample3_8.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_8.exe
│ │ │ │ │ └── Sample3_8.pdb
│ │ │ │ └── Sample3_8.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_8.csproj
│ │ ├── Sample3_8.sln
│ │ └── Sample3_8.suo
│ ├── Sample3_9
│ │ ├── Sample3_9
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample3_9.exe
│ │ │ │ ├── Sample3_9.pdb
│ │ │ │ └── Sample3_9.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample3_9.exe
│ │ │ │ │ └── Sample3_9.pdb
│ │ │ │ └── Sample3_9.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample3_9.csproj
│ │ ├── Sample3_9.sln
│ │ └── Sample3_9.suo
│ └── 类Matrix.txt
├── 线性代数方程组的求解
│ ├── LEquations
│ │ ├── LEquations
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ └── Matrix.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── LEquations.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── LEquations.dll
│ │ │ │ │ └── LEquations.pdb
│ │ │ │ └── LEquations.csproj.FileList.txt
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LEquations.sln
│ │ └── LEquations.suo
│ ├── Sample4_1
│ │ ├── Sample4_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_1.exe
│ │ │ │ ├── Sample4_1.pdb
│ │ │ │ └── Sample4_1.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_1.exe
│ │ │ │ │ └── Sample4_1.pdb
│ │ │ │ └── Sample4_1.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_1.csproj
│ │ ├── Sample4_1.sln
│ │ └── Sample4_1.suo
│ ├── Sample4_10
│ │ ├── Sample4_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_10.exe
│ │ │ │ ├── Sample4_10.pdb
│ │ │ │ └── Sample4_10.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_10.exe
│ │ │ │ │ └── Sample4_10.pdb
│ │ │ │ └── Sample4_10.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_10.csproj
│ │ ├── Sample4_10.sln
│ │ └── Sample4_10.suo
│ ├── Sample4_11
│ │ ├── Sample4_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_11.exe
│ │ │ │ ├── Sample4_11.pdb
│ │ │ │ └── Sample4_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_11.exe
│ │ │ │ │ └── Sample4_11.pdb
│ │ │ │ └── Sample4_11.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_11.csproj
│ │ ├── Sample4_11.sln
│ │ └── Sample4_11.suo
│ ├── Sample4_12
│ │ ├── Sample4_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_12.exe
│ │ │ │ ├── Sample4_12.pdb
│ │ │ │ └── Sample4_12.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_12.exe
│ │ │ │ │ └── Sample4_12.pdb
│ │ │ │ └── Sample4_12.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_12.csproj
│ │ ├── Sample4_12.sln
│ │ └── Sample4_12.suo
│ ├── Sample4_13
│ │ ├── Sample4_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_13.exe
│ │ │ │ ├── Sample4_13.pdb
│ │ │ │ └── Sample4_13.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_13.exe
│ │ │ │ │ └── Sample4_13.pdb
│ │ │ │ └── Sample4_13.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_13.csproj
│ │ ├── Sample4_13.sln
│ │ └── Sample4_13.suo
│ ├── Sample4_14
│ │ ├── Sample4_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_14.exe
│ │ │ │ ├── Sample4_14.pdb
│ │ │ │ └── Sample4_14.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_14.exe
│ │ │ │ │ └── Sample4_14.pdb
│ │ │ │ └── Sample4_14.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_14.csproj
│ │ ├── Sample4_14.sln
│ │ └── Sample4_14.suo
│ ├── Sample4_15
│ │ ├── Sample4_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_15.exe
│ │ │ │ ├── Sample4_15.pdb
│ │ │ │ └── Sample4_15.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_15.exe
│ │ │ │ │ └── Sample4_15.pdb
│ │ │ │ └── Sample4_15.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_15.csproj
│ │ ├── Sample4_15.sln
│ │ └── Sample4_15.suo
│ ├── Sample4_16
│ │ ├── Sample4_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_16.exe
│ │ │ │ ├── Sample4_16.pdb
│ │ │ │ └── Sample4_16.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_16.exe
│ │ │ │ │ └── Sample4_16.pdb
│ │ │ │ └── Sample4_16.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_16.csproj
│ │ ├── Sample4_16.sln
│ │ └── Sample4_16.suo
│ ├── Sample4_2
│ │ ├── Sample4_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_2.exe
│ │ │ │ ├── Sample4_2.pdb
│ │ │ │ └── Sample4_2.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── Sample4_2.exe
│ │ │ │ │ └── Sample4_2.pdb
│ │ │ │ └── Sample4_2.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_2.csproj
│ │ ├── Sample4_2.sln
│ │ └── Sample4_2.suo
│ ├── Sample4_3
│ │ ├── Sample4_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_3.exe
│ │ │ │ ├── Sample4_3.pdb
│ │ │ │ └── Sample4_3.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_3.exe
│ │ │ │ │ └── Sample4_3.pdb
│ │ │ │ └── Sample4_3.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_3.csproj
│ │ ├── Sample4_3.sln
│ │ └── Sample4_3.suo
│ ├── Sample4_4
│ │ ├── Sample4_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_4.exe
│ │ │ │ ├── Sample4_4.pdb
│ │ │ │ └── Sample4_4.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_4.exe
│ │ │ │ │ └── Sample4_4.pdb
│ │ │ │ └── Sample4_4.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_4.csproj
│ │ ├── Sample4_4.sln
│ │ └── Sample4_4.suo
│ ├── Sample4_5
│ │ ├── Sample4_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Complex.dll
│ │ │ │ ├── Complex.pdb
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_5.exe
│ │ │ │ ├── Sample4_5.pdb
│ │ │ │ └── Sample4_5.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_5.exe
│ │ │ │ │ └── Sample4_5.pdb
│ │ │ │ └── Sample4_5.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_5.csproj
│ │ ├── Sample4_5.sln
│ │ └── Sample4_5.suo
│ ├── Sample4_6
│ │ ├── Sample4_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_6.exe
│ │ │ │ ├── Sample4_6.pdb
│ │ │ │ └── Sample4_6.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_6.exe
│ │ │ │ │ └── Sample4_6.pdb
│ │ │ │ └── Sample4_6.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_6.csproj
│ │ ├── Sample4_6.sln
│ │ └── Sample4_6.suo
│ ├── Sample4_7
│ │ ├── Sample4_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_7.exe
│ │ │ │ ├── Sample4_7.pdb
│ │ │ │ └── Sample4_7.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_7.exe
│ │ │ │ │ └── Sample4_7.pdb
│ │ │ │ └── Sample4_7.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_7.csproj
│ │ ├── Sample4_7.sln
│ │ └── Sample4_7.suo
│ ├── Sample4_8
│ │ ├── Sample4_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_8.exe
│ │ │ │ ├── Sample4_8.pdb
│ │ │ │ └── Sample4_8.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_8.exe
│ │ │ │ │ └── Sample4_8.pdb
│ │ │ │ └── Sample4_8.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_8.csproj
│ │ ├── Sample4_8.sln
│ │ └── Sample4_8.suo
│ ├── Sample4_9
│ │ ├── Sample4_9
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LEquations.dll
│ │ │ │ ├── LEquations.pdb
│ │ │ │ ├── Matrix.dll
│ │ │ │ ├── Matrix.pdb
│ │ │ │ ├── Sample4_9.exe
│ │ │ │ ├── Sample4_9.pdb
│ │ │ │ └── Sample4_9.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample4_9.exe
│ │ │ │ │ └── Sample4_9.pdb
│ │ │ │ └── Sample4_9.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Sample4_9.csproj
│ │ ├── Sample4_9.sln
│ │ └── Sample4_9.suo
│ └── 类LEquations.txt
└── 非线性方程与方程组的求解
├── NLEquations
│ ├── NLEquations
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ └── NLEquations.pdb
│ │ ├── Class1.cs
│ │ ├── NLEquations.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── NLEquations.dll
│ │ │ │ ├── NLEquations.pdb
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── NLEquations.csproj.FileList.txt
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── NLEquations.sln
│ └── NLEquations.suo
├── Sample5_1
│ ├── Sample5_1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_1.exe
│ │ │ ├── Sample5_1.pdb
│ │ │ └── Sample5_1.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── Sample5_1.exe
│ │ │ │ └── Sample5_1.pdb
│ │ │ └── Sample5_1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_1.csproj
│ ├── Sample5_1.sln
│ └── Sample5_1.suo
├── Sample5_10
│ ├── Sample5_10
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_10.exe
│ │ │ ├── Sample5_10.pdb
│ │ │ └── Sample5_10.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_10.exe
│ │ │ │ └── Sample5_10.pdb
│ │ │ └── Sample5_10.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_10.csproj
│ ├── Sample5_10.sln
│ └── Sample5_10.suo
├── Sample5_11
│ ├── Sample5_11
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_11.exe
│ │ │ ├── Sample5_11.pdb
│ │ │ └── Sample5_11.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_11.exe
│ │ │ │ └── Sample5_11.pdb
│ │ │ └── Sample5_11.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_11.csproj
│ ├── Sample5_11.sln
│ └── Sample5_11.suo
├── Sample5_12
│ ├── Sample5_12
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Complex.dll
│ │ │ ├── Complex.pdb
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_12.exe
│ │ │ ├── Sample5_12.pdb
│ │ │ └── Sample5_12.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_12.exe
│ │ │ │ └── Sample5_12.pdb
│ │ │ └── Sample5_12.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_12.csproj
│ ├── Sample5_12.sln
│ └── Sample5_12.suo
├── Sample5_13
│ ├── Sample5_13
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Complex.dll
│ │ │ ├── Complex.pdb
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_13.exe
│ │ │ ├── Sample5_13.pdb
│ │ │ └── Sample5_13.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_13.exe
│ │ │ │ └── Sample5_13.pdb
│ │ │ └── Sample5_13.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_13.csproj
│ ├── Sample5_13.sln
│ └── Sample5_13.suo
├── Sample5_2
│ ├── Sample5_2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_2.exe
│ │ │ ├── Sample5_2.pdb
│ │ │ └── Sample5_2.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_2.exe
│ │ │ │ └── Sample5_2.pdb
│ │ │ └── Sample5_2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_2.csproj
│ ├── Sample5_2.sln
│ └── Sample5_2.suo
├── Sample5_3
│ ├── Sample5_3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_3.exe
│ │ │ ├── Sample5_3.pdb
│ │ │ └── Sample5_3.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_3.exe
│ │ │ │ └── Sample5_3.pdb
│ │ │ └── Sample5_3.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_3.csproj
│ ├── Sample5_3.sln
│ └── Sample5_3.suo
├── Sample5_4
│ ├── Sample5_4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_4.exe
│ │ │ ├── Sample5_4.pdb
│ │ │ └── Sample5_4.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_4.exe
│ │ │ │ └── Sample5_4.pdb
│ │ │ └── Sample5_4.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_4.csproj
│ ├── Sample5_4.sln
│ └── Sample5_4.suo
├── Sample5_5
│ ├── Sample5_5
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Complex.dll
│ │ │ ├── Complex.pdb
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_5.exe
│ │ │ ├── Sample5_5.pdb
│ │ │ └── Sample5_5.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_5.exe
│ │ │ │ └── Sample5_5.pdb
│ │ │ └── Sample5_5.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_5.csproj
│ ├── Sample5_5.sln
│ └── Sample5_5.suo
├── Sample5-6
│ ├── Sample5-6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Complex.dll
│ │ │ ├── Complex.pdb
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5-6.exe
│ │ │ ├── Sample5-6.pdb
│ │ │ └── Sample5-6.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5-6.exe
│ │ │ │ └── Sample5-6.pdb
│ │ │ └── Sample5-6.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5-6.csproj
│ ├── Sample5-6.sln
│ └── Sample5-6.suo
├── Sample5-7
│ ├── Sample5-7
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Complex.dll
│ │ │ ├── Complex.pdb
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5-7.exe
│ │ │ ├── Sample5-7.pdb
│ │ │ └── Sample5-7.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5-7.exe
│ │ │ │ └── Sample5-7.pdb
│ │ │ └── Sample5-7.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5-7.csproj
│ ├── Sample5-7.sln
│ └── Sample5-7.suo
├── Sample5_8
│ ├── Sample5_8
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_8.exe
│ │ │ ├── Sample5_8.pdb
│ │ │ └── Sample5_8.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_8.exe
│ │ │ │ └── Sample5_8.pdb
│ │ │ └── Sample5_8.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_8.csproj
│ ├── Sample5_8.sln
│ └── Sample5_8.suo
├── Sample5_9
│ ├── Sample5_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LEquations.dll
│ │ │ ├── LEquations.pdb
│ │ │ ├── Matrix.dll
│ │ │ ├── Matrix.pdb
│ │ │ ├── NLEquations.dll
│ │ │ ├── NLEquations.pdb
│ │ │ ├── Sample5_9.exe
│ │ │ ├── Sample5_9.pdb
│ │ │ └── Sample5_9.vshost.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Sample5_9.exe
│ │ │ │ └── Sample5_9.pdb
│ │ │ └── Sample5_9.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Sample5_9.csproj
│ ├── Sample5_9.sln
│ └── Sample5_9.suo
└── 类NLEquations.txt
1394 directories, 2761 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论