Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
0c6e00f3
Commit
0c6e00f3
authored
Sep 19, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 GetSample 取样范围,无法保存
parent
7ff61276
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
GetSample.cs
Project.FLY.Thick.Base/FLY.Thick.Base/Server/GetSample.cs
+4
-2
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base/Server/GetSample.cs
View file @
0c6e00f3
...
@@ -801,13 +801,15 @@ _end:
...
@@ -801,13 +801,15 @@ _end:
}
}
public
bool
Enable
{
get
;
set
;
}
=
true
;
public
bool
Enable
{
get
;
set
;
}
=
true
;
public
int
Range
{
get
;
set
;
}
=
100
;
public
int
Sample
Range
{
get
;
set
;
}
=
100
;
public
int
Window
{
get
;
set
;
}
public
int
Window
{
get
;
set
;
}
public
bool
IsCheckByPercent
{
get
;
set
;
}
=
true
;
public
bool
IsCheckByPercent
{
get
;
set
;
}
=
true
;
public
double
ErrPercent
{
get
;
set
;
}
=
2
;
public
double
ErrPercent
{
get
;
set
;
}
=
2
;
public
int
ErrValue
{
get
;
set
;
}
=
200
;
public
int
ErrValue
{
get
;
set
;
}
=
200
;
public
double
CrossErrPercent
{
get
;
set
;
}
=
0.02
;
public
int
ErrIntervalMin
{
get
;
set
;
}
=
30
;
public
SampleCellParam
[]
Samples
{
get
;
set
;
}
public
SampleCellParam
[]
Samples
{
get
;
set
;
}
public
int
Search
{
get
;
set
;
}
=
100
;
public
int
Search
Range
{
get
;
set
;
}
=
100
;
public
SampleFeatureParam
[]
Features
{
get
;
set
;
}
public
SampleFeatureParam
[]
Features
{
get
;
set
;
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment