Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
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
潘栩锋
hemei
Commits
2e0260df
Commit
2e0260df
authored
Dec 28, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 暂时解决风环混合没上限,导致后面平均很好,当前很差。 只是临时把混合永远为1
parent
d85f4e19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
AssemblyInfo.cs
...FLY.FeedbackRenZiJia.UI.Server/Properties/AssemblyInfo.cs
+2
-2
HeatBuf.cs
...Y.FeedbackRenZiJia/FLY.FeedbackRenZiJia/Server/HeatBuf.cs
+3
-3
No files found.
Project.FLY.FeedbackRenZiJia/FLY.FeedbackRenZiJia.UI.Server/Properties/AssemblyInfo.cs
View file @
2e0260df
...
...
@@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.6.
1
.0")]
[assembly: AssemblyFileVersion("7.6.
1
.0")]
[assembly: AssemblyVersion("7.6.
2
.0")]
[assembly: AssemblyFileVersion("7.6.
2
.0")]
[assembly: Guid("32104657-86E9-4380-9113-606589E6D812")]
Project.FLY.FeedbackRenZiJia/FLY.FeedbackRenZiJia/Server/HeatBuf.cs
View file @
2e0260df
...
...
@@ -442,10 +442,10 @@ namespace FLY.FeedbackRenZiJia.Server
if
(
CurrR
>=
ThresholdR
)
{
Stability
=
STABILITY
.
OK_CORREL
;
//暂时删除混合功能
//把 d 合并到 d_last
mData
.
RemoveAt
(
mData
.
Count
()
-
1
);
d
.
Mix
(
d_last
);
//
mData.RemoveAt(mData.Count() - 1);
//
d.Mix(d_last);
//更新图
ThickPercents
=
d
.
ThickPercents
;
...
...
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