Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Myproj
Project
Project
Details
Activity
Releases
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
fujii15
Myproj
Commits
58387adf
Commit
58387adf
authored
Jan 24, 2019
by
ビショップ 藤井
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timestampあり
parent
85c458ec
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
1 deletion
+1
-1
MainWindow.xaml.cs
WpfApp1/MainWindow.xaml.cs
+1
-1
WpfApp1.exe
WpfApp1/bin/Debug/WpfApp1.exe
+0
-0
WpfApp1.pdb
WpfApp1/bin/Debug/WpfApp1.pdb
+0
-0
WpfApp1.exe
WpfApp1/obj/Debug/WpfApp1.exe
+0
-0
WpfApp1.pdb
WpfApp1/obj/Debug/WpfApp1.pdb
+0
-0
No files found.
WpfApp1/MainWindow.xaml.cs
View file @
58387adf
...
...
@@ -25,7 +25,7 @@ namespace iBeaconScanner
/* パラメータ */
public
static
int
A_thresh
=
2
;
//認証可能人数
public
static
double
B_thresh
=
0.3
;
//RU率
public
static
TimeSpan
TIMEOUT
=
new
TimeSpan
(
0
,
0
,
1
);
//3秒間離れてたら近くにいないと判断
public
static
TimeSpan
TIMEOUT
=
new
TimeSpan
(
0
,
1
,
0
);
//3秒間離れてたら近くにいないと判断
public
static
TimeSpan
LIMIT_TIME
=
new
TimeSpan
(
0
,
0
,
5
);
//3秒パケットが取れなければ終了
static
int
RUcnt
,
NUcnt
;
...
...
WpfApp1/bin/Debug/WpfApp1.exe
View file @
58387adf
No preview for this file type
WpfApp1/bin/Debug/WpfApp1.pdb
View file @
58387adf
No preview for this file type
WpfApp1/obj/Debug/WpfApp1.exe
View file @
58387adf
No preview for this file type
WpfApp1/obj/Debug/WpfApp1.pdb
View file @
58387adf
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