Quellcode durchsuchen

started the prediction part

master
杨浩然 vor 3 Jahren
Ursprung
Commit
cf87d72fbd
4 geänderte Dateien mit 59 neuen und 0 gelöschten Zeilen
  1. BIN
      COVID-19/Prediction/Prediction/.vs/Prediction/v16/.suo
  2. +23
    -0
      COVID-19/Prediction/Prediction/Prediction.sln
  3. +1
    -0
      COVID-19/Prediction/Prediction/Prediction/Prediction.py
  4. +35
    -0
      COVID-19/Prediction/Prediction/Prediction/Prediction.pyproj

BIN
COVID-19/Prediction/Prediction/.vs/Prediction/v16/.suo Datei anzeigen


+ 23
- 0
COVID-19/Prediction/Prediction/Prediction.sln Datei anzeigen

@ -0,0 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Prediction", "Prediction\Prediction.pyproj", "{FE4194E6-8A95-4B93-968D-ED4305D7F944}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE4194E6-8A95-4B93-968D-ED4305D7F944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE4194E6-8A95-4B93-968D-ED4305D7F944}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1DDCE2B-D2FE-4EA2-A5AF-91BE02A1717C}
EndGlobalSection
EndGlobal

+ 1
- 0
COVID-19/Prediction/Prediction/Prediction/Prediction.py Datei anzeigen

@ -0,0 +1 @@

+ 35
- 0
COVID-19/Prediction/Prediction/Prediction/Prediction.pyproj Datei anzeigen

@ -0,0 +1,35 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>fe4194e6-8a95-4b93-968d-ed4305d7f944</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>Prediction.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>Prediction</Name>
<RootNamespace>Prediction</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="Prediction.py" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>

Laden…
Abbrechen
Speichern