Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
GC_Branch
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
周磊
GC_Branch
Commits
8bd53467
Commit
8bd53467
authored
Jun 11, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校准输出
parent
b963fc8a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
Data.cs
SharedSpace/Data.cs
+6
-0
DataType.cs
SharedSpace/DataType.cs
+17
-0
CKVocAnalyzer.dll
dll/CKVocAnalyzer.dll
+0
-0
No files found.
SharedSpace/Data.cs
View file @
8bd53467
...
@@ -22,5 +22,11 @@ namespace SharedSpace
...
@@ -22,5 +22,11 @@ namespace SharedSpace
/// 值是否读取
/// 值是否读取
/// </summary>
/// </summary>
public
static
bool
ReadChange
=
false
;
public
static
bool
ReadChange
=
false
;
/// <summary>
/// 自动校准 0 正常采样 1 校准开始 2 校准中 3 以校准
/// </summary>
public
static
int
typesint
=
0
;
}
}
}
}
SharedSpace/DataType.cs
View file @
8bd53467
...
@@ -19,4 +19,21 @@ namespace SharedSpace
...
@@ -19,4 +19,21 @@ namespace SharedSpace
/// </summary>
/// </summary>
public
double
vale
{
get
;
set
;
}
public
double
vale
{
get
;
set
;
}
}
}
public
class
AdjustCoef
{
/// <summary>
/// 名称
/// </summary>
public
string
name
{
get
;
set
;
}
/// <summary>
/// 系数K
/// </summary>
public
double
Bvale
{
get
;
set
;
}
/// <summary>
/// 常数 M
/// </summary>
public
double
Cvale
{
get
;
set
;
}
}
}
}
dll/CKVocAnalyzer.dll
View file @
8bd53467
No preview for this file type
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