-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
57,741 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | ||
<section name="WindowsFormsApp1.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<userSettings> | ||
<WindowsFormsApp1.Properties.Settings> | ||
<setting name="curve_Type" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="base_Sens" serializeAs="String"> | ||
<value>1</value> | ||
</setting> | ||
<setting name="max_Sens" serializeAs="String"> | ||
<value>2</value> | ||
</setting> | ||
<setting name="min_Sens" serializeAs="String"> | ||
<value>0.5</value> | ||
</setting> | ||
<setting name="timestep" serializeAs="String"> | ||
<value>0.2</value> | ||
</setting> | ||
<setting name="spread" serializeAs="String"> | ||
<value>0.4</value> | ||
</setting> | ||
<setting name="smoothing" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="curve_Timestep" serializeAs="String"> | ||
<value>5</value> | ||
</setting> | ||
</WindowsFormsApp1.Properties.Settings> | ||
</userSettings> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
obj/x64/Debug/WindowsFormsApp1.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified
BIN
+7.46 KB
(1900%)
obj/x64/Debug/WindowsFormsApp1.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
obj/x64/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] |
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2e619db47bf57c36cbe1881868816492cc050bf2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\interception.lib | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\interception.dll | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\WindowsFormsApp1.exe.config | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\WindowsFormsApp1.exe | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\WindowsFormsApp1.pdb | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\MathNet.Numerics.dll | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\bin\x64\Release\MathNet.Numerics.xml | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.Form1.resources | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.Properties.Resources.resources | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\Random-sens.csproj.GenerateResource.cache | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\Random-sens.csproj.CoreCompileInputs.cache | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\Random-sens.csproj.CopyComplete | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.exe | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.pdb |
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
obj/x64/Release/WindowsFormsApp1.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2e619db47bf57c36cbe1881868816492cc050bf2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.csprojAssemblyReference.cache | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.Form1.resources | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.Properties.Resources.resources | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.csproj.GenerateResource.cache | ||
C:\Users\Dar\source\repos\WindowsFormsApp1\obj\x64\Release\WindowsFormsApp1.csproj.CoreCompileInputs.cache |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.