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
1a412bc1
Commit
1a412bc1
authored
Mar 21, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 优化 边界查找 拐点方式查找, 变化率相同不能是拐点。
parent
8c704171
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
BorderSearch.cs
Project.FLY.Thick.Base/FLY.Thick.Base/Server/BorderSearch.cs
+2
-2
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base/Server/BorderSearch.cs
View file @
1a412bc1
...
@@ -553,7 +553,7 @@ namespace FLY.Thick.Base.Server
...
@@ -553,7 +553,7 @@ namespace FLY.Thick.Base.Server
break
;
break
;
if
(!
Misc
.
MyBase
.
ISVALIDATA
(
breakdats
[
i
]))
if
(!
Misc
.
MyBase
.
ISVALIDATA
(
breakdats
[
i
]))
break
;
break
;
if
(
breakdats
[
i
]
<
breakdats
[
i
+
num
])
if
(
breakdats
[
i
]
<
=
breakdats
[
i
+
num
])
{
{
//在减少
//在减少
bg
=
i
;
bg
=
i
;
...
@@ -582,7 +582,7 @@ namespace FLY.Thick.Base.Server
...
@@ -582,7 +582,7 @@ namespace FLY.Thick.Base.Server
if
(!
Misc
.
MyBase
.
ISVALIDATA
(
filterdats
[
i
]))
if
(!
Misc
.
MyBase
.
ISVALIDATA
(
filterdats
[
i
]))
break
;
break
;
if
(
breakdats
[
i
]
<
breakdats
[
i
-
num
])
if
(
breakdats
[
i
]
<
=
breakdats
[
i
-
num
])
{
{
//在减少
//在减少
eg
=
i
;
eg
=
i
;
...
...
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