基本信息
源码名称:猎杀潜航鱼雷辅助-鱼雷发射角计算机
源码大小:3.25M
文件格式:.rar
开发语言:C#
更新时间:2023-05-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

猎杀潜航鱼雷辅助-鱼雷发射角计算机

计算鱼雷发射角

.
├── 鱼雷发射角计算机
│   ├── 鱼雷发射角计算机
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── 鱼雷发射角计算机.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.exe
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │   │       └── 鱼雷发射角计算机.runtimeconfig.json
│   │   │   ├── Release
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── 鱼雷发射角计算机.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.exe
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │   │       └── 鱼雷发射角计算机.runtimeconfig.json
│   │   │   └── x64
│   │   │       ├── Debug
│   │   │       │   ├── net5.0-windows
│   │   │       │   └── netcoreapp3.1
│   │   │       │       ├── 鱼雷发射角计算机.deps.json
│   │   │       │       ├── 鱼雷发射角计算机.dll
│   │   │       │       ├── 鱼雷发射角计算机.exe
│   │   │       │       ├── 鱼雷发射角计算机.pdb
│   │   │       │       ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │       │       └── 鱼雷发射角计算机.runtimeconfig.json
│   │   │       └── Release
│   │   │           └── netcoreapp3.1
│   │   │               ├── 鱼雷发射角计算机.deps.json
│   │   │               ├── 鱼雷发射角计算机.dll
│   │   │               ├── 鱼雷发射角计算机.exe
│   │   │               ├── 鱼雷发射角计算机.pdb
│   │   │               ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │               └── 鱼雷发射角计算机.runtimeconfig.json
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── App.g.cs
│   │   │   │       ├── App.g.i.cs
│   │   │   │       ├── MainWindow.baml
│   │   │   │       ├── MainWindow.g.cs
│   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │       ├── apphost.exe
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── 鱼雷发射角计算机.assets.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │       ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.g.resources
│   │   │   │       ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │       └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   ├── Release
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── App.g.cs
│   │   │   │       ├── App.g.i.cs
│   │   │   │       ├── MainWindow.baml
│   │   │   │       ├── MainWindow.g.cs
│   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │       ├── apphost.exe
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── 鱼雷发射角计算机.assets.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │       ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.g.resources
│   │   │   │       ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │       └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   ├── project.assets.json
│   │   │   ├── project.nuget.cache
│   │   │   ├── x64
│   │   │   │   ├── Debug
│   │   │   │   │   ├── net5.0-windows
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   │   ├── apphost.exe
│   │   │   │   │   │   ├── ref
│   │   │   │   │   │   │   └── 鱼雷发射角计算机.dll
│   │   │   │   │   │   ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │   │   │   ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │   │   │   ├── 鱼雷发射角计算机.assets.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.csproj.AssemblyReference.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │   │   │   ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │   │   │   ├── 鱼雷发射角计算机.dll
│   │   │   │   │   │   ├── 鱼雷发射角计算机.g.resources
│   │   │   │   │   │   ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.pdb
│   │   │   │   │   │   ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │   │   │   └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   │   │   └── netcoreapp3.1
│   │   │   │   │       ├── App.g.cs
│   │   │   │   │       ├── App.g.i.cs
│   │   │   │   │       ├── MainWindow.baml
│   │   │   │   │       ├── MainWindow.g.cs
│   │   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │   │       ├── apphost.exe
│   │   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │   │       ├── 鱼雷发射角计算机.assets.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.csproj.AssemblyReference.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │   │       ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │   │       ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │   │       ├── 鱼雷发射角计算机.g.resources
│   │   │   │   │       ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │   │       └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   │   └── Release
│   │   │   │       └── netcoreapp3.1
│   │   │   │           ├── App.g.cs
│   │   │   │           ├── App.g.i.cs
│   │   │   │           ├── MainWindow.baml
│   │   │   │           ├── MainWindow.g.cs
│   │   │   │           ├── MainWindow.g.i.cs
│   │   │   │           ├── apphost.exe
│   │   │   │           ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │           ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │           ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │           ├── 鱼雷发射角计算机.assets.cache
│   │   │   │           ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │           ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │           ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │           ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │           ├── 鱼雷发射角计算机.dll
│   │   │   │           ├── 鱼雷发射角计算机.g.resources
│   │   │   │           ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │           ├── 鱼雷发射角计算机.pdb
│   │   │   │           ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │           ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │           ├── 鱼雷发射角计算机_MarkupCompile.i.lref
│   │   │   │           └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   ├── 鱼雷发射角计算机.csproj.nuget.dgspec.json
│   │   │   ├── 鱼雷发射角计算机.csproj.nuget.g.props
│   │   │   └── 鱼雷发射角计算机.csproj.nuget.g.targets
│   │   ├── sh5.ico
│   │   ├── 鱼雷发射角计算机.csproj
│   │   └── 鱼雷发射角计算机.csproj.user
│   └── 鱼雷发射角计算机.sln
├── 猎杀潜航鱼雷辅助-鱼雷发射角计算机_鱼雷发射角计算机.rar
├── 鱼雷发射角计算机.part1.rar
├── 鱼雷发射角计算机.part2.rar
└── 鱼雷发射角计算机.part3.rar

25 directories, 151 files