blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 2
247
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
57
| license_type
stringclasses 2
values | repo_name
stringlengths 4
111
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringlengths 4
58
| visit_date
timestamp[ns]date 2015-07-25 18:16:41
2023-09-06 10:45:08
| revision_date
timestamp[ns]date 1970-01-14 14:03:36
2023-09-06 06:22:19
| committer_date
timestamp[ns]date 1970-01-14 14:03:36
2023-09-06 06:22:19
| github_id
int64 3.89k
689M
⌀ | star_events_count
int64 0
209k
| fork_events_count
int64 0
110k
| gha_license_id
stringclasses 25
values | gha_event_created_at
timestamp[ns]date 2012-06-07 00:51:45
2023-09-14 21:58:52
⌀ | gha_created_at
timestamp[ns]date 2008-03-27 23:40:48
2023-08-24 19:49:39
⌀ | gha_language
stringclasses 159
values | src_encoding
stringclasses 34
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 2
classes | length_bytes
int64 7
10.5M
| extension
stringclasses 111
values | filename
stringlengths 1
195
| text
stringlengths 7
10.5M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d54d36e12ccdb9994345b5f1e6dc48f365039593
|
c5160b7fa284f8003a4b0c4c35b5660f2669ce10
|
/countsetbit/main.cpp
|
21ae704c8e2184ff298de4879d257a04f47a73b5
|
[] |
no_license
|
rockvivek/DS-using-C-
|
00a49d790d1b926169c0f25ba6b056f8aca0eb10
|
6f38fbe972364740d3c6d7187e0a78176b716e5f
|
refs/heads/master
| 2021-02-09T19:16:24.137412
| 2020-03-02T08:33:43
| 2020-03-02T08:33:43
| 244,317,268
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 201
|
cpp
|
main.cpp
|
#include <iostream>
using namespace std;
int main()
{
int n = 1024;
int res = 0;
while(n>0){
n = n & n-1;
res++;
}
cout<<res<<endl;
return 0;
}
|
4c75e994bb37787dd1e8a95313578e61379ec2ee
|
2ac71ff13f39e33eb772adc5677500a642785a5b
|
/main.cpp
|
d392ca73c2240eb59721076864ef663bc0f3a70d
|
[] |
no_license
|
chenyushuo/QA_system
|
88ec2c51ec1d2dd27dece6e766582c68b2bf7ea3
|
3d34b409c8f350d0a444020f2c5ef3560091cd40
|
refs/heads/master
| 2020-03-23T08:12:18.988505
| 2018-07-17T16:09:45
| 2018-07-17T16:09:45
| 141,313,702
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 775
|
cpp
|
main.cpp
|
#include <bits/stdc++.h>
#include "queryjr.h"
using namespace std;
int main(int argc, char *args[])
{
if (argc == 3){
QueryJR query;
// ifstream fin(args[2]);
// if (!fin.is_open()){
// cout << "服务器出现了一些问题o(╯□╰)o" << endl;
// }
// else{
// string que;
// string str;
// while (fin >> str)
// que += str + " ";
ostringstream out;
query.answer(args[2], out);
string answer = out.str();
cout << answer;
ofstream fout("QA.log", ios::app);
fout << "time: " << time(0) << endl;
fout << "query: " << args[2] << endl;
fout << "answer: " << answer << endl;
// }
}
/*while (true){
cerr << "请输入您的问题:" << endl;
string line;
getline(cin, line);
query.answer(line, cout);
}*/
return 0;
}
|
f7e91eb0df99f018a43023ba5e1546a9c10fd361
|
1a6f65fec6d8545d435c4ed65cc32b15c8da053f
|
/IALG (Matriz)/6.cpp
|
72da6cfa8683213440b75f416652a572570dc676
|
[] |
no_license
|
caiogottmann/IALG
|
02cb5bd0ea70d20cd50d4bd0772a7aafd287e16d
|
fc406cdaa920de7ec710b6e180aaa6f8febaa048
|
refs/heads/master
| 2020-06-10T22:18:59.861022
| 2019-09-25T00:17:34
| 2019-09-25T00:17:34
| 193,770,772
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 331
|
cpp
|
6.cpp
|
#include <iostream>
using namespace std;
int main()
{
int l, c, i, j;
cin >> l >> c;
int v[l][c];
for(i = 0;i < l;i++) {
for(j = 0;j < c;j++) {
cin >> v[i][j];
}
}
for(i = 0;i < c;i++) {
for(j = 0;j < l;j++) {
cout << v[j][i] << " ";
}
cout << endl;
}
return 0;
}
|
d781ab6c285fb43a91875f0561be830759543e82
|
b863bd1068a37c8519fb06b0e431fb2336a2ec73
|
/src/lib_intercept/SegIntercept.h
|
cf829cca7ed04d5c394df755b3eec2a3a6062e79
|
[] |
no_license
|
Juggernautical420/BarkerMOOS
|
44d800c96aa3b602bedeb6924afa707c848b1562
|
be450eabe4153333af789fbf14139d06b90491d4
|
refs/heads/master
| 2021-06-08T18:45:51.752056
| 2021-04-30T01:33:49
| 2021-04-30T01:33:49
| 171,881,954
| 2
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,414
|
h
|
SegIntercept.h
|
/************************************************************/
/* NAME: Jason Barker */
/* ORGN: MIT - 2N */
/* FILE: SegIntercept.h */
/* DATE: October 29, 2019 */
/************************************************************/
#ifndef SEG_INTERCEPT_HEADER
#define SEG_INTERCEPT_HEADER
#include <iterator>
#include <cmath>
#include <vector>
#include <string>
#include <cstdlib>
#include "XYObject.h"
#include "XYSegList.h"
#include "XYFormatUtilsSegl.h"
#include "GeomUtils.h"
class SegIntercept : public XYObject {
public:
SegIntercept() {}
virtual ~SegIntercept() {}
//void SegIntercept create and edit functions
public:
void getIntercept(XYSegList os_seglist, XYSegList contact_seglist);
void removeDuplicates();
unsigned int size() const {return(m_px.size());}
double get_px(unsigned int) const;
double get_py(unsigned int) const;
std::string get_pname(unsigned int) const;
protected:
std::string m_veh_name;
std::string m_vname;
std::string m_veh_handle;
std::string str_os_seglist;
std::string str_contact_seglist;
XYSegList os_seglist;
XYSegList contact_seglist;
std::vector<double> m_px;
std::vector<double> m_py;
std::vector<std::string> m_con_name;
};
#endif
|
87ce764603051635d5f5adb18b983d330f521326
|
eb831f0eae24e871f4fe6cb584a83a45891541b0
|
/common/src/gui/columnlistview/ColumnListItem.cpp
|
97d605c7bc3b53c1a2f0f10d0ac3d79fa7db460f
|
[
"MIT"
] |
permissive
|
humdingerb/WonderBrush-v2
|
3f0e4be6bc6d7a51b23a9149f6392cb56927843b
|
a876a28b99c13414184b8f5a27567b03edc2b32e
|
refs/heads/master
| 2021-07-01T09:59:54.077533
| 2020-12-10T17:01:01
| 2020-12-10T17:01:01
| 195,271,147
| 0
| 0
|
MIT
| 2019-07-04T16:11:58
| 2019-07-04T16:11:57
| null |
UTF-8
|
C++
| false
| false
| 5,266
|
cpp
|
ColumnListItem.cpp
|
// ColumnListItem.cpp
#include <stdio.h>
#include <View.h>
#include "ColumnListItem.h"
#include "Column.h"
#include "ColumnListView.h"
#include "ColumnListViewColors.h"
// constructor
ColumnListItem::ColumnListItem(float height)
: fParent(NULL),
fParentItem(NULL),
fChildItems(NULL),
fHeight(height),
fFlags(0),
fYOffset(0)
{
}
// destructor
ColumnListItem::~ColumnListItem()
{
delete fChildItems;
}
// SetParent
void
ColumnListItem::SetParent(ColumnListView* parent)
{
if (!parent) {
if (fParentItem)
fParentItem->ItemRemoved(this);
if (!IsCollapsed())
_RemoveSubitems();
} else {
if (!IsCollapsed())
_AddSubitems();
}
fParent = parent;
// ...
}
// Parent
ColumnListView*
ColumnListItem::Parent() const
{
return fParent;
}
// SetParentItem
void
ColumnListItem::SetParentItem(ColumnListItem* parent)
{
fParentItem = parent;
}
// ParentItem
ColumnListItem*
ColumnListItem::ParentItem() const
{
return fParentItem;
}
// AddItem
bool
ColumnListItem::AddItem(ColumnListItem* item)
{
bool success = false;
if (item) {
if (!fChildItems)
fChildItems = new BList(20);
if ((success = fChildItems->AddItem((void*)item))) {
item->SetParentItem(this);
// add item to column list view
if (fParent && !IsCollapsed()) {
int32 index = fChildItems->IndexOf((void*)item);
index += fParent->IndexOf(this);
// if (!(success = fParent->AddItem(item, index)));
// fChildItems->RemoveItem((void*)item);
fParent->AddItem(item, index);
success = true;
}
}
}
return success;
}
// AddItem
bool
ColumnListItem::AddItem(ColumnListItem* item, int32 index)
{
// if we no sub items yet, simply call above method
if (!fChildItems)
return AddItem(item);
bool success = false;
if (item) {
if ((success = fChildItems->AddItem((void*)item, index))) {
item->SetParentItem(this);
// add item to column list view
if (fParent && !IsCollapsed()) {
int32 index = fChildItems->IndexOf((void*)item);
index += fParent->IndexOf(this);
// if (!(success = fParent->AddItem(item, index)));
// fChildItems->RemoveItem((void*)item);
fParent->AddItem(item, index);
success = true;
}
}
}
return success;
}
// ItemRemoved
void
ColumnListItem::ItemRemoved(ColumnListItem* item)
{
if (fChildItems) {
fChildItems->RemoveItem((void*)item);
item->SetParentItem(NULL);
}
}
// CountItemSlots
int32
ColumnListItem::CountItemSlots() const
{
int32 count = 1; // one for this item
if (!IsCollapsed() && fChildItems) {
// deep ("recursive") count of all sub items
for (int32 i = 0; ColumnListItem* item = (ColumnListItem*)fChildItems->ItemAt(i); i++)
count += item->CountItemSlots();
}
return count;
}
// SetHeight
void
ColumnListItem::SetHeight(float height)
{
fHeight = height;
// notify parent
// ...
}
// Height
float
ColumnListItem::Height() const
{
return fHeight;
}
// Draw
void
ColumnListItem::Draw(BView* view, Column* column, BRect frame,
BRect updateRect, uint32 flags,
const column_list_item_colors* colors)
{
}
// DrawBackground
void
ColumnListItem::DrawBackground(BView* view, Column* column, BRect frame,
BRect rect, uint32 flags,
const column_list_item_colors* colors)
{
bool selected = (flags & COLUMN_LIST_ITEM_SELECTED);
// set the colors according to the selection state
if (selected)
view->SetLowColor(colors->selected_background);
else
view->SetLowColor(colors->background);
view->FillRect(rect, B_SOLID_LOW);
}
// AddFlags
void
ColumnListItem::AddFlags(uint32 flags)
{
fFlags |= flags;
}
// ClearFlags
void
ColumnListItem::ClearFlags(uint32 flags)
{
fFlags &= ~flags;
}
// SetFlags
void
ColumnListItem::SetFlags(uint32 flags)
{
fFlags = flags;
}
// Flags
uint32
ColumnListItem::Flags() const
{
return fFlags;
}
// SetSelected
void
ColumnListItem::SetSelected(bool selected)
{
if (selected)
AddFlags(COLUMN_LIST_ITEM_SELECTED);
else
ClearFlags(COLUMN_LIST_ITEM_SELECTED);
}
// IsSelected
bool
ColumnListItem::IsSelected() const
{
return (fFlags & COLUMN_LIST_ITEM_SELECTED);
}
// SetCollapsed
void
ColumnListItem::SetCollapsed(bool collapse)
{
if (collapse) {
if (!IsCollapsed()) {
AddFlags(COLUMN_LIST_ITEM_COLLAPSED);
_RemoveSubitems();
}
} else {
if (IsCollapsed()) {
ClearFlags(COLUMN_LIST_ITEM_COLLAPSED);
_AddSubitems();
}
}
}
// IsCollapsed
bool
ColumnListItem::IsCollapsed() const
{
return (fFlags & COLUMN_LIST_ITEM_COLLAPSED);
}
// SetYOffset
void
ColumnListItem::SetYOffset(float offset)
{
fYOffset = offset;
}
// YOffset
float
ColumnListItem::YOffset() const
{
return fYOffset;
}
// _AddSubitems
void
ColumnListItem::_AddSubitems()
{
if (fParent && fChildItems) {
int32 index = fParent->IndexOf(this) + 1;
for (int32 i = 0; ColumnListItem* item = (ColumnListItem*)fChildItems->ItemAt(i); i++) {
fParent->AddItem(item, index);
// adding the item to the list view
// might cause its subitems to be added as well,
// add the next item after all subitems of this one
index += item->CountItemSlots();
}
}
}
// _RemoveSubitems
void
ColumnListItem::_RemoveSubitems()
{
if (fParent && fChildItems) {
for (int32 i = 0; ColumnListItem* item = (ColumnListItem*)fChildItems->ItemAt(i); i++) {
fParent->RemoveItem(item);
}
}
}
|
7af66bc2100d3832729a5516eef95c5dc1e36ae9
|
dc35066c405efa5101f4f1530ea37b7f74d0c997
|
/src/Maximum Subarray/Solution.cpp
|
9630ab5d73e2e443e02b71402736da4427a943ad
|
[] |
no_license
|
wangzi6147/leetcode
|
08d5667144f1609b9e71be2fcc46694972e54cab
|
4817fbab92d425ab253feb39ffcaeeb14452d09d
|
refs/heads/master
| 2021-01-25T07:18:51.292146
| 2018-10-01T03:56:09
| 2018-10-01T03:56:09
| 31,905,070
| 3
| 2
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 316
|
cpp
|
Solution.cpp
|
class Solution {
public:
int maxSubArray(int A[], int n) {
int i = 1, largestSum, curSum;
largestSum = A[0];
curSum = largestSum;
while(i<n){
if (curSum<0){
curSum = 0;
}
curSum = curSum + A[i];
largestSum = (largestSum > curSum) ? largestSum : curSum;
i++;
}
return largestSum;
}
};
|
435f2ad1907e0901406f14f0a52be6fe73a198fa
|
c78c1626132502091264c484a99b6bda9d5bb48b
|
/MeshEditor/MeshEditor/ParameterSetDlg4.cpp
|
841072ce18415f9eafef46c836ce3d3f245662f2
|
[] |
no_license
|
zephyrer/mesh-editor
|
6c5bc596ab722c189821379e55712115cd6fbbf1
|
d70a1dffd6172fdf81edb97803d758aea4c21e12
|
refs/heads/master
| 2021-01-23T07:15:13.453834
| 2012-11-21T08:20:56
| 2012-11-21T08:20:56
| 40,067,505
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 1,465
|
cpp
|
ParameterSetDlg4.cpp
|
// ParameterSetDlg4.cpp : 实现文件
//
#include "stdafx.h"
#include "MeshEditor.h"
#include "ParameterSetDlg4.h"
#include "afxdialogex.h"
// ParameterSetDlg4 对话框
IMPLEMENT_DYNAMIC(ParameterSetDlg4, CDialogEx)
ParameterSetDlg4::ParameterSetDlg4(CWnd* pParent /*=NULL*/)
: CDialogEx(ParameterSetDlg4::IDD, pParent)
, iters4(10)
, weightSet4(0)
, isVolumePreservation4(TRUE)
, lambda(_T("0.800000"))
, mu((float)(1.0/(1.0/0.8-0.1)))
{
}
ParameterSetDlg4::~ParameterSetDlg4()
{
}
void ParameterSetDlg4::DoDataExchange(CDataExchange* pDX)
{
CDialogEx::DoDataExchange(pDX);
DDX_Text(pDX, IDC_EDIT1, iters4);
DDX_Radio(pDX, IDC_RADIO1, weightSet4);
DDX_Check(pDX, IDC_CHECK1, isVolumePreservation4);
DDX_Text(pDX, IDC_EDIT3, lambda);
DDX_Text(pDX, IDC_EDIT4, mu);
}
BEGIN_MESSAGE_MAP(ParameterSetDlg4, CDialogEx)
ON_EN_CHANGE(IDC_EDIT3, &ParameterSetDlg4::OnEnChangeEdit3)
END_MESSAGE_MAP()
// ParameterSetDlg4 消息处理程序
void ParameterSetDlg4::OnEnChangeEdit3()
{
// TODO: 如果该控件是 RICHEDIT 控件,它将不
// 发送此通知,除非重写 CDialogEx::OnInitDialog()
// 函数并调用 CRichEditCtrl().SetEventMask(),
// 同时将 ENM_CHANGE 标志“或”运算到掩码中。
// TODO: 在此添加控件通知处理程序代码
UpdateData(TRUE);
float temp = (float)_tstof(lambda);
mu = (float)(1.0/(1.0/temp-0.1));
UpdateData(FALSE);
}
|
5c32dfdb2baec52021d816aed5b5d14110389129
|
a16447431515cb948997b09f7defac6a88171739
|
/weiyunsuanhuibian.cpp
|
7c9950b243c774f55e1844b1d1ff9c0890f59697
|
[] |
no_license
|
Twopothead/OOCplusplus
|
af74c92ab04fd360f8b459ece071b2b7559e66bc
|
7d49d6aafcb40c7a5fd37970ddf59155dca7aebb
|
refs/heads/master
| 2020-05-22T09:05:56.927339
| 2017-04-16T09:02:43
| 2017-04-16T09:02:43
| 84,330,290
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,122
|
cpp
|
weiyunsuanhuibian.cpp
|
#include <iostream>
#include <vector>
using namespace std;
int displayint(int temp)
{
int onezero[32]={0};
_asm{
mov eax,32;
mov ecx,eax;
lea ebx,onezero;
mov eax,temp;
mov esi,0;
s: clc
shl eax,1;
mov edx,0;
rcl edx,1;
mov [ebx+esi*4],edx;
inc esi;
loop s;
}
for(int i=0;i<32;i++)
{
cout<<onezero[i]<<" ";
}
cout<<endl;
return 0;
}
int displayfloat(float temp)
{
int onezero[32]={0};
_asm{
mov eax,32;
mov ecx,eax;
lea ebx,onezero;
mov eax,temp;
mov esi,0;
s: clc
shl eax,1;
mov edx,0;
rcl edx,1;
mov [ebx+esi*4],edx;
inc esi;
loop s;
}
for(int i=0;i<32;i++)
{
cout<<onezero[i]<<" ";
}
cout<<endl;
return 0;
}
int displaydouble(double temp)
{
int onezero[64]={0};
_asm{
mov eax,32;
mov ecx,eax;
lea ebx,onezero;
mov eax,temp;
mov esi,0;
s: clc
shl eax,1;
mov edx,0;
rcl edx,1;
mov [ebx+esi*4],edx;
inc esi;
loop s;
}
for(int i=0;i<64;i++)
{
cout<<onezero[i]<<" ";
}
cout<<endl;
return 0;
}
int main()
{
int a=15;
displayint(a);
float b=(float)a;
displayfloat(b);
double c=(double)a;
displaydouble(c);
return 0;
}
|
383215600520bac1377ee883be404e81d35fb818
|
b3ea5b77d96f00e88d6118498c63864769525fd9
|
/Source/Envision/TipDlg.cpp
|
2108b068a94308b2c3aa4b8074a67c0b62a513f7
|
[] |
no_license
|
radtek/Envision
|
01e50f84a4b179bbf2450ff63d5112788d20179b
|
279268bd58c133db32eacf432f176f5366a608ac
|
refs/heads/master
| 2020-06-11T04:33:45.527215
| 2019-06-13T22:13:36
| 2019-06-13T22:13:36
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 14,480
|
cpp
|
TipDlg.cpp
|
/*
This file is part of Envision.
Envision is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Envision is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Envision. If not, see <http://www.gnu.org/licenses/>
Copywrite 2012 - Oregon State University
*/
// XHTMLTipOfTheDayDlg.cpp Version 1.0
//
// Author: Hans Dietrich
// hdietrich2@hotmail.com
//
// History
// Version 1.0 - 2004 June 15
// - Initial public release
//
// License:
// This software is released into the public domain. You are free to use
// it in any way you like, except that you may not sell this source code.
//
// This software is provided "as is" with no expressed or implied warranty.
// I accept no liability for any damage or loss of business that this
// software may cause.
//
///////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TipDlg.h"
#include "resource.h"
#include <sys\stat.h>
#include <sys\types.h>
//#include "Shlwapi.h." // for PathCompactPath()
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//#pragma message("automatic link to SHLWAPI.LIB")
//#pragma comment(lib, "Shlwapi.lib")
#define MAX_BUFLEN 10000
static const TCHAR szSection[] = _T("TipOfTheDay");
static const TCHAR szIntTipNo[] = _T("TipNo");
static const TCHAR szTimeStamp[] = _T("TimeStamp");
static const TCHAR szIntStartup[] = _T("StartUp");
///////////////////////////////////////////////////////////////////////////////
// CXHTMLTipOfTheDayDlg dialog
BEGIN_MESSAGE_MAP(CXHTMLTipOfTheDayDlg, CDialog)
//{{AFX_MSG_MAP(CXHTMLTipOfTheDayDlg)
ON_BN_CLICKED(IDC_NEXTTIP, OnNextTip)
ON_WM_CTLCOLOR()
ON_WM_PAINT()
ON_BN_CLICKED(IDC_PREVTIP, OnPrevTip)
ON_WM_WINDOWPOSCHANGING()
ON_WM_DESTROY()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
///////////////////////////////////////////////////////////////////////////////
// ctor
CXHTMLTipOfTheDayDlg::CXHTMLTipOfTheDayDlg(LPCTSTR lpszTipFile, CWnd* pParent /*=NULL*/)
: CDialog( MAKEINTRESOURCE(IDD_TIPOFTHEDAY), pParent)
{
//{{AFX_DATA_INIT(CXHTMLTipOfTheDayDlg)
//}}AFX_DATA_INIT
m_bVisible = TRUE;
m_pStream = NULL;
m_nTipNo = 0;
m_nLastTipNo = 0;
ASSERT(lpszTipFile);
m_strTipFile = lpszTipFile;
m_SideBrush.CreateSolidBrush(::GetSysColor(COLOR_BTNSHADOW));
CWinApp* pApp = AfxGetApp();
m_bStartup = pApp->GetProfileInt(szSection, szIntStartup, TRUE);
}
///////////////////////////////////////////////////////////////////////////////
// dtor
CXHTMLTipOfTheDayDlg::~CXHTMLTipOfTheDayDlg()
{
if (m_SideBrush.GetSafeHandle())
m_SideBrush.DeleteObject();
}
///////////////////////////////////////////////////////////////////////////////
// DoDataExchange
void CXHTMLTipOfTheDayDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CXHTMLTipOfTheDayDlg)
DDX_Control(pDX, IDC_NEXTTIP, m_btnNext);
DDX_Control(pDX, IDC_PREVTIP, m_btnPrev);
DDX_Control(pDX, IDC_SIDE, m_Side);
DDX_Control(pDX, IDC_HEADER, m_Header);
DDX_Control(pDX, IDC_TIPSTRING, m_Tip);
DDX_Control(pDX, IDC_STARTUP, m_chkStartup);
//}}AFX_DATA_MAP
}
///////////////////////////////////////////////////////////////////////////////
// OnInitDialog
BOOL CXHTMLTipOfTheDayDlg::OnInitDialog()
{
CDialog::OnInitDialog();
CenterWindow();
// set up glyph buttons
m_btnPrev.SetGlyph(16, _T("Wingdings"), 0xEF);
m_btnNext.SetGlyph(16, _T("Wingdings"), 0xF0);
if (m_bStartup)
m_bVisible = TRUE; // OK to show
else
m_bVisible = FALSE; // user doesn't want to see - hide the window
// until OnWindowPosChanging() can send WM_CLOSE
m_chkStartup.SetCheck(m_bStartup);
m_nTipNo = AfxGetApp()->GetProfileInt(szSection, szIntTipNo, 0);
if (m_nTipNo > 0)
m_nTipNo++;
// get path for tips file =============================
TCHAR szPath[_MAX_PATH*3] = { 0 };
/*
HINSTANCE hinst = AfxGetInstanceHandle();
::GetModuleFileName(hinst, szPath, sizeof(szPath)/sizeof(TCHAR)-2);
TCHAR * cp = _tcsrchr(szPath, _T('\\'));
if (cp)
*cp = _T('\0');
char *debug = strstr( szPath, "\\Debug" );
if ( debug )
*debug = NULL;
*/
CString strTipPath(szPath);
//strTipPath += _T("\\");
if (!m_strTipFile.IsEmpty())
strTipPath = m_strTipFile;
else
strTipPath = _T("Tips.txt");
CString strStoredTime = _T("");
CString strModifyTime = _T("");
BOOL bFirstTime = FALSE;
// open tips file =====================================
_tfopen_s( &m_pStream, strTipPath, _T("r"));
if (m_pStream == NULL)
{
// can't open tips file - display filepath
CString str = _T("");;
str.LoadString(IDS_TIP_FILE_MISSING);
strTipPath.MakeUpper();
LPTSTR lpch = strTipPath.GetBuffer(MAX_PATH);
CClientDC dc(this);
CRect rectClient;
GetDlgItem(IDC_TIPSTRING)->GetClientRect(&rectClient);
// get shortened name that will fit in client rect
if (::PathCompactPath(dc.m_hDC, lpch, rectClient.Width()-4))
m_strTip.Format(str, lpch);
else
m_strTip.Format(str, strTipPath);
strTipPath.ReleaseBuffer();
}
else
{
// tips file opened ok
// If the saved timestamp is different from the current timestamp of
// the tips file, then we know that the tips file has been modified.
// Reset the file position to 0 and save the latest timestamp.
struct _stat buf;
_fstat(_fileno(m_pStream), &buf);
strModifyTime = ctime(&buf.st_mtime);
strModifyTime.TrimRight();
strStoredTime = AfxGetApp()->GetProfileString(szSection, szTimeStamp);
AfxGetApp()->WriteProfileString(szSection, szTimeStamp, strModifyTime);
// tip file was modified, start at first tip
if (!strStoredTime.IsEmpty())
{
if (strModifyTime != strStoredTime)
{
m_nTipNo = 1;
}
}
else
{
// this is the first time that a tip is being displayed
bFirstTime = TRUE;
m_nTipNo = 0;
}
m_nLastTipNo = GetLastTipNo();
GetTipString(&m_nTipNo, m_strTip, bFirstTime);
// if Tips file does not exist then disable NextTip
if (m_pStream == NULL)
{
GetDlgItem(IDC_NEXTTIP)->EnableWindow(FALSE);
GetDlgItem(IDC_PREVTIP)->EnableWindow(FALSE);
}
}
// display the header =================================
m_Header.SetMargins(10, 10);
int nHeader = 0;
if (!strStoredTime.IsEmpty())
nHeader = 1;
DisplayHeader(nHeader);
// display the tip ====================================
m_Tip.SetMargins(10, 20);
// set font a bit larger
LOGFONT lf;
CFont* pFont = GetFont();
if (pFont)
pFont->GetObject(sizeof(lf), &lf);
else
GetObject(GetStockObject(SYSTEM_FONT), sizeof(lf), &lf);
if (lf.lfHeight < 0)
lf.lfHeight -= 2;
else
lf.lfHeight += 2;
m_Tip.SetLogFont(&lf);
m_Tip.SetWindowText(m_strTip);
return TRUE; // return TRUE unless you set the focus to a control
}
///////////////////////////////////////////////////////////////////////////////
// OnNextTip
void CXHTMLTipOfTheDayDlg::OnNextTip()
{
if (m_nTipNo == 0)
DisplayHeader(1);
m_nTipNo++;
if (m_nTipNo > m_nLastTipNo)
m_nTipNo = 0;
if (GetTipString(&m_nTipNo, m_strTip, FALSE))
m_Tip.SetWindowText(m_strTip);
}
///////////////////////////////////////////////////////////////////////////////
// OnPrevTip
void CXHTMLTipOfTheDayDlg::OnPrevTip()
{
if (m_nTipNo == 0)
DisplayHeader(1);
m_nTipNo--;
if (m_nTipNo <= 0)
m_nTipNo = m_nLastTipNo;
if (GetTipString(&m_nTipNo, m_strTip, FALSE))
m_Tip.SetWindowText(m_strTip);
}
///////////////////////////////////////////////////////////////////////////////
// DisplayHeader
void CXHTMLTipOfTheDayDlg::DisplayHeader(int nHeader)
{
static const TCHAR * szHeader =
{
_T("<br>")
_T("<b><font size=\"+8\" face=\"Times New Roman\">%s</font></b>")
_T("<br><font color=\"%d,%d,%d\"><hr size=1></font>")
};
CString strText = _T("");
if (nHeader == 0)
VERIFY(strText.LoadString(IDS_WELCOME));
else
VERIFY(strText.LoadString(IDS_DIDYOUKNOW));
// format the header with the rgb color for the rule
CString strHeader = _T("");
COLORREF rgb = ::GetSysColor(COLOR_BTNSHADOW);
strHeader.Format(szHeader, strText,
GetRValue(rgb), GetGValue(rgb), GetBValue(rgb));
m_Header.SetWindowText(strHeader);
}
///////////////////////////////////////////////////////////////////////////////
// GetTipLine
TCHAR * CXHTMLTipOfTheDayDlg::GetTipLine(TCHAR *buffer, int n)
{
ASSERT(buffer);
while (_fgetts(buffer, n-1, m_pStream) != NULL)
{
if (*buffer != _T(' ') && *buffer != _T('\t') &&
*buffer != _T('\n') && *buffer != _T(';'))
{
// There should be no space at the beginning of the tip
// This behavior is same as VC++ Tips file
// Comment lines are ignored and they start with a semicolon
return buffer;
}
}
return NULL;
}
///////////////////////////////////////////////////////////////////////////////
// GetLastTipNo
int CXHTMLTipOfTheDayDlg::GetLastTipNo()
{
int nTipNo = 0;
if (m_pStream)
{
CString str = _T("");
LPTSTR lpsz = str.GetBuffer(MAX_BUFLEN);
*lpsz = _T('\0');
fseek(m_pStream, 0, SEEK_SET); // rewind file
for ( ; ; nTipNo++)
{
if (GetTipLine(lpsz, MAX_BUFLEN-1) == NULL)
break;
}
if (nTipNo > 0)
nTipNo--;
}
return nTipNo;
}
///////////////////////////////////////////////////////////////////////////////
// GetTipString
BOOL CXHTMLTipOfTheDayDlg::GetTipString(int* pnTip, CString& str, BOOL bFirstTime)
{
if (!bFirstTime && (*pnTip < 1))
*pnTip = 1; // don't show welcome tip again
LPTSTR lpsz = str.GetBuffer(MAX_BUFLEN);
*lpsz = _T('\0');
if (m_pStream)
{
fseek(m_pStream, 0, SEEK_SET); // rewind file
int n = 0;
do
{
if (GetTipLine(lpsz, MAX_BUFLEN-1) == NULL)
{
// We have either reached EOF or enocuntered some problem
// In both cases reset the pointer to the beginning of the file
// This behavior is same as VC++ Tips file
fseek(m_pStream, 0, SEEK_SET); // rewind file
*pnTip = 1;
// skip the welcome tip
if (GetTipLine(lpsz, MAX_BUFLEN-1) != NULL)
{
// start at second tip
GetTipLine(lpsz, MAX_BUFLEN-1);
}
break;
}
else
{
// There should be no space at the beginning of the tip
// This behavior is same as VC++ Tips file
// Comment lines are ignored and they start with a semicolon
n++;
}
} while (n <= *pnTip);
}
str.ReleaseBuffer();
return !str.IsEmpty();
}
///////////////////////////////////////////////////////////////////////////////
// OnCtlColor
HBRUSH CXHTMLTipOfTheDayDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
{
if (pWnd && ::IsWindow(pWnd->m_hWnd))
{
if (pWnd->m_hWnd == m_Tip.m_hWnd)
return (HBRUSH)GetStockObject(WHITE_BRUSH);
if (pWnd->m_hWnd == m_Header.m_hWnd)
return (HBRUSH)GetStockObject(WHITE_BRUSH);
if (pWnd->m_hWnd == m_Side.m_hWnd)
return (HBRUSH)GetStockObject(NULL_BRUSH);
}
return CDialog::OnCtlColor(pDC, pWnd, nCtlColor);
}
///////////////////////////////////////////////////////////////////////////////
// OnPaint
void CXHTMLTipOfTheDayDlg::OnPaint()
{
CPaintDC dc(this); // device context for painting
DoPaint(&dc);
// Do not call CDialog::OnPaint() for painting messages
}
///////////////////////////////////////////////////////////////////////////////
// DoPaint
void CXHTMLTipOfTheDayDlg::DoPaint(CDC *pdc)
{
CWnd* pStatic;
CRect rectBulb, rectSide, rectHeader;
pStatic = GetDlgItem(IDC_LIGHTBULB);
if (!pStatic)
{
ASSERT(FALSE);
return;
}
pStatic->GetWindowRect(rectBulb);
ScreenToClient(rectBulb);
pStatic->ShowWindow(SW_HIDE);
pStatic = GetDlgItem(IDC_SIDE);
if (!pStatic)
{
ASSERT(FALSE);
return;
}
pStatic->GetWindowRect(rectSide);
ScreenToClient(rectSide);
pStatic->ShowWindow(SW_HIDE);
pStatic = GetDlgItem(IDC_HEADER);
if (!pStatic)
{
ASSERT(FALSE);
return;
}
pStatic->GetWindowRect(rectHeader);
ScreenToClient(rectHeader);
// draw border
CRect rectBorder(rectSide.left-2, rectHeader.top-2,
rectHeader.right+2, rectSide.bottom+2);
pdc->DrawEdge(&rectBorder, EDGE_SUNKEN, BF_RECT);
// paint left side button shadow color
pdc->FillSolidRect(rectSide, ::GetSysColor(COLOR_BTNSHADOW));
pdc->SetBkColor(::GetSysColor(COLOR_BTNSHADOW));
// load bitmap and get dimensions of the bitmap
CBitmap bmp;
VERIFY(bmp.LoadBitmap(IDB_LIGHTBULB));
BITMAP bmpInfo;
bmp.GetBitmap(&bmpInfo);
// draw bitmap in top corner and validate only top portion of window
CDC dcTmp;
dcTmp.CreateCompatibleDC(pdc);
dcTmp.SelectObject(&bmp);
rectBulb.bottom = bmpInfo.bmHeight + rectBulb.top;
rectBulb.right = bmpInfo.bmWidth + rectBulb.left;
dcTmp.SelectObject(&m_SideBrush);
dcTmp.ExtFloodFill(0,0, 0x00FFFFFF, FLOODFILLSURFACE);
pdc->BitBlt(rectBulb.left, rectBulb.top,
rectBulb.Width(), rectBulb.Height(),
&dcTmp, 0, 0, SRCCOPY);
}
///////////////////////////////////////////////////////////////////////////////
// OnWindowPosChanging
void CXHTMLTipOfTheDayDlg::OnWindowPosChanging(WINDOWPOS FAR* lpwndpos)
{
if (!m_bVisible)
{
lpwndpos->flags &= ~SWP_SHOWWINDOW ;
SendMessage(WM_CLOSE);
}
CDialog::OnWindowPosChanging(lpwndpos);
}
///////////////////////////////////////////////////////////////////////////////
// OnDestroy
void CXHTMLTipOfTheDayDlg::OnDestroy()
{
// Update the tip number in the ini file (or registry) with
// the latest position so we don't repeat the tips.
m_bStartup = m_chkStartup.GetCheck();
if (m_pStream)
{
fclose(m_pStream);
m_pStream = NULL;
AfxGetApp()->WriteProfileInt(szSection, szIntTipNo, m_nTipNo);
AfxGetApp()->WriteProfileInt(szSection, szIntStartup, m_bStartup);
}
CDialog::OnDestroy();
}
|
9aa7fc28af3ed1f1ae50943e8c07e05940affe3c
|
ecb8534e12983ddb3333fec54511043bf028b43d
|
/NyaBack.h
|
eff21a5cab0e4725da1e498b245460e70b6a337e
|
[] |
no_license
|
tkr987/H2NC_LIB
|
57fef907e38b3db86f0e910b02db2d4a36bf1dcb
|
2ad28e01a220209c7b15563b45badcdc28f4ace8
|
refs/heads/master
| 2021-06-29T21:10:12.739319
| 2019-04-08T16:16:37
| 2019-04-08T16:16:37
| 116,551,729
| 1
| 0
| null | null | null | null |
SHIFT_JIS
|
C++
| false
| false
| 273
|
h
|
NyaBack.h
|
#pragma once
namespace HNLIB
{
enum class eEVENT;
// 背景画像と背景音楽の基底クラス
class NyaBack
{
public:
NyaBack(){}
virtual ~NyaBack(){}
virtual void Act(void) = 0;
virtual void Draw(void) = 0;
void Run(const eEVENT check_event);
};
}
|
28abb16cbaf7a9e15f35f59349b5c6ac8f9e4852
|
cc7b9acdda86009a881b55c1414e9ab19290bee6
|
/ツユノアルヒ/OutLineMgr.cpp
|
b6187294de9d596db70eff78e2c752e9eed835fc
|
[] |
no_license
|
hoshiTAKAhoshi/Hanazukin
|
e90809beb2a628c79e4b3e102ca0604f23338707
|
f805392924dd6fd851036f1660b8181534cc6253
|
refs/heads/master
| 2020-12-14T12:15:54.766662
| 2020-01-18T13:26:34
| 2020-01-18T13:26:34
| 234,738,982
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 944
|
cpp
|
OutLineMgr.cpp
|
#include "OutLineMgr.h"
#include "Bank.h"
#include "Shake.h"
#include "DxLib.h"
void OutLineMgr::Update()
{
}
void OutLineMgr::Draw()
{
for (int y = 0; y < 9; y++)
{
for (int x = 0; x < 12; x++)
{
for (int d = 0; d < 4; d++)
{
if (OutLineData[y][x][d] == 1)
{
DrawRotaGraph((x + 0.5) * 16 * 4 + Shake::Instance()->GetX(), (y + 0.5) * 16 * 4 + Shake::Instance()->GetY(), 4, 0, GrHandleData[d], 1);
}
}
}
}
}
void OutLineMgr::KillLine(int X, int Y)
{
for (int d = 0; d < 4; d++)
{
OutLineData[Y][X][d] = 0;
}
}
void OutLineMgr::SetLine(int X, int Y, Dire Direction)
{
OutLineData[Y][X][Direction] = 1;
}
void OutLineMgr::Init()
{
for (int y = 0; y < 9; y++)
{
for (int x = 0; x < 12; x++)
{
for (int d = 0; d < 4; d++)
{
OutLineData[y][x][d] = 0;
}
}
}
}
OutLineMgr::OutLineMgr()
{
Init();
GrHandleData = Bank::Instance()->GetGrHandle(11);
}
OutLineMgr::~OutLineMgr()
{
}
|
44cdfa6f8f2f28af742db8f70bfcaf02c31a6670
|
24103cd912a3f60e8fe2172628f8f5404b6ead98
|
/ApplicationServer/src/Exceptions/AuthorizationException.cpp
|
4acd9a74b89bfe427b6d69edea49aaef6400a680
|
[] |
no_license
|
jmoguilevsky/Taller2Match
|
3236fa1eb9e58bd865b32c942f5075248c920933
|
e336790d0a7e28d6d9d8cfc35fe8cc7f7472e5c5
|
refs/heads/master
| 2020-05-29T12:28:30.038813
| 2016-06-30T20:21:26
| 2016-06-30T20:21:26
| 54,287,051
| 4
| 0
| null | 2016-05-21T19:37:56
| 2016-03-19T21:03:24
|
HTML
|
UTF-8
|
C++
| false
| false
| 76
|
cpp
|
AuthorizationException.cpp
|
//
// Created by chris on 11/06/16.
//
#include "AuthorizationException.h"
|
091c2f12e5ad98b1b6236b90eaeec3b03d5448ee
|
c1af5229f7f2a270c27f34479cee25673a07a778
|
/src/libsrc/phia/phiaformprocessor.cpp
|
563679c222d697b9d9af04b9426f91f43fa30219
|
[] |
no_license
|
Phisketeer/phisketeer
|
ba44202ca64dd3c566c2109154353fdf479a223f
|
2a8fae960e04111f01fdd77d97246f274aefc4d9
|
refs/heads/master
| 2021-01-19T06:46:37.896508
| 2014-05-03T12:27:28
| 2014-05-03T12:27:28
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,471
|
cpp
|
phiaformprocessor.cpp
|
/*
# Copyright (C) 2010-2013 Marius B. Schumacher
# Copyright (C) 2011-2013 Phisys AG, Switzerland
# Copyright (C) 2012-2013 Phisketeer.org team
#
# This C++ library is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QUuid>
#include <QUrl>
#include <QFile>
#include <QFileInfo>
#include <QStringList>
#include "phiaformprocessor.h"
PHIAFormProcessor::PHIAFormProcessor( PHIAWebView *parent )
: QObject( parent )
{
qDebug( "PHIAFormProcessor::PHIAFormProcessor()" );
_tmpFile=new QTemporaryFile( QDir::tempPath()+QDir::separator()+"phiformXXXXXX", this );
_disposition="Content-Disposition: form-data; name=";
QUuid uid=QUuid::createUuid();
_boundary="----------PHI"+uid.toString().toUtf8();
}
PHIAFormProcessor::~PHIAFormProcessor()
{
qDebug( "PHIAFormProcessor::~PHIAFormProcessor()" );
}
QNetworkReply* PHIAFormProcessor::process( const PHIAPage *page, const QString &buttonid )
{
QUrl actionUrl( page->action() );
if ( !_tmpFile->open() || page->action().isEmpty() || !actionUrl.isValid() ) {
this->deleteLater();
return 0;
}
PHIAWebView *view=qobject_cast<PHIAWebView*>(parent());
Q_ASSERT( view );
QHash <QByteArray, PHIBaseItem*> items=page->items();
PHIBaseItem *it;
foreach ( it, items ) {
PHIAItem *pit=qobject_cast<PHIAItem*>(it);
if ( !PHI::isInputItem( static_cast<PHI::Widget>(it->wid()) ) ) continue;
if ( it->wid()==PHI::SUBMIT_BUTTON ) {
if ( it->name()!=buttonid ) continue; // only add submit button which caused the request
}
addPHIAItem( pit );
}
// Add session, lang
_tmpFile->write( "--"+_boundary+"\r\n"+_disposition+"\"philang\"\r\n\r\n" );
_tmpFile->write( page->lang().toLatin1() );
_tmpFile->write( "\r\n" );
if ( !page->session().isEmpty() ) {
_tmpFile->write( "--"+_boundary+"\r\n"+_disposition+"\"phisid\"\r\n\r\n" );
_tmpFile->write( page->session().toUtf8() );
_tmpFile->write( "\r\n" );
}
_tmpFile->write( "--"+_boundary+"--\r\n" );
if ( _tmpFile->error()!=QFile::NoError ) {
_tmpFile->close();
this->deleteLater();
return 0;
}
_tmpFile->reset();
QNetworkRequest request;
request.setHeader( QNetworkRequest::ContentTypeHeader,
"multipart/form-data; boundary="+_boundary );
request.setRawHeader( "Referer", view->url().toEncoded() );
request.setUrl( PHI::createUrlForLink( view->url(), page->action() ) );
request.setHeader( QNetworkRequest::ContentLengthHeader, _tmpFile->size() );
QNetworkReply *reply=view->networkAccessManager()->post( request, _tmpFile );
if ( !reply ) {
_tmpFile->close();
this->deleteLater();
return 0;
}
connect( reply, SIGNAL( finished() ), this, SLOT( slotReplyFinished() ) );
return reply;
}
void PHIAFormProcessor::addPHIAItem( const PHIAItem *it )
{
Q_ASSERT( it );
QByteArray name, value, filename;
QFile file;
value=it->value().toUtf8();
switch ( it->wid() ) {
case PHI::CHECK_BOX:
case PHI::RADIO_BUTTON:
if ( !it->checked() ) return; // data is not sent for unchecked items
name=it->parentName().toUtf8();
if ( name.isEmpty() ) name=it->id();
break;
case PHI::FILE_BUTTON: {
file.setFileName( it->value() );
QFileInfo info( file.fileName() );
filename="; filename=\""+info.fileName().toUtf8()
+"\"\r\nContent-Type: application/octet-stream";
name=it->id();
break;
}
case PHI::TABLE:
case PHI::LANG_SELECTOR:
case PHI::COUNTRY:
case PHI::COMBO_BOX: {
QStringList list=it->selectedItems();
if ( list.isEmpty() ) return;
name=it->id();
value=list.first().toUtf8();
break;
}
case PHI::CHECK_LIST:
case PHI::LIST: {
QStringList list=it->selectedItems();
name=it->id();
QString v;
foreach ( v, list ) {
_tmpFile->write( "--"+_boundary+"\r\n"+_disposition+'"'+name+"\"\r\n\r\n" );
_tmpFile->write( v.toUtf8() );
_tmpFile->write( "\r\n" );
}
return;
}
default:
name=it->id();
}
if ( name.isEmpty() ) return;
_tmpFile->write( "--"+_boundary+"\r\n"+_disposition+'"'+name+'"'+filename+"\r\n\r\n" );
if ( it->wid()==PHI::FILE_BUTTON ) {
if ( file.open( QIODevice::ReadOnly ) ) {
while ( !file.atEnd() ) {
_tmpFile->write( file.read( static_cast<qint64>(1024*10) ) );
}
file.close();
}
} else _tmpFile->write( value );
_tmpFile->write( "\r\n" );
}
void PHIAFormProcessor::slotReplyFinished()
{
_tmpFile->close();
this->deleteLater();
}
|
4ed1bde28166344f9085f67cbd0bbaf4f0b21377
|
3e21e4934728442aef91b16fc4626d66d678e32b
|
/ana/src/XtcPool.cc
|
d5bbb753bdd47fb31ee964814f5a1752af4bbe2a
|
[
"MIT"
] |
permissive
|
weninc/pdsdata
|
26e912c83518f1210b6334684c41477d46714a89
|
72cecd89183bd074081873159b8b421661d0459e
|
refs/heads/master
| 2020-06-13T09:21:39.684044
| 2017-11-09T23:52:12
| 2017-11-09T23:52:12
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,018
|
cc
|
XtcPool.cc
|
#include "pdsdata/ana/XtcPool.hh"
#include "pdsdata/xtc/Dgram.hh"
#include <queue>
#include <semaphore.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
namespace Pds {
namespace Ana {
// Copied from pds/service/SafeQueue.hh and specialized as <char *, true>
class SafeBufferQueue {
private:
const char* _name;
bool _stop;
std::queue<char*> _queue;
pthread_cond_t _condition;
pthread_mutex_t _mutex;
public:
SafeBufferQueue(const char* name) :
_name(name),
_stop(false) {
pthread_cond_init(&_condition, NULL);
pthread_mutex_init(&_mutex, NULL);
}
~SafeBufferQueue() {
pthread_mutex_lock(&_mutex);
_stop = true;
while(!_queue.empty()) {
char* item = _queue.front();
if (item != NULL) {
delete[] item;
}
_queue.pop();
}
pthread_cond_broadcast(&_condition);
pthread_mutex_unlock(&_mutex);
}
void unblock() {
pthread_mutex_lock(&_mutex);
_stop = true;
pthread_cond_broadcast(&_condition);
pthread_mutex_unlock(&_mutex);
}
void push(char* item) {
//printf("~~~~ PUSH %s %p\n", _name, item);
pthread_mutex_lock(&_mutex);
_queue.push(item);
pthread_cond_signal(&_condition);
pthread_mutex_unlock(&_mutex);
}
char* pop() {
pthread_mutex_lock(&_mutex);
for (;;) {
if (_stop) {
pthread_cond_signal(&_condition);
pthread_mutex_unlock(&_mutex);
return NULL;
}
if (! _queue.empty()) {
break;
}
pthread_cond_wait(&_condition, &_mutex);
}
char* item = _queue.front();
_queue.pop();
pthread_mutex_unlock(&_mutex);
//printf("~~~~ POP %s %p\n", _name, item);
return item;
}
};
XtcPool::XtcPool(unsigned nevents, unsigned eventsize) :
_eventsize(eventsize),
_pend(new SafeBufferQueue("pend")),
_free(new SafeBufferQueue("free"))
{
while(nevents--) {
char* b = new char[eventsize];
_free->push(b);
}
}
XtcPool::~XtcPool() {
delete _pend;
delete _free;
}
//
// Read a complete event into the pool from file descriptor 'fd'.
// Upon failure, insert 0 into the pool and return false
// For 'live' file read, always return true.
//
bool XtcPool::push(int fd) {
char* b = _free->pop();
if (b == NULL) {
return false;
}
unsigned sz = sizeof(Pds::Dgram);
ssize_t rsz = ::read(fd, b, sz);
if (rsz != ssize_t(sz) && _live && rsz > 0) {
_waitAndFill(fd, b+rsz, sz-rsz);
rsz = ssize_t(sz);
}
if (rsz == ssize_t(sz)) {
Pds::Dgram* dg = reinterpret_cast<Pds::Dgram*>(b);
sz = dg->xtc.sizeofPayload();
#ifdef DUMP_DMGOFF
if (dg->xtc.damage.value()&(1<<Pds::Damage::DroppedContribution)) {
off64_t pos = ::lseek64(fd,0,SEEK_CUR);
char buff[128];
time_t t = dg->seq.clock().seconds();
strftime(buff,128,"%H:%M:%S",localtime(&t));
printf("%s.%09u dmg %08x @ %llu\n",
buff,dg->seq.clock().nanoseconds(),dg->xtc.damage.value(),pos);
}
#endif
if (sz + sizeof(Pds::Dgram) > _eventsize) {
printf("Event size (%d) is greater than pool size(%d); skipping remainder of file\n", sz, _eventsize);
} else {
rsz = ::read(fd, dg->xtc.payload(), sz);
if (rsz == ssize_t(sz)) {
_pend->push(b);
return true;
} else if (_live) {
if (rsz==-1) {
perror("Error reading file");
exit(1);
}
#if 0
_waitAndFill(fd, dg->xtc.payload()+rsz, sz-rsz);
_pend->push(b);
return true;
#else
//
// Lustre file system requires this
// Also, must run 64-bit mode
//
off_t rwnd = -rsz-sizeof(Dgram);
lseek64(fd, rwnd, SEEK_CUR);
rsz=0;
#endif
}
}
}
_free->push(b);
_pend->push(0);
if (rsz==0 && _live) {
printf("\rLive read waits...");
fflush(stdout);
sleep(1);
return true;
}
return false;
}
Pds::Dgram* XtcPool::pop(Pds::Dgram* r) {
if (r != NULL) {
_free->push(reinterpret_cast<char*>(r));
}
return reinterpret_cast<Pds::Dgram*>(_pend->pop());
}
void XtcPool::unblock() {
_free->unblock();
_pend->unblock();
}
void XtcPool::_waitAndFill(int fd, char* p, unsigned sz) {
do {
printf("\rLive read waits... (%07d)",sz);
fflush(stdout);
sleep(1);
ssize_t rsz = ::read(fd, p, sz);
p += rsz;
sz -= rsz;
} while (sz);
}
}
}
|
1f915192447fd499881b370fbd21c9ca0ae90e48
|
00e69a7bc07b52878fbc43679f83dac715b5c7a9
|
/leetcode_solved/[editing]leetcode_1090_Largest_Values_From_Labels.cpp
|
f8080d6f688397af8990c89efd82353c9b0d8cda
|
[] |
no_license
|
Ghost-2019/Algorithm
|
0589e3017c76d312d26e3433498379e75ad975fd
|
e4421bf5e900ff5fbe3035456b66bd18f0c30bbe
|
refs/heads/master
| 2022-04-17T00:31:04.963031
| 2020-04-12T06:16:21
| 2020-04-12T06:16:21
| 258,400,595
| 1
| 0
| null | 2020-04-24T03:59:37
| 2020-04-24T03:59:36
| null |
UTF-8
|
C++
| false
| false
| 147
|
cpp
|
[editing]leetcode_1090_Largest_Values_From_Labels.cpp
|
class Solution {
public:
int largestValsFromLabels(vector<int>& values, vector<int>& labels, int num_wanted, int use_limit) {
}
};
|
d778adbd9793d02754b8cac11ee2a619dd816634
|
051c898be81003a5c90f5a1ce77a252252774973
|
/preliminary/D/33909495.cpp
|
876c68ce9f82e2f912c790822846a853451226d1
|
[] |
no_license
|
mmatrosov/FKN2020
|
29caffa241882e672df654b4857b5674d5f96f6e
|
38bfa7811d4af175415f7cc4da81df44b5b4a74c
|
refs/heads/master
| 2022-12-27T19:15:05.849915
| 2020-10-16T07:12:27
| 2020-10-16T07:12:27
| 298,350,636
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 947
|
cpp
|
33909495.cpp
|
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<ll, ll> pii;
const double P = M_PI;
struct point{
ll x, y;
};
struct vec{
ll x, y;
};
ll cross(vec a, vec b) {
return a.x * b.y - a.y * b.x;
}
ll dot(vec a, vec b) {
return a.x * b.x + a.y * b.y;
}
vec operator-(point a, point b) {
return {a.x - b.x, a.y - b.y};
}
ll len(vec a) {
return a.x * a.x + a.y * a.y;
}
int main() {
point a, b;
cin >> a.x >> a.y;
cin >> b.x >> b.y;
point null = {0, 0};
if (len(a - null) > len(b - null)) {
swap(a, b);
}
vec c = a - null;
vec d = b - null;
double ans = sqrt(len(c)) + sqrt(len(d));
double r = sqrt(len(c));
double alpha = fabs(atan2(cross(c, d), dot(c, d)));
double l = min((2 * P - alpha) * r, alpha * r);
ans = min(ans, l - sqrt(len(c)) + sqrt(len(d)));
cout << fixed << setprecision(6);
cout << ans;
return 0;
}
|
1e8d36b57af2ce1569cc31ce9fba84b5e2d4000f
|
b4a27d6caa9ef512af1145796e40fb4a834d257e
|
/Factorial_Recursion.cpp
|
c38790499b6fd6bd8db1c3baf3d5a4a521325c99
|
[
"MIT"
] |
permissive
|
A-Chathumini/HackTheOctober-HacktoberFest
|
76eaa2164aeee4295d78069f1980ed375d587695
|
e5c434e89e13ae288bd0cc201d7d4b29368905a9
|
refs/heads/main
| 2023-08-14T21:15:43.526791
| 2021-10-05T04:27:44
| 2021-10-05T04:27:44
| 413,156,285
| 3
| 0
| null | 2021-10-03T21:21:04
| 2021-10-03T18:00:26
| null |
UTF-8
|
C++
| false
| false
| 506
|
cpp
|
Factorial_Recursion.cpp
|
// To find factorial using recursion.
#include<iostream>
using namespace std;
int Factorial(int n);
int main()
{
int num,fact;
cout<<"Enter no. whose factorial is to be calculated: ";
cin>>num;
if(num<0)
{
cout<<"Factorial of negative no. is not defined";
}
else{
fact=Factorial(num);
cout<<"Factorial of" <<num<<" is:- "<<fact;
}
return 0;
}
int Factorial(int n)
{
if(n==0 || n==1)
return 1;
else
return n * Factorial(n-1); //recursion process
}
|
9a5a79644751cb787e8db698db0ae876a43506c4
|
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
|
/Engine/Source/Runtime/Core/Public/Misc/EngineVersion.h
|
5170d730ff5c068efa7633f89d8ddcbe77a7c155
|
[
"MIT",
"LicenseRef-scancode-proprietary-license"
] |
permissive
|
windystrife/UnrealEngine_NVIDIAGameWorks
|
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
|
b50e6338a7c5b26374d66306ebc7807541ff815e
|
refs/heads/4.18-GameWorks
| 2023-03-11T02:50:08.471040
| 2022-01-13T20:50:29
| 2022-01-13T20:50:29
| 124,100,479
| 262
| 179
|
MIT
| 2022-12-16T05:36:38
| 2018-03-06T15:44:09
|
C++
|
UTF-8
|
C++
| false
| false
| 2,678
|
h
|
EngineVersion.h
|
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreTypes.h"
#include "Misc/EngineVersionBase.h"
#include "Containers/UnrealString.h"
/** Utility functions. */
class CORE_API FEngineVersion : public FEngineVersionBase
{
public:
/** Empty constructor. Initializes the version to 0.0.0-0. */
FEngineVersion();
/** Constructs a version from the given components. */
FEngineVersion(uint16 InMajor, uint16 InMinor, uint16 InPatch, uint32 InChangelist, const FString &InBranch);
/** Sets the version to the given values. */
void Set(uint16 InMajor, uint16 InMinor, uint16 InPatch, uint32 InChangelist, const FString &InBranch);
/** Clears the object. */
void Empty();
/** Checks compatibility with another version object. */
bool IsCompatibleWith(const FEngineVersionBase &Other) const;
/** Generates a version string */
FString ToString(EVersionComponent LastComponent = EVersionComponent::Branch) const;
/** Parses a version object from a string. Returns true on success. */
static bool Parse(const FString &Text, FEngineVersion &OutVersion);
/** Gets the current engine version */
static const FEngineVersion& Current();
/** Gets the earliest version which this engine maintains strict API and package compatibility with */
static const FEngineVersion& CompatibleWith();
/** Overrides the current changelist in the verison */
static bool OverrideCurrentVersionChangelist(int32 NewChangelist, int32 NewCompatibleChangelist);
/** Serialization function */
friend CORE_API void operator<<(class FArchive &Ar, FEngineVersion &Version);
/** Returns the branch name corresponding to this version. */
const FString GetBranch() const
{
return Branch.Replace( TEXT( "+" ), TEXT( "/" ) );
}
const FString& GetBranchDescriptor() const;
private:
/** Branch name. */
FString Branch;
/** Global instance of the current engine version. */
static FEngineVersion CurrentVersion;
/** Earliest version which this engine maintains strict API and package compatibility with */
static FEngineVersion CompatibleWithVersion;
};
/** Version used for networking; the P4 changelist number. */
DEPRECATED( 4.13, "Please use FNetworkVersion::GetNetworkCompatibleChangelist intead." )
CORE_API extern int32 GEngineNetVersion;
/** Earliest engine build that is network compatible with this one. */
DEPRECATED( 4.13, "GEngineMinNetVersion is no longer a valid property." )
CORE_API extern const int32 GEngineMinNetVersion;
/** Base protocol version to negotiate in network play. */
DEPRECATED( 4.13, "GEngineNegotiationVersion is no longer a valid property." )
CORE_API extern const int32 GEngineNegotiationVersion;
|
05f963b5aa9f386239a7a72c720ad3f53a5a3dc7
|
63c1ec9c41cf26122b79c7465d21c796d2497520
|
/cpp/transmitter.h
|
4c6f4b6647f126aad11c03504ce357ce8ef54848
|
[] |
no_license
|
xaratustrah/misc_code
|
17870d70d8bcbdc568f6efb6e03752f83c58dc9b
|
ec2c3b8505543215e55dfc721be32a31943e46e0
|
refs/heads/main
| 2021-06-08T13:54:51.822401
| 2018-06-11T14:18:31
| 2018-06-11T14:18:31
| 25,710,112
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 203
|
h
|
transmitter.h
|
#ifndef TRANSMITTER_H
#define TRANSMITTER_H
#include "interface.h"
class transmitter// : public interface
{
public:
transmitter(interface* iface);
interface *iface;
};
#endif // TRANSMITTER_H
|
c584ff44f20f6529161f62ba3dc825db6bad35d6
|
384d18989ed90e85d9dd70113b00387376c59518
|
/211.cpp
|
de5fadcc7a36832dbe708f80195111919c0eee0c
|
[] |
no_license
|
yyisgod/LeetCode
|
e62dafc39fa6c7483af0642782f9249364e11a4c
|
eadea6fe42891e08f80cc68e57965f1806625c92
|
refs/heads/master
| 2021-01-19T02:17:59.954620
| 2016-08-02T06:11:35
| 2016-08-02T06:11:47
| 40,067,064
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 1,781
|
cpp
|
211.cpp
|
/*208的基础上,逢'.'就遍历递归*/
class TrieNode {
public:
TrieNode(bool end=false) {
isEnd = end;
memset(children, 0, sizeof(children));
}
bool isEnd;
TrieNode* children[26];
};
class WordDictionary {
public:
// Buildup the constructor
WordDictionary() {
root = new TrieNode();
}
// Adds a word into the data structure.
void addWord(string word) {
TrieNode *node = root;
for (int i=0; i<word.size(); i++)
{
if (node->children[word[i]-'a'])
{
node = node->children[word[i]-'a'];
if (i == word.size()-1)
node->isEnd = true;
}
else {
TrieNode *child = new TrieNode(i==word.size()-1?true:false);
node->children[word[i]-'a'] = child;
node = child;
}
}
}
// Returns if the word is in the data structure. A word could
// contain the dot character '.' to represent any one letter.
bool search(string word) {
return searchHelper(word, 0, root);
}
private:
TrieNode *root;
// i: the current processing index
// node: the node that might contain the character word[i]
bool searchHelper(string &word, int i, TrieNode *node) {
if (!node)
return false;
if (i == word.size())
return node->isEnd;
if (word[i] == '.')
{
for (int j=0; j<26; j++)
{
if (searchHelper(word, i+1, node->children[j]))
return true;
}
return false;
}
else {
return searchHelper(word, i+1, node->children[word[i]-'a']);
}
}
};
|
667e11268ba4b751dae38c53a821fecf8851eff2
|
5b7e69802b8075da18dc14b94ea968a4a2a275ad
|
/DRG-SDK/SDK/DRG_Tutorial_Hint_LaserPointer_functions.cpp
|
5adbd5ae3be5ca0262d0dd4e8db808ccaf62ea45
|
[] |
no_license
|
ue4sdk/DRG-SDK
|
7effecf98a08282e07d5190467c71b1021732a00
|
15cc1f8507ccab588480528c65b9623390643abd
|
refs/heads/master
| 2022-07-13T15:34:38.499953
| 2019-03-16T19:29:44
| 2019-03-16T19:29:44
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,173
|
cpp
|
DRG_Tutorial_Hint_LaserPointer_functions.cpp
|
// Deep Rock Galactic (0.22) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "DRG_Tutorial_Hint_LaserPointer_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.ReceiveOnHidden
// (FUNC_Event, FUNC_Protected, FUNC_BlueprintEvent)
void UTutorial_Hint_LaserPointer_C::ReceiveOnHidden()
{
static auto fn = UObject::FindObject<UFunction>("Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.ReceiveOnHidden");
struct
{
} params;
UObject::ProcessEvent(fn, ¶ms);
}
// Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.OnLaserPointerPressed
// (FUNC_BlueprintCallable, FUNC_BlueprintEvent)
void UTutorial_Hint_LaserPointer_C::OnLaserPointerPressed()
{
static auto fn = UObject::FindObject<UFunction>("Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.OnLaserPointerPressed");
struct
{
} params;
UObject::ProcessEvent(fn, ¶ms);
}
// Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.OnLaserPointerReleased
// (FUNC_BlueprintCallable, FUNC_BlueprintEvent)
void UTutorial_Hint_LaserPointer_C::OnLaserPointerReleased()
{
static auto fn = UObject::FindObject<UFunction>("Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.OnLaserPointerReleased");
struct
{
} params;
UObject::ProcessEvent(fn, ¶ms);
}
// Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.OnLaserPointerEvent
// (FUNC_BlueprintCallable, FUNC_BlueprintEvent)
// Parameters:
// class AActor* Target (CPF_BlueprintVisible, CPF_BlueprintReadOnly, CPF_Parm, CPF_ZeroConstructor, CPF_IsPlainOldData)
// ELaserPointerTargetType TargetType (CPF_BlueprintVisible, CPF_BlueprintReadOnly, CPF_Parm, CPF_ZeroConstructor, CPF_IsPlainOldData)
// struct FVector Location (CPF_BlueprintVisible, CPF_BlueprintReadOnly, CPF_Parm, CPF_ZeroConstructor, CPF_IsPlainOldData)
// class AActor* ExtraActor (CPF_BlueprintVisible, CPF_BlueprintReadOnly, CPF_Parm, CPF_ZeroConstructor, CPF_IsPlainOldData)
void UTutorial_Hint_LaserPointer_C::OnLaserPointerEvent(class AActor* Target, ELaserPointerTargetType TargetType, const struct FVector& Location, class AActor* ExtraActor)
{
static auto fn = UObject::FindObject<UFunction>("Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.OnLaserPointerEvent");
struct
{
class AActor* Target;
ELaserPointerTargetType TargetType;
struct FVector Location;
class AActor* ExtraActor;
} params;
params.Target = Target;
params.TargetType = TargetType;
params.Location = Location;
params.ExtraActor = ExtraActor;
UObject::ProcessEvent(fn, ¶ms);
}
// Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.ReceiveOnInitialized
// (FUNC_Event, FUNC_Protected, FUNC_BlueprintEvent)
void UTutorial_Hint_LaserPointer_C::ReceiveOnInitialized()
{
static auto fn = UObject::FindObject<UFunction>("Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.ReceiveOnInitialized");
struct
{
} params;
UObject::ProcessEvent(fn, ¶ms);
}
// Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.ExecuteUbergraph_Tutorial_Hint_LaserPointer
// (FUNC_Final)
// Parameters:
// int EntryPoint (CPF_BlueprintVisible, CPF_BlueprintReadOnly, CPF_Parm, CPF_ZeroConstructor, CPF_IsPlainOldData)
void UTutorial_Hint_LaserPointer_C::ExecuteUbergraph_Tutorial_Hint_LaserPointer(int EntryPoint)
{
static auto fn = UObject::FindObject<UFunction>("Function Tutorial_Hint_LaserPointer.Tutorial_Hint_LaserPointer_C.ExecuteUbergraph_Tutorial_Hint_LaserPointer");
struct
{
int EntryPoint;
} params;
params.EntryPoint = EntryPoint;
UObject::ProcessEvent(fn, ¶ms);
}
}
#ifdef _MSC_VER
#pragma pack(pop)
#endif
|
117a1bad2c46890f41f0cabfbea7b244be4f4f5d
|
b257bd5ea374c8fb296dbc14590db56cb7e741d8
|
/Extras/DevExpress VCL/Library/RS17/Win64/cxShellCommon.hpp
|
044d7b00d7d4c289ff0e2981b2abad427368dd5f
|
[] |
no_license
|
kitesoft/Roomer-PMS-1
|
3d362069e3093f2a49570fc1677fe5682de3eabd
|
c2f4ac76b4974e4a174a08bebdb02536a00791fd
|
refs/heads/master
| 2021-09-14T07:13:32.387737
| 2018-05-04T12:56:58
| 2018-05-04T12:56:58
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 31,571
|
hpp
|
cxShellCommon.hpp
|
// CodeGear C++Builder
// Copyright (c) 1995, 2012 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'cxShellCommon.pas' rev: 24.00 (Win64)
#ifndef CxshellcommonHPP
#define CxshellcommonHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.Types.hpp> // Pascal unit
#include <System.MaskUtils.hpp> // Pascal unit
#include <Winapi.Windows.hpp> // Pascal unit
#include <Winapi.ActiveX.hpp> // Pascal unit
#include <System.Classes.hpp> // Pascal unit
#include <System.Win.ComObj.hpp> // Pascal unit
#include <Vcl.Controls.hpp> // Pascal unit
#include <Vcl.Dialogs.hpp> // Pascal unit
#include <Vcl.Forms.hpp> // Pascal unit
#include <System.Math.hpp> // Pascal unit
#include <Winapi.Messages.hpp> // Pascal unit
#include <Winapi.ShellAPI.hpp> // Pascal unit
#include <Winapi.ShlObj.hpp> // Pascal unit
#include <System.SyncObjs.hpp> // Pascal unit
#include <System.SysUtils.hpp> // Pascal unit
#include <cxClasses.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
#include <OleIdl.h>
namespace Cxshellcommon
{
//-- type declarations -------------------------------------------------------
typedef System::StaticArray<Winapi::Shlobj::PItemIDList, 268435455> ITEMIDLISTARRAY;
typedef ITEMIDLISTARRAY *PITEMIDLISTARRAY;
enum TcxBrowseFolder : unsigned char { bfCustomPath, bfAltStartup, bfBitBucket, bfCommonDesktopDirectory, bfCommonDocuments, bfCommonFavorites, bfCommonPrograms, bfCommonStartMenu, bfCommonStartup, bfCommonTemplates, bfControls, bfDesktop, bfDesktopDirectory, bfDrives, bfPrinters, bfFavorites, bfFonts, bfHistory, bfMyMusic, bfMyPictures, bfNetHood, bfProfile, bfProgramFiles, bfPrograms, bfRecent, bfStartMenu, bfStartUp, bfTemplates, bfMyDocuments, bfNetwork };
enum TcxDropEffect : unsigned char { deCopy, deMove, deLink };
typedef System::Set<TcxDropEffect, TcxDropEffect::deCopy, TcxDropEffect::deLink> TcxDropEffectSet;
__interface IExtractImage;
typedef System::DelphiInterface<IExtractImage> _di_IExtractImage;
__interface INTERFACE_UUID("{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}") IExtractImage : public System::IInterface
{
public:
virtual HRESULT __stdcall GetLocation(System::WideChar * pszPathBuffer, unsigned cch, unsigned &pdwPriority, System::Types::TSize &prgSize, unsigned dwRecClrDepth, unsigned &pdwFlags) = 0 ;
virtual HRESULT __stdcall Extract(HBITMAP &phBmpThumbnail) = 0 ;
};
__interface IShellItemImageFactory;
typedef System::DelphiInterface<IShellItemImageFactory> _di_IShellItemImageFactory;
__interface INTERFACE_UUID("{BCC18B79-BA16-442F-80C4-8A59C30C463B}") IShellItemImageFactory : public System::IInterface
{
public:
virtual HRESULT __stdcall GetImage(System::Types::TSize size, unsigned flags, /* out */ HBITMAP &phbm) = 0 ;
};
__interface IcxDropSource;
typedef System::DelphiInterface<IcxDropSource> _di_IcxDropSource;
__interface INTERFACE_UUID("{FCCB8EC5-ABB4-4256-B34C-25E3805EA046}") IcxDropSource : public IDropSource
{
};
class DELPHICLASS TcxDropSource;
class PASCALIMPLEMENTATION TcxDropSource : public System::TInterfacedObject
{
typedef System::TInterfacedObject inherited;
private:
Vcl::Controls::TWinControl* FOwner;
protected:
HRESULT __stdcall QueryContinueDrag(BOOL fEscapePressed, int grfKeyState);
HRESULT __stdcall GiveFeedback(int dwEffect);
public:
__fastcall virtual TcxDropSource(Vcl::Controls::TWinControl* AOwner);
__property Vcl::Controls::TWinControl* Owner = {read=FOwner};
public:
/* TObject.Destroy */ inline __fastcall virtual ~TcxDropSource(void) { }
private:
void *__IcxDropSource; /* IcxDropSource */
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {FCCB8EC5-ABB4-4256-B34C-25E3805EA046}
operator _di_IcxDropSource()
{
_di_IcxDropSource intf;
GetInterface(intf);
return intf;
}
#else
operator IcxDropSource*(void) { return (IcxDropSource*)&__IcxDropSource; }
#endif
};
class DELPHICLASS TcxShellOptions;
class PASCALIMPLEMENTATION TcxShellOptions : public System::Classes::TPersistent
{
typedef System::Classes::TPersistent inherited;
private:
bool FContextMenus;
System::UnicodeString FFileMask;
int FLock;
System::Classes::TStringList* FMasks;
Vcl::Controls::TWinControl* FOwner;
bool FShowFolders;
bool FShowToolTip;
bool FShowNonFolders;
bool FShowHidden;
bool FTrackShellChanges;
System::Classes::TNotifyEvent FOnShowToolTipChanged;
void __fastcall NotifyUpdateContents(void);
void __fastcall SetFileMask(const System::UnicodeString Value);
void __fastcall SetShowFolders(bool Value);
void __fastcall SetShowHidden(bool Value);
void __fastcall SetShowNonFolders(bool Value);
void __fastcall SetShowToolTip(bool Value);
void __fastcall UpdateMasks(void);
protected:
virtual void __fastcall DoNotifyUpdateContents(void);
__property System::Classes::TNotifyEvent OnShowToolTipChanged = {read=FOnShowToolTipChanged, write=FOnShowToolTipChanged};
public:
__fastcall virtual TcxShellOptions(Vcl::Controls::TWinControl* AOwner);
__fastcall virtual ~TcxShellOptions(void);
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
void __fastcall BeginUpdate(void);
void __fastcall EndUpdate(void);
unsigned __fastcall GetEnumFlags(void);
bool __fastcall IsFileNameValid(const System::UnicodeString AName);
__property System::UnicodeString FileMask = {read=FFileMask, write=SetFileMask};
__property Vcl::Controls::TWinControl* Owner = {read=FOwner};
__published:
__property bool ShowFolders = {read=FShowFolders, write=SetShowFolders, default=1};
__property bool ShowNonFolders = {read=FShowNonFolders, write=SetShowNonFolders, default=1};
__property bool ShowHidden = {read=FShowHidden, write=SetShowHidden, default=0};
__property bool ContextMenus = {read=FContextMenus, write=FContextMenus, default=1};
__property bool TrackShellChanges = {read=FTrackShellChanges, write=FTrackShellChanges, default=1};
__property bool ShowToolTip = {read=FShowToolTip, write=SetShowToolTip, default=1};
};
class DELPHICLASS TcxShellThumbnailOptions;
class PASCALIMPLEMENTATION TcxShellThumbnailOptions : public System::Classes::TPersistent
{
typedef System::Classes::TPersistent inherited;
private:
int FHeight;
int FLock;
System::Classes::TPersistent* FOwner;
bool FShowThumbnails;
int FWidth;
System::Classes::TNotifyEvent FOnChange;
void __fastcall SetHeight(const int Value);
void __fastcall SetShowThumbnails(const bool Value);
void __fastcall SetWidth(const int Value);
protected:
void __fastcall Changed(void);
void __fastcall DoChange(void);
__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
__fastcall virtual TcxShellThumbnailOptions(System::Classes::TPersistent* AOwner);
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
void __fastcall BeginUpdate(void);
void __fastcall EndUpdate(void);
__published:
__property int Height = {read=FHeight, write=SetHeight, default=96};
__property bool ShowThumbnails = {read=FShowThumbnails, write=SetShowThumbnails, default=0};
__property int Width = {read=FWidth, write=SetWidth, default=96};
public:
/* TPersistent.Destroy */ inline __fastcall virtual ~TcxShellThumbnailOptions(void) { }
};
struct DECLSPEC_DRECORD TcxDetailItem
{
public:
System::UnicodeString Text;
int Width;
System::Classes::TAlignment Alignment;
int ID;
};
typedef TcxDetailItem *PcxDetailItem;
class DELPHICLASS TcxShellDetails;
class PASCALIMPLEMENTATION TcxShellDetails : public System::TObject
{
typedef System::TObject inherited;
public:
PcxDetailItem operator[](int Index) { return Item[Index]; }
private:
System::Classes::TList* FItems;
PcxDetailItem __fastcall GetItems(int Index);
int __fastcall GetCount(void);
protected:
__property System::Classes::TList* Items = {read=FItems};
public:
__fastcall TcxShellDetails(void);
__fastcall virtual ~TcxShellDetails(void);
void __fastcall ProcessDetails(int ACharWidth, _di_IShellFolder AShellFolder, bool AFileSystem);
void __fastcall Clear(void);
PcxDetailItem __fastcall Add(void);
void __fastcall Remove(PcxDetailItem Item);
__property PcxDetailItem Item[int Index] = {read=GetItems/*, default*/};
__property int Count = {read=GetCount, nodefault};
};
enum TcxShellFolderAttribute : unsigned char { sfaGhosted, sfaHidden, sfaIsSlow, sfaLink, sfaReadOnly, sfaShare };
typedef System::Set<TcxShellFolderAttribute, TcxShellFolderAttribute::sfaGhosted, TcxShellFolderAttribute::sfaShare> TcxShellFolderAttributes;
enum TcxShellFolderCapability : unsigned char { sfcCanCopy, sfcCanDelete, sfcCanLink, sfcCanMove, sfcCanRename, sfcDropTarget, sfcHasPropSheet };
typedef System::Set<TcxShellFolderCapability, TcxShellFolderCapability::sfcCanCopy, TcxShellFolderCapability::sfcHasPropSheet> TcxShellFolderCapabilities;
enum TcxShellFolderProperty : unsigned char { sfpBrowsable, sfpCompressed, sfpEncrypted, sfpNewContent, sfpNonEnumerated, sfpRemovable };
typedef System::Set<TcxShellFolderProperty, TcxShellFolderProperty::sfpBrowsable, TcxShellFolderProperty::sfpRemovable> TcxShellFolderProperties;
enum TcxShellFolderStorageCapability : unsigned char { sfscFileSysAncestor, sfscFileSystem, sfscFolder, sfscLink, sfscReadOnly, sfscStorage, sfscStorageAncestor, sfscStream };
typedef System::Set<TcxShellFolderStorageCapability, TcxShellFolderStorageCapability::sfscFileSysAncestor, TcxShellFolderStorageCapability::sfscStream> TcxShellFolderStorageCapabilities;
class DELPHICLASS TcxShellFolder;
class PASCALIMPLEMENTATION TcxShellFolder : public System::TObject
{
typedef System::TObject inherited;
private:
_ITEMIDLIST *FAbsolutePIDL;
_di_IShellFolder FParentShellFolder;
_ITEMIDLIST *FRelativePIDL;
TcxShellFolderAttributes __fastcall GetAttributes(void);
TcxShellFolderCapabilities __fastcall GetCapabilities(void);
System::UnicodeString __fastcall GetDisplayName(void);
bool __fastcall GetIsFolder(void);
System::UnicodeString __fastcall GetPathName(void);
TcxShellFolderProperties __fastcall GetProperties(void);
unsigned __fastcall GetShellAttributes(unsigned ARequestedAttributes);
_di_IShellFolder __fastcall GetShellFolder(void);
TcxShellFolderStorageCapabilities __fastcall GetStorageCapabilities(void);
bool __fastcall GetSubFolders(void);
bool __fastcall HasShellAttribute(unsigned AAttribute)/* overload */;
bool __fastcall HasShellAttribute(unsigned AAttributes, unsigned AAttribute)/* overload */;
System::UnicodeString __fastcall InternalGetDisplayName(_di_IShellFolder AFolder, Winapi::Shlobj::PItemIDList APIDL, unsigned ANameType);
public:
__fastcall TcxShellFolder(Winapi::Shlobj::PItemIDList AAbsolutePIDL);
__fastcall virtual ~TcxShellFolder(void);
__property TcxShellFolderAttributes Attributes = {read=GetAttributes, nodefault};
__property TcxShellFolderCapabilities Capabilities = {read=GetCapabilities, nodefault};
__property bool IsFolder = {read=GetIsFolder, nodefault};
__property TcxShellFolderProperties Properties = {read=GetProperties, nodefault};
__property TcxShellFolderStorageCapabilities StorageCapabilities = {read=GetStorageCapabilities, nodefault};
__property bool SubFolders = {read=GetSubFolders, nodefault};
__property Winapi::Shlobj::PItemIDList AbsolutePIDL = {read=FAbsolutePIDL};
__property System::UnicodeString DisplayName = {read=GetDisplayName};
__property _di_IShellFolder ParentShellFolder = {read=FParentShellFolder};
__property System::UnicodeString PathName = {read=GetPathName};
__property Winapi::Shlobj::PItemIDList RelativePIDL = {read=FRelativePIDL};
__property _di_IShellFolder ShellFolder = {read=GetShellFolder};
};
class DELPHICLASS TcxCustomShellRoot;
typedef void __fastcall (__closure *TcxRootChangedEvent)(System::TObject* Sender, TcxCustomShellRoot* Root);
class PASCALIMPLEMENTATION TcxCustomShellRoot : public System::Classes::TPersistent
{
typedef System::Classes::TPersistent inherited;
private:
unsigned FAttributes;
TcxBrowseFolder FBrowseFolder;
System::WideString FCustomPath;
TcxShellFolder* FFolder;
bool FIsRootChecking;
System::Classes::TPersistent* FOwner;
HWND FParentWindow;
_ITEMIDLIST *FPidl;
int FRootChangingCount;
_di_IShellFolder FShellFolder;
bool FUpdating;
bool FValid;
TcxRootChangedEvent FOnFolderChanged;
System::Classes::TNotifyEvent FOnSettingsChanged;
void __fastcall SetBrowseFolder(TcxBrowseFolder Value);
void __fastcall SetCustomPath(const System::WideString Value);
void __fastcall SetPidl(const Winapi::Shlobj::PItemIDList Value);
System::WideString __fastcall GetCurrentPath(void);
void __fastcall UpdateFolder(void);
protected:
virtual void __fastcall CheckRoot(void);
void __fastcall DoSettingsChanged(void);
virtual void __fastcall RootUpdated(void);
__property System::Classes::TPersistent* Owner = {read=FOwner};
__property HWND ParentWindow = {read=FParentWindow};
public:
__fastcall virtual TcxCustomShellRoot(System::Classes::TPersistent* AOwner, HWND AParentWindow);
__fastcall virtual ~TcxCustomShellRoot(void);
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
void __fastcall Update(TcxCustomShellRoot* ARoot);
__property unsigned Attributes = {read=FAttributes, nodefault};
__property System::WideString CurrentPath = {read=GetCurrentPath};
__property TcxShellFolder* Folder = {read=FFolder};
__property bool IsValid = {read=FValid, nodefault};
__property Winapi::Shlobj::PItemIDList Pidl = {read=FPidl, write=SetPidl};
__property _di_IShellFolder ShellFolder = {read=FShellFolder};
__property TcxRootChangedEvent OnFolderChanged = {read=FOnFolderChanged, write=FOnFolderChanged};
__property System::Classes::TNotifyEvent OnSettingsChanged = {read=FOnSettingsChanged, write=FOnSettingsChanged};
__published:
__property TcxBrowseFolder BrowseFolder = {read=FBrowseFolder, write=SetBrowseFolder, default=11};
__property System::WideString CustomPath = {read=FCustomPath, write=SetCustomPath};
};
class DELPHICLASS TcxShellItemInfo;
class DELPHICLASS TcxCustomItemProducer;
class PASCALIMPLEMENTATION TcxShellItemInfo : public System::TObject
{
typedef System::TObject inherited;
private:
bool FCanRename;
void *FData;
System::Classes::TStrings* FDetails;
TcxShellFolder* FFolder;
_ITEMIDLIST *FFullPIDL;
bool FHasSubfolder;
int FIconIndex;
System::WideString FInfoTip;
bool FInitialized;
bool FIsDropTarget;
bool FIsFilesystem;
bool FIsFolder;
bool FIsGhosted;
bool FIsLink;
bool FIsRemovable;
bool FIsShare;
TcxCustomItemProducer* FItemProducer;
System::WideString FName;
int FOpenIconIndex;
int FOverlayIndex;
_ITEMIDLIST *Fpidl;
bool FProcessed;
int FThumbnailIndex;
bool FThumbnailUpdated;
bool FThumbnailUpdating;
bool FUpdated;
bool FUpdating;
int __fastcall GetItemIndex(void);
protected:
__property bool Updating = {read=FUpdating, write=FUpdating, nodefault};
public:
__fastcall virtual TcxShellItemInfo(TcxCustomItemProducer* AItemProducer, _di_IShellFolder AParentIFolder, Winapi::Shlobj::PItemIDList AParentPIDL, Winapi::Shlobj::PItemIDList APIDL, bool AFast);
__fastcall virtual ~TcxShellItemInfo(void);
void __fastcall CheckUpdate(_di_IShellFolder AShellFolder, Winapi::Shlobj::PItemIDList AFolderPidl, bool AFast);
void __fastcall CheckInitialize(_di_IShellFolder AIFolder, Winapi::Shlobj::PItemIDList APIDL);
void __fastcall FetchDetails(HWND wnd, _di_IShellFolder ShellFolder, TcxShellDetails* DetailsMap);
void __fastcall CheckSubitems(_di_IShellFolder AParentIFolder, unsigned AEnumSettings);
int __fastcall GetOverlayIndex(void);
bool __fastcall HasThumbnail(void);
void __fastcall SetNewPidl(_di_IShellFolder pFolder, Winapi::Shlobj::PItemIDList AFolderPidl, Winapi::Shlobj::PItemIDList APidl);
void __fastcall UpdateThumbnail(void);
__property bool CanRename = {read=FCanRename, nodefault};
__property void * Data = {read=FData, write=FData};
__property System::Classes::TStrings* Details = {read=FDetails};
__property TcxShellFolder* Folder = {read=FFolder};
__property Winapi::Shlobj::PItemIDList FullPIDL = {read=FFullPIDL};
__property bool HasSubfolder = {read=FHasSubfolder, nodefault};
__property int IconIndex = {read=FIconIndex, nodefault};
__property System::WideString InfoTip = {read=FInfoTip};
__property bool Initialized = {read=FInitialized, nodefault};
__property bool IsDropTarget = {read=FIsDropTarget, nodefault};
__property bool IsFilesystem = {read=FIsFilesystem, nodefault};
__property bool IsFolder = {read=FIsFolder, nodefault};
__property bool IsGhosted = {read=FIsGhosted, nodefault};
__property bool IsLink = {read=FIsLink, nodefault};
__property bool IsRemovable = {read=FIsRemovable, nodefault};
__property bool IsShare = {read=FIsShare, nodefault};
__property int ItemIndex = {read=GetItemIndex, nodefault};
__property TcxCustomItemProducer* ItemProducer = {read=FItemProducer};
__property System::WideString Name = {read=FName};
__property int OpenIconIndex = {read=FOpenIconIndex, nodefault};
__property int OverlayIndex = {read=FOverlayIndex, nodefault};
__property Winapi::Shlobj::PItemIDList pidl = {read=Fpidl};
__property bool Processed = {read=FProcessed, write=FProcessed, nodefault};
__property int ThumbnailIndex = {read=FThumbnailIndex, nodefault};
__property bool ThumbnailUpdated = {read=FThumbnailUpdated, nodefault};
__property bool Updated = {read=FUpdated, write=FUpdated, nodefault};
};
typedef TcxShellItemInfo PcxShellItemInfo;
class DELPHICLASS TFetchThread;
class DELPHICLASS TcxShellItemsInfoGatherer;
class PASCALIMPLEMENTATION TFetchThread : public Cxclasses::TcxCustomThread
{
typedef Cxclasses::TcxCustomThread inherited;
private:
TcxShellItemsInfoGatherer* FInfoGatherer;
void __fastcall LockStopFetch(void);
void __fastcall UnlockStopFetch(void);
protected:
virtual void __fastcall Execute(void);
public:
__fastcall TFetchThread(TcxShellItemsInfoGatherer* AInfoGatherer);
__fastcall virtual ~TFetchThread(void);
};
class PASCALIMPLEMENTATION TcxShellItemsInfoGatherer : public System::TObject
{
typedef System::TObject inherited;
private:
Cxclasses::TcxEvent* FQueuePopulated;
System::Classes::TThreadList* FFetchQueue;
TFetchThread* FFetchThread;
bool FIsFetchQueueClearing;
_RTL_CRITICAL_SECTION FLockFetchThread;
Vcl::Controls::TWinControl* FOwner;
System::Classes::TThreadList* FProcessedItems;
int FStopFetchCount;
void __fastcall CreateFetchThread(void);
void __fastcall StartRequest(void);
protected:
void __fastcall DestroyFetchThread(void);
void __fastcall LockFetchThread(void);
void __fastcall UnlockFetchThread(void);
void __fastcall WaitForRequest(void);
__property System::Classes::TThreadList* FetchQueue = {read=FFetchQueue};
public:
__fastcall TcxShellItemsInfoGatherer(Vcl::Controls::TWinControl* AOwner);
__fastcall virtual ~TcxShellItemsInfoGatherer(void);
void __fastcall ClearFetchQueue(TcxCustomItemProducer* AItemProducer);
void __fastcall ClearVisibleItems(void);
void __fastcall RequestItemInfo(TcxShellItemInfo* AItem);
void __fastcall RequestItems(System::Classes::TList* AItems);
void __fastcall ResumeFetch(void);
void __fastcall StopFetch(void);
__property System::Classes::TThreadList* ProcessedItems = {read=FProcessedItems};
};
class PASCALIMPLEMENTATION TcxCustomItemProducer : public System::TObject
{
typedef System::TObject inherited;
private:
TcxShellDetails* FDetails;
_ITEMIDLIST *FFolderPidl;
System::Classes::TList* FItems;
System::Sysutils::TMultiReadExclusiveWriteSynchronizer* FItemsLock;
Vcl::Controls::TWinControl* FOwner;
_di_IShellFolder FShellFolder;
int FSortColumn;
bool FSortDescending;
Winapi::Shlobj::PItemIDList __fastcall GetFolderPidl(void);
void __fastcall SetFolderPidl(Winapi::Shlobj::PItemIDList AValue);
protected:
virtual bool __fastcall CanAddFolder(TcxShellFolder* AFolder);
TcxShellItemInfo* __fastcall CreateShellItemInfo(Winapi::Shlobj::PItemIDList APidl, bool AFast);
virtual void __fastcall DoSlowInitialization(TcxShellItemInfo* AItem) = 0 ;
virtual bool __fastcall DoCompareItems(TcxShellFolder* AItem1, TcxShellFolder* AItem2, /* out */ int &ACompare);
virtual void __fastcall DoDestroy(void);
virtual void __fastcall DoSort(void);
bool __fastcall EnumerateItems(void);
void __fastcall FetchItems(int APreloadItems);
bool __fastcall GetEnumerator(/* out */ _di_IEnumIDList &pEnum);
virtual unsigned __fastcall GetEnumFlags(void) = 0 ;
virtual TcxShellItemsInfoGatherer* __fastcall GetItemsInfoGatherer(void);
virtual bool __fastcall GetShowToolTip(void) = 0 ;
virtual int __fastcall GetThumbnailIndex(TcxShellItemInfo* AItem);
void __fastcall Initialize(_di_IShellFolder AIFolder, Winapi::Shlobj::PItemIDList AFolderPIDL);
virtual void __fastcall InitializeItem(TcxShellItemInfo* AItem);
TcxShellItemInfo* __fastcall InternalAddItem(Winapi::Shlobj::PItemIDList APidl);
virtual void __fastcall CheckForSubitems(TcxShellItemInfo* AItem);
void __fastcall ClearFetchQueue(void);
void __fastcall PopulateItems(_di_IEnumIDList pEnum);
virtual bool __fastcall SlowInitializationDone(TcxShellItemInfo* AItem) = 0 ;
__property System::Sysutils::TMultiReadExclusiveWriteSynchronizer* ItemsLock = {read=FItemsLock};
__property _di_IShellFolder ShellFolder = {read=FShellFolder};
__property int SortColumn = {read=FSortColumn, write=FSortColumn, nodefault};
__property bool SortDescending = {read=FSortDescending, write=FSortDescending, nodefault};
__property Winapi::Shlobj::PItemIDList FolderPidl = {read=GetFolderPidl, write=SetFolderPidl};
__property Vcl::Controls::TWinControl* Owner = {read=FOwner};
public:
__fastcall virtual TcxCustomItemProducer(Vcl::Controls::TWinControl* AOwner);
__fastcall virtual ~TcxCustomItemProducer(void);
virtual void __fastcall ProcessItems(_di_IShellFolder AIFolder, Winapi::Shlobj::PItemIDList AFolderPIDL, int APreloadItemCount);
virtual void __fastcall ProcessDetails(_di_IShellFolder ShellFolder, int CharWidth);
void __fastcall FetchRequest(TcxShellItemInfo* AItem);
void __fastcall ClearItems(void);
void __fastcall LockRead(void);
void __fastcall LockWrite(void);
void __fastcall UnlockRead(void);
void __fastcall UnlockWrite(void);
virtual void __fastcall SetItemsCount(int Count);
virtual void __fastcall NotifyRemoveItem(int Index);
virtual void __fastcall NotifyAddItem(int Index);
void __fastcall DoGetInfoTip(HWND Handle, int ItemIndex, System::WideChar * InfoTip, int cch);
TcxShellItemInfo* __fastcall GetItemByPidl(Winapi::Shlobj::PItemIDList APidl);
int __fastcall GetItemIndexByPidl(Winapi::Shlobj::PItemIDList APidl);
void __fastcall Sort(void);
__property TcxShellDetails* Details = {read=FDetails};
__property System::Classes::TList* Items = {read=FItems};
__property TcxShellItemsInfoGatherer* ItemsInfoGatherer = {read=GetItemsInfoGatherer};
};
class DELPHICLASS TcxDragDropSettings;
class PASCALIMPLEMENTATION TcxDragDropSettings : public System::Classes::TPersistent
{
typedef System::Classes::TPersistent inherited;
private:
bool FAllowDragObjects;
TcxDropEffect FDefaultDropEffect;
TcxDropEffectSet FDropEffect;
bool FScroll;
System::Classes::TNotifyEvent FOnChange;
int __fastcall GetDefaultDropEffectAPI(void);
unsigned __fastcall GetDropEffectAPI(void);
void __fastcall SetAllowDragObjects(bool Value);
protected:
void __fastcall Changed(void);
public:
__property unsigned DropEffectAPI = {read=GetDropEffectAPI, nodefault};
__property int DefaultDropEffectAPI = {read=GetDefaultDropEffectAPI, nodefault};
__fastcall TcxDragDropSettings(void);
__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
__published:
__property bool AllowDragObjects = {read=FAllowDragObjects, write=SetAllowDragObjects, default=1};
__property TcxDropEffect DefaultDropEffect = {read=FDefaultDropEffect, write=FDefaultDropEffect, default=1};
__property TcxDropEffectSet DropEffect = {read=FDropEffect, write=FDropEffect, default=7};
__property bool Scroll = {read=FScroll, write=FScroll, stored=false, nodefault};
public:
/* TPersistent.Destroy */ inline __fastcall virtual ~TcxDragDropSettings(void) { }
};
#pragma pack(push,1)
struct DECLSPEC_DRECORD TShChangeNotifyEntry
{
public:
_ITEMIDLIST *pidlPath;
BOOL bWatchSubtree;
};
#pragma pack(pop)
struct DECLSPEC_DRECORD DWORDITEMID
{
public:
short cb;
unsigned dwItem1;
unsigned dwItem2;
};
typedef DWORDITEMID *PDWORDITEMID;
typedef TShChangeNotifyEntry *PShChangeNotifyEntry;
typedef System::StaticArray<Winapi::Shlobj::PItemIDList, 2> TPidlList;
typedef TPidlList *PPidlList;
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE System::ResourceString _SShellDefaultNameStr;
#define Cxshellcommon_SShellDefaultNameStr System::LoadResourceString(&Cxshellcommon::_SShellDefaultNameStr)
extern PACKAGE System::ResourceString _SShellDefaultSizeStr;
#define Cxshellcommon_SShellDefaultSizeStr System::LoadResourceString(&Cxshellcommon::_SShellDefaultSizeStr)
extern PACKAGE System::ResourceString _SShellDefaultTypeStr;
#define Cxshellcommon_SShellDefaultTypeStr System::LoadResourceString(&Cxshellcommon::_SShellDefaultTypeStr)
extern PACKAGE System::ResourceString _SShellDefaultModifiedStr;
#define Cxshellcommon_SShellDefaultModifiedStr System::LoadResourceString(&Cxshellcommon::_SShellDefaultModifiedStr)
#define cxShellObjectInternalAbsoluteVirtualPathPrefix L"::{9C211B58-E6F1-456A-9F22-7B3B418A7BB1}"
#define cxShellObjectInternalRelativeVirtualPathPrefix L"::{63BE9ADB-E4B5-4623-96AA-57440B4EF5A8}"
static const System::Int8 cxShellObjectInternalVirtualPathPrefixLength = System::Int8(0x28);
static const System::Int8 cxShellNormalItemOverlayIndex = System::Int8(-1);
static const System::Int8 cxShellSharedItemOverlayIndex = System::Int8(0x0);
static const System::Int8 cxShellShortcutItemOverlayIndex = System::Int8(0x1);
#define SID_IImageList L"{46EB5926-582E-4017-9FDF-E8998DAA0950}"
extern PACKAGE GUID IID_IImageList;
extern PACKAGE GUID CLSID_ShellItem;
static const System::Word cxSFGAO_GHOSTED = System::Word(0x8000);
static const System::Word DSM_SETCOUNT = System::Word(0xb13b);
static const System::Word DSM_NOTIFYUPDATE = System::Word(0xb13c);
static const System::Word DSM_NOTIFYREMOVEITEM = System::Word(0xb13e);
static const System::Word DSM_NOTIFYADDITEM = System::Word(0xb13f);
static const System::Word DSM_NOTIFYUPDATECONTENTS = System::Word(0xb140);
static const System::Word DSM_SHELLCHANGENOTIFY = System::Word(0xb141);
static const System::Word DSM_DONAVIGATE = System::Word(0xb142);
static const System::Word DSM_SYNCHRONIZEROOT = System::Word(0xb143);
static const System::Word DSM_SHELLTREECHANGENOTIFY = System::Word(0xb144);
static const System::Word DSM_SHELLTREERESTORECURRENTPATH = System::Word(0xb145);
static const System::Word DSM_SYSTEMSHELLCHANGENOTIFY = System::Word(0xb146);
static const System::Word DSM_FIRST = System::Word(0xb13b);
static const System::Word DSM_LAST = System::Word(0xb146);
static const System::Int8 PRELOAD_ITEMS_COUNT = System::Int8(0xa);
static const System::Int8 SHCNF_ACCEPT_INTERRUPTS = System::Int8(0x1);
static const System::Int8 SHCNF_ACCEPT_NON_INTERRUPTS = System::Int8(0x2);
static const System::Word SHCNF_NO_PROXY = System::Word(0x8000);
extern PACKAGE unsigned __stdcall (*SHChangeNotifyRegister)(HWND hwnd, unsigned dwFlags, unsigned wEventMask, unsigned uMsg, unsigned cItems, PShChangeNotifyEntry lpItems);
extern PACKAGE bool __stdcall (*SHChangeNotifyUnregister)(unsigned hNotify);
extern PACKAGE unsigned __stdcall (*SHChangeNotification_Lock)(unsigned hChange, unsigned dwProcId, PPidlList &PPidls, int &plEvent);
extern PACKAGE BOOL __stdcall (*SHChangeNotification_UnLock)(unsigned hLock);
extern PACKAGE HRESULT __stdcall (*SHGetImageList)(int iImageList, const GUID &riid, /* out */ void *ppv);
extern PACKAGE void __fastcall CheckShellRoot(TcxCustomShellRoot* ARoot);
extern PACKAGE System::WideString __fastcall GetShellItemDisplayName(_di_IShellFolder AIFolder, Winapi::Shlobj::PItemIDList APIDL, bool ACheckIsFolder);
extern PACKAGE unsigned __stdcall cxShellGetThreadSafeFileInfo(System::WideChar * pszPath, unsigned dwFileAttributes, _SHFILEINFOW &psfi, unsigned cbFileInfo, unsigned uFlags);
extern PACKAGE bool __fastcall HasSubItems(_di_IShellFolder AParentIFolder, Winapi::Shlobj::PItemIDList AFullPIDL, unsigned AEnumSettings);
extern PACKAGE _di_IShellFolder __fastcall GetDesktopIShellFolder(void);
extern PACKAGE System::WideString __fastcall GetTextFromStrRet(_STRRET &AStrRet, Winapi::Shlobj::PItemIDList APIDL);
extern PACKAGE HRESULT __fastcall GetShellDetails(_di_IShellFolder pFolder, Winapi::Shlobj::PItemIDList pidl, /* out */ _di_IShellDetails &sd);
extern PACKAGE HRESULT __fastcall cxGetFolderLocation(HWND AWnd, int ACSIDL, NativeUInt AToken, unsigned AReserwed, Winapi::Shlobj::PItemIDList &APIDL);
extern PACKAGE System::TDateTime __fastcall cxFileTimeToDateTime(_FILETIME fTime);
extern PACKAGE _di_IMalloc __fastcall cxMalloc(void);
extern PACKAGE void __fastcall DisplayContextMenu(HWND AWnd, _di_IShellFolder AIFolder, System::Classes::TList* AItemPIDLList, const System::Types::TPoint APos);
extern PACKAGE System::WideString __fastcall UpperCaseW(System::WideString Source);
extern PACKAGE System::WideString __fastcall LowerCaseW(System::WideString Source);
extern PACKAGE unsigned __fastcall StrLenW(System::WideChar * Source);
extern PACKAGE System::WideString __fastcall StrPasW(System::WideChar * Source);
extern PACKAGE void __fastcall StrPLCopyW(System::WideChar * Dest, System::WideString Source, unsigned MaxLen);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall GetPidlParent(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall CreateEmptyPidl(void);
extern PACKAGE PITEMIDLISTARRAY __fastcall CreatePidlArrayFromList(System::Classes::TList* AList);
extern PACKAGE void __fastcall DisposePidlArray(PITEMIDLISTARRAY APidls);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall ExtractParticularPidl(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE bool __fastcall EqualPIDLs(Winapi::Shlobj::PItemIDList APIDL1, Winapi::Shlobj::PItemIDList APIDL2);
extern PACKAGE bool __fastcall IsSubPath(Winapi::Shlobj::PItemIDList APIDL1, Winapi::Shlobj::PItemIDList APIDL2);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall ConcatenatePidls(Winapi::Shlobj::PItemIDList APidl1, Winapi::Shlobj::PItemIDList APidl2);
extern PACKAGE System::WideString __fastcall GetPidlName(Winapi::Shlobj::PItemIDList APIDL);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall GetLastPidlItem(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE void __fastcall DisposePidl(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall GetPidlCopy(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE int __fastcall GetPidlItemsCount(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE int __fastcall GetPidlSize(Winapi::Shlobj::PItemIDList APidl);
extern PACKAGE Winapi::Shlobj::PItemIDList __fastcall GetNextItemID(Winapi::Shlobj::PItemIDList APidl);
} /* namespace Cxshellcommon */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_CXSHELLCOMMON)
using namespace Cxshellcommon;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // CxshellcommonHPP
|
2ad1667b7fb6342d9e0f3a7a58290e73228b3a55
|
26812a9295d7d01c4dae474e7ad6d562892d1778
|
/greatest no. by switch in scope resolution.cpp
|
89aeb952ea83c92966fd4b5144042eb0e8719eef
|
[] |
no_license
|
PriyankaNohria/C-
|
52e3ddd5a148b51ca5c68a81ab5c4706c5ef5574
|
73ac37e72227b6167a60988030bd3c85384a4585
|
refs/heads/master
| 2020-12-08T20:54:27.913275
| 2020-01-10T17:07:00
| 2020-01-10T17:07:00
| 233,093,331
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 146
|
cpp
|
greatest no. by switch in scope resolution.cpp
|
#include<iostream>
using namespace std;
class large
{
public:
void enter();
void inte();
void floatno();
void chara();
}
void large:: inte()
{
}
|
bd6ee8b0e87d2f363678b6f57a2cb637daca4653
|
ec978c7a75c8ccbeef7f154dadb3e15bad9496db
|
/linker/inc/LinkerWrapper.h
|
eee9e866eceb8b62347d59b970ed77469e89bf35
|
[] |
no_license
|
Uros2323/System-Software
|
434b982ec5f00b67aee6637e50dd32b0cfc5a11d
|
7f4d62493326e0618feb636d919739cb83ccef61
|
refs/heads/main
| 2023-07-15T23:20:47.377435
| 2021-08-02T18:46:42
| 2021-08-02T18:46:42
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,879
|
h
|
LinkerWrapper.h
|
#ifndef LINKER_H
#define LINKER_H
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <fstream>
#include <iomanip>
using namespace std;
class LinkerWrapper
{
private:
struct SymbolTable
{
int id_symbol; // sequence number of symbol
int value; // this is offset within section
bool is_local; // is symbol local or global
bool is_defined; // is symbol defined (if it is local it has to be)
bool is_extern; // is symbol extern (then it is undefined)
string section; // section where this symbol is defined
string name; // symbol name
};
struct RelocationTable
{
bool is_data; // is this relocation of data or of instruction
string section_name; // where to relocate, current section!
//*** This is offset from the beginning of the aggregate section
int offset; // which byte is the start byte for relocation;
string type; // type of relocation
string symbol_name; // which symbol is relocated ! (for local symbol it is the section where it is defined)
int addend; // unused, leaved here for eventually
//This represents input file from which this relocation belongs to.
string filename; // used only for local symbols, when the section name is written in relocation data;
};
struct SectionTable
{
int id_section; // sequence number of section
string section_name; // name of section
int size; // size of section
vector<int> offsets; // beginning of data -> location_counter
vector<char> data; // data at offset in vector offsets
int virtual_memory_address; // address where this section is going to be loaded to memory
};
struct SectionAdditionalData
{
string section_name;
string parent_file_name;
int parent_section_size;
int start_addres_in_aggregate_section;
};
// contains symbols relocations and sections per input file
// key is filename
map<string, map<string, SymbolTable>> symbol_table_per_file; // inner key is symbol name
map<string, vector<RelocationTable>> relocation_table_per_file;
map<string, map<string, SectionTable>> section_table_per_file; // inner key is section name
map<string, SymbolTable> output_symbol_table;
vector<RelocationTable> output_relocation_table;
map<string, SectionTable> output_section_table;
string output_file_name;
vector<string> files_to_be_linked;
vector<string> error_messages;
map<string, map<string, SectionAdditionalData>> section_additional_helper;
// helper info for linker to know where are the sections from input files
// first key is section name, and second key is the input file name
bool linkable_output;
map<string, int> mapped_section_address;
bool move_sections_to_virtual_address();
bool intersect_of_two_sections(int, int, int, int);
bool check_places_of_sections();
bool solve_relocations_on_data_linkable();
bool solve_relocations_on_data_hex();
void fill_output_text_file();
void fill_output_binary_file();
ofstream linker_output_helper_file;
public:
static int MEMORY_MAPPED_REGISTERS;
LinkerWrapper(string, vector<string>, bool, map<string, int>);
bool collect_data_from_relocatible_files();
bool create_aggregate_sections();
bool create_aggregate_symbol_table();
bool create_aggregate_relocations();
bool create_aggregate_content_of_sections();
bool solve_relocations_on_data();
void print_error_messages();
void print_symbol_table();
void print_relocation_table();
void print_section_table();
void print_section_data();
void fill_output_file();
};
#endif //LINKER_H
|
36011baa4c0806a8a7023887d71fb4c8d61e14f0
|
a8bfdb70b38d4d14422a6397cc898a70306372af
|
/arduino/OpenROV/GeigerCounter.h
|
2a4439259f8c5a3c7585c60aa45a6d5fb51d1e5b
|
[
"MIT"
] |
permissive
|
scubasonar/openrov-software
|
16e0d97a5dbd7eda5588f04f3bca5815a68f7de5
|
fb1fa06b979857bebe68a0a3a5e1430aca4581a6
|
refs/heads/master
| 2021-01-22T17:22:31.807434
| 2014-01-11T23:45:13
| 2014-01-11T23:45:13
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 885
|
h
|
GeigerCounter.h
|
#ifndef __LIGHTS_H_
#define __LIGHTS_H_
#include <Arduino.h>
#include <limits.h>
#include "Device.h"
#include "Pin.h"
// Geiger counter tube models
#define LND_712 0 // LND
#define SBM_20 1 // GSTube
#define J408Gamma 2 // North Optic
#define J306Beta 3 // North optic
#define TUBE_MODEL LND_712
#define INTERRUPT_MODE FALLING
const unsigned long updateIntervalInMillis = 10000; // once every 10 secs should collect enough hits?
class GeigerCounter : public Device {
// int TUBE_MODEL = LND_712; // Change to match your tube!
// Interrupt mode:
// * For most geiger counter modules: FALLING
// * Geiger Counter Twig by Seeed Studio: RISING
// int INTERRUPT_MODE = FALLING;
public:
// Sampling interval (e.g. 60,000ms = 1min)
GeigerCounter():Device(){};
void device_setup();
void device_loop(Command cmd);
};
#endif
|
e5b7ddbc6df721a8827abae566f87fd278b39677
|
57c9081fb638d14b61f6c482ec4c2e439cbcbb77
|
/Assignment1/LinkListMain.cpp
|
fd13085b4861166b8a92f2e5cec4c6b861e40806
|
[] |
no_license
|
mdhasanai/Data-Structure-Assignment
|
a865040f3eec53597096802cbac7dabbe67b1f2b
|
db49f885dfdb49d676af485f8888009887ed6625
|
refs/heads/master
| 2021-06-24T10:49:06.147178
| 2017-07-22T16:30:47
| 2017-07-22T16:30:47
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,576
|
cpp
|
LinkListMain.cpp
|
#include<iostream>
#include <string>
#include <fstream>
#include <algorithm>
using namespace std;
struct pos {
int index;
pos* next;
};
struct node {
string data;
int counter;
node *next;
pos *position;
};
int MainIndex = 0;
int totalWord=0;
node* head = NULL;
//pos *h2 = NULL;
//int counter = 0;
node* CreateNode(string data){
node *temp = new node;
temp->data = data;
temp->counter = 0;
temp->next = NULL;
temp->position = NULL;
return temp;
}
pos* insertPosition(pos* positionRoot, int indx){
pos* Ptemp = new pos();
Ptemp->index = indx;
Ptemp->next = NULL;
if(positionRoot == NULL){
positionRoot=Ptemp;
return positionRoot;
}
else{
pos *Current = positionRoot;
while (Current->next != NULL){
Current =Current->next;
}
Current ->next =Ptemp;
return positionRoot;
}
}
void addNodeToTheList(string data){
node *temp = new node();
temp->data = data;
temp->counter = 0;
temp->next = NULL;
temp->position = NULL;
if(head == NULL){
temp->counter++;
temp->position = insertPosition(temp->position,++MainIndex);
head=temp;
//return head;
}
else{
node* tempHead=head;
while(tempHead->next!=NULL )
{
if((tempHead->data.compare(data) ==0)){
break;
}
tempHead=tempHead->next;
}
if((tempHead->data.compare(data) ==0))
{
tempHead->counter++;
tempHead->position= insertPosition(tempHead->position, ++MainIndex);
return;
}
else{
temp->counter++;
temp->position= insertPosition(temp->position, ++MainIndex);
tempHead->next=temp;
}
}
}
void printTHE(){
double freq=0;
node *something = head;
while(something != NULL){
freq = (double) something->counter/totalWord;
cout<<something->data <<" - "<<freq <<" : ";
pos* mPos = something->position;
while(mPos!=NULL)
{
cout << mPos->index << " " ;
mPos=mPos->next;
}
cout <<endl;
something=something->next;
}
}
int main(void) {
ifstream file;
file.open("example.txt", std::fstream::out);
string s;
if (file.is_open()) {
while (file >> s) {
cout<<s<<endl;
addNodeToTheList(s);
totalWord++;
}
printTHE();
}
}
|
7426f4bb7ffd19634903d5ee608f98bb33a02404
|
4f42d18a8e7dc9f62621227fce2118eb49974a47
|
/arch/avr/avrspi.h
|
2f468e03dfce880e3c17d6c7dc5b0ee7f62b3eb9
|
[] |
no_license
|
irsural/mxsrclib
|
e3004a503c0c5be07ffa42f05f7824d1c57eca0c
|
8607711eae1366bf11dabe26ed5003af53698fc3
|
refs/heads/master
| 2023-06-09T06:23:31.734589
| 2023-04-14T06:45:37
| 2023-04-14T06:45:37
| 107,269,128
| 0
| 0
| null | 2021-06-09T10:36:04
| 2017-10-17T13:00:53
|
C++
|
WINDOWS-1251
|
C++
| false
| false
| 2,036
|
h
|
avrspi.h
|
//! \file
//! \ingroup drivers_group
//! \brief Драйвер SPI для AVR
//!
//! Дата 26.02.2009
#ifndef avrspiH
#define avrspiH
#ifndef __ATmega128__
#include <irsspi.h>
#include <irsstd.h>
namespace irs
{
namespace avr
{
//! \addtogroup drivers_group
//! @{
class avr_spi_t : public spi_t
{
public:
enum spi_type_t
{
USART0,
USART1,
SPI
};
private:
// переменные состояния
enum current_status_t
{
SPI_FREE,
SPI_READ,
SPI_WRITE
};
current_status_t m_status;
// буфера
irs_u8 *mp_buf;
irs_u8 *mp_target_buf;
irs_u8 m_buffer_size;
irs_u8 m_current_byte;
irs_u8 m_packet_size;
// параметры передачи
irs_u32 m_bitrate;
polarity_t m_polarity;
phase_t m_phase;
order_t m_order;
// флаги
bool m_buf_empty;
bool m_lock;
// параметры железа
irs_u32 m_f_osc;
spi_type_t m_spi_type;
// функции работы с железом
void write_data_register(irs_u8 a_data);
irs_u8 read_data_register();
bool transfer_complete();
public:
avr_spi_t(irs_u8 a_buffer_size, irs_u32 a_f_osc, spi_type_t a_spi_type);
virtual ~avr_spi_t();
virtual void abort();
virtual void read(irs_u8* ap_buf,irs_uarc a_size);
virtual void write(const irs_u8* ap_buf,irs_uarc a_size);
virtual status_t get_status();
virtual void lock();
virtual void unlock();
virtual bool get_lock();
virtual bool set_bitrate(irs_u32 a_bitrate);
virtual bool set_polarity(polarity_t a_polarity);
virtual bool set_phase(phase_t a_phase);
virtual bool set_order(order_t a_order);
virtual bool set_data_size(irs_u16 /*a_data_size*/) {return true;}
virtual void tick();
virtual void read_write(irs_u8* /*ap_read_buf*/,
const irs_u8* /*ap_write_buf*/, irs_uarc /*a_size*/) {}
void init_default();
};
//! @}
} // namespace avr
} // namespace irs
#endif //__ATmega128__
#endif // avrspiH
|
20d6fab25b83578e8f4eea17a58961179ee405a1
|
735fdaf179abb568a309b9a500c3d1c636256c3d
|
/1088 lightoj- Points in Segments 1.cpp
|
d8e41f15fb2acb631788af4e68ca074cf67aab3a
|
[] |
no_license
|
mazedrupok/lightoj
|
6befd498becedf0f60b546c026dc41c9bb5618b2
|
701b13c8be76c75a086ec096d410b71ac17a0203
|
refs/heads/master
| 2023-06-10T18:49:56.255882
| 2023-05-27T18:52:47
| 2023-05-27T18:52:47
| 30,004,511
| 6
| 2
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 638
|
cpp
|
1088 lightoj- Points in Segments 1.cpp
|
#include <bits//stdc++.h>
using namespace std;
int main ()
{
int tc, cs = 0, n, q, a, b;
scanf (" %d", &tc);
while (tc--) {
scanf (" %d %d", &n, &q);
int ara[n];
for (int i = 0; i < n; i++) scanf (" %d", &ara[i]);
//sort (ara, ara+n); //no need for these library
printf ("Case %d:\n", ++cs);
while (q--) {
scanf (" %d %d", &a, &b);
int x, y;
x = lower_bound (ara, ara+n, a)-ara; //counts less of a
y = upper_bound (ara, ara+n, b)-ara; //counts less equal of b
//printf ("%d %d\n", x, y);
printf ("%d\n", y-x);
}
}
return 0;
}
|
479131abe8c62da5274f745ae93a71cac49184a2
|
b47b2abfe49a4088fc46606075d6c60b7ac3c446
|
/Constructor/mainwindow.h
|
2f38678c3b043797b617fb1a5883455f80897ae4
|
[] |
no_license
|
ritesh007sharma/Sprite_editor
|
6209f25fbfbfd412eb4644c0102497895f8ac8b0
|
d96fcac366199cec7f04e3125fb190def48e8fd9
|
refs/heads/master
| 2022-03-21T04:16:00.361693
| 2019-11-29T17:36:33
| 2019-11-29T17:36:33
| 224,897,700
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,630
|
h
|
mainwindow.h
|
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QGridLayout>
#include "framecontainer.h"
#include <QFileDialog>
#include "load.h"
#include "save.h"
#include "gifexport.h"
namespace Ui {
class MainWindow;
}
/**
* This class manages the tools utilized in the menu bar as well as integrating in the other widgets/
* components within the spite edtior.
*/
class MainWindow : public QMainWindow
{
Q_OBJECT
private:
/**
* UI pointer for the interface
*/
Ui::MainWindow *ui;
/**
* The model
*/
FrameContainer frames;
private slots:
/**
* Emits a signal to notify that the user has selected the load button.
*/
void on_loadButton_clicked();
/**
* Emits a signal to notify that the user has selected the save button.
*/
void on_saveButton_clicked();
/**
* Emits a signal to notify that the user has selected the export button.
*/
void on_exportToGIF_clicked();
public:
/**
* MainWindow Constructor auto generated by QT.
*/
explicit MainWindow(QWidget *parent = nullptr);
/**
* MainWindow destructer
*/
~MainWindow();
signals:
/**
* Emits the current frame in the editor.
*/
void sendFrame(QImage);
/**
* Loads the sprite editor file from a specified file path.
*/
void loadFile(QString);
/**
* Saves the frames into a JSON format.
*/
void saveFile(QString, std::vector<QImage>, int);
/**
* Exports the frames in a GIF format.
*/
void exportFile(std::vector<QImage>, int, QString);
};
#endif
|
cbe9907bd54cd613f3f2ddcc3ec6bdda16c6fa7a
|
4baa416f605621b8ee0cc1bed01b99fb05b90003
|
/ChemicalEquationBalancer/fraction_testdriver.cpp
|
fe469c8706d59ecaa356b53c57277bac1fb91aa7
|
[] |
no_license
|
Aragami1408/ChemicalEquationBalancer
|
61f37fb06f734f778ee4536a982b7c6165045963
|
d0047579dfcd4950f0c890c74ff78e3437fe86c6
|
refs/heads/master
| 2021-05-29T20:16:29.075350
| 2015-10-16T18:25:51
| 2015-10-16T18:25:51
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,726
|
cpp
|
fraction_testdriver.cpp
|
#include <iostream>
#include "Fraction.h"
int main()
{
Fraction a;
Fraction b = 5;
Fraction c(3, 7);
Fraction d(-1, 5);
Fraction e(21, -9);
Fraction f(-6, -5);
Fraction g(6, -9);
std::cout << "Test constructors:\n";
std::cout << "a = " << a << "\n";
std::cout << "b = " << b << "\n";
std::cout << "c = " << c << "\n";
std::cout << "d = " << d << "\n";
std::cout << "e = " << e << "\n";
std::cout << "f = " << f << "\n";
std::cout << "g = " << g << "\n";
try {
Fraction invalid(1, 0);
} catch (const std::exception& ex) {
std::cerr << "ERROR: " << ex.what() << "\n";
}
std::cout << "\nTest operator+:\n";
std::cout << "a + b = " << a + b << "\n";
std::cout << "b + d = " << b + d << "\n";
std::cout << "c + d = " << c + d << "\n";
try {
Fraction x(1, 65536);
Fraction y = x + x;
std::cout << "y = " << y << "\n";
Fraction w(1, 65537);
Fraction z(1, 65539);
std::cout << "w + z = " << w + z << "\n";
}
catch (const std::exception& ex) {
std::cerr << "ERROR: " << ex.what() << "\n";
}
std::cout << "\nTest operator-:\n";
std::cout << "a - b = " << a - b << "\n";
std::cout << "b - d = " << b - d << "\n";
std::cout << "c - d = " << c - d << "\n";
try {
Fraction x(1, 65536);
Fraction y = x - x;
std::cout << "y = " << y << "\n";
Fraction w(1, 65537);
Fraction z(1, 65539);
std::cout << "w - z = " << w - z << "\n";
}
catch (const std::exception& ex) {
std::cerr << "ERROR: " << ex.what() << "\n";
}
std::cout << "\nTest operator*:\n";
std::cout << "a * b = " << a * b << "\n";
std::cout << "b * d = " << b * d << "\n";
std::cout << "c * d = " << c * d << "\n";
try {
Fraction x(1, 65536);
Fraction y = x * x;
std::cout << "y = " << y << "\n";
Fraction w(1, 65537);
Fraction z(1, 65539);
std::cout << "w * z = " << w * z << "\n";
}
catch (const std::exception& ex) {
std::cerr << "ERROR: " << ex.what() << "\n";
}
std::cout << "\nTest operator/:\n";
std::cout << "a / b = " << a / b << "\n";
std::cout << "b / d = " << b / d << "\n";
std::cout << "c / d = " << c / d << "\n";
try {
Fraction x(1, 65536);
Fraction y = x / x;
std::cout << "y = " << y << "\n";
Fraction w(1, 65537);
Fraction z(1, 65539);
std::cout << "w / z = " << w / z << "\n";
std::cout << "w / a = " << w / a << "\n";
}
catch (const std::exception& ex) {
std::cerr << "ERROR: " << ex.what() << "\n";
}
}
|
92df86f1ffe50337aeba2ec4e8852a8cf59e90d7
|
0b6f28fafe2ac0eb9e572bb91defc6d33283fb01
|
/binary_tree.cpp
|
6c5404bf31f4cfc3de3987ccc4859fff367c7ccc
|
[] |
no_license
|
udaynbausj/scripts
|
7b808c1669902028861ee3f868bbfd33efedbc06
|
a2973bd283b6995fc40d3ff4996a97d6024e242d
|
refs/heads/master
| 2023-04-25T14:40:29.437614
| 2021-05-15T10:09:37
| 2021-05-15T10:09:37
| 261,472,632
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,173
|
cpp
|
binary_tree.cpp
|
//
// Created by Uday B K on 05/05/20.
//
#include <iostream>
#include <vector>
#include <map>
#include <queue>
using namespace std;
struct Node {
Node* left;
Node* right;
int data;
};
Node* new_node(int data) {
Node* n = new Node();
n->data = data;
n->left = n->right = nullptr;
return n;
}
void print_vector(vector<int>&container) {
for (int i : container) {
cout<<i<<"\n";
}
}
void print_in_order(Node* root) {
if (root== nullptr)
return;
print_in_order(root->left);
cout<<root->data<<"\n";
print_in_order(root->right);
}
void print_pre_order(Node* root) {
if (root == nullptr)
return;
cout<<root->data<<"\n";
print_pre_order(root->left);
print_pre_order(root->right);
}
void print_post_order(Node* root) {
if (root == nullptr)
return;
print_post_order(root->left);
print_post_order(root->right);
cout<<root->data<<"\n";
}
int height_of_tree(Node* root) {
if (root == nullptr)
return 0;
return 1 + max(height_of_tree(root->left) , height_of_tree(root->right));
}
void print_level_order_recursion_util(Node* root , int level) {
if (root == nullptr)
return;
if (level == 1) {
cout<<root->data<<" ";
} else if (level > 1) {
print_level_order_recursion_util(root->left,level-1);
print_level_order_recursion_util(root->right,level-1);
}
}
void print_level_order_recursion(Node* root) {
int height = height_of_tree(root);
for (int i = 1 ; i <= height ; i++ ) {
print_level_order_recursion_util(root,height);
cout<<"\n";
}
}
void print_level_order(Node* root) {
if (root == nullptr)
return;
queue<Node*>q;
q.push(root);
while(!q.empty()) {
Node* current = q.front();
q.pop();
cout<<current->data<<" ";
if (current->left!= nullptr)
q.push(current->left);
if (current->right!= nullptr)
q.push(current->right);
}
}
void diagonal_traversal_util(Node* root , map<int,vector<int>>&mp , int level) {
if (root == nullptr) {
return;
}
mp[level].push_back(root->data);
diagonal_traversal_util(root->right , mp , level);
diagonal_traversal_util(root->left , mp , level+1);
}
map<int , vector<int>> diagonal_traversal(Node* root){
map<int,vector<int> >mp;
diagonal_traversal_util(root , mp , 0);
for (auto & iter : mp) {
for (int i = 0 ; i < iter.second.size() ; i++ ) {
cout<<iter.second[i]<<" ";
}cout<<"\n";
}
return mp;
};
void print_left_boundary(Node* root) {
if (root == nullptr || (root->left == nullptr && root->right == nullptr) ) {
return;
}
cout<<root->data<<"\n";
print_left_boundary(root->left);
if (root->left == nullptr) {
print_left_boundary(root->right);
}
}
void print_leaves(Node* root) {
if (root == nullptr) {
return;
}
if (root->left == nullptr && root->right == nullptr) {
cout<<root->data<<" ";
}
print_leaves(root->left);
print_leaves(root->right);
}
void root_to_leaf_path_util(Node* root , vector<vector<int> >&paths , vector<int>current) {
if (root == nullptr) {
return;
}
current.push_back(root->data);
if ((root->left == nullptr && root->right == nullptr)) {
paths.push_back(current);
}
root_to_leaf_path_util(root->left , paths , current);
root_to_leaf_path_util(root->right , paths, current);
}
vector<vector<int>> root_to_leaf_paths(Node* root) {
vector<vector<int> >paths;
vector<int>current;
root_to_leaf_path_util(root , paths , current);
for (auto & path : paths) {
for (int j : path) {
cout<<j<<" ";
}
cout<<"\n";
}
return paths;
}
int main() {
Node* root = new_node(20);
root->left = new_node(8);
root->left->left = new_node(4);
root->left->right = new_node(12);
root->left->right->left = new_node(10);
root->left->right->right = new_node(14);
root->right = new_node(22);
root->right->right = new_node(25);
root_to_leaf_paths(root);
}
|
c884c378f820cd997c51ab57224382a98a485bd1
|
1cddfc361a1ff50d02845050cbec4b0a513d9873
|
/inc/WynikWizyty.h
|
f79007fe87c52231489fb0693df287cd81fd1edd
|
[] |
no_license
|
Wojtas5/Przychodnia
|
0311ba2a60a773fc93b6506c6452c1c7ce4fe313
|
673e4ac696598b70e187616f657d31f7fb0be720
|
refs/heads/main
| 2023-05-15T08:25:43.368825
| 2021-06-13T00:35:56
| 2021-06-13T00:35:56
| 357,659,881
| 0
| 0
| null | 2021-06-13T00:35:57
| 2021-04-13T19:00:08
|
C++
|
UTF-8
|
C++
| false
| false
| 408
|
h
|
WynikWizyty.h
|
#ifndef WYNIKWIZYTY_H
#define WYNIKWIZYTY_H
#include <string>
#include "Date.h"
using namespace std;
class WynikWizyty
{
private:
Date *data;
string przebieg_wizyty;
string zalecenia;
string skierowania;
public:
void wyswietlWynik();
void setData(Date *data);
void setPrzebieg_wizyty(string przebieg);
void setZalecenia(string zalecenia);
void setSkierowania(string skierowania);
};
#endif
|
b5b7071d9758ca18679fd0f6d1f560b63bae4c49
|
33d51bfd99c5a385e3177dba6b2ab80b47ba01a0
|
/src/kernel/rectilinear.hpp
|
23877b61cd58cb957826621629105d3bfb0a3705
|
[
"MIT"
] |
permissive
|
spinicist/riesling
|
3fce2f01134582b938b9079aa552f0823de997c3
|
d62e32d6c104a3252265073c4005a0d96d50c9b0
|
refs/heads/main
| 2023-09-04T03:39:35.020520
| 2023-08-25T15:15:33
| 2023-08-25T15:15:33
| 317,237,623
| 20
| 7
|
MIT
| 2023-09-08T08:48:40
| 2020-11-30T13:48:22
|
C++
|
UTF-8
|
C++
| false
| false
| 1,780
|
hpp
|
rectilinear.hpp
|
#pragma once
#include "fixed.hpp"
#include "tensorOps.hpp"
namespace rl {
template <typename Scalar, size_t N, typename Func>
struct Rectilinear final : FixedKernel<Scalar, N, Func::PadWidth>
{
static constexpr size_t NDim = N;
static constexpr size_t Width = Func::Width;
static constexpr size_t PadWidth = Func::PadWidth;
static constexpr float HalfWidth = Width / 2.f;
using Tensor = typename FixedKernel<Scalar, NDim, PadWidth>::Tensor;
using Point = typename FixedKernel<Scalar, NDim, PadWidth>::Point;
using Pos = typename FixedKernel<Scalar, NDim, PadWidth>::OneD;
Func f;
float β, scale;
Rectilinear(float const osamp)
:
β{f.β(osamp)}
, scale{1.f}
{
static_assert(N < 4);
scale = 1. / Norm((*this)(Point::Zero()));
Log::Print("Rectilinear, scale {}", scale);
}
void setOversampling(float const osamp) {
β = f.β(osamp);
scale = 1. / Norm((*this)(Point::Zero()));
}
auto operator()(Point const p) const -> Tensor
{
Pos const k1 = f((this->centers - p(N - 1)).abs() / HalfWidth, β) * scale;
if constexpr (N == 1) {
return k1;
} else {
Pos const k2 = f((this->centers - p(N - 2)).abs() / HalfWidth, β);
if constexpr (N == 2) {
return k2.reshape(Sz2{PadWidth, 1}).broadcast(Sz2{1, PadWidth}) *
k1.reshape(Sz2{1, PadWidth}).broadcast(Sz2{PadWidth, 1});
} else {
Pos const k3 = f((this->centers - p(N - 3)).abs() / HalfWidth, β);
return k3.reshape(Sz3{PadWidth, 1, 1}).broadcast(Sz3{1, PadWidth, PadWidth}) *
k2.reshape(Sz3{1, PadWidth, 1}).broadcast(Sz3{PadWidth, 1, PadWidth}) *
k1.reshape(Sz3{1, 1, PadWidth}).broadcast(Sz3{PadWidth, PadWidth, 1});
}
}
}
};
} // namespace rl
|
20a553eafc5dbceed9adb2ac95a4aee1f96ccf00
|
9cd567f133d88392651d45112a5aacf3ee982fdc
|
/w06p01.cpp
|
fd8d5de6e19bd00e5870d1145fc8ef078b13a6df
|
[] |
no_license
|
BartoszewskiA/Programowanie-obiektowe-WYKLAD-Int.-techniczna-2021
|
baaaca58383dba5d3519c60a9c577ec53a34c3a2
|
44834e6666c2eb3c30fbb4b3149b10ca2100ff60
|
refs/heads/master
| 2023-07-09T20:35:38.171257
| 2021-08-17T17:05:01
| 2021-08-17T17:05:01
| 366,501,586
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 911
|
cpp
|
w06p01.cpp
|
#include <iostream>
#include <string>
using namespace std;
// int ile_obiektow=0; - podejscie "nieobiektowe"
class osoba
{
private:
int id;
string imie;
public:
static int ile_obiektow;
osoba (string s): imie(s)
{
id=++ile_obiektow;
}
void setImie(string imie) { this->imie = imie; }
string getImie() { return imie; }
int getId(){return id;}
static int getIleObiektow() {return ile_obiektow;}
};
int osoba::ile_obiektow = 0;
main()
{
osoba ktos("aaaa");
cout<<ktos.getImie()<<":"<<osoba::ile_obiektow<<" id="<<ktos.getId()<<endl;
osoba ktos2("bbbb");
cout<<ktos2.getImie()<<":"<<osoba::ile_obiektow<<" id="<<ktos2.getId()<<endl;
osoba ktos3("cccc");
cout<<ktos3.getImie()<<":"<<osoba::getIleObiektow()<<" id="<<ktos3.getId()<<endl;
cout<<ktos.getImie()<<":"<<osoba::getIleObiektow()<<" id="<<ktos.getId()<<endl;
return 0;
}
|
cc969ea0a54c20693212a651b228d737a1fb0900
|
a6b698105aec67701cdd509cb9a48528786049d2
|
/RegainEarthCheat/SDK/BP_DissolveComponent_functions.cpp
|
bacd43d872ecfc75a7ab94bda5cb77629ddae1c9
|
[] |
no_license
|
ejiaogl/RegainEarth-Cheat
|
859d44d8400a3694b4e946061b20d30561c6304f
|
4136c2c11e78e9dbb305e55556928dfba7f4f620
|
refs/heads/master
| 2023-08-29T09:39:45.222291
| 2021-10-19T19:56:05
| 2021-10-19T19:56:05
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,000
|
cpp
|
BP_DissolveComponent_functions.cpp
|
// Name: RegainEart-FirtstStrike, Version: Version-1
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------------------------------------------
// Function BP_DissolveComponent.BP_DissolveComponent_C.Multicast_StartDissolvingMeshComponents
// (Net, NetReliable, NetMulticast, HasOutParms, BlueprintCallable, BlueprintEvent)
// Parameters:
// TArray<class UMeshComponent*> MeshComponents (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
void UBP_DissolveComponent_C::Multicast_StartDissolvingMeshComponents(TArray<class UMeshComponent*> MeshComponents)
{
static auto fn = UObject::FindObject<UFunction>("Function BP_DissolveComponent.BP_DissolveComponent_C.Multicast_StartDissolvingMeshComponents");
UBP_DissolveComponent_C_Multicast_StartDissolvingMeshComponents_Params params;
params.MeshComponents = MeshComponents;
auto flags = fn->FunctionFlags;
UObject::ProcessEvent(fn, ¶ms);
fn->FunctionFlags = flags;
}
// Function BP_DissolveComponent.BP_DissolveComponent_C.StartAdditionalDissolveVisuals
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class UStaticMeshComponent* AttachedStaticMeshComponent (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class USkeletalMeshComponent* AttachedSkeletalMeshComponent (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UBP_DissolveComponent_C::StartAdditionalDissolveVisuals(class UStaticMeshComponent* AttachedStaticMeshComponent, class USkeletalMeshComponent* AttachedSkeletalMeshComponent)
{
static auto fn = UObject::FindObject<UFunction>("Function BP_DissolveComponent.BP_DissolveComponent_C.StartAdditionalDissolveVisuals");
UBP_DissolveComponent_C_StartAdditionalDissolveVisuals_Params params;
params.AttachedStaticMeshComponent = AttachedStaticMeshComponent;
params.AttachedSkeletalMeshComponent = AttachedSkeletalMeshComponent;
auto flags = fn->FunctionFlags;
UObject::ProcessEvent(fn, ¶ms);
fn->FunctionFlags = flags;
}
// Function BP_DissolveComponent.BP_DissolveComponent_C.Server_StartDissolvingOwner
// (Net, NetReliable, NetServer, BlueprintCallable, BlueprintEvent)
void UBP_DissolveComponent_C::Server_StartDissolvingOwner()
{
static auto fn = UObject::FindObject<UFunction>("Function BP_DissolveComponent.BP_DissolveComponent_C.Server_StartDissolvingOwner");
UBP_DissolveComponent_C_Server_StartDissolvingOwner_Params params;
auto flags = fn->FunctionFlags;
UObject::ProcessEvent(fn, ¶ms);
fn->FunctionFlags = flags;
}
// Function BP_DissolveComponent.BP_DissolveComponent_C.DoDissolveDrive
// (HasOutParms, BlueprintCallable, BlueprintEvent)
// Parameters:
// TArray<class UMeshComponent*> MeshComponents (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
void UBP_DissolveComponent_C::DoDissolveDrive(TArray<class UMeshComponent*> MeshComponents)
{
static auto fn = UObject::FindObject<UFunction>("Function BP_DissolveComponent.BP_DissolveComponent_C.DoDissolveDrive");
UBP_DissolveComponent_C_DoDissolveDrive_Params params;
params.MeshComponents = MeshComponents;
auto flags = fn->FunctionFlags;
UObject::ProcessEvent(fn, ¶ms);
fn->FunctionFlags = flags;
}
// Function BP_DissolveComponent.BP_DissolveComponent_C.ExecuteUbergraph_BP_DissolveComponent
// (Final, HasDefaults)
// Parameters:
// int EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UBP_DissolveComponent_C::ExecuteUbergraph_BP_DissolveComponent(int EntryPoint)
{
static auto fn = UObject::FindObject<UFunction>("Function BP_DissolveComponent.BP_DissolveComponent_C.ExecuteUbergraph_BP_DissolveComponent");
UBP_DissolveComponent_C_ExecuteUbergraph_BP_DissolveComponent_Params params;
params.EntryPoint = EntryPoint;
auto flags = fn->FunctionFlags;
UObject::ProcessEvent(fn, ¶ms);
fn->FunctionFlags = flags;
}
// Function BP_DissolveComponent.BP_DissolveComponent_C.OnDissolveFinished__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
void UBP_DissolveComponent_C::OnDissolveFinished__DelegateSignature()
{
static auto fn = UObject::FindObject<UFunction>("Function BP_DissolveComponent.BP_DissolveComponent_C.OnDissolveFinished__DelegateSignature");
UBP_DissolveComponent_C_OnDissolveFinished__DelegateSignature_Params params;
auto flags = fn->FunctionFlags;
UObject::ProcessEvent(fn, ¶ms);
fn->FunctionFlags = flags;
}
}
#ifdef _MSC_VER
#pragma pack(pop)
#endif
|
57eb8d687c9a5374edf37cfb6531bc5e25b21d6b
|
8a5466fb60ca8318567991555af00fdcfa3a79a1
|
/Header.h
|
4b98aa50aa0fcfc7c0991664aedb7c5a54708136
|
[] |
no_license
|
michelleabreo/Hangman-Game
|
b0829e137ca4ee92498de7c7fa437396b065cba8
|
89acf3c2980fb6edc4665b05b60ab4735fc6b7bb
|
refs/heads/master
| 2021-10-02T22:49:26.875798
| 2018-12-02T01:49:51
| 2018-12-02T01:49:51
| 105,077,380
| 0
| 0
| null | 2018-12-02T01:49:52
| 2017-09-27T22:51:39
| null |
UTF-8
|
C++
| false
| false
| 39
|
h
|
Header.h
|
//hangman.h
class hangman
{
};
|
4ad2c2bc3c1775a26e8847e3bd15fdbd11fff65e
|
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
|
/app/src/main/cpp/dir7941/dir22441/dir26975/dir27120/dir27591/file27606.cpp
|
ecb68563a41ece71119508703ab96e1c5d44ce2e
|
[] |
no_license
|
tgeng/HugeProject
|
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
|
4488d3b765e8827636ce5e878baacdf388710ef2
|
refs/heads/master
| 2022-08-21T16:58:54.161627
| 2020-05-28T01:54:03
| 2020-05-28T01:54:03
| 267,468,475
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 115
|
cpp
|
file27606.cpp
|
#ifndef file27606
#error "macro file27606 must be defined"
#endif
static const char* file27606String = "file27606";
|
77854ccbc5f6fcc35e253708f8553f2320c1440a
|
c0b1ff8b95dbc9713f6c1c710df1211d61617dc8
|
/SimpleMCMain.cpp
|
018320a78f724cea4c10f6dcdce2e12d1dfb08f3
|
[] |
no_license
|
sremo/cppDerivPricing
|
187bd4c22b6c578d3ec970134447360194e638a6
|
91b3f74abf71fe582d3d70dcdd5574533549667b
|
refs/heads/master
| 2020-05-04T16:11:50.335391
| 2013-02-08T08:55:50
| 2013-02-08T08:55:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,834
|
cpp
|
SimpleMCMain.cpp
|
// requires Random.cpp
#include "Random.h"
#include <iostream>
#include <cmath>
#include <string>
#include <sstream>
using namespace std;
double string_to_double( const std::string& s )
{
std::istringstream i(s);
double x;
if (!(i >> x))
return 0;
return x;
}
int string_to_int( const std::string& s )
{
std::istringstream i(s);
double x;
if (!(i >> x))
return 0;
return x;
}
double SimpleMontecarlo1(double Expiry,
double Strike,
double Spot,
double Vol,
double r,
unsigned long NumberOfPaths)
{
double variance = Vol*Vol*Expiry;
double rootVariance = sqrt(variance);
double itoCorrection = -0.5*variance;
double baseSpot = Spot*exp(r+itoCorrection);
double thisSpot;
double sum = 0;
double payoff;
double thisGaussian;
srand(time(0));
for(int i=0; i<NumberOfPaths;i++){
thisGaussian = GetGaussianBoxMuller();
thisSpot = baseSpot*exp(thisGaussian*rootVariance);
payoff = thisSpot - Strike;
payoff = payoff >0 ? payoff : 0;
sum += payoff;
}
double mean = sum/NumberOfPaths;
mean *= exp(-r*Expiry);
return mean;
}
int main(int argc, char* argv[]){
double Expiry = 40;
double Strike = 50;
double Spot = 40;
double Vol = 0.15;
double r = 0.05;
unsigned long NumberOfPaths = 10000000;
if(argc == 7){
Expiry = string_to_double(argv[1]);
Strike = string_to_double(argv[2]);
Spot = string_to_double(argv[3]);
Vol = string_to_double(argv[4]);
r = string_to_double(argv[5]);
NumberOfPaths = string_to_int(argv[6]);
}
double optPrice = SimpleMontecarlo1(Expiry,Strike,Spot,Vol,r,NumberOfPaths);
cout << "This is the price: " << optPrice << endl;
return 0;
}
|
6e3681cd2035c7aa9165a11d4036656d66f1f029
|
b747063a7eddcdc473a37262b0f293da39f9a4e9
|
/code/CS info/cs240/chess/Pawn.cpp
|
0690c46e87e8b184583501f572cbeb9927872f5f
|
[] |
no_license
|
Iiridayn/sample
|
2a8d6693e80d53ca5e63d79cad09aa9da2b373bc
|
0dfc4eb0f17c7bf4618f07d1483878e333441500
|
refs/heads/master
| 2023-07-07T11:31:25.401037
| 2023-06-23T22:34:28
| 2023-06-23T22:34:28
| 24,160,656
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,061
|
cpp
|
Pawn.cpp
|
#include "Pawn.h"
#include "Board.h"
void Pawn::getMoves(Board* board, bool usecol) {
int index = (color == "white")?y-1:y+1;
bool temp = false;
if(index >= 0 && index < 8) {
if(board->board[x][index] == 0) {
board->poss.insert((x*10)+index);
cout << "adding: " << ((x*10)+index) << endl;
temp = true;
}
}//forward 1
if(x+1 < 8)
if(board->board[x+1][index] != 0)
if(board->board[x+1][index]->color != color) {
board->poss.insert(((x+1)*10)+index);
cout << "adding: " << (((x+1)*10)+index) << endl;
}
if(x-1 >= 0)
if(board->board[x-1][index] != 0)
if(board->board[x-1][index]->color != color) {
board->poss.insert(((x-1)*10)+index);
cout << "adding: " << (((x-1)*10)+index) << endl;
}
if(temp && ((color=="white")?(y==6):(y==1))) {
index = index-(y-index);
if(board->board[x][index] == 0) {
board->poss.insert((x*10)+index);
cout << "adding: " << ((x*10)+index) << endl;
} // forward 2
}
if(usecol) {
board->rmbad(x, y);
board->colorValid();
}
}
|
d2728859ca84f6d5e390df7d41c15a735b091909
|
3bae1e0391ab877c0ddfbdfbf392a2c5965d1669
|
/cbmc_trunk/cbmc_trunk_linux/src/goto-cc/goto_cc_cmdline.h
|
b3fb450c6710ca318a6c66a43dc72fa43bd69bc7
|
[
"BSD-2-Clause"
] |
permissive
|
cocreature/rvt
|
36f6e2a153b3f398bd997ebeccdec38ca6259241
|
b9dc17b21a87b5b93326376117401c3011bb4fa3
|
refs/heads/master
| 2021-01-11T16:14:54.732076
| 2017-08-28T19:18:54
| 2017-08-28T19:18:54
| 80,048,732
| 0
| 1
| null | 2017-01-25T19:20:46
| 2017-01-25T19:20:46
| null |
UTF-8
|
C++
| false
| false
| 731
|
h
|
goto_cc_cmdline.h
|
/*******************************************************************\
Module: Command line interpretation for goto-cc
Author: Daniel Kroening
Date: April 2010
\*******************************************************************/
#ifndef GOTO_CC_CMDLINE_H
#define GOTO_CC_CMDLINE_H
#include <cmdline.h>
class goto_cc_cmdlinet:public cmdlinet
{
public:
typedef enum { VISUAL_STUDIO, GCC, CODEWARRIOR, ARM } modet;
modet mode;
virtual bool parse(int argc, const char **argv)=0;
static bool in_list(const char *option, const char **list);
static bool prefix_in_list(
const char *option,
const char **list,
std::string &prefix);
int get_optnr(const std::string &option);
};
#endif /*CMDLINE_H_*/
|
7c9462a5f7faebae5a7885b911cb4137921628d3
|
7556139eba33cbbbf0e0262c69e9c8b56e08a399
|
/include/RED4ext/Scripting/Natives/Generated/game/ui/OnscreenVOPlayerController.hpp
|
892cd7b17f28a13725e5a01a9dff4cd3b0d54b2d
|
[
"MIT"
] |
permissive
|
vandermerwewaj/RED4ext.SDK
|
3ef7563a1855e6206097fdf6c5b44ae1c1c2c20d
|
9dd544a221a39f27c8d38aa23a607b31aba1715a
|
refs/heads/master
| 2023-09-05T06:32:39.278419
| 2021-11-22T15:01:18
| 2021-11-22T15:01:18
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,140
|
hpp
|
OnscreenVOPlayerController.hpp
|
#pragma once
// This file is generated from the Game's Reflection data
#include <cstdint>
#include <RED4ext/Common.hpp>
#include <RED4ext/CName.hpp>
#include <RED4ext/DynArray.hpp>
#include <RED4ext/NativeTypes.hpp>
#include <RED4ext/Scripting/Natives/Generated/game/ui/VOWithDelay.hpp>
#include <RED4ext/Scripting/Natives/Generated/game/ui/WidgetGameController.hpp>
#include <RED4ext/Scripting/Natives/Generated/ink/CompoundWidgetReference.hpp>
namespace RED4ext
{
namespace ink { struct WidgetLibraryResource; }
namespace game::ui {
struct OnscreenVOPlayerController : game::ui::WidgetGameController
{
static constexpr const char* NAME = "gameuiOnscreenVOPlayerController";
static constexpr const char* ALIAS = NAME;
RaRef<ink::WidgetLibraryResource> subtitlesLibraryResource; // D0
CName subtitlesRootName; // D8
ink::CompoundWidgetReference subtitlesContainer; // E0
uint8_t unkF8[0x128 - 0xF8]; // F8
DynArray<game::ui::VOWithDelay> audioVOList; // 128
uint8_t unk138[0x140 - 0x138]; // 138
};
RED4EXT_ASSERT_SIZE(OnscreenVOPlayerController, 0x140);
} // namespace game::ui
} // namespace RED4ext
|
6cb7e72fa2df0c5c56888315e63bab2c21c4e116
|
b2ab05db73084df8447cae6266bbf73ebeeb8665
|
/files/recursao.cpp
|
ef8b5e81f2e9caf866ae863ab6a931b965b5be22
|
[
"MIT"
] |
permissive
|
luizfelipedasilva678/data-structure
|
843930d86a64c5412d347a8ace16d97108f3de99
|
f9632074b10ea5daf588c09f3ea88e16ee1f2f8b
|
refs/heads/main
| 2023-03-31T11:10:28.087999
| 2021-04-03T17:54:31
| 2021-04-03T17:54:31
| 352,842,148
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,043
|
cpp
|
recursao.cpp
|
#include<iostream>
using namespace std;
int potencia(int number, int n)
{
int result = 1;
if(n >= 1) {
for(int i = 1;i <= n; i++)
{
result *= number;
}
} else {
result = 1;
}
return result;
}
int recurPotencia(int number, int n)
{
if(n == 0){
return 1;
} else {
return number * recurPotencia(number, n-1);
}
}
int fatorial(int a)
{
int fatorial = a;
if(a == 0) return 1;
else
for(int i = a - 1; i >= 1 ; i--)
{
fatorial *= i;
}
return fatorial;
}
int recurFatorial(int a)
{
if(a == 0) return 1;
else
return a * recurFatorial(a-1);
}
void exibeTexto(int n)
{
if(n == 0) {
return;
} else {
cout<<"Oi"<<"\n";
n--;
exibeTexto(n);
}
}
int main(void)
{
int result;
exibeTexto(9);
//int a = recurFatorial(4);
//cout<<"Esse e o resultado da funcao: "<<a;
}
|
a9485a213364203895f00a8bf395ab9950575566
|
a3a094c90af33d3c7f9ec4fac420104760e875b8
|
/DuiFramework/control/button.cpp
|
922a709bca3b15c3c3a575406a9852633d425975
|
[] |
no_license
|
blueantst/DuiFramework
|
5770028c255b82932209d6179973485259ef2c8b
|
a755a5f51b8f9e01f8897eac801b2efcddba94a7
|
refs/heads/master
| 2021-01-15T13:12:49.604701
| 2014-11-14T09:42:41
| 2014-11-14T09:42:41
| 26,765,792
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,556
|
cpp
|
button.cpp
|
#include "stdafx.h"
#include "button.h"
#include "event/mouse_event.h"
#include "core/image.h"
#include "core/rectangle.h"
namespace ui
{
Button::Clicked::Clicked(Button* btn)
: Event(EVENT_BUTTON_CLICKED)
, trigger_(btn)
{
}
Button::Button()
{
}
Button::~Button()
{
}
void Button::SetState(State state)
{
if (state_ == state)
return;
state_ = state;
OnButtonStateChanged();
}
Button::State Button::state() const
{
return state_;
}
class TextButton::StateData
{
public:
StateData(TextButton::State state)
: state_(state)
{
}
void SetImage(const std::string& id) {
state_graphics_.reset(new ResourceImage(id));
}
void SetSolidColor(Color color) {
state_graphics_.reset(new SolidRectangle(color));
}
TextButton::State GetButtonState() const {
return state_;
}
Drawable* GetData() const {
return state_graphics_.get();
}
private:
TextButton::State state_;
scoped_ptr<Drawable> state_graphics_;
};
TextButton::TextButton()
{
for (int i = 0; i < STATE_MAX; i++)
{
state_datas_[i] = new StateData((State)i);
}
}
TextButton::TextButton(const std::wstring& text)
: TextView(text)
{
for (int i = 0; i < STATE_MAX; i++)
{
state_datas_[i] = new StateData((State)i);
}
}
TextButton::~TextButton()
{
for (int i = 0; i < STATE_MAX; i++)
{
delete state_datas_[i];
}
}
void TextButton::SetStateImage(State state, const std::string& id)
{
state_datas_[state]->SetImage(id);
}
void TextButton::SetStateColor(State state, Color color)
{
state_datas_[state]->SetSolidColor(color);
}
void TextButton::OnPaint(RenderContext* painter)
{
Drawable* graphics = state_datas_[state_]->GetData();
if (graphics)
graphics->DoPaint(painter, GetContentsBounds());
}
void TextButton::OnMouseEnter(MouseEvent* evt)
{
if (evt->HasMouseDown())
{
SetState(TextButton::PRESSED);
}
else
{
SetState(TextButton::HOVERED);
}
}
void TextButton::OnMouseLeave(MouseEvent* evt)
{
SetState(TextButton::NORMAL);
}
void TextButton::OnMouseDown(MouseEvent* evt)
{
SetState(TextButton::PRESSED);
}
void TextButton::OnMouseUp(MouseEvent* evt)
{
SetState(TextButton::HOVERED);
TriggerClicked();
}
void TextButton::TriggerClicked()
{
Clicked evt(this);
HandleEvent(&evt);
}
void TextButton::OnButtonStateChanged()
{
SchedulePaint();
}
}
|
2051a7fb6f804316c1f7ff04bdf455923a9f6f22
|
1ad7fe7c1a6ce492cd31ac0b28f0dd12d5ff1477
|
/剑指offer/c++/变态跳台阶/solution.cpp
|
0e400d044c22ac9807958394deec2bcf4a2a6857
|
[] |
no_license
|
hill2hill/Algorithm
|
62b9c1710d76c75e580f7948be8dbd194d02832a
|
ea4d430402b1578677e50484e73d70e01247b246
|
refs/heads/master
| 2020-09-28T21:30:46.243743
| 2020-05-09T03:11:02
| 2020-05-09T03:11:02
| 226,869,433
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 313
|
cpp
|
solution.cpp
|
/*一只青蛙
一次可以跳上1级台阶,也可以跳上2级……它也可以跳上n级。
求该青蛙跳上一个n级的台阶总共有多少种跳法。
*/
class Solution {
public:
int jumpFloorII(int number) {
if(number == 0) return 0;
return pow(2,number-1);//如何快速pow?
}
};
|
7ae43bbf10a605af46fda02ad6a9472c36e3224c
|
d58afa0974baf412366f5ead5ce38267b9f41efd
|
/advstringtest.cpp
|
0ec0269ff0f877f5edd37509970664b5dbd44fce
|
[
"Apache-2.0"
] |
permissive
|
prasaathviki/advstring
|
a5e2772922bca9a949b852dc4898e47dc9ad935e
|
fb973d2ea222db02a13c8b92d8d8d72f79af4964
|
refs/heads/master
| 2016-09-06T18:50:42.265132
| 2014-05-20T05:00:31
| 2014-05-20T05:00:31
| 17,478,740
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,874
|
cpp
|
advstringtest.cpp
|
#include "advstring.h"
#include <iostream>
int main(int argc,char** argv)
{
advstring asSampleText;
asSampleText = "------advstringtest------";
asSampleText.DispStringEndl();
std::string sSampleStd = "sSampleStd";
const char* pchSampleChar = "pchSampleChar";
int nSampleInt = 1234;
float nSampleFloat = (float)1234.12;
double nSampleDouble = 12345.12345;
advstring asReturn;
std::string sReturnStd;
char* pchReturnChar;
float nReturnFloat;
double nReturnDouble;
//---constructor sample
advstring asSample1("asSample1");
advstring asSample2(sSampleStd);
advstring asSample3(pchSampleChar);
advstring asSample4(nSampleInt);
advstring asSample5(nSampleFloat);
advstring asSample6(nSampleDouble);
asSample1.DispStringEndl();
asSample2.DispStringEndl();
asSample3.DispStringEndl();
asSample4.DispStringEndl();
asSample5.DispStringEndl();
asSample6.DispStringEndl();
asReturn = asSample1;
sReturnStd = (const char*)asSample2;
pchReturnChar = asSample3;
//nReturnInt = asSample4;
nReturnFloat = asSample5;
nReturnDouble = asSample6;
delete[] pchReturnChar; // please delete this pointer this may cause a memory leak.
advstring asCheck1;
advstring asCheck2;
advstring asCheck3;
advstring asCheck4;
char chcsword=0;
char chasword=0;
std::string glad("role");
char kkk ='a';
float nJAsdf((float)0.1);
bool bCheck;
std::string coolads = "1";
asCheck1 = "mad";
asCheck2 = "bad";
asCheck3 = asCheck1 + asCheck2;
asCheck3 += "sadp";
int naslen = asCheck3.GetLength();
int y = asCheck3.Find('d');
y = asCheck3.Find('q');
y = asCheck3.Find('m');
y = asCheck3.Find('p');
y = asCheck3.ReverseFind('d');
y = asCheck3.ReverseFind('q');
y = asCheck3.ReverseFind('m');
y = asCheck3.ReverseFind('p');
y = asCheck3.Find('d',4);
y = asCheck3.Find('q',20);
//y = asCheck3.Find('m',-1); // assert
y = asCheck3.Find('p',asCheck3.GetLength()-1);
//chasword = asCheck3.GetAt(10); // assert
//chasword = asCheck3.GetAt(-1); // assert
chasword = asCheck3.GetAt(0);
chasword = asCheck3.GetAt(asCheck3.GetLength());
//asCheck3.SetAt(10,'c'); // assert
//asCheck3.SetAt(-1,'c'); // assert
//asCheck3.SetAt(asCheck3.GetLength(),'c'); // assert
asCheck3.SetAt(0,'c');
asCheck3.SetAt(asCheck3.GetLength() -1,'c');
const char* pchasBuffer = asCheck3.GetBuffer();
bool baschechemp = asCheck3.IsEmpty();
asCheck3.Empty();
baschechemp = asCheck3.IsEmpty();
asCheck3 = "radradhadr";
y = asCheck3.Replace('r','y');
y = asCheck3.Replace('q','y');
y = asCheck3.Replace('a','y');
y = asCheck3.Replace('y','y');
asCheck3.Remove('h');
asCheck3.Remove('q');
asCheck3.Remove('y');
asCheck3 = "radradhadr";
y = asCheck3.Insert(3,'l');
y = asCheck3.Insert(20,'l');
y = asCheck3.Insert(-1,'l');
y = asCheck3.Insert(asCheck3.GetLength(),'l');
y = asCheck3.Insert(0,'l');
asCheck3 = "radradhadr";
asCheck4 = asCheck3.Mid(5,6);
asCheck4 = asCheck3.Mid(20,6);
asCheck4 = asCheck3.Mid(5,5);
asCheck4 = asCheck3.Mid(-1,6);
asCheck4 = asCheck3.Mid(3,5);
asCheck4 = asCheck3.Mid(-1,16);
asCheck4 = asCheck3.Mid(-1,0);
asCheck4 = asCheck3.Mid(0,0);
asCheck3 = "radradhadr";
int nasCom = asCheck3.Compare("cool");
asCheck4 = "rad";
nasCom = asCheck3.Compare(asCheck4);
asCheck4 = "";
nasCom = asCheck3.Compare(asCheck4);
asCheck4 = "radradhadr";
nasCom = asCheck3.Compare(asCheck4);
y = asCheck3.Replace("rad","rod");
y = asCheck3.Replace("cad","cad");
y = asCheck3.Replace("a","o");
y = asCheck3.Replace("vvy","vvy");
y = asCheck3.Replace("","vvy");
y = asCheck3.Replace("o"," ");
asCheck3 = "radradhadr";
y = asCheck3.Insert(3,"cool");
y = asCheck3.Insert(20,"cool");
y = asCheck3.Insert(-1,"cool");
y = asCheck3.Insert(asCheck3.GetLength(),"cool");
y = asCheck3.Insert(0,"cool");
asCheck3 = "radcadmadpaddadqadrad";
y = asCheck3.Find("dad");
y = asCheck3.Find("rad");
y = asCheck3.Find("maad");
y = asCheck3.Find("ttt");
y = asCheck3.Find("uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu");
y = asCheck3.ReverseFind("dad");
y = asCheck3.ReverseFind("rad");
y = asCheck3.ReverseFind("maad");
y = asCheck3.ReverseFind("ttt");
y = asCheck3.Find("rad",4);
y = asCheck3.Find("qad",20);
//y = asCheck3.Find("maad",-1); // assert
y = asCheck3.Find("pad",asCheck3.GetLength()-1);
asCheck3 = "xxxxxxxxxxxxxx";
y = asCheck3.GetLength();
asCheck2 = "cool";
asCheck3.Format("%s%d",asCheck2.GetBuffer(),10);
y = asCheck3.GetLength();
asCheck3 = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
y = asCheck4.GetLength();
asCheck4.Format("%dCOOL%s%f%0.2f%c%s",10,glad.c_str(),nJAsdf,nJAsdf,kkk,asCheck3.GetBuffer());
y = asCheck4.GetLength();
bCheck = (asCheck3 == asCheck3);
bCheck = (asCheck3 == asCheck4);
bCheck = (asCheck3 != asCheck3);
bCheck = (asCheck3 != asCheck4);
asCheck3 = asCheck3 +1;
asCheck3 = asCheck3 +(float)1.01;
asCheck3 = "radcadmadpaddadqadrad";
asCheck4 = asCheck3.Left(5);
asCheck4 = asCheck3.Right(5);
asCheck4 = asCheck3.Left(asCheck3.GetLength());
asCheck4 = asCheck3.Right(asCheck3.GetLength());
asCheck4 = asCheck3.Left(asCheck3.GetLength() + 1);
asCheck4 = asCheck3.Right(asCheck3.GetLength() + 1);
asCheck3.ReleaseBuffer();
asCheck3.SetCurTime();
asCheck3.DispStringEndl();
asCheck3.SetCurDateTime();
asCheck3.DispStringEndl();
asCheck3.SetCurDateTimeStamp();
asCheck3.DispStringEndl();
asCheck3.Empty();
asCheck3.AppCurTime();
asCheck3.AppCurDateTime();
asCheck3.AppCurDateTimeStamp();
asCheck3 = "advstring-advance string";
advstring ascool;
ascool = asCheck3.MakeUpper();
asCheck3.DispStringEndl();
ascool = asCheck3.MakeLower();
asCheck3.DispStringEndl();
ascool = asCheck3.MakeReverse();
asCheck3.DispStringEndl();
advstring asCheck8(asCheck3 + asCheck3);
advstring asCheck6(asCheck3 + "mam");
advstring asCheck5("mam" + asCheck3);
advstring asCheck9(1 + asCheck3);
advstring asCheck10(1.02 + asCheck3);
advstring asCheck11(1.012342 + asCheck3);
asCheck4 = "radradhadr";
asCheck3 = "radradhadr";
ascool = asCheck3.MakeUpper();
nasCom = asCheck3.Compare(asCheck4);
nasCom = asCheck3.CompareNoCase(asCheck4);
nasCom = asCheck3.IsUpper();
nasCom = asCheck3.IsLower();
nasCom = asCheck4.IsUpper();
nasCom = asCheck4.IsLower();
asCheck4.Swap(asCheck3);
advstring asCheckTemp;
asCheckTemp = asCheck3.GetCurDate();
asCheckTemp = asCheck3.GetCurTime();
asCheckTemp = asCheck3.GetCurDateTime();
asCheckTemp = asCheck3.GetCurDateTimeStamp();
asCheck3.SetCurDate();
asCheck3.AppCurDate();
asCheckTemp = "advstring-advance string";
asCheckTemp.DispStringEndl();
asCheckTemp = asCheckTemp.GetXOREncryptedData("cool");
asCheckTemp.DispStringEndl();
asCheckTemp = asCheckTemp.GetXORDecryptedData("cool");
asCheckTemp.DispStringEndl();
asCheckTemp.SetXOREncryptedData("cool");
asCheckTemp.DispStringEndl();
asCheckTemp.SetXORDecryptedData("cool");
asCheckTemp.DispStringEndl();
asCheckTemp.AppXOREncryptedData("cool");
asCheckTemp.DispStringEndl();
asCheckTemp.AppXORDecryptedData("cool");
asCheckTemp.DispStringEndl();
asSampleText = "------endtest------";
asSampleText.DispStringEndl();
system("pause");
return 1;
}
|
e710234758701aa95fa74400b0f37d00c471e0e5
|
fc7a7633b480fee21d29f0c0167fe79aa021802f
|
/CRC_16_CCITT.cpp
|
7a081070c4699cb6473b62ca06c3c7ab16d3704a
|
[] |
no_license
|
maoxiaoke/CRC_16_CCITT
|
5f834b39a5be93b833747f8101ed68d159a61802
|
6ac7da4697256eda857880b06526b82a868c6c95
|
refs/heads/master
| 2021-01-20T18:14:59.790675
| 2016-08-24T13:49:45
| 2016-08-24T13:49:45
| 61,694,641
| 2
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 7,675
|
cpp
|
CRC_16_CCITT.cpp
|
// CRC_16_CCITT.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
unsigned short crc16_ccitt_table[256] =
{
0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6,
0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de,
0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485,
0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d,
0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4,
0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc,
0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823,
0xc9cc, 0xd9ed, 0xe98e, 0xf9af, 0x8948, 0x9969, 0xa90a, 0xb92b,
0x5af5, 0x4ad4, 0x7ab7, 0x6a96, 0x1a71, 0x0a50, 0x3a33, 0x2a12,
0xdbfd, 0xcbdc, 0xfbbf, 0xeb9e, 0x9b79, 0x8b58, 0xbb3b, 0xab1a,
0x6ca6, 0x7c87, 0x4ce4, 0x5cc5, 0x2c22, 0x3c03, 0x0c60, 0x1c41,
0xedae, 0xfd8f, 0xcdec, 0xddcd, 0xad2a, 0xbd0b, 0x8d68, 0x9d49,
0x7e97, 0x6eb6, 0x5ed5, 0x4ef4, 0x3e13, 0x2e32, 0x1e51, 0x0e70,
0xff9f, 0xefbe, 0xdfdd, 0xcffc, 0xbf1b, 0xaf3a, 0x9f59, 0x8f78,
0x9188, 0x81a9, 0xb1ca, 0xa1eb, 0xd10c, 0xc12d, 0xf14e, 0xe16f,
0x1080, 0x00a1, 0x30c2, 0x20e3, 0x5004, 0x4025, 0x7046, 0x6067,
0x83b9, 0x9398, 0xa3fb, 0xb3da, 0xc33d, 0xd31c, 0xe37f, 0xf35e,
0x02b1, 0x1290, 0x22f3, 0x32d2, 0x4235, 0x5214, 0x6277, 0x7256,
0xb5ea, 0xa5cb, 0x95a8, 0x8589, 0xf56e, 0xe54f, 0xd52c, 0xc50d,
0x34e2, 0x24c3, 0x14a0, 0x0481, 0x7466, 0x6447, 0x5424, 0x4405,
0xa7db, 0xb7fa, 0x8799, 0x97b8, 0xe75f, 0xf77e, 0xc71d, 0xd73c,
0x26d3, 0x36f2, 0x0691, 0x16b0, 0x6657, 0x7676, 0x4615, 0x5634,
0xd94c, 0xc96d, 0xf90e, 0xe92f, 0x99c8, 0x89e9, 0xb98a, 0xa9ab,
0x5844, 0x4865, 0x7806, 0x6827, 0x18c0, 0x08e1, 0x3882, 0x28a3,
0xcb7d, 0xdb5c, 0xeb3f, 0xfb1e, 0x8bf9, 0x9bd8, 0xabbb, 0xbb9a,
0x4a75, 0x5a54, 0x6a37, 0x7a16, 0x0af1, 0x1ad0, 0x2ab3, 0x3a92,
0xfd2e, 0xed0f, 0xdd6c, 0xcd4d, 0xbdaa, 0xad8b, 0x9de8, 0x8dc9,
0x7c26, 0x6c07, 0x5c64, 0x4c45, 0x3ca2, 0x2c83, 0x1ce0, 0x0cc1,
0xef1f, 0xff3e, 0xcf5d, 0xdf7c, 0xaf9b, 0xbfba, 0x8fd9, 0x9ff8,
0x6e17, 0x7e36, 0x4e55, 0x5e74, 0x2e93, 0x3eb2, 0x0ed1, 0x1ef0
};
unsigned short do_crc(unsigned char *ptr, unsigned int len)
{
unsigned short int crc;
unsigned char da;
crc=0;
while(len--!=0)
{
da=(unsigned short)crc>>8;
crc<<=8;
crc^=crc16_ccitt_table[da^*ptr];
ptr++;
}
return crc;
}
/*
unsigned short do_crc(unsigned char *message, unsigned int len)
{
int i, j;
unsigned short crc_reg = 0;
unsigned short current;
for (i = 0; i < len; i++)
{
current = message[i] << 8;
for (j = 0; j < 8; j++)
{
if ((short)(crc_reg ^ current) < 0)
crc_reg = (crc_reg << 1) ^ 0x1021;
else
crc_reg <<= 1;
current <<= 1;
}
}
return crc_reg;
}*/
/*
int main()
{
//
unsigned short crc_reg = 0;
unsigned char *bits;
unsigned char bit[6] = {1,0,1,0,1,0};
bits = (unsigned char*)malloc(6*sizeof(unsigned char));
for (int i = 0; i < 6; i++)
{
*(bits + i) = bit[i];
printf("%d",*(bits + i));
}
crc_reg = do_crc(bits, 6);
printf("%d",crc_reg);
return 0;
}
unsigned int CRC16Table[256]={
0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6,
0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de,
0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485,
0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d,
0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4,
0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc,
0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823,
0xc9cc, 0xd9ed, 0xe98e, 0xf9af, 0x8948, 0x9969, 0xa90a, 0xb92b,
0x5af5, 0x4ad4, 0x7ab7, 0x6a96, 0x1a71, 0x0a50, 0x3a33, 0x2a12,
0xdbfd, 0xcbdc, 0xfbbf, 0xeb9e, 0x9b79, 0x8b58, 0xbb3b, 0xab1a,
0x6ca6, 0x7c87, 0x4ce4, 0x5cc5, 0x2c22, 0x3c03, 0x0c60, 0x1c41,
0xedae, 0xfd8f, 0xcdec, 0xddcd, 0xad2a, 0xbd0b, 0x8d68, 0x9d49,
0x7e97, 0x6eb6, 0x5ed5, 0x4ef4, 0x3e13, 0x2e32, 0x1e51, 0x0e70,
0xff9f, 0xefbe, 0xdfdd, 0xcffc, 0xbf1b, 0xaf3a, 0x9f59, 0x8f78,
0x9188, 0x81a9, 0xb1ca, 0xa1eb, 0xd10c, 0xc12d, 0xf14e, 0xe16f,
0x1080, 0x00a1, 0x30c2, 0x20e3, 0x5004, 0x4025, 0x7046, 0x6067,
0x83b9, 0x9398, 0xa3fb, 0xb3da, 0xc33d, 0xd31c, 0xe37f, 0xf35e,
0x02b1, 0x1290, 0x22f3, 0x32d2, 0x4235, 0x5214, 0x6277, 0x7256,
0xb5ea, 0xa5cb, 0x95a8, 0x8589, 0xf56e, 0xe54f, 0xd52c, 0xc50d,
0x34e2, 0x24c3, 0x14a0, 0x0481, 0x7466, 0x6447, 0x5424, 0x4405,
0xa7db, 0xb7fa, 0x8799, 0x97b8, 0xe75f, 0xf77e, 0xc71d, 0xd73c,
0x26d3, 0x36f2, 0x0691, 0x16b0, 0x6657, 0x7676, 0x4615, 0x5634,
0xd94c, 0xc96d, 0xf90e, 0xe92f, 0x99c8, 0x89e9, 0xb98a, 0xa9ab,
0x5844, 0x4865, 0x7806, 0x6827, 0x18c0, 0x08e1, 0x3882, 0x28a3,
0xcb7d, 0xdb5c, 0xeb3f, 0xfb1e, 0x8bf9, 0x9bd8, 0xabbb, 0xbb9a,
0x4a75, 0x5a54, 0x6a37, 0x7a16, 0x0af1, 0x1ad0, 0x2ab3, 0x3a92,
0xfd2e, 0xed0f, 0xdd6c, 0xcd4d, 0xbdaa, 0xad8b, 0x9de8, 0x8dc9,
0x7c26, 0x6c07, 0x5c64, 0x4c45, 0x3ca2, 0x2c83, 0x1ce0, 0x0cc1,
0xef1f, 0xff3e, 0xcf5d, 0xdf7c, 0xaf9b, 0xbfba, 0x8fd9, 0x9ff8,
0x6e17, 0x7e36, 0x4e55, 0x5e74, 0x2e93, 0x3eb2, 0x0ed1, 0x1ef0
};
/*************************************************************
描 述: CRC16校验查表子程序,速度快,占用空间大
入口参数: 指向数组指针,校验字节个数
出口参数: 16位CRC校验码
**************************************************************/
/*unsigned int CRC16_Table(unsigned char *pcrc, unsigned char count)
{
unsigned int crc16 = 0;
unsigned char crcregister;
for( ; count > 0; count--){
crcregister = (unsigned int)crc16 >> 8;
crc16 <<= 8;
crc16 ^= CRC16Table[crcregister ^ *pcrc];
pcrc++;
}
return(crc16);
}
*/
/*****************************************************
描 述: text
******************************************************/
unsigned char king[]={0x00, 0x11, 0x22};
void main()
{
int *r16; //CRC返回值
r16 = (int *)malloc(16*sizeof(int));
int *pV3;
int p[] ={0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1};
pV3 = (int *)malloc(56*sizeof(int));
int len = 40;
for (int i=0;i<(len + 16);i++)
{
if(i < len)
*(pV3+ i) = p[i];
else
*(pV3+ i) = 0;
}
for (int j = 0; j < 16; j++)
{
*(r16 + j) = 0;
}
for (int z = 0; z < 16; z++)
{
*(r16 + z) = *(pV3 + z);
}
int crc16[16] = {0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1};
int c = 1;
do
{
if(r16[0] == 1)
{
for(int y = 0; y < 15; y++)
{
*(r16 + y) = *(r16 + y + 1);
}
*(r16 + 15) = *(pV3 + 15 + c);
for (int i=0;i<15;i++)
{
printf("%d",r16[i]);
}
printf("%d\n",r16[15]);
for(int y = 0; y < 16; y++)
{
*(r16 + y) =(*(r16 + y)) ^ crc16[y];
}
for (int i=0;i<15;i++)
{
printf("%d",r16[i]);
}
printf("%d\n",r16[15]);
}
else
{
for(int y = 0; y < 15; y++)
{
*(r16 + y) = *(r16 + y + 1);
}
*(r16 + 15) = *(pV3 + 15 + c);
for (int i=0;i<15;i++)
{
printf("%d",r16[i]);
}
printf("%d\n",r16[15]);
}
c++;
} while (c < len + 1);
for (int i = 0; i < 16 ; i++)
{
printf("%d\n",r16[i]);
}
//printf("%d",r32);
// printf("0x%x", do_crc(king, 3));
// getch();
}
|
8f355434804050e7e05fb70cac08ffe8b4ca90e4
|
6af4068cf5ce7bf3f198c1c61b2507d723b838ad
|
/tree_binary_search/last_question.cpp
|
77e7d2d72b4ecd949d982bc8659dc4922031ad48
|
[] |
no_license
|
monk78/Standard-Algorithms
|
87a06b8614b8bf73d56eaa6f7fda1507944a98db
|
ad31a7adb2560150509a6476878cfdadc7a5fdc4
|
refs/heads/master
| 2023-02-26T10:41:29.570831
| 2021-01-29T12:45:00
| 2021-01-29T12:45:00
| 290,782,763
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,247
|
cpp
|
last_question.cpp
|
/** Author:Monk_
* Topic: **/
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define _for(i,a,b) for(i=a;i<b;i++)
#define _rfor(i,a,b) for(i=a;i>=b;i--)
#define mp(a,b) make_pair(a,b)
ll gmin=INT_MAX;
//ll dpTable[gmin];
/* class BSTree{
public:
int sum,dgsum;
BSTree *left,*right;
BSTree(int sum){
dgsum=dgtSum(sum);
left=NULL;
right=NULL;
}
};*/
void fast(){
std::ios_base::sync_with_stdio(false);
cout.tie(NULL);
}
ll dgtRoot(ll n){
if(n==0)return 0;
return (n%10)+dgtRoot(n/10);
}
ll dgtSum(ll n){
if (n == 0)
return 0;
return (n % 9 == 0) ? 9 : (n % 9);
}
ll stepC(ll n, ll b, ll d, ll dep)
{
if(dep>15) return gmin;
if(n==b) return 0;
return(1+min(stepC(dgtRoot(n),b,d,dep+1),stepC(n+d,b,d,dep+1)));
}
int main(){
fast();
//memset(dpTable,-1,sizeof(dpTable));
ll test,n,d,i;
cin>>test;
while(test--){
cin>>n>>d;
ll b=dgtSum(n);
_for(i,1,11){
if(dgtSum(n+i*d)<b)
b=dgtSum(n+i*d);
}
ll step=stepC(n,b,d,0);
cout<<b<<" "<<step<<endl;
}
return 0;
}
|
1b81c7ae6cb13db23d594ca0992faaddd915411b
|
9cf78d4d6e7c14578cb2269ebef7f3f93f702144
|
/inc/Food.hpp
|
949c6a9e022ae5cba6708bf665a8a7021fd86f69
|
[] |
no_license
|
ibotha/nibbler
|
0948aa3db5e7b0a871abfbb34b2c58716d79348a
|
6a5f805ca2a5889b5f1b52398d0fa5fc7e795aa1
|
refs/heads/master
| 2020-06-10T16:10:33.491964
| 2019-08-05T07:30:48
| 2019-08-05T07:30:48
| 193,670,863
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,350
|
hpp
|
Food.hpp
|
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Food.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: jwolf <jwolf@student.wethinkcode.co.za> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/07/08 08:50:35 by jwolf #+# #+# */
/* Updated: 2019/07/08 16:10:04 by jwolf ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#include <random>
#include "IEntity.hpp"
#include "Vec.hpp"
class Food: public IEntity
{
public:
Food();
Food(Vec<int>);
~Food();
Food(Food const&);
Food &operator=(const Food&);
virtual void Render(IRenderer*) const;
virtual void Update(IRenderer*);
virtual bool collision(IEntity*) const;
virtual bool inBounds(const Vec<int>&) const;
private:
float LifeSpan;
bool respawn;
Vec <int>pos;
Vec <int>Limits;
};
|
bd0e7489f8fbb4b34666cd84677d51ee04fbc457
|
f500b8a710b306cdd9f10d90c6b1ef2a2faf49e3
|
/VSCode/ControlSystem.cpp
|
d390dbda54631f35e43736a5b8b6d71d2863e8cb
|
[] |
no_license
|
up201505284/Application
|
b6b78087e59b2881845a513a36e931941045e720
|
8784162dc7f29cbbdc735fd1c99797fed4ecf71a
|
refs/heads/master
| 2022-05-19T03:32:16.370813
| 2020-04-29T12:32:40
| 2020-04-29T12:32:40
| 248,866,699
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 634
|
cpp
|
ControlSystem.cpp
|
#include "ControlSystem.h"
ControlSystem::ControlSystem(
float _accelarationRate,
int _accelarationTime
) {
setAccelarationRate(_accelarationRate);
setAccelarationTime(_accelarationTime);
}
ControlSystem::~ControlSystem() {
}
void ControlSystem::setAccelarationRate(float _accelarationRate) {
accelarationRate = _accelarationRate;
}
void ControlSystem::setAccelarationTime(int _accelarationTime) {
accelarationTime = _accelarationTime;
}
float ControlSystem::getAccelarationRate(void) {
return accelarationRate;
}
int ControlSystem::getAccelarationTime(void) {
return accelarationTime;
}
|
fbd40a8d9bc7496d8ee383ac236e04a5078ad576
|
7115c2b3d4be6751483fbda39ee23da9169f3626
|
/addons/ofxNotify/src/ofxNotify.cpp
|
07309a23d4042204af72a199d0355ffc361d5f9a
|
[
"BSD-3-Clause",
"BSD-2-Clause"
] |
permissive
|
fluaten/Pinacotek
|
c365bebf718a123b0ffc74e5edc13f8cf981fce8
|
592a7f6abb42ebdec35ce4400ba281c0ea556a18
|
refs/heads/master
| 2020-06-08T19:59:18.925313
| 2013-06-03T17:57:18
| 2013-06-03T17:57:18
| 10,455,609
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,471
|
cpp
|
ofxNotify.cpp
|
//
// _____ ___
// / / / / ofxNotify
// / __/ * / /__ (c) ponies & light, 2013. All rights reserved.
// /__/ /_____/ poniesandlight.co.uk
//
// ofxNotify.cpp
// Created by tim on 23/01/2013.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#include "ofxNotify.h"
// ----------------------------------------------------------------------
// Static class variables
// ----------------------------------------------------------------------
map<unsigned long long, string> ofxNotify::messages;
ofMutex ofxNotify::msgMutex;
int ofxNotify::messageLifeTimeInMilliseconds = 2000;
// ----------------------------------------------------------------------
// Class Methods
// ----------------------------------------------------------------------
void ofxNotify::setMessagesLifeTime(int messageLifeTimeInMilliseconds_){
messageLifeTimeInMilliseconds = messageLifeTimeInMilliseconds_;
}
// ----------------------------------------------------------------------
void ofxNotify::setup(){
}
void ofxNotify::draw(){
if (messages.empty()) return;
// -------- Invariant: there are messages to display.
unsigned long long elapsedTimeNow = ofGetElapsedTimeMicros();
int i = 0;
map<unsigned long long, string>::iterator it = messages.begin();
while (it != messages.end()){
ofDrawBitmapStringHighlight(it->second, ofGetWidth() - (it->second.size()*8 + 10), ofGetHeight() - (i*20 + 15) ,
(i == messages.size()-1) ? (ofColor::white) : (ofColor::whiteSmoke),
(i == messages.size()-1) ? (ofColor::black) : (ofColor::black));
it++;
i++;
}
it = messages.begin();
bool hasFoundDeadMessage = false;
while (it != messages.end()){
if (elapsedTimeNow - it->first > messageLifeTimeInMilliseconds*1000){
it++;
hasFoundDeadMessage = true;
} else {
break;
}
}
if (hasFoundDeadMessage && msgMutex.tryLock()){
messages.erase(messages.begin(), it);
msgMutex.unlock();
}
}
// ----------------------------------------------------------------------
// Instance Methods
// ----------------------------------------------------------------------
ofxNotify::~ofxNotify() {
if (msgMutex.tryLock()){
if(!bPrinted){
if(message.str().empty()){
message;
}
messages[ofGetElapsedTimeMicros()] = message.str();
}
msgMutex.unlock();
}
}
// ----------------------------------------------------------------------
|
4da7bcc4c5d5a3f10cc92db40fc79d2f9cabb78e
|
9e15ecabaaedbf21090ce8542558df9ea1c8d868
|
/Plugin_ArUco/src/ofxRulr/Solvers/MarkerProjections.cpp
|
282a00e0a03f7fd7abb6fc40cf3be3193d2316ab
|
[] |
no_license
|
elliotwoods/ofxRulr
|
a6948cfffa4419ee9c3367c6a3f1bb9ae0af17ae
|
5f9033cd42841dcab5063878bcab788d05921e19
|
refs/heads/master
| 2023-09-04T11:00:31.464347
| 2023-08-30T05:46:03
| 2023-08-30T05:46:03
| 19,885,267
| 106
| 19
| null | 2016-03-19T06:45:43
| 2014-05-17T11:41:48
|
C++
|
UTF-8
|
C++
| false
| false
| 11,133
|
cpp
|
MarkerProjections.cpp
|
#include "pch_Plugin_ArUco.h"
#include "MarkerProjections.h"
#include <glm/gtx/matrix_decompose.hpp>
using namespace ofxCeres::VectorMath;
template<typename T>
class Transform {
public:
glm::tvec3<T> rotation;
glm::tvec3<T> translation;
Transform(const T* const parameters) {
this->rotation[0] = parameters[0];
this->rotation[1] = parameters[1];
this->rotation[2] = parameters[2];
this->translation[0] = parameters[3];
this->translation[1] = parameters[4];
this->translation[2] = parameters[5];
}
glm::tmat4x4<T> getTransform() {
return ofxCeres::VectorMath::createTransform(this->translation, this->rotation);
}
};
struct MarkerProjection_Cost
{
MarkerProjection_Cost(int cameraWidth
, int cameraHeight
, const glm::mat4& cameraProjectionMatrix
, const vector<glm::vec2> imagePointsUndistorted
, const vector<glm::vec3> objectPoints)
: cameraWidth(cameraWidth)
, cameraHeight(cameraHeight)
, cameraProjectionMatrix(cameraProjectionMatrix)
, imagePointsUndistorted(imagePointsUndistorted)
, objectPoints(objectPoints)
{
}
template<typename T>
bool
operator()(const T* const viewParameters
, const T* const objectParameters
, T* residuals) const
{
// Now we need to make the residual
auto viewTransform = Transform<T>(viewParameters);
auto objectTransform = Transform<T>(objectParameters);
auto cameraProjectionMatrix = (glm::tmat4x4<T>)this->cameraProjectionMatrix;
for (int i = 0; i < this->objectPoints.size(); i++) {
auto objectPoint = (glm::tvec3<T>) this->objectPoints[i];
auto world = objectTransform.getTransform();
auto worldPoint = ofxCeres::VectorMath::applyTransform(world, objectPoint);
auto view = viewTransform.getTransform();
auto viewPoint = ofxCeres::VectorMath::applyTransform(view, worldPoint);
auto projectedPoint = ofxCeres::VectorMath::applyTransform(cameraProjectionMatrix, viewPoint);
glm::tvec2<T> projectedImagePoint{
(T)this->cameraWidth * (projectedPoint.x + (T)1.0) / (T)2.0
, (T)this->cameraHeight * ((T)1.0 - projectedPoint.y) / (T)2.0
};
auto actualImagePoint = (glm::tvec2<T>) this->imagePointsUndistorted[i];
auto delta = projectedImagePoint - actualImagePoint;
residuals[i * 2 + 0] = delta.x;
residuals[i * 2 + 1] = delta.y;
}
return true;
}
static ceres::CostFunction*
Create(int cameraWidth
, int cameraHeight
, const glm::mat4& cameraProjectionMatrix
, const vector<glm::vec2> imagePoints
, const vector<glm::vec3> objectPoints)
{
if (imagePoints.size() != objectPoints.size()) {
throw(ofxRulr::Exception("imagePoints.size() != objectPoints.size()"));
}
return new ceres::AutoDiffCostFunction<MarkerProjection_Cost, 4*2, 6, 6>(
new MarkerProjection_Cost(cameraWidth, cameraHeight, cameraProjectionMatrix, imagePoints, objectPoints)
);
}
int cameraWidth;
int cameraHeight;
const glm::mat4& cameraProjectionMatrix;
const vector<glm::vec2> imagePointsUndistorted;
const vector<glm::vec3> objectPoints;
};
namespace ofxRulr {
namespace Solvers {
//----------
ofxCeres::SolverSettings
MarkerProjections::defaultSolverSettings()
{
ofxCeres::SolverSettings solverSettings;
solverSettings.printReport = true;
solverSettings.options.max_num_iterations = 10000;
solverSettings.options.function_tolerance = 1e-8;
//solverSettings.options.num_threads = std::thread::hardware_concurrency() - 2;
// according to http://ceres-solver.org/solving_faqs.html
solverSettings.options.linear_solver_type = ceres::LinearSolverType::DENSE_SCHUR;
return solverSettings;
}
//----------
MarkerProjections::Result
MarkerProjections::solve(int cameraWidth
, int cameraHeight
, const glm::mat4& cameraProjectionMatrix
, const std::vector<vector<glm::vec3>>& objectPoints
, const vector<Image>& images
, const vector<int>& fixedObjectIndices
, const Solution& initialSolution
, const ofxCeres::SolverSettings& solverSettings)
{
// Check the incoming data
set<int> unseenObjects;
{
// Check all objects seen once
{
set<int> allObjects;
{
for (int i = 0; i < objectPoints.size(); i++) {
allObjects.insert(i);
}
}
unseenObjects = allObjects;
for (const auto& image : images) {
if (allObjects.find(image.objectIndex) == allObjects.end()) {
throw(ofxRulr::Exception("Object index [" + ofToString(image.objectIndex) + "] outside of range"));
}
if (unseenObjects.find(image.objectIndex) != unseenObjects.end()) {
unseenObjects.erase(image.objectIndex);
}
}
if (solverSettings.printReport && !unseenObjects.empty()) {
stringstream unseenObjectIndices;
for (auto unseenObject : unseenObjects) {
unseenObjectIndices << unseenObject << " ";
}
cout << ("Images do not contain objects : " + unseenObjectIndices.str()) << std::endl;
}
if (initialSolution.objects.size() != objectPoints.size()) {
throw(ofxRulr::Exception("Incoming initialised objects count != objectPoints.size()"));
}
}
// Check image count matches initialisation data
{
set<int> allViews;
{
for (int i = 0; i < initialSolution.views.size(); i++) {
allViews.insert(i);
}
}
auto unseenViews = allViews;
for (const auto& image : images) {
if (allViews.find(image.viewIndex) == allViews.end()) {
throw(ofxRulr::Exception("View index [" + ofToString(image.viewIndex) + "] outside of range"));
}
if (unseenViews.find(image.viewIndex) != unseenViews.end()) {
unseenViews.erase(image.viewIndex);
}
}
// actually unseen objects don't matter, as they are never added to a problem block
if (!unseenViews.empty()) {
stringstream unseenViewIndices;
for (auto unseenView : unseenViews) {
unseenViewIndices << unseenView << " ";
}
throw(ofxRulr::Exception("Images do not contain views : " + unseenViewIndices.str()));
}
}
}
// Initialise parameters
vector<double*> allParameters;
vector<double*> allViewParameters;
vector<double*> allObjectParameters;
{
for (const auto& view : initialSolution.views) {
auto viewParameters = new double[6];
viewParameters[0] = view.rotation[0];
viewParameters[1] = view.rotation[1];
viewParameters[2] = view.rotation[2];
viewParameters[3] = view.translation[0];
viewParameters[4] = view.translation[1];
viewParameters[5] = view.translation[2];
allViewParameters.push_back(viewParameters);
allParameters.push_back(allViewParameters.back());
}
for (const auto& object : initialSolution.objects) {
auto objectParameters = new double[6];
objectParameters[0] = object.rotation[0];
objectParameters[1] = object.rotation[1];
objectParameters[2] = object.rotation[2];
objectParameters[3] = object.translation[0];
objectParameters[4] = object.translation[1];
objectParameters[5] = object.translation[2];
allObjectParameters.push_back(objectParameters);
allParameters.push_back(allObjectParameters.back());
}
}
// Construct the problem
ceres::Problem problem;
{
for (const auto& image : images) {
auto costFunction = MarkerProjection_Cost::Create(cameraWidth
, cameraHeight
, cameraProjectionMatrix
, image.imagePointsUndistorted
, objectPoints[image.objectIndex]);
problem.AddResidualBlock(costFunction
, NULL
, allViewParameters[image.viewIndex]
, allObjectParameters[image.objectIndex]);
}
}
// Fix any fixed objects
{
for (auto& fixedObjectIndex : fixedObjectIndices) {
problem.SetParameterBlockConstant(allObjectParameters[fixedObjectIndex]);
}
}
// Solve the fit
ceres::Solver::Summary summary;
ceres::Solve(solverSettings.options
, &problem
, &summary);
if (solverSettings.printReport) {
std::cout << summary.FullReport() << "\n";
}
// Build the result
MarkerProjections::Result result(summary);
{
// Views
for (int i = 0; i < allViewParameters.size(); i++) {
auto transformParameters = allViewParameters[i];
Solution::Transform transform;
transform.rotation[0] = transformParameters[0];
transform.rotation[1] = transformParameters[1];
transform.rotation[2] = transformParameters[2];
transform.translation[0] = transformParameters[3];
transform.translation[1] = transformParameters[4];
transform.translation[2] = transformParameters[5];
result.solution.views.push_back(transform);
}
// Objects
for (int i = 0; i < allObjectParameters.size(); i++) {
auto transformParameters = allObjectParameters[i];
Solution::Transform transform;
transform.rotation[0] = transformParameters[0];
transform.rotation[1] = transformParameters[1];
transform.rotation[2] = transformParameters[2];
transform.translation[0] = transformParameters[3];
transform.translation[1] = transformParameters[4];
transform.translation[2] = transformParameters[5];
result.solution.objects.push_back(transform);
}
}
// Calculate reprojection error per image
{
for (const auto& image : images) {
MarkerProjection_Cost costFunction(cameraWidth
, cameraHeight
, cameraProjectionMatrix
, image.imagePointsUndistorted
, objectPoints[image.objectIndex]);
vector<double> residuals(4 * 2);
costFunction(allViewParameters[image.viewIndex]
, allObjectParameters[image.objectIndex]
, residuals.data());
float residual = 0.0f;
for (int i = 0; i < 4; i++) {
residual += sqrt(residuals[i * 2 + 0] * residuals[i * 2 + 0])
+ sqrt(residuals[i * 2 + 1] * residuals[i * 2 + 1]);
}
residual /= 4.0f;
result.solution.reprojectionErrorPerImage.push_back(residual);
}
}
// Delete the parameters
for (auto parameters : allParameters) {
delete[] parameters;
}
return result;
}
//----------
MarkerProjections::Solution::Transform
MarkerProjections::getTransform(const glm::mat4& matrix)
{
glm::vec3 scale;
glm::quat orientation;
glm::vec3 translation, skew;
glm::vec4 perspective;
glm::decompose(matrix
, scale
, orientation
, translation
, skew
, perspective);
MarkerProjections::Solution::Transform transform;
transform.translation = translation;
transform.rotation = glm::eulerAngles(orientation);
return transform;
}
//----------
glm::mat4
MarkerProjections::getTransform(const Solution::Transform& transform)
{
return ofxCeres::VectorMath::createTransform(transform.translation, transform.rotation);
}
}
}
|
f0a55a15339dbd81117b69e94daaa8662986f267
|
3ee5b07b0fc87b5b2b7c28b14179fbe0724fcbf9
|
/Codeforces/freymanlozanoq/1283/a/80264308.cpp
|
7d12b183a02d4a42e61d3bbba956dfbd7e2389bf
|
[] |
no_license
|
Freym4n/Problemas-resueltos
|
fb8a33c34d4d252617667dddeca7db5354ce5dae
|
e0fd654a0079362f075269d1d1e70b6c50f1d8f4
|
refs/heads/master
| 2022-12-15T09:00:27.361423
| 2020-09-05T18:58:08
| 2020-09-05T18:58:08
| 284,178,130
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 310
|
cpp
|
80264308.cpp
|
#include <bits/stdc++.h>
using namespace std;
void solve() {
int h,m;
cin >> h >> m;
int total = h*60 + m;
int ans = 1440 - total;
cout << ans << "\n";
}
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
int t;
cin >> t;
while(t--) {
solve();
}
}
|
4f8691e919355e88a0e86e496916ce152d66517b
|
2d7d666fa73858187e9fd8eb4fb6c0707aeb512e
|
/Project 3/Project 3/ppmimage.h
|
083a9606210d8e935c737076a65a6daa9ec9db00
|
[] |
no_license
|
drthomas21/CS332C
|
57b685ee40f55b83f2d4a352faed054dba97b901
|
a58f5d87a0993d8383c8c7bd21f1bad49c742a80
|
refs/heads/master
| 2021-01-10T12:25:08.331512
| 2016-03-11T19:20:28
| 2016-03-11T19:20:28
| 49,286,862
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 803
|
h
|
ppmimage.h
|
#ifndef PPMIMAGE_H
#define PPMIMAGE_H
#include <string>
#include <iostream>
#include <stdint.h>
class PPMImage {
private:
std::string magicNumber;
unsigned int width;
unsigned int height;
unsigned int maxColor;
unsigned char* colors;
std::uint8_t* getRGB(size_t);
void setRGB(size_t, std::uint8_t*);
public:
static const char EOL = '\n';
static const int PREFIX_SIZE = 3;
static const char MESSAGE_PREFIX[PREFIX_SIZE];
PPMImage();
PPMImage(const PPMImage&);
~PPMImage();
PPMImage operator=(const PPMImage&);
friend std::istream& operator>>(std::istream&, PPMImage&);
friend std::ostream& operator<<(std::ostream&, const PPMImage&);
void hideData(const std::string&);
std::string recoverData();
void grayscale();
void sepia();
void negative();
size_t getSize() const;
};
#endif
|
697eb3b2e26a25a9d7dbf37cd8d0660734e0b52a
|
5d83739af703fb400857cecc69aadaf02e07f8d1
|
/Archive2/e6/f3ba41142249d9/main.cpp
|
ba1a1115d6197ec2ec27f62b4932a6382f4618b9
|
[] |
no_license
|
WhiZTiM/coliru
|
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
|
2c72c048846c082f943e6c7f9fa8d94aee76979f
|
refs/heads/master
| 2021-01-01T05:10:33.812560
| 2015-08-24T19:09:22
| 2015-08-24T19:09:22
| 56,789,706
| 3
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 350
|
cpp
|
main.cpp
|
void foo(double val) { cout << "double\n";}
class obj {
public:
using ::foo; // (1) compile error: using-declaration for non-member at class scope
void callFoo() {
using ::foo; // (2)will cause the global version always be called
foo(6.4);
foo(0);
}
private:
void foo(int val) {cout << "class member foo\n"; }
};
|
eb92c1a5cd72c3cae0aed3cdfcac2c767a611803
|
45b497be5666d03d8194e7cd1967ae71f4dbe31c
|
/cpp/src/eshelby_tensor.cpp
|
d26b09f43aa3cddce26c882cd3f983743df69a77
|
[
"MIT"
] |
permissive
|
davidkleiven/CEMC
|
d7241cacc17841f4e04c441f76857368ef6b5a41
|
0b253dd98033c53560fe95c76f5e38257834bdf6
|
refs/heads/master
| 2021-06-05T01:39:44.122237
| 2021-02-24T07:48:12
| 2021-02-24T07:48:12
| 113,870,714
| 2
| 3
|
MIT
| 2019-06-20T12:33:23
| 2017-12-11T14:45:13
|
Python
|
UTF-8
|
C++
| false
| false
| 12,188
|
cpp
|
eshelby_tensor.cpp
|
#include "eshelby_tensor.hpp"
#include "additional_tools.hpp"
#include <Python.h>
#include <cmath>
#include <stdexcept>
#include <map>
#include <string>
#include <iostream>
#include <sstream>
using namespace std;
const double PI = acos(-1.0);
EshelbyTensor::EshelbyTensor(double a, double b, double c, double poisson):a(a), b(b), c(c), poisson(poisson)
{
if ((a < b) || (a < c) || (b<c))
{
throw invalid_argument("The Eshelby tensor assumes that a > b > c!");
}
}
void EshelbyTensor::init()
{
double theta = asin( sqrt((a*a-c*c)/a*a) );
double kappa = sqrt( (a*a-b*b)/(a*a-c*c) );
elliptic_f = F(theta, kappa);
elliptic_e = E(theta, kappa);
}
double EshelbyTensor::elliptic_integral_python(double theta, double kappa, const char* funcname) const
{
PyObject* mod_string = string2py("scipy.special");
PyObject* scipy_spec = PyImport_Import(mod_string);
PyObject* func = PyObject_GetAttrString(scipy_spec, funcname);
PyObject* m = PyFloat_FromDouble(kappa*kappa);
PyObject* py_theta = PyFloat_FromDouble(theta);
PyObject* args = PyTuple_Pack(2, py_theta, m);
PyObject *res = PyObject_CallObject(func, args);
double value = PyFloat_AsDouble(res);
Py_DECREF(mod_string);
Py_DECREF(scipy_spec);
Py_DECREF(func);
Py_DECREF(m);
Py_DECREF(py_theta);
Py_DECREF(args);
Py_DECREF(res);
return value;
}
double EshelbyTensor::F(double theta, double kappa) const
{
return elliptic_integral_python(theta, kappa, "ellipkinc");
}
double EshelbyTensor::E(double theta, double kappa) const
{
return elliptic_integral_python(theta, kappa, "ellipeinc");
}
void EshelbyTensor::I_matrix(mat3x3 &result, vec3 &princ) const
{
double tol = 1E-6;
if (abs(a*a - c*c) < tol)
{
throw invalid_argument("Sphere is not implemented yet!");
}
else if (abs(a*a - b*b) < tol)
{
I_principal_oblate_sphere(princ);
I_matrix_oblate_sphere(result, princ);
}
else if (abs(b*b - c*c) < tol)
{
I_principal_prolate_sphere(princ);
I_matrix_prolate_sphere(result, princ);
}
else
{
I_principal_general(princ);
I_matrix_general(result, princ);
}
symmetrize(result);
}
void EshelbyTensor::I_principal_general(vec3 &vec) const
{
double theta = asin(sqrt(1.0 - pow(c/a,2)));
double kappa = sqrt( (a*a - b*b)/(a*a - c*c));
double f = F(theta, kappa);
double e = E(theta, kappa);
vec[0] = 4.0*PI*a*b*c*(f-e)/((a*a-b*b)*sqrt(a*a-c*c));
vec[2] = 4.0*PI*a*b*c/((b*b-c*c)*sqrt(a*a-c*c));
vec[2] *= (b*sqrt(a*a-c*c)/(a*c) - e);
vec[1] = 4.0*PI - vec[0] - vec[2];
}
void EshelbyTensor::I_matrix_general(mat3x3 &result, const vec3 &princ) const
{
vec3 semi_axes;
semi_axes[0] = a*a;
semi_axes[1] = b*b;
semi_axes[2] = c*c;
// Loop over cyclic permutations
for (unsigned int perm=0;perm<3;perm++)
{
unsigned int i1 = perm;
unsigned int i2 = (perm+1)%3;
unsigned int i3 = (perm+2)%3;
result[i1][i2] = (princ[i2]-princ[i1])/(3.0*(semi_axes[i1] - semi_axes[i2]));
result[i1][i3] = princ[i1] - 4.0*PI/3.0 + \
(semi_axes[i1] - semi_axes[i2])*result[i1][i2];
result[i1][i3] /= (semi_axes[i3] - semi_axes[i1]);
result[i1][i1] = 4.0*PI/(3.0*semi_axes[i1]) - result[i1][i2] - result[i1][i3];
}
}
void EshelbyTensor::I_principal_oblate_sphere(vec3 &vec) const
{
// a = b > c
vec[0] = 2.0*PI*a*a*c*(acos(c/a) - (c/a)*sqrt(1-pow(c/a, 2)))/pow(a*a-c*c, 1.5);
vec[1] = vec[0];
vec[2] = 4.0*PI - vec[0] - vec[1];
}
void EshelbyTensor::I_matrix_oblate_sphere(mat3x3 &result, const vec3 &princ) const
{
// a = b > c
vec3 semi_axes;
semi_axes[0] = a*a;
semi_axes[1] = b*b;
semi_axes[2] = c*c;
// First row
result[0][2] = princ[0] - 4.0*PI/3.0;
result[0][2] /= (semi_axes[2] - semi_axes[0]);
result[0][0] = PI/semi_axes[0] - 0.75*result[0][2];
result[0][1] = result[0][0]/3.0;
// Second row
result[1][2] = (princ[2] - princ[1])/(3.0*(semi_axes[1] - semi_axes[2]));
result[1][1] = 4.0*PI/(3.0*semi_axes[1]) - result[1][2] - result[0][1];
result[1][0] = result[0][1];
// Third row
result[2][0] = result[0][2];
result[2][1] = result[1][2];
result[2][2] = 4.0*PI/(3.0*semi_axes[2]) - result[0][2] - result[1][2];
}
void EshelbyTensor::I_principal_prolate_sphere(vec3 &vec) const
{
// a > b=c
vec[1] = 2.0*PI*a*c*c*( (a/c)*sqrt(pow(a/c, 2) - 1) - acosh(a/c));
vec[1] /= pow(a*a-c*c, 1.5);
vec[2] = vec[1];
vec[0] = 4.0*PI - vec[1] - vec[2];
}
void EshelbyTensor::I_matrix_prolate_sphere(mat3x3 &result, const vec3 &princ) const
{
// a > b = c
vec3 semi_axes;
semi_axes[0] = a*a;
semi_axes[1] = b*b;
semi_axes[2] = c*c;
// First row
result[0][1] = (princ[1] - princ[0])/(3.0*(semi_axes[0] - semi_axes[1]));
result[0][2] = princ[0] - 4.0*PI/3.0 + (semi_axes[0] - semi_axes[1])*result[0][1];
result[0][2] /= (semi_axes[2] - semi_axes[0]);
result[0][0] = 4.0*PI/(3.0*semi_axes[0]) - result[0][1] - result[0][2];
// Second row
result[1][0] = result[0][1];
result[1][2] = PI/(3.0*semi_axes[1]) - 0.25*result[0][1];
result[1][1] = 3.0*result[1][2];
// Third row
result[2][0] = result[0][2];
result[2][1] = result[1][2];
result[2][2] = (4.0*PI)/(3.0*semi_axes[2]) - result[0][2] - result[1][2];
}
double EshelbyTensor::evlauate_principal(int i, int j, int k, int l) const
{
// Reference:
// Weinberger, Chris, and Wei Cai. "Lecture Note 2. Eshelby’s Inclusion I." (2004).
if ((i==1) && (j==1) && (k==1) && (l==1))
{
double I11 = I[3];
double I1 = I[0];
double term1 = 3.0*a*a*I11/(8*PI*(1-poisson));
double term2 = (1-2*poisson)*I1/(8*PI*(1-poisson));
return term1+term2;
}
else if ((i==1) && (j==1) && (k==2) && (l==2))
{
double I1 = I[0];
double I12 = I[4];
double term1 = b*b*I12/(8*PI*(1-poisson));
double term2 = (1-2*poisson)*I1/(8*PI*(1-poisson));
return term1 + term2;
}
else if ((i==1) && (j==1) && (k==3) && (l==3))
{
double I13 = I[5];
double I1 = I[0];
double term1 = c*c*I13/(8*PI*(1-poisson));
double term2 = (1-2*poisson)*I1/(8*PI*(1-poisson));
return term1 + term2;
}
else if((i==1) && (j==2) && (k==1) && (l==2))
{
double I12 = I[4];
double I1 = I[0];
double I2 = I[1];
double term1 = (a*a+b*b)*I12/(16*PI*(1-poisson));
double term2 = (1-2*poisson)*(I1+I2)/(16*PI*(1-poisson));
return term1 + term2;
}
else if (((i==1) && (j==1) && (k==1) && (l==2)) || \
((i==1) && (j==2) && (k==2) && (l==3)) || \
((i==1) && (j==2) && (k==3) && (l==2)))
{
return 0.0;
}
else
{
throw invalid_argument("The given combination of ijkl is not a principal combination!");
}
}
void EshelbyTensor::sort_indices( int orig[4] )
{
if (orig[0] > orig[1])
{
int temp_orig0 = orig[0];
orig[0] = orig[1];
orig[1] = temp_orig0;
}
if (orig[2] > orig[3])
{
int temp_orig2 = orig[2];
orig[2] = orig[3];
orig[3] = temp_orig2;
}
}
double EshelbyTensor::operator()(int i, int j, int k, int l)
{
if (require_rebuild)
{
construct_full_tensor();
}
// Sort the indices to take the symmetries of the tensor into account
int indx_in_array = get_array_indx(i, j, k, l);
return tensor[indx_in_array];
}
void EshelbyTensor::construct_full_tensor()
{
for (unsigned int i=0;i<81;i++)
{
tensor[i] = 0.0;
}
mat3x3 I_mat;
vec3 princ;
I_matrix(I_mat, princ);
for (unsigned int shift=0;shift<3;shift++ )
{
map<string, double> ref_tensor;
construct_ref_tensor(ref_tensor, I_mat, princ, shift);
for (auto iter=ref_tensor.begin(); iter != ref_tensor.end(); ++iter)
{
int indices[4];
key_to_array(iter->first, indices);
// Update the array to the current cyclic permutation
for (unsigned int n=0;n<4;n++)
{
indices[n] = (indices[n]+shift)%3;
}
int indx_in_array = get_array_indx(indices[0], indices[1], indices[2], indices[3]);
tensor[indx_in_array] = iter->second;
// Populate minor symmetries also
indx_in_array = get_array_indx(indices[0], indices[1], indices[3], indices[2]);
tensor[indx_in_array] = iter->second;
indx_in_array = get_array_indx(indices[1], indices[0], indices[3], indices[2]);
tensor[indx_in_array] = iter->second;
indx_in_array = get_array_indx(indices[1], indices[0], indices[2], indices[3]);
tensor[indx_in_array] = iter->second;
}
}
require_rebuild = false;
}
void EshelbyTensor::construct_ref_tensor(map<string, double> &elements, const mat3x3 &I, \
const vec3 &princ, unsigned int shift)
{
vec3 semi_axes;
semi_axes[0] = a*a;
semi_axes[1] = b*b;
semi_axes[2] = c*c;
int i1 = shift;
int i2 = (shift+1)%3;
int i3 = (shift+2)%3;
double pref = 1.0/(8.0*PI*(1-poisson));
double Q = 3.0*pref;
double R = (1.0-2*poisson)*pref;
// S_1111
elements["0000"] = Q*semi_axes[i1]*I[i1][i1] + R*princ[i1];
// S_1122
elements["0011"] = Q*semi_axes[i2]*I[i1][i2] - R*princ[i1];
// S_1133
elements["0022"] = Q*semi_axes[i3]*I[i1][i3] - R*princ[i1];
// S_1212
elements["0101"] = 0.5*Q*(semi_axes[i1] + semi_axes[i2])*I[i1][i2]\
+ 0.5*R*(princ[i1]+princ[i2]);
elements["0001"] = 0.0;
elements["0112"] = 0.0;
elements["0121"] = 0.0;
}
int EshelbyTensor::get_array_indx(int i, int j, int k, int l)
{
return i*27 + j*9 + k*3 + l;
}
void EshelbyTensor::key_to_array(const string &key, int array[4])
{
for (unsigned int i=0;i<4;i++)
{
array[i] = key[i] - '0';
}
}
void EshelbyTensor::array_to_key(string &key, int array[4])
{
stringstream ss;
for (unsigned int i=0;i<4;i++)
{
ss << array[i];
}
key = ss.str();
}
void EshelbyTensor::circular_shift(double data[], int size)
{
double first = data[0];
for (int i=0;i<size-1;i++)
{
data[i] = data[i+1];
}
data[size-1] = first;
}
void EshelbyTensor::symmetrize(mat3x3 &matrix)
{
for (unsigned int row=1;row<3;row++)
{
for (unsigned int col=0;col<row-1;col++)
{
matrix[row][col] = matrix[col][row];
}
}
}
PyObject* EshelbyTensor::aslist()
{
mat6x6 mandel;
mandel_representation(mandel);
PyObject *npy_array = PyList_New(6);
for (unsigned int i=0;i<6;i++)
{
PyObject *sublist = PyList_New(6);
for (unsigned int j=0;j<6;j++)
{
PyObject *py_val = PyFloat_FromDouble(mandel[i][j]);
// NOTE: SetItem steals a reference. So no DECREF needed.
PyList_SetItem(sublist, j, py_val);
}
PyList_SetItem(npy_array, i, sublist);
}
return npy_array;
}
void EshelbyTensor::mandel_representation(mat6x6 &mandel)
{
if (require_rebuild) construct_full_tensor();
for (unsigned int i=0;i<3;i++)
for (unsigned int j=0;j<3;j++)
for (unsigned int k=0;k<3;k++)
for (unsigned int l=0;l<3;l++)
{
int mandel1 = mandel_indx(i, j);
int mandel2 = mandel_indx(k, l);
int indx = get_array_indx(i, j, k, l);
double value = tensor[indx];
if ((mandel1 >= 3) && (mandel2 >= 3))
{
value *= 2;
}
else if ((mandel1 >= 3) || (mandel2 >= 3)){
value *= sqrt(2.0);
}
mandel[mandel1][mandel2] = value;
}
}
unsigned int EshelbyTensor::mandel_indx(unsigned int i, unsigned int j)
{
if (i==j)
{
return i;
}
int max = i > j ? i:j;
int min = i > j ? j:i;
if ((min==1) && (max==2)) return 3;
if ((min==0) && (max==2)) return 4;
return 5;
}
PyObject* EshelbyTensor::get_raw()
{
if (require_rebuild) construct_full_tensor();
PyObject* eshelby_dict = PyDict_New();
int array[4];
string key;
for (unsigned int i=0;i<3;i++)
for (unsigned int j=0;j<3;j++)
for (unsigned int k=0;k<3;k++)
for (unsigned int l=0;l<3;l++)
{
array[0] = i;
array[1] = j;
array[2] = k;
array[3] = l;
array_to_key(key, array);
int indx = get_array_indx(i, j, k, l);
PyObject *py_val = PyFloat_FromDouble(tensor[indx]);
PyDict_SetItemString(eshelby_dict, key.c_str(), py_val);
}
return eshelby_dict;
}
void EshelbyTensor::dot(vec6 &mandel)
{
mat6x6 matrix;
mandel_representation(matrix);
vec6 result;
for (unsigned int i=0;i<6;i++)
{
result[i] = 0.0;
for (unsigned int j=0;j<6;j++)
{
result[i] += matrix[i][j]*mandel[j];
}
}
mandel = result;
}
|
ed374a56fa1ffd823cf575ca35393dce1c2f2f37
|
405066a2479315f8327217203593c14d37cc67f7
|
/include/AnalyseSpatialVelocityCorr.hpp
|
67c1ac7a73296160a8324ac7c54c949d170ae1ce
|
[] |
no_license
|
melampyge/PolymerAnalysis
|
c5fc974ad2499b5daed7ff4cd27aa5d7924a9383
|
9252f6083e48aa36a8cec5fbceee19a2fb4af761
|
refs/heads/master
| 2021-07-12T19:43:04.226905
| 2017-10-05T14:42:37
| 2017-10-05T14:42:37
| 96,563,723
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,374
|
hpp
|
AnalyseSpatialVelocityCorr.hpp
|
/* analysis on spatial velocity correlation */
/////////////////////////////////////////////////////////////////////////////////
#pragma once
#include <iostream>
#include <fstream>
#include <iomanip>
#include <sstream>
#include <vector>
#include <cstdlib>
#include <cmath>
#include <algorithm>
#include <tuple>
#include "omp.h"
#include "data_structures.hpp"
#include "basic.hpp"
#include "read_write.hpp"
#define pi M_PI
#define SUBTRACT_COM // whether to subtract center of mass from positions
/////////////////////////////////////////////////////////////////////////////////
class AnalyseSpatialVelocityCorr {
public:
Simulation sim;
Polymers polymers;
std::vector<double> results;
AnalyseSpatialVelocityCorr(const char *datafilename, char *forc);
~AnalyseSpatialVelocityCorr();
void perform_analysis ();
void write_analysis_results (const char *outfilepath);
std::tuple<std::vector<double>, std::vector<double> > calc_velocity (const double * const *x,
const double * const *y,
int delta, int nvels);
std::vector<double> calc_sp_vel_corr (const double * const *x,
const double * const *y,
const std::vector<double> &vx,
const std::vector<double> &vy,
int delta, int ndata, int nvels);
};
/////////////////////////////////////////////////////////////////////////////////
|
48ce89500381f46a23e63aadda350f70893a28db
|
f847c8793e466728ae13ad4726cdeb5d243b6c2d
|
/3 Desvio Condicional Encadeado/atv01_10_03_16.cpp
|
0fd7204b0eb03205f5e950045758c43f1778b2bf
|
[] |
no_license
|
raymissson/AlgoritmosProgramacaoC
|
720c9f8c09de7d650aad1d02d00cbeeddb367fbc
|
f98a73699189ad64c98d41d30a0858eb5e4da4bf
|
refs/heads/master
| 2020-03-11T09:44:10.374504
| 2018-04-17T15:28:37
| 2018-04-17T15:28:37
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 451
|
cpp
|
atv01_10_03_16.cpp
|
#include<stdio.h>
#include<stdlib.h>
main()
{
float sal, d;
printf("\tIMPOSTO DE RENDA A SER DESCONTADO DO SALARIO DE UM TRABALHADOR");
printf("\nInsira o salario: ");
scanf("%f", &sal);
if (sal<=1050)
{
d=0;
}
else if (sal<=2500)
{
d=(sal/100)*15;
}
else if (sal<=7500)
{
d=(sal/100)*25;
}
else
{
d=(sal/100)*35;
}
printf("\no desconto no salario e': %0.1f\n", d);
system("pause");
return 0;
}
|
829a1bc2025775d857dc3cf6c3ac86b67d380232
|
429d8b7a9b4c4954c4ccf40ba3ee0fab38849986
|
/C++programming/C++基础/汽车防碰报警/Comparer.h
|
692ce003f31b28c5312dd3dfcaf1f7cea1562795
|
[] |
no_license
|
DanylZhang/CurriculumDesign
|
f2aa7b5023d312511bdcef97295bdc1dbf015734
|
eae3c424ea5d5424dc34c7a0720e8807095ab95e
|
refs/heads/master
| 2021-01-10T18:02:41.388236
| 2017-06-26T08:52:42
| 2017-06-26T08:52:42
| 50,718,367
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 821
|
h
|
Comparer.h
|
#ifndef COMPARER_H
#define COMPARER_H
using namespace std;
class Comparer
{
public:
double m_S;//超声波测出的距离
double m_V;//超声波测距时汽车的速度
public:
Comparer() {}
virtual ~Comparer() {}
friend istream &operator>>(istream &in, Comparer &comparer)
{
in >> comparer.m_S;
in >> comparer.m_V;
return in;
}
//判断是否应该报警
void ShouldAlarm()
{
if (Judge())
{
Alarm();
}
print();
}
private:
bool Judge()
{
//当超声波测出的距离小于或等于安全距离时返回true
double s0= 1.2*(0.3535*m_V + 2 * m_V*m_V / 165.1104 + 5);//安全距离
return m_S <= s0;
}
void Alarm()
{
cout << "警报!警报!\7";
}
void print()
{
cout << "超声波测距(m):" << m_S << "\t汽车速度(km/s):" << m_V << endl;
}
};
#endif //COMPARER_H
|
2bf9879d86efd1f41554b0c24fcc828a4688c29a
|
b162619254d4a48e03b4ad01fa85183f37a13a9b
|
/include/onmt/nn/MM.h
|
715f3c01f49282da20e9f69e6deb4f8db986c3a0
|
[
"MIT"
] |
permissive
|
jhnwnd/CTranslate
|
b443a6d53717a4995de702fe6fac4dbfbc2b2411
|
b9c85a4ccf3e0c38cc8691e1eaaafcb51086d33d
|
refs/heads/master
| 2021-08-16T08:35:14.595852
| 2020-04-07T09:10:38
| 2020-04-07T09:10:38
| 152,083,533
| 0
| 0
| null | 2018-10-08T13:20:13
| 2018-10-08T13:20:12
| null |
UTF-8
|
C++
| false
| false
| 1,425
|
h
|
MM.h
|
#pragma once
#include "onmt/nn/Module.h"
namespace onmt
{
namespace nn
{
template <typename MatFwd, typename MatIn, typename MatEmb, typename ModelT>
class MM: public Module<MatFwd, MatIn, MatEmb, ModelT>
{
public:
MM(th::Table* data)
: Module<MatFwd, MatIn, MatEmb, ModelT>("nn.MM")
, _transA(get_boolean(data, "transA"))
, _transB(get_boolean(data, "transB"))
{
}
MM(const MM& other)
: Module<MatFwd, MatIn, MatEmb, ModelT>(other)
, _transA(other._transA)
, _transB(other._transB)
{
}
Module<MatFwd, MatIn, MatEmb, ModelT>* clone(const ModuleFactory<MatFwd, MatIn, MatEmb, ModelT>*) const override
{
return new MM(*this);
}
void forward_impl(const std::vector<MatFwd>& inputs) override
{
this->_output.resize(inputs[0].rows(), inputs[0].virtualRows()*inputs[1].virtualCols());
this->_output.setHiddenDim(inputs[0].virtualRows());
for (size_t i = 0; i < inputs[0].batches(); ++i)
{
MatFwd m1 = inputs[0].batch(i);
MatFwd m2 = inputs[1].batch(i);
if (_transA)
m1.transposeInPlace();
if (_transB)
m2.transposeInPlace();
MatFwd res = m1 * m2;
this->_output.assign(i, res);
}
}
private:
bool _transA;
bool _transB;
};
}
}
|
df8b59d7530a77ad1baa18aff486f5ab8a0e9c42
|
f153c807c2ca002faa58ac9d256efb6f97db7fcb
|
/dlxnet/core/platform/refcount.h
|
622117d1ad9be5edf54f861778bd0fa09be9131f
|
[] |
no_license
|
kl456123/dlxnet
|
e5148a4a416279accb953e9869ca0200df29cf33
|
7dcfdc703377d282ad322b93d86802b983374755
|
refs/heads/master
| 2021-02-26T20:12:18.329969
| 2020-08-11T16:23:37
| 2020-08-11T16:23:37
| 245,444,045
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,118
|
h
|
refcount.h
|
#ifndef DLXNET_CORE_PLATFORM_REFCOUNT_H_
#define DLXNET_CORE_PLATFORM_REFCOUNT_H_
#include <atomic>
#include <memory>
#include "dlxnet/core/platform/logging.h"
namespace dlxnet{
namespace core{
class RefCounted {
public:
// Initial reference count is one.
RefCounted();
// Increments reference count by one.
void Ref() const;
// Decrements reference count by one. If the count remains
// positive, returns false. When the count reaches zero, returns
// true and deletes this, in which case the caller must not access
// the object afterward.
bool Unref() const;
// Return whether the reference count is one.
// If the reference count is used in the conventional way, a
// reference count of 1 implies that the current thread owns the
// reference and no other thread shares it.
// This call performs the test for a reference count of one, and
// performs the memory barrier needed for the owning thread
// to act on the object, knowing that it has exclusive access to the
// object.
bool RefCountIsOne() const;
protected:
// Make destructor protected so that RefCounted objects cannot
// be instantiated directly. Only subclasses can be instantiated.
virtual ~RefCounted();
private:
mutable std::atomic_int_fast32_t ref_;
RefCounted(const RefCounted&) = delete;
void operator=(const RefCounted&) = delete;
};
// A deleter class to form a std::unique_ptr that unrefs objects.
struct RefCountDeleter {
void operator()(dlxnet::core::RefCounted* o) const { o->Unref(); }
};
// A unique_ptr that unrefs the owned object on destruction.
template <typename T>
using RefCountPtr = std::unique_ptr<T, RefCountDeleter>;
// Inlined routines, since these are performance critical
inline RefCounted::RefCounted() : ref_(1) {}
inline RefCounted::~RefCounted() { DCHECK_EQ(ref_.load(), 0); }
inline void RefCounted::Ref() const {
DCHECK_GE(ref_.load(), 1);
ref_.fetch_add(1, std::memory_order_relaxed);
}
inline bool RefCounted::Unref() const {
DCHECK_GT(ref_.load(), 0);
// If ref_==1, this object is owned only by the caller. Bypass a locked op
// in that case.
if (RefCountIsOne() || ref_.fetch_sub(1) == 1) {
// Make DCHECK in ~RefCounted happy
DCHECK((ref_.store(0), true));
delete this;
return true;
} else {
return false;
}
}
inline bool RefCounted::RefCountIsOne() const {
return (ref_.load(std::memory_order_acquire) == 1);
}
}
}
#endif
|
7dc2579d8fee00e926750d6e9e53b67cd6b78944
|
0f6d650e209e230d6181941bd9014cb559023ff6
|
/MineSweeper1/Game.h
|
0b1fa04da0be3c869ef9ddd5dd6bbcd9d67a63aa
|
[] |
no_license
|
dlstu1234/MinesWeeper
|
837f1addad74124cb5cd057472b07d34be0d2486
|
136e72d8a2dd81e88c4cfb421962d2d3a89fb54e
|
refs/heads/master
| 2020-07-08T03:01:49.207150
| 2019-08-26T05:10:47
| 2019-08-26T05:10:47
| 203,546,673
| 1
| 0
| null | null | null | null |
UHC
|
C++
| false
| false
| 294
|
h
|
Game.h
|
#pragma once
#include "Mine.h"
// 게임 내부 함수
class Game
{
public:
void GameStart(); // 시작
int Move(Mine& p, int *x, int *y); // 움직임
int GetUserInput(); // 키입력
private:
int Width = 10;
int Height = 10;
int x = 0, y = 0;
int action = 0;
};
|
ee31cf9f5acf57ea038ae9b54f3d8364b4f5a53d
|
df977fc187b9ac6d74b57efa2386485455c25888
|
/gamma-vertica/CoordPoint/toCoordPoint.cpp
|
b507842d9ad917c7e4069b9e577e1d6bbb1099eb
|
[] |
no_license
|
yzhang1991/gamma
|
c20a6edd20d3beba6e499e34805a29e0183285aa
|
7ded49c29131a8d58c14a32966a09256c86a2023
|
refs/heads/master
| 2021-09-11T13:27:27.847588
| 2018-04-07T20:56:00
| 2018-04-07T20:56:00
| 46,943,684
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,610
|
cpp
|
toCoordPoint.cpp
|
/*
* Copyright (C) 2013-2016 Yiqun Zhang <zhangyiqun9164@gmail.com>
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Vertica.h"
using namespace Vertica;
class toCoordPoint : public ScalarFunction {
public:
struct CoordPoint {
vint i;
vint j;
vfloat v;
};
virtual void processBlock(ServerInterface &srvInterface,
BlockReader &argReader,
BlockWriter &resWriter) {
try {
// Basic error checking
if (argReader.getNumCols() != 3)
vt_report_error(0, "Function only accept 3 arguments, but %zu provided",
argReader.getNumCols());
vsize cpSize = sizeof(struct CoordPoint);
do {
CoordPoint cp;
cp.i = argReader.getIntRef(0);
cp.j = argReader.getIntRef(1);
cp.v = argReader.getFloatRef(2);
resWriter.getStringRef().copy(reinterpret_cast<char *>(&cp), cpSize);
resWriter.next();
}
while (argReader.next());
}
catch(std::exception& e) {
// Standard exception. Quit.
vt_report_error(0, "Exception while processing block: [%s]", e.what());
}
}
};
class toCoordPointFactory : public ScalarFunctionFactory
{
// return an instance of toCoordPoint to perform the actual addition.
virtual ScalarFunction *createScalarFunction(ServerInterface &interface)
{ return vt_createFuncObject<toCoordPoint>(interface.allocator); }
virtual void getPrototype(ServerInterface &interface,
ColumnTypes &argTypes,
ColumnTypes &returnType) {
argTypes.addInt();
argTypes.addInt();
argTypes.addFloat();
returnType.addLongVarbinary();
}
virtual void getReturnType(ServerInterface &srvInterface,
const SizedColumnTypes &argTypes,
SizedColumnTypes &returnType) {
vsize cpSize = sizeof(vint)*2+sizeof(vfloat);
returnType.addLongVarbinary(cpSize);
}
};
RegisterFactory(toCoordPointFactory);
|
e5c7eb279d59a3cb3728501b077faf5120d3429b
|
9f5285c51125866fcc5031c12d876471bff4b434
|
/Day 6/toeplitz_matrix.cpp
|
2330b39dff705f09969fb476f4fa7ff92bb51a45
|
[] |
no_license
|
Sumeet36/DS-A-assignments
|
90152c0040168fac3fc2cdd26cfec6aa03c952ee
|
03b0a7e5d5c576d0cc62f1029552040341212fdb
|
refs/heads/main
| 2023-06-09T13:52:44.788663
| 2021-07-05T19:47:08
| 2021-07-05T19:47:08
| 381,147,037
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 369
|
cpp
|
toeplitz_matrix.cpp
|
class Solution {
public:
bool isToeplitzMatrix(vector<vector<int>>& matrix) {
int r=matrix.size();
int c=matrix[0].size();
for(int i=0;i<r-1;i++)
for(int j=0;j<c-1;j++)
{
if(matrix[i][j]!=matrix[i+1][j+1])
return false;
}
return true;
}
};
|
678b441388d0fbdee7c0a14ee0344866ec1ddc64
|
05379b5fa65a579996f5f9db24b0d524560d603f
|
/Kodlar/BONUS/p10_led_panel/p10-freetronics-dmd-v2/DMD2.cpp
|
1ac379c351eddcdba2fcdbfd472fbf11509ec61a
|
[] |
no_license
|
alperbek/arduino-kursu
|
06bd524863a05e2b0d3e4400e348acf436801829
|
8863c2a0892c58261125d294005c4bc7b1fbaf0a
|
refs/heads/master
| 2022-09-28T00:51:42.185916
| 2020-06-05T20:38:17
| 2020-06-05T20:38:17
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,414
|
cpp
|
DMD2.cpp
|
/*
DMD2 Implementation of SPIDMD, SoftDMD.
Copyright (C) 2014 Freetronics, Inc. (info <at> freetronics <dot> com)
Updated by Angus Gratton, based on DMD by Marc Alexander.
---
This program is free software: you can redistribute it and/or modify it under the terms
of the version 3 GNU General Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses/>.
*/
#include "DMD2.h"
// Port registers are same size as a pointer (16-bit on AVR, 32-bit on ARM)
typedef intptr_t port_reg_t;
SPIDMD::SPIDMD(byte panelsWide, byte panelsHigh)
#ifdef ESP8266
: BaseDMD(panelsWide, panelsHigh, 15, 16, 12, 0)
#else
: BaseDMD(panelsWide, panelsHigh, 9, 6, 7, 8)
#endif
{
}
/* Create a DMD display using a custom pinout for all the non-SPI pins (SPI pins set by hardware) */
SPIDMD::SPIDMD(byte panelsWide, byte panelsHigh, byte pin_noe, byte pin_a, byte pin_b, byte pin_sck)
: BaseDMD(panelsWide, panelsHigh, pin_noe, pin_a, pin_b, pin_sck)
{
}
void SPIDMD::beginNoTimer()
{
// Configure SPI before initialising the base DMD
SPI.begin();
SPI.setBitOrder(MSBFIRST);
SPI.setDataMode(SPI_MODE0); // CPOL=0, CPHA=0
#ifdef __AVR__
SPI.setClockDivider(SPI_CLOCK_DIV4); // 4MHz clock. 8MHz (DIV2 not DIV4) is possible if you have short cables. Longer cables may need DIV8/DIV16.
#elif defined(ESP8266)
SPI.setFrequency(4000000); // ESP can run at 80mhz or 160mhz, setting frequency directly is easier, set to 4MHz.
#else
SPI.setClockDivider(20); // 4.2MHz on Due. Same comment as above applies (lower numbers = less divider = faster speeds.)
#endif
BaseDMD::beginNoTimer();
}
void SPIDMD::writeSPIData(volatile uint8_t *rows[4], const int rowsize)
{
/* We send out interleaved data for 4 rows at a time */
for(int i = 0; i < rowsize; i++) {
SPI.transfer(*(rows[3]++));
SPI.transfer(*(rows[2]++));
SPI.transfer(*(rows[1]++));
SPI.transfer(*(rows[0]++));
}
}
void BaseDMD::scanDisplay()
{
if(pin_other_cs >= 0 && digitalRead(pin_other_cs) != HIGH)
return;
// Rows are send out in 4 blocks of 4 (interleaved), across all panels
int rowsize = unified_width_bytes();
volatile uint8_t *rows[4] = { // Scanning out 4 interleaved rows
bitmap + (scan_row + 0) * rowsize,
bitmap + (scan_row + 4) * rowsize,
bitmap + (scan_row + 8) * rowsize,
bitmap + (scan_row + 12) * rowsize,
};
writeSPIData(rows, rowsize);
digitalWrite(pin_noe, LOW);
digitalWrite(pin_sck, HIGH); // Latch DMD shift register output
digitalWrite(pin_sck, LOW); // (Deliberately left as digitalWrite to ensure decent latching time)
// Digital outputs A, B are a 2-bit selector output, set from the scan_row variable (loops over 0-3),
// that determines which set of interleaved rows we are outputting during this pass.
// BA 0 (00) = 1,5,9,13
// BA 1 (01) = 2,6,10,14
// BA 2 (10) = 3,7,11,15
// BA 3 (11) = 4,8,12,16
digitalWrite(pin_a, scan_row & 0x01);
digitalWrite(pin_b, scan_row & 0x02);
scan_row = (scan_row + 1) % 4;
// Output enable pin is either fixed on, or PWMed for a variable brightness display
if(brightness == 255)
digitalWrite(pin_noe, HIGH);
else
analogWrite(pin_noe, brightness);
}
#ifdef ESP8266
// No SoftDMD for ESP8266 for now
#else
SoftDMD::SoftDMD(byte panelsWide, byte panelsHigh)
: BaseDMD(panelsWide, panelsHigh, 9, 6, 7, 8),
pin_clk(13),
pin_r_data(11)
{
}
SoftDMD::SoftDMD(byte panelsWide, byte panelsHigh, byte pin_noe, byte pin_a, byte pin_b, byte pin_sck,
byte pin_clk, byte pin_r_data)
: BaseDMD(panelsWide, panelsHigh, pin_noe, pin_a, pin_b, pin_sck),
pin_clk(pin_clk),
pin_r_data(pin_r_data)
{
}
void SoftDMD::beginNoTimer()
{
digitalWrite(pin_clk, LOW);
pinMode(pin_clk, OUTPUT);
digitalWrite(pin_r_data, LOW);
pinMode(pin_r_data, OUTPUT);
BaseDMD::beginNoTimer();
}
static inline __attribute__((always_inline)) void softSPITransfer(uint8_t data, volatile port_reg_t *data_port, port_reg_t data_mask, volatile port_reg_t *clk_port, port_reg_t clk_mask) {
// Emulate a single byte SPI transfer using software GPIO. Overall this is actually only marginally slower than normal SPI on AVR.
//
// MSB first, data captured on rising edge
for(uint8_t bit = 0; bit < 8; bit++) {
if(data & (1<<7))
*data_port |= data_mask;
else
*data_port &= ~data_mask;
*clk_port |= clk_mask;
data <<= 1;
*clk_port &= ~clk_mask;
}
}
void SoftDMD::writeSPIData(volatile uint8_t *rows[4], const int rowsize)
{
/* Write out 4 interleaved rows of data using software GPIO rather than SPI. */
volatile port_reg_t *port_clk = (volatile port_reg_t *)portOutputRegister(digitalPinToPort(pin_clk));
port_reg_t mask_clk = digitalPinToBitMask(pin_clk);
volatile port_reg_t *port_r_data = (volatile port_reg_t *) portOutputRegister(digitalPinToPort(pin_r_data));
port_reg_t mask_r_data = digitalPinToBitMask(pin_r_data);
for(int i = 0; i < rowsize; i++) {
softSPITransfer(*(rows[3]++), port_r_data, mask_r_data, port_clk, mask_clk);
softSPITransfer(*(rows[2]++), port_r_data, mask_r_data, port_clk, mask_clk);
softSPITransfer(*(rows[1]++), port_r_data, mask_r_data, port_clk, mask_clk);
softSPITransfer(*(rows[0]++), port_r_data, mask_r_data, port_clk, mask_clk);
}
}
#endif
BaseDMD::BaseDMD(byte panelsWide, byte panelsHigh, byte pin_noe, byte pin_a, byte pin_b, byte pin_sck)
:
DMDFrame(panelsWide*PANEL_WIDTH, panelsHigh*PANEL_HEIGHT),
scan_row(0),
pin_noe(pin_noe),
pin_a(pin_a),
pin_b(pin_b),
pin_sck(pin_sck),
#ifdef ESP8266
default_pins(pin_noe == 15 && pin_a == 16 && pin_b == 12 && pin_sck == 0),
#else
default_pins(pin_noe == 9 && pin_a == 6 && pin_b == 7 && pin_sck == 8),
#endif
pin_other_cs(-1),
brightness(255)
{
}
void BaseDMD::beginNoTimer()
{
digitalWrite(pin_noe, LOW);
pinMode(pin_noe, OUTPUT);
digitalWrite(pin_a, LOW);
pinMode(pin_a, OUTPUT);
digitalWrite(pin_b, LOW);
pinMode(pin_b, OUTPUT);
digitalWrite(pin_sck, LOW);
pinMode(pin_sck, OUTPUT);
clearScreen();
scanDisplay();
}
|
f9e5a3287cba09c98e62a74e44af978757c2580a
|
fbd11b5dc97d71831107e02b60c8a0bf0c0356d4
|
/edu-oop-pv911 (Home work)/Class work/Class work/Other/Animals.h
|
856681834e0ba6faab4c412da4161a9ddf063440
|
[] |
no_license
|
Gabatawr/.cpp
|
28ae98331e6c679c1d5915ce1aa0381672c3cbb0
|
c0124a604572be5f235d129cde0dee515f7ad160
|
refs/heads/main
| 2023-05-26T07:41:53.874380
| 2021-06-08T16:04:49
| 2021-06-08T16:04:49
| 375,069,304
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 526
|
h
|
Animals.h
|
#pragma once
class animals
{
public:
virtual void eat() = 0;
virtual ~animals() = default;
};
class i_carnivorous
{
public:
virtual void hunt() = 0;
virtual ~i_carnivorous() = default;
};
class i_herbivorous
{
public:
virtual void grass() = 0;
virtual ~i_herbivorous() = default;
};
class Wolf : public animals, public i_carnivorous
{
void eat() override
{
}
void hunt() override
{
}
};
class Horse : public animals, public i_herbivorous
{
void eat() override
{
}
void grass() override
{
}
};
|
cd0d69ccbdc152ca73d2a519fd9ba79cce47327f
|
2435f7052bd52bf6ea0c7882675a8fc42ef92a3a
|
/data_structures/linked_list/4_linkedlist_insert_delete_ith_node.cpp
|
ea5aeb704cb7f7942365ab0fbf3d7e05e8f90c89
|
[] |
no_license
|
wmh97/data-structures-and-algorithms-cpp
|
1164c8140d3b8f1ca6af9d20d63bd01f86b86650
|
94df4c9d87caab23e0dc4c012b1d6f6c2c2191a3
|
refs/heads/master
| 2023-07-20T14:58:49.275438
| 2021-08-25T10:41:46
| 2021-08-25T10:41:46
| 389,213,591
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,717
|
cpp
|
4_linkedlist_insert_delete_ith_node.cpp
|
#include<iostream>
using namespace std;
class Node
{
public:
int data;
Node *next;
Node(int data)
{
this->data = data;
next = NULL;
}
};
void printLinkedList(Node *head)
{
Node *temp = head;
while(temp!=NULL)
{
cout << temp->data << "-->";
temp = temp->next;
}
cout << "NULL" << endl;
}
Node* takeInputAtTail()
{
int data;
cin >> data;
Node *head = NULL;
Node *tail = NULL;
while(data != -1)
{
Node *n = new Node(data);
if(head == NULL)
{
head = n;
tail = n;
}
else
{
tail->next = n;
tail = n;
}
cin >> data;
}
return head;
}
Node* takeInputAtHead()
{
int data;
cin >> data;
Node *head = NULL;
Node *tail = NULL;
while(data != -1)
{
Node* n = new Node(data);
if(head == NULL)
{
head = n;
tail = n;
}
else
{
n->next = head;
head = n;
}
cin >> data;
}
return head;
}
int lengthOfLinkedList(Node *head)
{
int length = 0;
while(head)
{
length++;
head = head->next;
}
return length;
}
void printIthNode(Node *head, int i)
{
if(i < 0)
{
cout << "-1" << endl;
return;
}
int count = 1;
while(count <= i && head != NULL)
{
head = head->next;
count++;
}
if(head)
{
cout << head->data << endl;
}
else
{
cout << "-1" << endl;
}
}
// T = O(i) as we only have one loop iterating over i and the
// rest is constant work. Worst case T = O(N)
Node* insertAtithPos(Node* head, int data, int i)
{
// return head of list if index input is invalid.
if(i < 0)
{
return head;
}
// for index == 0, make a new node that points to the head, and then
// make that new node the head of the list and return it.
if(i == 0)
{
Node* newNode = new Node(data);
newNode->next = head;
head = newNode;
return head;
}
Node* listHead = head; // store pointer to the head of the whole list
// iterate up to i-1th node.
//
// NOTE: This while loop will not be entered when i = 1. In the case
// where i=1, we are already pointing to the i-1th node as it is the
// head of the list that we are starting on.
int count = 1;
while(count <= i-1 && head != NULL)
{
head = head->next; // move head along to the index denoted by count
count++;
}
// At this point head will have moved along to point at the i-1th node.
// if i-1th node exists (ie the address that head now points to is not NULL)
if(head)
{
Node* newNode = new Node(data); // create new node
newNode->next = head->next; // make the new node point to the node the i-1th node was pointing to
head->next = newNode; // make the i-1th node now point to the new node
return listHead; // *** NOTE: return the head of the whole list. ***
}
// deafult case - return head of list if index is otherwise too high.
return listHead;
}
// T= O(i), or worst case T=O(N)
Node* deleteithPos(Node* head, int i)
{
if(i < 0)
{
return head;
}
// make sure our head exists - otherwise
// NULL->next will give a runtime error.
// Need to make sure we are handling these cases in our
// code.
Node* toDelete;
if(i == 0 && head)
{
toDelete = head;
head = head->next;
// Avoiding memory leak where we have memory
// allocated to an address but we dont have
// any way to access that address.
toDelete->next = NULL; // isolate the node.
delete toDelete; // delete the thing that is at the address the pointer is pointing at
// toDelete = NULL; // the pointer is still pointing to that old address so clear it.
return head;
}
Node* listHead = head;
int count = 1;
while(count <= i-1 && head != NULL)
{
head = head->next;
count++;
}
// again making sure head->next is not NULL so we
// don't get a runtime error from NULL->next.
// So we need to make sure we are not already at the end of
// the linked list.
//
// We we have something->next we have to make sure that
// something exists. This is what we have been doing so far
// with our !=NULL conditions.
if(head && head->next)
{
toDelete = head->next;
head->next = head->next->next;
// make sure we have isolated the first node before we
// deallocate the memory. If we lose our first node we cannot
// find the other nodes if we havent stored their address.
toDelete->next = NULL; // isolating from other nodes - it is not not pointing to anything
delete toDelete;
// the pointer is still pointing to that old address so clear it,
// if it will not be discarded upon exiting the enclosing scope.
// toDelete = NULL;
return listHead;
}
return listHead;
}
int main()
{
Node* head = takeInputAtTail();
printLinkedList(head);
// We can insert at index 5 as that is one after index 4 which is
// our greatest, as in this case we have an i-1th node to point to the
// new node.
//
// Otherwise we have no i-1th node to point to the new node.
printLinkedList(insertAtithPos(head, 99, 6));
printLinkedList(insertAtithPos(head, 99, 5));
printLinkedList(insertAtithPos(head, 99, 1));
// We cant call the print function successively like above when our function
// is changine the head pointer. This is because the head pointer is passed
// by value, and we return the new head pointer. So, we need to store our new head
// pointer in our head variable to make sure it updates.
//
// We can still modify the list nodes by passing head by value because we use
// the address that is in head to make the modifications - the only thing is that
// the address stored in head doesn't get changed unless we reassign it here.
head = insertAtithPos(head, 99, 0);
head = insertAtithPos(head, 99, 0);
printLinkedList(head);
cout << head << endl;
head = deleteithPos(head, 0);
printLinkedList(head);
cout << head << endl;
return 0;
}
|
35d66cb44fab70b1fe1c48e8bc618d361784f984
|
c84eeb89edd4c499000af4ae0fe90a027b7ad927
|
/sem21.cpp
|
27f02be7f7386de3f232d1b6c30710ba1d4d8841
|
[] |
no_license
|
Deepti725/myPrac
|
31b76d69597c34e033ef8dcafdca77fab4c1f68c
|
410e3c95d0fb1aab9a01f0cea4aa1383c008fe05
|
refs/heads/master
| 2020-03-24T22:46:51.294625
| 2018-11-25T10:33:20
| 2018-11-25T10:33:20
| 143,102,689
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 539
|
cpp
|
sem21.cpp
|
#include<iostream>
using namespace std;
int main()
{
int n,c=0;
cout<<"Enter the size of array :\n";
cin>>n;
int A[n][n],B[n][n];
cout<<"Enter the array element :\n";
for(int i=0;i<n;i++)
{
for(int j=0;j<n;j++)
{
cin>>A[i][j];
}
}
for(int i=0;i<n;i++)
{
for(int j=0;j<n;j++)
{
B[i][j]=A[j][i];
}
}
for(int i=0;i<n;i++)
{
for(int j=0;j<n;j++)
{
if(A[i][j]==B[i][j])
c++;
}
}
if(c==n*n)
cout<<"Symmetric \n";
else
cout<<"Not symmetric \n";
return 0;
}
|
97725dcc51aaa243cd44a94a19ac4b3b4b0e4f33
|
cb498ffb2af4acad55644548f7bd359370fe7496
|
/src/triangulate.cpp
|
7dba0d75890f696fa866a47a0273e69acdd4030a
|
[] |
no_license
|
frsfnrrg/step-gdml
|
04eb857d641b79e94c3575c874929c43e64f623c
|
80a31a0eb5a7a003ccd16a6ef46565e0ffbf6eca
|
refs/heads/master
| 2018-10-12T22:27:20.267698
| 2018-07-11T16:42:25
| 2018-07-11T16:42:31
| 21,978,083
| 5
| 5
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,900
|
cpp
|
triangulate.cpp
|
#include <TopoDS_Shape.hxx>
#include <Poly_Triangulation.hxx>
#include <Poly_CoherentTriangulation.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS.hxx>
#include <BRep_Tool.hxx>
// Almost verbatim from [OpenCASCADE7.2.0/StlAPI_Writer.cxx:Write]
Handle_Poly_CoherentTriangulation triangulateShape(TopoDS_Shape shape) {
Standard_Integer aNbNodes = 0;
Standard_Integer aNbTriangles = 0;
// calculate total number of the nodes and triangles
for (TopExp_Explorer anExpSF (shape, TopAbs_FACE); anExpSF.More(); anExpSF.Next())
{
TopLoc_Location aLoc;
Handle(Poly_Triangulation) aTriangulation = BRep_Tool::Triangulation (TopoDS::Face (anExpSF.Current()), aLoc);
if (! aTriangulation.IsNull())
{
aNbNodes += aTriangulation->NbNodes ();
aNbTriangles += aTriangulation->NbTriangles ();
}
}
// create temporary triangulation
Handle(Poly_Triangulation) aMesh = new Poly_Triangulation (aNbNodes, aNbTriangles, Standard_False);
// fill temporary triangulation
Standard_Integer aNodeOffset = 0;
Standard_Integer aTriangleOffet = 0;
for (TopExp_Explorer anExpSF (shape, TopAbs_FACE); anExpSF.More(); anExpSF.Next())
{
TopLoc_Location aLoc;
Handle(Poly_Triangulation) aTriangulation = BRep_Tool::Triangulation (TopoDS::Face (anExpSF.Current()), aLoc);
const TColgp_Array1OfPnt& aNodes = aTriangulation->Nodes();
const Poly_Array1OfTriangle& aTriangles = aTriangulation->Triangles();
// copy nodes
gp_Trsf aTrsf = aLoc.Transformation();
for (Standard_Integer aNodeIter = aNodes.Lower(); aNodeIter <= aNodes.Upper(); ++aNodeIter)
{
gp_Pnt aPnt = aNodes (aNodeIter);
aPnt.Transform (aTrsf);
aMesh->ChangeNode (aNodeIter + aNodeOffset) = aPnt;
}
// copy triangles
const TopAbs_Orientation anOrientation = anExpSF.Current().Orientation();
for (Standard_Integer aTriIter = aTriangles.Lower(); aTriIter <= aTriangles.Upper(); ++aTriIter)
{
Poly_Triangle aTri = aTriangles (aTriIter);
Standard_Integer anId[3];
aTri.Get (anId[0], anId[1], anId[2]);
if (anOrientation == TopAbs_REVERSED)
{
// Swap 1, 2.
Standard_Integer aTmpIdx = anId[1];
anId[1] = anId[2];
anId[2] = aTmpIdx;
}
// Update nodes according to the offset.
anId[0] += aNodeOffset;
anId[1] += aNodeOffset;
anId[2] += aNodeOffset;
aTri.Set (anId[0], anId[1], anId[2]);
aMesh->ChangeTriangle (aTriIter + aTriangleOffet) = aTri;
}
aNodeOffset += aNodes.Size();
aTriangleOffet += aTriangles.Size();
}
return new Poly_CoherentTriangulation(aMesh);
}
|
55858f5b933fc99d440cdf8e7fa32eadc7fc3b25
|
4e586375caeba6c4d1409053e6ec082c624eece1
|
/vehicles/vehicles/Truck.cpp
|
53251b0355bc8b9b3f6ba9fa58167de34674354e
|
[] |
no_license
|
arick-mounts/VehicleObject
|
8b228db71fe127c10945de18423e1e306971cd75
|
bdfc1df192d7c80de1c2368ab887baf32f76e416
|
refs/heads/master
| 2020-07-16T10:52:04.414369
| 2019-09-02T04:13:18
| 2019-09-02T04:13:18
| 205,775,255
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 695
|
cpp
|
Truck.cpp
|
#include "Truck.h"
#include <iostream>
using namespace std;
Truck::Truck() {
Vehicle::Vehicle();
load = 0
tow = 0
}
Truck::Truck(string manuN, string ownerN, int numCyl, double loadIn, int towIn) {
Vehicle::Vehicle(manuN, ownerN, numCyl);
load = loadIn;
tow=towIn
}
Truck::getLoad() {
return load;
}
Truck::getTow() {
return tow;
}
Truck::setLoad(double loadIn) {
load = loadIn;
}
Truck:setTow() {
tow = towIn;
}
friend ostream& operator<<(ostream& os, const Truck& tru) {
os << "Manufacturer's name: " << manuName << ", number of cylinders: " << cylinderNum << ", owner: " << owner << ", load capacity: " << load << " tons, towing capacity: " << tow << " Lbs";
return os;
}
|
8200ba3507996b17098892e8d2b18cfc8f133fd0
|
a56b8be21ee0ed73ee03eddb532d2d0715d31048
|
/examples/magicdemo/src/main.cpp
|
bdb867ebdf6e0bb4c761135a05a616e388610c89
|
[] |
no_license
|
ELETTRA-SincrotroneTrieste/cumbia-magic-plugin
|
aa287a43e8c0ff5022881a068fd0aa811d701255
|
d010612d266107dcfab5218a1c041ae72c9e7467
|
refs/heads/master
| 2023-07-02T21:40:25.104065
| 2021-07-23T07:43:47
| 2021-07-23T07:43:47
| 341,913,805
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,076
|
cpp
|
main.cpp
|
#include <quapplication.h>
#include "magicdemo.h"
// cumbia
#include <cumbiapool.h>
#include <cuthreadfactoryimpl.h>
#include <qthreadseventbridgefactory.h>
// cumbia
#define VERSION "1.0"
int main(int argc, char *argv[])
{
QuApplication qu_app( argc, argv );
qu_app.setOrganizationName("Elettra");
qu_app.setApplicationName("Magicdemo");
QString version(VERSION);
qu_app.setApplicationVersion(version);
qu_app.setProperty("author", "Giacomo");
qu_app.setProperty("mail", "giacomo.strangolino@elettra.eu");
qu_app.setProperty("phone", "0403758073");
qu_app.setProperty("office", "T2PT025");
qu_app.setProperty("hwReferent", "$HW_REFERENT$"); /* name of the referent that provides the device server */
CumbiaPool *cu_p = new CumbiaPool();
Magicdemo *w = new Magicdemo(cu_p, NULL);
w->show();
// exec application loop
int ret = qu_app.exec();
// delete resources and return
delete w;
for(std::string n : cu_p->names())
if(cu_p->get(n))
delete cu_p->get(n);
return ret;
}
|
3ab96b32dee5b8c1c69e1a8a3727beb9b4da13ee
|
850d45a27ea54a6f5befcca5057e8be1281b5e47
|
/src/MediaCapturer.cc
|
0a47cec98e5b125902ea0c90a3c78a96dd8f816c
|
[
"MIT"
] |
permissive
|
HefnySco/node-webrtc-native
|
6bca407e49a70493c33917ae327bc38ebedfd9a2
|
6e19c5fe431335cc7a63379e9182ce0113f66fc0
|
refs/heads/master
| 2021-01-15T22:51:36.597390
| 2017-08-14T08:19:44
| 2017-08-14T08:19:44
| 99,919,255
| 14
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,699
|
cc
|
MediaCapturer.cc
|
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 vmolsa <ville.molsa@gmail.com> (http://github.com/vmolsa)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
*/
#include "MediaCapturer.h"
using namespace v8;
using namespace WebRTC;
Nan::Persistent<Function> MediaCapturer::constructor;
void MediaCapturer::Init() {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
Nan::HandleScope scope;
Local<FunctionTemplate> tpl = Nan::New<FunctionTemplate>(MediaCapturer::New);
tpl->InstanceTemplate()->SetInternalFieldCount(1);
tpl->SetClassName(Nan::New("MediaCapturer").ToLocalChecked());
Nan::SetPrototypeMethod(tpl, "stop", MediaCapturer::Stop);
Nan::SetAccessor(tpl->InstanceTemplate(), Nan::New("data").ToLocalChecked(), MediaStreamTrack::GetOnData, MediaStreamTrack::SetOnData);
constructor.Reset<Function>(tpl->GetFunction());
}
Local<Value> MediaCapturer::New(webrtc::AudioSourceInterface *track) {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
Nan::EscapableHandleScope scope;
Local<Value> argv[1];
Local<Function> instance = Nan::New(MediaCapturer::constructor);
if (instance.IsEmpty() || !track) {
return scope.Escape(Nan::Null());
}
Local<Object> ret = instance->NewInstance(0, argv);
MediaCapturer *self = RTCWrap::Unwrap<MediaCapturer>(ret, "MediaCapturer");
self->_audio = track;
self->_source = track;
self->_source->RegisterObserver(self->_observer.get());
self->_audio->AddSink(self);
if (self->_audio->state() == webrtc::MediaSourceInterface::kLive) {
self->SetReference(true);
}
return scope.Escape(ret);
}
Local<Value> MediaCapturer::New(webrtc::VideoSourceInterface *track) {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
Nan::EscapableHandleScope scope;
Local<Value> argv[1];
Local<Function> instance = Nan::New(MediaCapturer::constructor);
if (instance.IsEmpty() || !track) {
return scope.Escape(Nan::Null());
}
Local<Object> ret = instance->NewInstance(0, argv);
MediaCapturer *self = RTCWrap::Unwrap<MediaCapturer>(ret, "MediaCapturer");
self->_video = track;
self->_source = track;
self->_source->RegisterObserver(self->_observer.get());
self->_video->AddOrUpdateSink(self, rtc::VideoSinkWants());
if (self->_video->state() == webrtc::MediaSourceInterface::kLive) {
self->SetReference(true);
}
return scope.Escape(ret);
}
MediaCapturer::MediaCapturer() {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
_observer = new rtc::RefCountedObject<MediaStreamTrackObserver>(this);
}
MediaCapturer::~MediaCapturer() {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
if (_video.get()) {
_video->RemoveSink(this);
}
if (_audio.get()) {
_audio->RemoveSink(this);
}
if (_source.get()) {
_source->UnregisterObserver(_observer.get());
}
_observer->RemoveListener(this);
}
void MediaCapturer::New(const Nan::FunctionCallbackInfo<Value> &info) {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
Nan::HandleScope scope;
if (info.IsConstructCall()) {
MediaCapturer* MediaCapturer = new MediaCapturer();
MediaCapturer->Wrap(info.This(), "MediaCapturer");
return info.GetReturnValue().Set(info.This());
}
Nan::ThrowError("Internal Error");
info.GetReturnValue().SetUndefined();
}
void MediaCapturer::Stop(const Nan::FunctionCallbackInfo<Value> &info) {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
MediaCapturer *self = RTCWrap::Unwrap<MediaCapturer>(info.This(), "MediaCapturer");
self->SetReference(false);
return info.GetReturnValue().SetUndefined();
}
void MediaCapturer::GetOnData(Local<String> property, const Nan::PropertyCallbackInfo<Value> &info) {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
MediaCapturer *self = RTCWrap::Unwrap<MediaCapturer>(info.Holder(), "MediaCapturer");
return info.GetReturnValue().Set(Nan::New<Function>(self->_ondata));
}
void MediaCapturer::SetOnData(Local<String> property, Local<Value> value, const Nan::PropertyCallbackInfo<void> &info) {
LOG(LS_INFO) << __PRETTY_FUNCTION__;
MediaCapturer *self = RTCWrap::Unwrap<MediaCapturer>(info.Holder(), "MediaCapturer");
if (!value.IsEmpty() && value->IsFunction()) {
self->_ondata.Reset<Function>(Local<Function>::Cast(value));
} else {
self->_ondata.Reset();
}
}
void MediaCapturer::OnFrame(const cricket::VideoFrame &frame) {
printf("Got Video Frame!\n");
}
void MediaCapturer::OnData(const void* audio_data, int bits_per_sample, int sample_rate, size_t number_of_channels, size_t number_of_frames) {
printf("Got Audio Frame!\n");
}
void MediaCapturer::On(Event *event) {
if (_source.get()) {
if (_source->state() != webrtc::MediaSourceInterface::kLive) {
EventEmitter::SetReference(false);
}
}
}
|
bd7458c3333bfd462502ec9f79979a6bc0473cb7
|
034207478f623f7c93ca8893c37e572fce491290
|
/benchmarks/timing_benchmark.cpp
|
24e9de987c4ee5933811fa3bc47acfc1cf8523d8
|
[] |
no_license
|
lucianodasilva/prototype_bundle
|
c04cd389035ba38ba8d2312b83a1afa85d3448f2
|
6a3773bfe8c6e8ab784045e9650dffb346b3764a
|
refs/heads/master
| 2023-05-24T13:54:31.700565
| 2023-05-11T21:52:18
| 2023-05-11T21:52:18
| 116,009,378
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 499
|
cpp
|
timing_benchmark.cpp
|
#include <benchmark/benchmark.h>
#include <chrono>
#define MIN_ITERATION_RANGE 1 << 16
#define MAX_ITERATION_RANGE 1 << 30
#define RANGE Range(MIN_ITERATION_RANGE, MAX_ITERATION_RANGE)
void with_std_chrono (benchmark::State& state) {
std::chrono::high_resolution_clock::time_point time;
while (state.KeepRunning()) {
benchmark::DoNotOptimize(time = std::chrono::high_resolution_clock::now());
}
}
BENCHMARK(with_std_chrono)->RANGE->Unit(benchmark::TimeUnit::kNanosecond);
BENCHMARK_MAIN();
|
8a728e552d695261804f5f2c042386b8d76e4d59
|
b40835c73f4fbe9325ed59e92ecc4c266ae5b3d2
|
/DymonProject/DymonProject/SwapRateBootStrapper.h
|
0219f9d4f935a68a6c1844465ad4990a59f16f7c
|
[] |
no_license
|
michaelhukun/DymonRepo
|
72da230df2b0d9027bafc191ec2ba225f0a42a8c
|
eaf56a0891db9bc17a748f314296a0726eff5657
|
refs/heads/master
| 2021-01-16T20:07:51.137070
| 2013-04-14T13:29:06
| 2013-04-14T13:29:06
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,193
|
h
|
SwapRateBootStrapper.h
|
//created by Wang Jianwei on 01 Dec 2012
#ifndef SWAPRATEBOOTSTRAPPER_H
#define SWAPRATEBOOTSTRAPPER_H
#include <string>
#include <vector>
#include "AbstractBootStrapper.h"
#include "DiscountCurve.h"
#include "cashflowLeg.h"
#include "cashflow.h"
#include "Enums.h"
#include "Swap.h"
#include "date.h"
using namespace instruments;
using namespace std;
namespace utilities {
class SwapRateBootStrapper: public AbstractBootStrapper<date>{
public:
typedef tuple<date, double> point;
void init(Configuration* cfg);
SwapRateBootStrapper(point startPoint, date endDate, Swap* swap, DiscountCurve* curve, enums::interpolAlgo interpolAlgo,
enums::NumericAlgo numericAlgo):AbstractBootStrapper(startPoint, endDate, interpolAlgo, numericAlgo){
_curve = curve;
_swap = swap;
_cashflowVector = _swap->getCashFlowLegFix()->getCashFlowVector();
}
AbstractInterpolator<date>* bootStrap();
double numericalFunc(double xVal);
private:
DiscountCurve* _curve;
Swap* _swap;
AbstractInterpolator<date>* _interpolant;
std::vector<cashflow> _cashflowVector;
int _cashflowStartIndex;
int _cashflowEndIndex;
int findCashFlowIndex(date date0);
};
}
#endif
|
998bb79869f5ef9c68644181ebce4c8aff0629a1
|
54f9692f8a8d92f7c47d7b6cedcc95b6e3d80b0d
|
/Source/Application/RCSFile.cpp
|
abca31eaf4b27e03a8afc41a5e4ab77773272153
|
[
"BSD-3-Clause"
] |
permissive
|
HeliumProject/Core
|
7f65008325149e53f9f61a07c1355cfe43a95a32
|
0f5821537573c0f2ad5b302ef4f4e8a30de09d3f
|
refs/heads/master
| 2022-09-14T06:32:38.776481
| 2022-07-11T18:01:48
| 2022-07-11T18:02:45
| 129,567,266
| 34
| 15
|
NOASSERTION
| 2019-01-05T02:32:56
| 2018-04-15T01:27:31
|
C++
|
UTF-8
|
C++
| false
| false
| 9,272
|
cpp
|
RCSFile.cpp
|
#include "Precompile.h"
#include "RCSFile.h"
#include "Foundation/FilePath.h"
#include "Foundation/Log.h"
#include "Application/RCS.h"
using namespace Helium;
using namespace Helium::RCS;
void RCS::File::GetInfo( const GetInfoFlag flags )
{
GetProvider()->GetInfo( *this, flags );
}
void RCS::File::Sync( const uint64_t timestamp )
{
uint64_t syncTime = timestamp ? timestamp : GetSyncTimestamp();
GetProvider()->Sync( *this, syncTime );
}
void RCS::File::Add( const OpenFlag flags, const uint64_t changesetId )
{
GetInfo();
if ( IsCheckedOutByMe() && ( m_Operation == Operations::Add || m_Operation == Operations::Branch ) )
{
return;
}
if ( ( ( ( flags & OpenFlags::Exclusive ) == OpenFlags::Exclusive ) || IsLocking() ) && IsCheckedOutBySomeoneElse() )
{
std::string usernames;
GetOpenedByUsers( usernames );
throw FileInUseException( m_LocalPath.c_str(), usernames.c_str() );
}
m_ChangesetId = changesetId;
GetProvider()->Add( *this );
}
void RCS::File::Edit( const OpenFlag flags, const uint64_t changesetId )
{
GetInfo();
if ( IsCheckedOutByMe() && m_Operation == Operations::Edit )
{
return;
}
if ( ( ( ( flags & OpenFlags::Exclusive ) == OpenFlags::Exclusive ) || IsLocking() ) && IsCheckedOutBySomeoneElse() )
{
std::string usernames;
GetOpenedByUsers( usernames );
throw FileInUseException( m_LocalPath.c_str(), usernames.c_str() );
}
if( (flags & OpenFlags::AllowOutOfDate) == 0)
{
if ( IsBinary() && !IsUpToDate() )
{
throw FileOutOfDateException( m_LocalPath.c_str(), m_LocalRevision, m_HeadRevision );
}
if ( m_LocalRevision <= 0 && m_LocalRevision != m_HeadRevision && !HeadDeleted() )
{
throw Exception( "File '%s' cannot be opened for edit because you do not have the file synced.", m_LocalPath.c_str() );
}
}
m_ChangesetId = changesetId;
GetProvider()->Edit( *this );
}
void RCS::File::Delete( const OpenFlag flags, const uint64_t changesetId )
{
GetInfo();
if ( !ExistsInDepot() )
{
throw Exception( "File '%s' does not exist in revision control.", m_LocalPath.c_str() );
}
if ( IsCheckedOutByMe() && m_Operation == Operations::Delete )
{
return;
}
if ( ( ( ( flags & OpenFlags::Exclusive ) == OpenFlags::Exclusive ) || IsLocking() ) && ( IsCheckedOutBySomeoneElse() ) )
{
std::string usernames;
GetOpenedByUsers( usernames );
throw FileInUseException( m_LocalPath.c_str(), usernames.c_str() );
}
m_ChangesetId = changesetId;
GetProvider()->Delete( *this );
}
void RCS::File::Reopen( const Changeset& changeset, const OpenFlag flags )
{
// verify we have it checked out
GetInfo();
if ( !IsCheckedOutByMe() )
{
throw Exception( "%s is not currently checked out.", m_LocalPath.c_str() );
}
m_ChangesetId = changeset.m_Id;
GetProvider()->Reopen( *this );
}
void RCS::File::Copy( File& target, const OpenFlag flags, const uint64_t changesetId )
{
GetInfo();
target.GetInfo();
// here, we've already done this operation, effectively
if ( target.IsCheckedOutByMe() && target.m_Operation == Operations::Branch )
{
return;
}
if ( ( ( flags & OpenFlags::Exclusive ) == OpenFlags::Exclusive ) && target.IsCheckedOutBySomeoneElse() )
{
std::string targetUsernames;
target.GetOpenedByUsers( targetUsernames );
throw FileInUseException( target.m_LocalPath.c_str(), targetUsernames.c_str() );
}
target.m_ChangesetId = changesetId;
GetProvider()->Integrate( *this, target );
}
void RCS::File::Rename( File& target, const OpenFlag flags, const uint64_t changesetId )
{
GetInfo();
target.GetInfo();
if ( IsCheckedOutByMe() && m_Operation == Operations::Delete )
{
// here, we've already done this operation, effectively
if ( target.IsCheckedOutByMe() && target.m_Operation == Operations::Branch )
{
return;
}
// else, we have a problem
throw Exception( "Cannot rename the deleted file '%s'.", m_LocalPath.c_str() );
}
if ( ( flags & OpenFlags::Exclusive ) == OpenFlags::Exclusive )
{
if ( IsCheckedOutBySomeoneElse() )
{
std::string usernames;
GetOpenedByUsers( usernames );
throw FileInUseException( m_LocalPath.c_str(), usernames.c_str() );
}
else if ( target.IsCheckedOutBySomeoneElse() )
{
std::string targetUsernames;
target.GetOpenedByUsers( targetUsernames );
throw FileInUseException( target.m_LocalPath.c_str(), targetUsernames.c_str() );
}
}
if ( IsBinary() && !IsUpToDate() )
{
throw FileOutOfDateException( m_LocalPath.c_str(), m_LocalRevision, m_HeadRevision );
}
if ( !target.IsUpToDate() )
{
throw FileOutOfDateException( target.m_LocalPath.c_str(), target.m_LocalRevision, target.m_HeadRevision );
}
m_ChangesetId = changesetId;
target.m_ChangesetId = changesetId;
GetProvider()->Rename( *this, target );
}
void RCS::File::Revert( const OpenFlag flags )
{
GetInfo();
if ( !IsCheckedOutByMe() )
{
return;
}
bool revertUnchangedOnly = ( flags & OpenFlags::UnchangedOnly ) == OpenFlags::UnchangedOnly;
GetProvider()->Revert( *this, revertUnchangedOnly );
}
//
// if the file isn't there, this will create an empty
// file, if it is there already, this should have no
// effect. Basically, we want to guarantee that there's
// a file at that location on disk when this returns OK.
//
static void _EnsureExistence( const std::string &path )
{
Helium::FilePath file( path );
// if the file doesn't exist, create a zero length
if( !file.Exists() )
{
file.Create();
}
}
void RCS::File::Open( const OpenFlag flags, const uint64_t changesetId )
{
if ( !PathIsManaged( m_LocalPath ) )
{
Log::Warning( Log::Levels::Verbose, "Attempted to Open unmanaged path (not opening in RCS, but ensuring file existence): %s\n", m_LocalPath.c_str() );
_EnsureExistence( m_LocalPath );
return;
}
GetInfo();
if ( ExistsInDepot() )
{
if ( IsCheckedOutByMe() && m_Operation == Operations::Delete )
{
Revert();
Edit( flags, changesetId );
}
else if ( IsCheckedOutByMe() )
{
Changeset changeset;
changeset.m_Id = changesetId;
Reopen( changeset, flags );
}
else if ( HeadDeleted() )
{
_EnsureExistence( m_LocalPath );
Add( flags, changesetId );
}
else
{
Edit( flags, changesetId );
}
return;
}
// file doesn't exist in depot down here...
_EnsureExistence( m_LocalPath );
// open the resultant file for add, should show up in
// their changelist
Add( flags, changesetId );
}
bool RCS::File::QueryOpen( MessageSignature::Delegate messageHandler, const OpenFlag flags, const uint64_t changesetId )
{
std::string message;
GetInfo();
if ( !ExistsInDepot() )
{
message = m_LocalPath;
message += " doesn't exist in revision control, do you want to create it?";
HELIUM_ASSERT( messageHandler.Valid() );
if ( messageHandler.Valid() )
{
MessageArgs args ( "Check Out?", message, MessagePriorities::Question, MessageAppearances::YesNo );
messageHandler.Invoke( args );
if ( args.m_Result == MessageResults::Yes )
{
Open( flags, changesetId );
}
}
return true;
}
if ( IsCheckedOutByMe() )
{
return true;
}
if ( ( ( flags & OpenFlags::Exclusive ) == OpenFlags::Exclusive ) && IsCheckedOutBySomeoneElse() )
{
std::string usernames;
GetOpenedByUsers( usernames );
message = m_LocalPath + " is already checked out by " + usernames + ", do you still wish to open the file?";
HELIUM_ASSERT( messageHandler.Valid() );
if ( messageHandler.Valid() )
{
MessageArgs args ( "Checked Out", message, MessagePriorities::Question, MessageAppearances::YesNo );
messageHandler.Invoke( args );
if ( args.m_Result == MessageResults::Yes )
{
Open( OpenFlags::Default, changesetId );
return true;
}
}
return false;
}
message = std::string( "Do you wish to check out " ) + m_LocalPath + "?";
HELIUM_ASSERT( messageHandler.Valid() );
if ( messageHandler.Valid() )
{
MessageArgs args ( "Check Out?", message, MessagePriorities::Question, MessageAppearances::YesNo );
messageHandler.Invoke( args );
if ( args.m_Result == MessageResults::Yes )
{
Open( flags, changesetId );
return true;
}
}
return false;
}
void RCS::File::Commit( const std::string& description )
{
Changeset changeset;
changeset.m_Description = description;
changeset.Create();
Reopen( changeset );
changeset.Commit();
}
// Was: GetLastUser
void RCS::File::GetCreatedByUser( std::string& username )
{
if ( m_Revisions.empty() )
{
GetInfo( (RCS::GetInfoFlag) ( RCS::GetInfoFlags::GetHistory | RCS::GetInfoFlags::GetIntegrationHistory ) );
}
if ( !m_Revisions.empty() )
{
username = (*m_Revisions.rbegin())->m_Username;
}
}
void RCS::File::GetLastModifiedByUser( std::string& username )
{
if ( m_Revisions.empty() )
{
GetInfo( (RCS::GetInfoFlag) ( RCS::GetInfoFlags::GetHistory | RCS::GetInfoFlags::GetIntegrationHistory ) );
}
if ( !m_Revisions.empty() )
{
username = (*m_Revisions.begin())->m_Username;
}
}
// Was: GetOtherUsers
void RCS::File::GetOpenedByUsers( std::string& usernames )
{
usernames = "";
if ( m_Actions.empty() )
{
GetInfo();
}
if ( !m_Actions.empty() )
{
for( V_ActionPtr::const_iterator itr = m_Actions.begin(), end = m_Actions.end(); itr != end; ++itr )
{
usernames += (*itr)->m_Username;
if ( itr + 1 != end )
{
usernames += ", ";
}
}
}
}
|
1fed9a45c5d91815375a19003a888b33d835950a
|
52c336d3fc5828ae9559d532499400a9ed1ee8fd
|
/grafuri/dijkstra_basic.cpp
|
b2adab5efa43e03df9f144509426b2d035ec1dc0
|
[] |
no_license
|
KruZZy/11b
|
a51b4bde950cd58a606b123d358067720de4db69
|
587ade4e71aa91535a7ed91441a1aac79389527f
|
refs/heads/master
| 2020-08-31T15:35:28.294495
| 2020-02-27T08:40:35
| 2020-02-27T08:40:35
| 218,723,376
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,314
|
cpp
|
dijkstra_basic.cpp
|
#include <bits/stdc++.h>
using namespace std;
ifstream in("graf.in");
const int N = 100,
oo = INT_MAX/2;
int P[N], dist[N], cost[N][N], n, m;
bool v[N];
void drum(int x) {
if(P[x] != 0) drum(P[x]);
cout << x << ' ';
}
int main()
{
in >> n >> m;
for(int i = 1; i <= n; i++)
for(int j = i+1; j <= n; j++)
cost[i][j] = cost[j][i] = oo;
int x, y, c;
while(m--) {
in >> x >> y >> c;
cost[x][y] = c;
}
int start;
cout << "start: "; cin >> start;
v[start] = 1;
dist[start] = 0;
P[start] = 0;
for(int i = 1; i <= n; i++) {
dist[i] = cost[start][i];
if(cost[start][i] != oo && cost[start][i] != 0)
P[i] = start;
}
int minim, vf = -1;
do {
minim = oo;
for(int i = 1; i <= n; i++)
if(!v[i] && dist[i] < minim) {
minim = dist[i];
vf = i;
}
if(minim < oo) {
v[vf] = 1;
for(int i = 1; i <= n; i++)
if(!v[i] && dist[vf] + cost[vf][i] < dist[i]) {
dist[i] = dist[vf] + cost[vf][i];
P[i] = vf;
}
}
} while(minim < oo);
int finish;
cout << "finish: "; cin >> finish;
drum(finish);
return 0;
}
|
d3f08ffb1562447227e1ccbf0b9b47e54be5bb22
|
19cccae9f14fef24f87c8cded25b9ed8ac3a4c4e
|
/src/swing_vlp/src/manual_visualizer.cpp
|
bd9a685db79189f49616c3919fd7ecfaae71a27f
|
[] |
no_license
|
shingyo12/catkin_ws
|
ab70d41ad6aa54a2c40a7b24adc496dc46f3c7c2
|
68547f806e72156043408dae664b98b15bd0011e
|
refs/heads/master
| 2020-04-07T19:37:16.966634
| 2018-12-13T08:17:31
| 2018-12-13T08:17:31
| 158,648,175
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,302
|
cpp
|
manual_visualizer.cpp
|
#include <iostream>
#include <string>
#include <vector>
#include <ros/ros.h>
#include <std_msgs/Float64.h>
#include <sensor_msgs/PointCloud2.h>
#include <pcl_ros/point_cloud.h>
#include <pcl_conversions/pcl_conversions.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/io/vlp_grabber.h>
#include <pcl/console/parse.h>
#include <pcl/visualization/pcl_visualizer.h>
#include <pcl/filters/passthrough.h>
#include <pcl/console/parse.h>
#include <pcl/visualization/point_picking_event.h>
void pp_callback(const pcl::visualization::PointPickingEvent& event, void* viewer_void){
static int cb_cnt=0;
boost::shared_ptr<pcl::visualization::PCLVisualizer> viewer=*static_cast<boost::shared_ptr<pcl::visualization::PCLVisualizer> *> (viewer_void);
float x,y,z;
if(event.getPointIndex() == -1){
return;
}
event.getPoint(x,y,z);
//std::cout<<"point"<<cb_cnt<<" ("<<x<<","<<y<<","<<z<<")"<<std::endl;
std::cout<<x<<" "<<y<<" "<<z<<std::endl;
cb_cnt++;
}
void pp_callback2(const pcl::visualization::AreaPickingEvent& event,void* viewer_void){
std::cout<<"callback2"<<std::endl;
boost::shared_ptr<pcl::visualization::PCLVisualizer> viewer=*static_cast<boost::shared_ptr<pcl::visualization::PCLVisualizer> *> (viewer_void);
std::vector<int> indices;
if(event.getPointsIndices(indices) == -1){
std::cout<<indices.size()<<std::endl;
}
}
int main(int argc, char** argv){
std::string fname;
if(argc==2){
std::stringstream ss;
ss<<argv[1];
fname=ss.str();
std::cout<<fname<<" is opened"<<std::endl;
}else{
std::cout<<"Please input PCD file name"<<std::endl;
return 0;
}
//initVis();
sensor_msgs::PointCloud2 PointCloud;
typedef pcl::PointXYZI PointType;
//pcl::PointCloud<PointType> trcloud;
pcl::PointCloud<PointType>::Ptr trcloud2(new pcl::PointCloud<PointType>);
//use pcl viewer
// PCL Visualizer
boost::shared_ptr<pcl::visualization::PCLVisualizer> viewer( new pcl::visualization::PCLVisualizer( "align Viewer" ) );
// Point Cloud Color Hndler
pcl::visualization::PointCloudColorHandler<PointType>::Ptr handler;
//Point cloud Vector
pcl::PointCloud<PointType>::Ptr vizClouds(new pcl::PointCloud<PointType>);
//pcl::PointCloud<PointType>::Ptr filtered_cloud(new pcl::PointCloud<PointType>);
// PCL Visualizer
viewer->setBackgroundColor( 0.0, 0.0, 0.0, 0 );
viewer->addCoordinateSystem( 20.0 ,"coordinate" );
viewer->initCameraParameters();
viewer->setCameraPosition( 50.0, 0.0, 80.0, 0.0, 0.0, 0.0, 0 );
boost::shared_ptr<pcl::visualization::PointCloudColorHandlerGenericField<PointType> > color_handler( new pcl::visualization::PointCloudColorHandlerGenericField<PointType>( "z" ) );
handler = color_handler;
viewer->registerPointPickingCallback(pp_callback, (void*)&viewer);
viewer->registerAreaPickingCallback(pp_callback2, (void*)&viewer);
ros::init(argc, argv, "manual_visualizer");
ros::NodeHandle nh;
//visualizer();
//Point cloud Vector
pcl::PointCloud<PointType>::Ptr filtered_cloud(new pcl::PointCloud<PointType>);
pcl::PointCloud<PointType>::Ptr filtered_cloud2(new pcl::PointCloud<PointType>);
//std::printf(" Visualser\n");
pcl::io::loadPCDFile(fname,*vizClouds);
//create z filtering object
pcl::PassThrough<pcl::PointXYZI> pass_z;
pass_z.setInputCloud (vizClouds);
pass_z.setFilterFieldName ("y");
pass_z.setFilterLimits (-2000,200000); //2600
//pass.setFilterLimitsNegative(true);
pass_z.filter (*filtered_cloud);
//create y filtering object
/*pcl::PassThrough<pcl::PointXYZI> pass_y;
pass_y.setInputCloud (filtered_cloud);
pass_y.setFilterFieldName ("y");
pass_y.setFilterLimits (0,1500); //2600
//pass.setFilterLimitsNegative(true);
pass_y.filter (*filtered_cloud2);*/
*filtered_cloud2=*filtered_cloud;
/*for(int i=0;i<filtered_cloud->points.size();i++){
filtered_cloud2->points[i].z=filtered_cloud->points[i].z+5000;
}*/
std::cout<<"Shift+click two points"<<std::endl;
// Update Point Cloud (Viewewr)
handler->setInputCloud(vizClouds);
if( !viewer->updatePointCloud( vizClouds, *handler, "trcloud" ) ){
viewer->addPointCloud( vizClouds, *handler, "trcloud" );
}
// Update Viewer
viewer->spin();
//ros::spin();
}
|
67f52c952166d3dc51dfade59f6aaa3a6c4c6620
|
cb80a8562d90eb969272a7ff2cf52c1fa7aeb084
|
/inletTest6/0.042/k
|
d55fb4079d2f07a24b624e280336002529008825
|
[] |
no_license
|
mahoep/inletCFD
|
eb516145fad17408f018f51e32aa0604871eaa95
|
0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2
|
refs/heads/main
| 2023-08-30T22:07:41.314690
| 2021-10-14T19:23:51
| 2021-10-14T19:23:51
| 314,657,843
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 348,749
|
k
|
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0.042";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField nonuniform List<scalar>
41981
(
105.981
105.98
105.979
105.98
105.983
105.985
105.987
105.99
105.992
105.994
105.99
105.97
105.92
105.83
105.703
105.547
105.374
105.192
105.01
104.83
104.651
104.474
104.296
104.116
103.933
103.747
103.556
103.36
103.16
102.955
102.746
102.533
102.315
102.094
101.868
101.639
101.405
101.167
100.925
100.68
100.43
100.176
99.9181
99.6564
99.3909
99.1217
98.8487
98.5721
98.2919
98.0083
97.7212
97.4308
97.1371
96.8403
96.5404
96.2375
95.9318
95.6233
95.3121
94.9984
94.6823
94.3638
94.0431
93.7203
93.3955
93.0688
92.7404
92.4104
92.0788
91.7459
91.4118
91.0765
90.7402
90.403
90.0651
89.7266
89.3876
89.0483
88.7087
88.369
88.0294
87.69
87.3508
87.0121
86.6739
86.3365
85.9998
85.6641
85.3295
84.9962
84.6641
84.3336
84.0046
83.6773
83.352
83.0285
82.7072
82.3881
82.0714
81.7571
81.4454
81.1364
80.8302
80.527
80.2268
79.9297
79.6359
79.3455
79.0585
78.7751
78.4953
78.2194
77.9473
77.6791
77.4149
77.1549
76.8991
76.6475
76.4002
76.1573
75.9189
75.6849
75.4555
75.2306
75.0103
74.7948
74.5842
74.3786
74.1784
73.9835
73.794
73.6095
73.4291
73.2514
73.0741
72.8952
72.7128
72.5276
72.3447
72.177
72.0458
71.9702
71.9537
71.9764
72.0068
72.0299
72.0692
72.0941
72.1218
72.1495
72.1652
72.1552
72.1052
72.019
71.8942
71.684
71.3462
70.8897
70.0603
68.7163
62.3535
55.804
65.318
69.0212
65.9638
57.8777
49.1395
44.1857
54.0433
63.8834
59.2823
47.7341
39.3978
36.3999
45.7403
57.7343
53.7862
41.2101
33.2713
31.4072
40.145
52.6773
49.7848
37.4553
29.4738
28.2663
36.7907
49.0439
46.7379
34.969
26.9063
26.1287
34.6845
46.3163
44.4685
33.4321
25.1687
24.6324
33.2844
44.1988
42.6475
32.3252
24.074
23.8006
32.2641
42.4766
41.1396
31.4992
23.4115
23.2238
31.4873
41.0338
39.8528
30.8476
22.9054
22.7537
30.8559
39.7886
38.7205
30.2883
22.4718
22.3388
30.3055
38.6836
37.702
29.7901
22.0812
21.9607
29.8134
37.685
36.7748
29.3399
21.7223
21.6112
29.3672
36.7729
35.927
28.929
21.3888
21.285
28.9589
35.9342
35.1427
28.5509
21.0766
20.9789
28.5825
35.1568
34.4133
28.2004
20.7824
20.69
28.2332
34.4334
33.7345
27.875
20.5039
20.4163
27.9085
33.7601
33.103
27.5711
20.2394
20.156
27.6052
33.1342
32.5157
27.2871
19.9875
19.9078
27.3218
32.5517
31.968
27.0211
19.7467
19.6705
27.0562
32.0078
31.4553
26.7712
19.5162
19.4431
26.8064
31.4982
30.9739
26.5353
19.2949
19.2245
26.5703
31.0192
30.5202
26.3115
19.0818
19.014
26.346
30.5674
30.0913
26.0975
18.8761
18.8104
26.1315
30.1399
29.6846
25.8921
18.6768
18.613
25.9254
29.7342
29.2979
25.6942
18.4832
18.4212
25.7268
29.3483
28.9296
25.5031
18.2948
18.2344
25.535
28.9806
28.5783
25.3181
18.111
18.052
25.3492
28.6296
28.2426
25.1384
17.9314
17.8737
25.1688
28.2943
27.9217
24.9638
17.7556
17.699
24.9934
27.9734
27.6141
24.7936
17.5833
17.5277
24.8225
27.6659
27.319
24.6274
17.414
17.3593
24.6556
27.3708
27.0353
24.4647
17.2475
17.1936
24.4922
27.0869
26.7621
24.3051
17.0834
17.0302
24.3318
26.8133
26.4983
24.148
16.9215
16.8689
24.1738
26.5491
26.243
23.9929
16.7614
16.7093
24.0179
26.2933
25.9955
23.8396
16.6028
16.5512
23.8636
26.0451
25.755
23.6874
16.4455
16.3942
23.7106
25.8039
25.5208
23.5362
16.2893
16.2382
23.5585
25.569
25.2924
23.3856
16.1338
16.0829
23.407
25.3398
25.0692
23.2353
15.9789
15.9281
23.2558
25.1158
24.8509
23.0852
15.8243
15.7735
23.1048
24.8966
24.6369
22.9351
15.6699
15.6191
22.9538
24.6818
24.4269
22.7847
15.5154
15.4645
22.8026
24.4711
24.2207
22.634
15.3608
15.3097
22.6511
24.264
24.0179
22.4829
15.2057
15.1544
22.4991
24.0604
23.8182
22.3311
15.0502
14.9986
22.3465
23.8599
23.6214
22.1786
14.894
14.8421
22.1931
23.6623
23.4275
22.0252
14.737
14.6845
22.0383
23.4675
23.236
21.8699
14.5789
14.5249
21.8808
23.2751
23.0463
21.712
14.4191
14.3632
21.7211
23.0845
22.8583
21.5527
14.2578
14.2
21.5602
22.8958
22.672
21.3924
14.0949
14.0354
21.3985
22.7087
22.4874
21.2313
13.9305
13.8693
21.2359
22.5234
22.3044
21.0691
13.7646
13.7019
21.0725
22.3397
22.1227
20.9059
13.5973
13.533
20.908
22.1574
21.9424
20.7414
13.4283
13.3625
20.7422
21.9765
21.7633
20.5755
13.2578
13.1906
20.5751
21.7968
21.5851
20.4083
13.0857
13.017
20.4064
21.6181
21.4078
20.2391
12.9117
12.8417
20.2357
21.4402
21.2313
20.0678
12.7359
12.6646
20.0632
21.2632
21.0555
19.8944
12.5582
12.4857
19.8885
21.0868
20.8801
19.7187
12.3786
12.3048
19.7118
20.9109
20.705
19.5408
12.1969
12.122
19.5328
20.7353
20.5301
19.3604
12.0131
11.9371
19.3514
20.5599
20.3552
19.1774
11.8272
11.7502
19.1676
20.3845
20.1801
18.9919
11.6392
11.5613
18.9813
20.209
20.0048
18.8038
11.4491
11.3703
18.7925
20.0332
19.8291
18.6129
11.2568
11.1773
18.6011
19.8572
19.653
18.4194
11.0626
10.9824
18.4071
19.6807
19.4764
18.2231
10.8663
10.7857
18.2105
19.5036
19.299
18.0241
10.6682
10.5872
18.0112
19.3259
19.1209
17.8223
10.4684
10.387
17.8093
19.1475
18.942
17.6179
10.2669
10.1855
17.6049
18.9682
18.7622
17.411
10.0641
9.9827
17.3981
18.7881
18.5814
17.2014
9.86001
9.77889
17.1887
18.6069
18.3994
16.9893
9.65499
9.5743
16.9769
18.4247
18.2163
16.7748
9.44931
9.36927
16.7628
18.2412
18.0319
16.558
9.24333
9.16418
16.5467
18.0566
17.8462
16.3393
9.03747
8.95947
16.3288
17.8706
17.6591
16.119
8.83221
8.75563
16.1093
17.6832
17.4707
15.8972
8.62806
8.55321
15.8885
17.4944
17.2807
15.6744
8.42563
8.35282
15.6669
17.3041
17.0894
15.451
8.22556
8.15513
15.4447
17.1124
16.8966
15.2273
8.02857
7.96087
15.2226
16.9192
16.7026
15.0041
7.83543
7.77081
15.0009
16.7249
16.5077
14.7819
7.64702
7.58576
14.7806
16.5298
16.3123
14.5618
7.46444
7.40625
14.5623
16.3342
16.1165
14.3448
7.2888
7.23367
14.3469
16.1381
15.9204
14.1309
7.12083
7.06882
14.1342
15.9417
15.7239
13.9201
6.961
6.91233
13.9245
15.7447
15.5268
13.7132
6.81009
6.76518
13.719
15.5471
15.3294
13.5113
6.6692
6.62838
13.5186
15.3491
15.1317
13.3153
6.53925
6.50281
13.3242
15.1509
14.934
13.1257
6.42099
6.38914
13.1361
14.9526
14.7366
12.9427
6.31499
6.28786
12.9546
14.7545
14.5397
12.7668
6.22163
6.1993
12.7802
14.557
14.3438
12.5983
6.14117
6.12378
12.6131
14.3604
14.1496
12.4386
6.07361
6.06345
12.4511
14.166
13.9576
12.2792
6.02118
6.0165
12.2902
13.9734
13.767
12.1226
5.98068
5.98118
12.1329
13.7822
13.5785
11.9716
5.95245
5.95838
11.9819
13.5933
13.3933
11.8285
5.93402
5.94573
11.8392
13.408
13.2127
11.6948
5.92612
5.94343
11.7062
13.2276
13.0384
11.5708
5.92902
5.95138
11.583
13.0538
12.8713
11.4538
5.94285
5.96842
11.4668
12.8872
12.7116
11.3446
5.96438
5.99282
11.3595
12.7283
12.5606
11.2464
5.99267
6.02349
11.2635
12.5782
12.4195
11.1605
6.02649
6.06081
11.1798
12.4384
12.2889
11.0868
6.06636
6.10337
11.1076
12.3092
12.1695
11.0244
6.11158
6.15112
11.0472
12.1914
12.0616
10.9726
6.16139
6.20222
10.998
12.0851
11.9654
10.9328
6.21368
6.25477
10.9608
11.9908
11.8815
10.905
6.26715
6.30826
10.9354
11.9092
11.8103
10.8889
6.32145
6.3626
10.9214
11.8404
11.7517
10.8838
6.37648
6.41738
10.9182
11.7841
11.7051
10.889
6.4316
6.4719
10.9248
11.7397
11.6691
10.8995
6.48509
6.5237
10.9381
11.7077
11.6424
10.9165
6.53604
6.57315
10.958
11.6849
11.6245
10.9403
6.58466
6.62031
10.9846
11.6708
11.6151
10.9704
6.63098
6.66515
11.0171
11.665
11.6137
11.0061
6.67496
6.70763
11.055
11.667
11.6196
11.0463
6.71655
6.74773
11.0974
11.676
11.6325
11.0902
6.75574
6.78547
11.1437
11.6917
11.6516
11.1378
6.79275
6.82111
11.193
11.7132
11.6762
11.1877
6.82796
6.85501
11.2438
11.7399
11.7054
11.2389
6.86132
6.88695
11.2955
11.7709
11.7385
11.291
6.89272
6.91696
11.3479
11.8054
11.7748
11.3436
6.92221
6.94512
11.4005
11.8428
11.8136
11.3963
6.94989
6.97159
11.453
11.8826
11.8545
11.4488
6.97592
6.9965
11.5052
11.9241
11.8968
11.5008
7.00043
7.02004
11.5565
11.9669
11.9401
11.552
7.0236
7.04237
11.6069
12.0103
11.9838
11.6021
7.04562
7.06364
11.6561
12.054
12.0274
11.6509
7.06661
7.08401
11.7039
12.0975
12.0707
11.6982
7.08673
7.10356
11.7499
12.1403
12.113
11.7434
7.10601
7.12227
11.7941
12.1821
12.154
11.7865
7.12445
7.1402
11.8363
12.2224
12.1934
11.8276
7.14211
7.15738
11.8763
12.2609
12.231
11.8664
7.15905
7.17386
11.9141
12.2974
12.2664
11.903
7.17528
7.18965
11.9495
12.3316
12.2994
11.9371
7.19083
7.20473
11.9825
12.3634
12.3298
11.9687
7.20565
7.21907
12.0129
12.3924
12.3575
11.9978
7.21973
7.23267
12.0408
12.4187
12.3823
12.0245
7.23307
7.24552
12.0663
12.4421
12.4044
12.0486
7.24565
7.25758
12.0892
12.4626
12.4235
12.0704
7.25745
7.26892
12.1098
12.4803
12.4398
12.0898
7.2685
7.27962
12.1281
12.495
12.4532
12.1069
7.2789
7.28968
12.1441
12.5069
12.4639
12.122
7.28869
7.2992
12.1581
12.5161
12.4718
12.135
7.29797
7.30831
12.1701
12.5225
12.4771
12.1462
7.30694
7.31729
12.1803
12.5264
12.4799
12.1558
7.31593
7.3267
12.189
12.5276
12.4799
12.1644
7.32571
7.33941
12.1957
12.5254
12.4728
12.1654
7.33683
7.41577
12.2028
12.5223
12.4733
12.0977
7.38576
7.45731
12.1428
12.5376
12.466
12.0938
7.47865
7.65766
12.1207
12.5307
12.6188
12.252
7.78845
7.8558
12.2324
12.5777
12.5878
12.285
7.90807
7.96876
12.2266
12.5295
14.422
16.4382
19.3067
22.249
25.5867
28.239
30.5588
32.5542
34.3377
35.9232
37.3596
38.6531
39.8272
40.8871
41.8445
42.7036
43.47
44.1469
44.737
45.2406
45.6582
45.9881
46.2297
46.3785
46.4307
46.38
46.2186
45.9376
45.5243
44.9672
44.2446
43.337
42.2226
40.8913
39.3067
37.4964
35.3939
33.233
30.8341
27.9194
25.0266
23.2834
20.3814
18.0335
16.9021
14.2274
12.305
5.20754
5.16316
12.2735
14.2814
14.0993
12.0701
4.99279
4.84975
12.1079
14.122
14.1644
12.0475
4.84661
4.84531
12.0726
14.1687
14.1431
12.015
4.8528
4.69926
12.0262
14.1454
14.1989
12.0446
4.69977
4.68081
11.9866
14.1983
14.2469
12.0355
4.70033
4.70239
12.0442
14.2605
14.2922
12.0686
4.71309
4.72036
12.0796
14.3061
14.3386
12.1049
4.73057
4.73843
12.1162
14.3528
14.3859
12.1424
4.74908
4.75749
12.1543
14.4005
14.4343
12.1811
4.76849
4.77705
12.1932
14.4491
14.4836
12.2206
4.78839
4.79733
12.2332
14.4988
14.5339
12.2611
4.80889
4.8179
12.2738
14.5494
14.5852
12.3022
4.82976
4.83912
12.3153
14.601
14.6374
12.3442
4.85117
4.86059
12.3574
14.6535
14.6907
12.3869
4.87292
4.88266
12.4005
14.7072
14.745
12.4305
4.89518
4.90496
12.4442
14.7618
14.8004
12.4747
4.91775
4.92786
12.4888
14.8175
14.8569
12.5198
4.94082
4.95096
12.534
14.8743
14.9144
12.5656
4.96418
4.97465
12.5803
14.9323
14.9731
12.6123
4.98804
4.99853
12.6271
14.9913
15.033
12.6597
5.0122
5.02301
12.6749
15.0516
15.0941
12.708
5.03685
5.0477
12.7234
15.113
15.1564
12.7571
5.06183
5.07301
12.773
15.1758
15.22
12.8072
5.08732
5.09855
12.8232
15.2398
15.285
12.8581
5.11318
5.12475
12.8746
15.3052
15.3513
12.9101
5.13959
5.15123
12.9267
15.3719
15.419
12.963
5.1664
5.17841
12.9801
15.4402
15.4883
13.017
5.1938
5.2059
13.0344
15.5098
15.559
13.0721
5.22164
5.2341
13.0899
15.5811
15.6313
13.1283
5.25008
5.26264
13.1464
15.6538
15.7051
13.1857
5.27897
5.2919
13.2043
15.7283
15.7807
13.2442
5.3085
5.32156
13.2631
15.8043
15.8579
13.304
5.33854
5.35198
13.3234
15.8822
15.9369
13.3652
5.36926
5.38284
13.3849
15.9617
16.0177
13.4276
5.40051
5.41448
13.448
16.0432
16.1005
13.4917
5.43246
5.44658
13.5123
16.1265
16.1852
13.557
5.46498
5.47951
13.5783
16.2119
16.2718
13.624
5.49826
5.51296
13.6457
16.2991
16.3605
13.6925
5.53217
5.54732
13.7149
16.3885
16.4513
13.7628
5.56692
5.58227
13.7856
16.4799
16.5443
13.8348
5.60237
5.61821
13.8584
16.5737
16.6396
13.9089
5.63875
5.65481
13.9329
16.6697
16.7372
13.9848
5.67586
5.69243
14.0097
16.7681
16.8372
14.063
5.71397
5.73079
14.0884
16.8688
16.9396
14.1432
5.7529
5.77024
14.1696
16.972
17.0445
14.2259
5.79289
5.81052
14.2529
17.0777
17.1518
14.311
5.83377
5.85196
14.3389
17.1859
17.2617
14.3987
5.87579
5.89429
14.4273
17.2964
17.3739
14.489
5.91879
5.93787
14.5187
17.4096
17.4886
14.5822
5.963
5.98244
14.6127
17.5249
17.6056
14.6785
6.00832
6.02839
14.7102
17.6427
17.7249
14.7784
6.05501
6.07549
14.8112
17.7625
17.8461
14.8822
6.10298
6.12414
14.9166
17.8844
17.969
14.991
6.15247
6.17403
15.027
18.0077
18.0929
15.1055
6.20325
6.22531
15.1436
18.1317
18.2165
15.2268
6.25524
6.27734
15.2673
18.2548
18.3375
15.3554
6.30767
6.3296
15.3988
18.3745
18.4523
15.4916
6.35964
6.38031
15.5375
18.4863
18.5551
15.633
6.40885
6.4272
15.6804
18.584
18.6378
15.7739
6.45228
6.46643
15.8198
18.6581
18.689
15.9014
6.4847
6.49331
15.9406
18.6966
18.7048
15.9923
6.49941
6.50018
16.0136
18.6806
18.6674
16.0237
6.49715
6.4834
16.0081
18.5965
18.5528
15.9644
6.46258
6.42868
15.87
18.4374
18.3639
15.7767
6.39858
6.36255
15.6154
18.2119
18.1141
15.4618
6.34497
6.33518
15.2442
17.9339
17.8171
15.0487
6.3371
6.35487
14.785
17.6197
17.4967
14.5623
6.40392
6.47566
14.2763
17.2995
17.196
14.0516
6.5982
6.76895
13.7707
17.0249
16.9454
13.5669
7.02064
7.31618
13.4609
16.8398
16.7645
13.43
7.56651
7.78125
13.2215
16.6728
16.6281
12.7974
8.03349
8.37462
12.5261
16.5338
16.6248
12.3701
8.73578
9.0931
12.3825
16.6316
16.6935
12.1705
9.46624
9.93925
12.1977
16.7588
17.0272
12.1776
10.3289
10.7399
12.3975
17.0772
17.3834
12.447
11.1883
11.6898
12.6912
17.4509
17.997
12.8437
12.1182
12.4098
13.3904
18.3026
19.1316
14.4562
12.5333
12.4675
15.1057
19.6692
20.1734
16.0477
12.1735
6.15229
9.07059
10.9813
16.4731
11.5742
7.21687
7.03133
10.7002
15.6717
15.4224
10.1809
7.28379
7.72154
10.159
15.4991
15.1206
9.90832
8.21864
8.85232
10.0043
15.2852
15.1124
9.87264
9.55336
10.2744
10.2604
15.6425
15.494
10.1508
10.9113
11.7144
10.8463
16.2428
16.4209
11.0855
12.3621
12.7032
12.3252
17.7058
18.4706
13.1493
12.7845
12.6099
14.6423
19.7659
9.89756
8.20742
8.41318
9.90256
10.8478
16.2565
16.1681
10.5672
10.2046
10.9562
11.4548
17.6701
17.8038
11.5171
11.3989
12.0235
12.1459
18.8195
19.1417
12.5009
12.5507
13.0183
13.2503
20.1439
21.0026
13.7151
13.2419
13.3382
15.3432
22.3403
22.6627
16.2877
13.2995
9.08894
8.45939
10.2967
17.5716
10.9936
10.4237
10.7051
10.3433
17.1108
18.0477
11.0319
11.7125
12.3938
11.8443
18.9585
19.1839
12.1969
13.0097
13.6129
13.8472
21.1477
22.1968
14.9707
13.9388
14.1105
17.221
23.949
11.0586
8.82205
10.4517
12.1637
11.8919
19.8507
20.478
12.2602
12.686
13.4547
13.9079
23.2923
24.1726
14.6828
13.8485
14.3879
16.189
26.3753
27.8411
17.8092
14.8168
15.1226
19.9794
28.5055
12.829
9.82727
11.4542
12.9028
13.3595
23.3096
24.1709
13.7342
13.3608
14.2609
16.0473
26.9016
27.9001
17.307
14.7446
15.2556
21.0006
30.2006
13.6405
9.82854
11.2615
13.1602
14.3193
25.9932
27.2969
15.1411
13.713
14.5304
17.8791
31.7951
33.3376
19.1422
15.187
16.2258
23.3229
37.3065
37.7369
25.6968
17.0323
12.4127
11.9238
17.3754
33.0436
17.7798
14.2975
15.0564
18.9133
34.2992
40.5825
25.0841
16.5004
17.5173
28.333
42.3973
21.0644
12.8257
12.8206
15.0693
21.556
40.3766
43.413
24.4484
16.0599
17.8414
31.9065
51.0532
51.8423
35.3179
19.2876
13.1794
15.7404
27.3942
49.9985
28.3437
15.9655
17.381
31.6574
53.1947
58.8626
40.6985
20.4226
13.0399
16.9133
32.9257
59.628
33.9937
16.9256
19.6329
40.2457
65.552
73.1151
52.3416
23.5857
13.8723
23.3577
45.9543
78.2547
50.464
20.1673
23.0037
57.0374
81.9477
56.07
27.4545
13.5904
22.267
63.0275
94.0008
99.9004
71.8232
25.9262
13.4352
37.1742
74.7468
116.108
83.0031
27.4071
33.0964
95.9612
126.124
110.223
67.0206
15.7759
31.6725
104.272
135.766
141.542
106.268
28.8789
43.4708
123.671
156.86
155.932
120.141
41.7042
42.3609
114.413
153.366
154.769
117.639
49.2323
54.7954
119.915
155.32
163.174
146.13
80.5356
57.4505
75.1063
115.121
130.439
109.515
67.8734
51.7736
59.8771
83.2107
102.375
84.5786
57.811
47.2352
49.0027
64.1294
83.5933
65.7656
49.3982
41.7842
42.3062
53.5964
70.8302
55.9953
44.31
38.275
37.4716
46.8854
61.3095
46.0046
39.2741
36.6538
39.2669
53.3398
31.2047
25.9786
34.5907
33.336
32.2108
45.6001
39.1093
28.8721
31.9293
31.9737
20.984
23.4455
34.7959
26.6945
29.9121
29.6839
20.6971
23.9115
35.0135
25.0122
28.0386
27.8631
22.551
29.8611
19.0922
18.0988
28.5185
25.7651
21.3955
28.1496
24.7931
19.4637
25.9582
27.142
16.3479
16.5423
24.0449
18.4948
23.9471
24.4971
16.9209
21.3446
14.6588
14.7596
25.618
22.2993
16.438
20.918
18.6438
15.2597
23.2214
25.15
13.6695
13.3127
18.2594
14.6323
21.2075
22.1024
13.9454
16.6408
12.1403
12.6892
24.1189
20.0711
13.3058
16.4737
15.1252
12.9646
21.1758
23.355
12.0529
11.3103
15.2322
12.4934
19.2847
20.0531
11.7465
13.2395
12.225
11.7466
21.3283
23.0186
10.8597
10.1243
11.5872
10.1794
18.2295
19.5484
10.2427
11.1047
8.82248
10.0411
21.7988
17.382
9.38075
10.7576
10.3165
9.73814
18.9213
21.065
9.82021
8.40289
9.8208
8.74423
16.8732
18.4788
9.22357
9.49966
7.96572
9.56641
20.8125
16.6344
8.6248
9.48648
9.09983
8.66997
18.2107
20.6546
9.6854
7.64209
8.5322
8.20324
16.3344
17.9505
8.25339
8.34516
7.29125
9.44611
20.6153
16.3139
8.06696
8.37568
8.10336
8.00056
17.9764
20.4778
9.63963
7.12091
7.73863
7.67271
16.1491
17.787
7.65664
7.57621
6.80782
9.41633
20.1498
15.867
7.41648
7.49074
7.3488
7.54515
17.6598
20.2489
9.30034
6.69276
7.16402
7.2095
16.0196
17.7408
7.271
6.93203
6.48135
9.34439
20.2824
15.8124
7.1143
7.02168
6.66414
7.04534
17.5381
20.1099
9.33024
6.32353
6.77859
6.92331
15.8121
17.5757
6.84253
6.33517
6.20055
9.5007
20.0581
15.963
6.87411
6.6875
6.13747
6.77672
17.6302
20.0636
9.48339
6.1139
6.42449
6.69947
15.6579
17.492
6.65594
5.92677
5.95702
9.53366
20.172
15.9477
6.5998
6.33679
5.74755
6.42414
17.6353
20.2709
9.53749
5.86244
6.02054
6.39948
15.8165
17.6508
6.42605
5.533
5.65809
9.35415
20.2171
15.7852
6.23778
5.8691
5.32238
6.13879
17.6023
20.3045
9.42621
5.51888
5.5779
6.03684
15.8763
17.8197
6.09365
5.11846
5.37951
9.40878
20.4915
15.6993
5.8801
5.41625
4.97471
6.07908
17.6724
20.047
9.755
5.39811
4.93263
5.1449
15.7742
18.9874
7.90399
4.87755
5.16692
5.36419
15.1013
17.2911
5.65882
4.76387
5.10653
9.3958
20.2225
16.0162
5.67749
5.17626
4.77318
5.87828
18.044
20.8718
9.64597
5.16799
5.0931
5.71773
15.9076
17.9097
5.81453
4.70565
5.11312
9.49282
20.7923
16.1479
5.62207
5.00316
4.60452
5.67693
18.2439
21.2365
9.86315
5.23557
4.64169
4.9558
16.2949
19.5674
7.97102
4.71635
4.92542
5.2216
15.5692
17.6825
5.48214
4.56281
5.05449
9.75905
20.7995
16.2756
5.71772
5.05899
4.71353
5.81976
18.4125
21.5526
9.93977
5.23583
5.0913
5.70146
16.7127
19.0097
5.96969
4.71901
5.4164
10.3272
22.204
17.1386
5.08965
4.77368
4.90309
8.54529
20.5259
16.0864
5.29731
4.98634
4.61286
5.77352
18.4725
21.6908
10.3576
5.22679
4.99374
5.69582
16.6678
19.0593
6.0108
4.64168
5.44468
10.5091
22.4482
17.4734
5.05372
4.71022
4.84762
8.57972
21.1082
16.6842
5.2695
4.89789
4.52965
5.66322
19.0761
22.4554
10.4938
5.23323
4.97416
5.75511
17.5023
19.83
5.97945
4.6485
5.54096
10.9669
23.3067
17.8611
5.3361
4.80491
4.9872
8.82552
21.3377
16.9906
5.37047
4.97021
4.58303
5.76242
19.5916
23.0963
11.2163
5.5065
4.77862
5.14333
17.9205
21.8941
9.21339
5.04137
5.03859
5.48119
17.3742
19.9606
5.91409
4.67533
5.6695
11.3817
23.7595
18.7201
5.4248
4.91416
5.19353
9.33044
22.4475
17.3279
5.55327
5.10986
4.78479
6.16814
19.8044
23.3593
11.359
5.63546
5.17769
6.06294
18.5546
21.1866
6.39813
4.86171
5.93133
11.8523
25.0972
19.4895
5.53809
5.01856
5.32122
9.65759
23.3735
18.4954
5.63125
5.10827
4.73406
6.07485
21.0999
24.6892
12.0705
5.83539
4.99554
5.49037
19.3902
23.3442
9.78101
5.3588
5.13784
5.67311
18.4179
21.0873
6.2421
4.79801
5.86225
12.2752
24.7914
19.7956
5.62929
5.02868
5.3959
9.77325
24.0405
18.9283
5.67764
5.12456
4.76305
6.15985
21.7516
25.6395
12.5157
6.01459
5.1055
5.57803
20.198
24.4567
10.2473
5.56828
5.23371
5.79336
19.2552
22.1811
6.49075
4.90805
6.17429
12.5784
26.3465
20.7029
5.87907
5.18711
5.61512
10.2131
24.8034
19.2544
5.83133
5.24479
4.88858
6.3984
22.1592
26.5138
12.8759
6.29342
5.24986
5.64228
20.848
25.5849
11.3314
6.0433
5.19895
5.23563
19.612
24.5808
10.4996
5.74099
5.39396
5.87356
19.1304
22.3508
6.80273
5.12189
6.49057
13.5404
26.8376
21.2899
6.08494
5.48845
6.06012
11.1661
26.0488
20.3104
6.20119
5.5838
5.25095
6.95613
23.3312
27.4063
13.7875
6.67731
5.57923
6.16544
21.7015
26.8959
11.8572
6.43086
5.48749
5.61994
20.9755
25.7877
10.9702
6.08583
5.65391
6.22277
20.6054
23.8472
7.0115
5.33312
6.83892
14.1657
28.3853
23.0474
6.42138
5.72154
6.29803
11.4988
27.709
21.4886
6.40383
5.73347
5.41561
7.22195
24.693
29.4214
14.3213
7.0257
5.77582
6.40962
23.0349
27.9402
12.4481
6.71348
5.68756
5.80491
21.5693
26.7904
11.3104
6.31749
5.78952
6.35342
20.8249
24.2916
7.3092
5.49856
7.17306
14.6151
29.6938
23.3022
6.65637
5.88182
6.65409
12.3858
28.7299
22.311
6.64983
5.9345
5.63522
7.63083
25.8459
30.5959
15.3499
7.43389
5.96601
6.64451
24.2884
29.7486
13.2082
7.0838
5.88796
6.07947
22.7121
28.1064
12.3202
6.67211
5.99461
6.76174
22.3739
25.7956
7.63234
5.68621
7.63899
15.3496
31.0405
24.574
6.78411
5.98917
7.07369
13.0783
30.1406
23.8084
5.95834
5.85406
6.65027
12.1901
29.2309
22.9483
6.69389
5.96356
5.64837
7.5602
26.4941
31.5799
15.9182
7.69329
6.07286
6.80377
25.3935
31.213
13.4364
7.27088
5.98797
6.06464
24.1464
29.9641
12.8732
7.06919
5.98202
6.1918
23.5804
29.1257
12.84
6.90267
6.2012
6.94761
22.7352
26.42
8.05999
5.96179
8.01319
16.3142
31.8274
25.4138
7.20226
6.38158
7.64473
14.1212
31.9191
24.8208
6.5905
6.29641
7.19496
13.0533
30.6197
23.9032
7.14605
6.40445
6.10947
8.17892
27.702
33.9211
16.9602
8.34421
6.50557
7.4379
26.5251
32.7955
14.4
7.86896
6.44036
6.61635
25.7258
31.61
13.38
7.43299
6.51605
7.25223
24.4849
28.3163
8.4423
6.24544
8.65696
17.4307
34.5236
27.4179
7.65012
6.61488
8.13203
14.9894
33.7176
26.0618
6.63416
6.46319
7.78311
13.9102
32.5178
25.2797
6.57262
6.39262
7.52208
13.8892
31.5705
24.5412
7.37469
6.53747
6.28063
8.63213
28.6298
34.825
17.7786
8.75375
6.73002
7.72085
27.8147
34.6765
15.2349
8.35622
6.63184
6.90589
26.8188
33.3273
14.4724
8.08482
6.6573
6.97532
26.184
32.5859
14.5737
7.86984
6.81393
7.73076
25.2856
29.5467
9.19255
6.58757
9.25391
18.4147
36.4542
28.7028
8.19519
7.02803
8.70963
15.6602
35.4365
27.5323
7.16127
6.84201
8.21301
15.0026
33.8579
26.2633
7.84745
6.89381
6.62739
9.10228
30.5848
37.791
18.844
9.33121
7.01751
8.07113
29.6213
36.8577
16.0708
8.83888
6.80607
7.10331
28.4742
35.6897
15.2458
8.46727
6.76792
7.02196
27.832
34.8792
15.208
8.40697
6.87154
7.32876
27.3217
34.0001
15.3704
8.31808
7.06352
8.20444
26.8315
31.2657
9.62651
6.85256
9.8453
19.9707
38.364
30.4993
8.6091
7.39239
9.30969
16.7387
37.9921
29.463
7.53045
7.13315
8.86192
15.8995
36.4828
28.3944
7.54429
7.0491
8.62544
15.8735
35.2696
27.901
8.39109
7.16359
6.92011
9.57203
32.2951
39.3706
20.3553
9.95201
7.42471
8.6897
31.1907
39.2679
17.4042
9.50657
7.23822
7.71815
30.2629
37.6335
16.1964
9.08694
7.16036
7.58589
29.5808
36.7253
16.3102
8.86182
7.29145
8.56164
28.601
33.2686
10.1328
7.08473
10.465
20.9261
41.101
32.5183
9.11418
7.65382
9.85052
17.9576
40.4963
31.7518
7.91619
7.37896
9.44629
16.9798
39.2891
30.4593
7.76306
7.2641
9.28823
16.8458
38.2658
30.0786
7.98386
7.25112
9.06281
16.8396
37.5952
29.3147
8.78504
7.40525
7.18045
10.2874
34.0501
41.7893
21.5914
10.5975
7.79708
9.40119
33.4362
41.8704
18.3496
10.0888
7.58292
8.09278
32.4296
40.2729
17.4702
9.73147
7.51967
8.19747
31.5772
39.2719
17.5549
9.53592
7.59877
9.24048
31.0244
35.9729
10.7928
7.41122
11.1819
22.9973
43.8175
34.9286
9.59161
7.99227
10.4647
19.3588
43.6833
33.7102
8.34087
7.65535
9.96525
17.9609
41.883
32.7633
8.09572
7.48152
9.77554
17.9151
40.9091
31.9678
8.3396
7.49155
9.60958
18.0108
40.0942
31.4745
9.27545
7.59738
7.39699
10.8643
36.5546
44.9921
23.4222
11.2862
8.11391
9.92754
35.3637
44.5241
19.7885
10.7303
7.87676
8.49672
34.5786
43.2788
18.5234
10.2822
7.77011
8.45515
33.9546
42.4192
18.6208
10.2221
7.82189
8.7399
33.0804
41.216
18.6462
10.1143
7.92564
9.81522
32.7119
38.1702
11.6885
7.78344
12.1302
23.9707
47.794
37.6207
10.1768
8.4931
11.278
20.6137
47.098
35.9661
8.85093
8.11245
10.7724
19.4611
44.9558
34.8779
8.71045
7.96782
10.5542
19.3675
43.8794
34.3735
9.01152
7.97947
10.3501
19.2504
42.954
33.7428
9.94757
8.04182
7.86066
11.7066
39.1592
48.5804
24.5392
12.2291
8.67463
10.4046
38.1285
48.1893
21.2317
11.6048
8.39759
9.25011
36.8989
46.4505
20.2416
11.1234
8.29545
9.18349
36.3547
45.3938
19.9212
11.0335
8.32944
9.26635
35.6001
44.6687
19.9386
11.0086
8.41078
9.53598
34.9763
43.4793
20.0676
10.9407
8.5227
10.6143
34.3021
39.9128
12.5562
8.40998
13.0752
26.0967
49.5903
39.4479
11.2661
9.25464
12.3262
22.0536
49.9553
38.859
9.72154
8.90504
11.8056
21.2672
48.581
37.5229
9.77894
8.75352
11.6736
21.1488
46.8946
36.559
10.0136
8.7295
11.4318
21.0927
45.7275
35.8437
10.9305
8.74928
8.60744
12.7951
41.5559
51.3464
26.6876
13.4597
9.40745
11.5625
40.5581
51.659
23.2855
12.7109
9.11422
10.1243
39.8509
49.9864
21.8853
12.1598
8.98384
10.0495
38.5833
48.2911
21.7849
11.9932
8.99413
10.3546
37.5167
46.7313
21.7372
11.8248
9.00194
11.3279
36.8383
42.8554
13.4529
8.93469
14.1124
27.9289
53.2393
42.3012
12.0611
9.83892
13.353
24.1675
53.9311
41.3348
10.6195
9.41672
12.7324
22.9761
51.6555
40.4888
10.569
9.25229
12.5026
22.6315
50.7533
39.7767
10.5942
9.19459
12.2053
22.5296
49.5657
38.5695
11.5617
9.16953
9.06505
13.6593
44.6089
55.369
28.5679
14.5258
9.99597
12.2821
43.6002
55.6283
24.9093
13.704
9.62249
10.8236
42.6898
53.6575
23.6362
13.0935
9.50109
10.7023
41.5748
52.1347
23.0569
12.8501
9.50347
10.7382
40.9953
51.348
23.1665
12.8467
9.58864
11.1465
40.4772
50.4397
23.1561
12.741
9.60882
12.2081
39.8203
46.3796
14.6937
9.57304
15.352
30.4085
57.8124
45.6723
13.1148
10.5841
14.4417
25.9776
57.9395
45.0677
11.4998
10.0773
13.6627
24.4998
55.9371
43.4625
11.1606
9.84153
13.4776
24.3595
53.9667
42.2593
11.5981
9.87628
13.2271
24.2936
52.4251
41.0169
12.5792
9.82036
9.74443
14.7761
47.3979
58.9474
31.125
15.7017
10.8077
13.5232
46.3686
59.4048
26.9649
14.8732
10.3882
11.8322
45.4697
56.8173
25.3287
14.1423
10.2391
11.6237
44.5122
55.8556
25.1453
13.9774
10.2731
11.938
43.4496
54.2249
25.2118
13.8188
10.247
13.1916
42.7228
49.5001
15.6471
10.2387
16.5806
32.7392
61.569
49.2643
14.312
11.3227
15.5642
27.8556
62.6396
48.11
12.0929
10.7639
14.8572
26.6428
59.6474
46.3869
12.2006
10.5483
14.5388
26.3004
58.0798
45.2065
12.4167
10.549
14.1883
26.1032
56.0474
43.552
13.4481
10.4516
10.4229
16.0868
50.6073
63.4257
33.6447
17.0157
11.6169
14.6463
49.5531
63.4287
28.6805
15.9398
11.101
12.7121
49.0235
60.8583
27.1346
15.1999
10.9433
12.5709
47.4478
59.2138
26.8507
14.9887
10.9644
12.9443
46.868
57.9597
26.6535
14.7425
10.9082
14.1259
45.8671
52.983
16.6584
10.9244
17.9606
35.4321
66.0811
52.0202
15.5459
12.1966
16.876
30.0167
66.2619
51.1649
13.231
11.5951
16.0238
28.3908
63.4097
49.4349
13.2148
11.2887
15.3691
28.2266
61.0688
47.6532
14.4755
11.0757
11.062
17.0022
55.0002
68.2325
35.8902
18.2812
12.2941
15.5896
53.6348
68.5895
30.7112
17.09
11.7387
13.2892
52.958
65.7238
29.2052
16.3461
11.534
13.2677
50.6923
63.523
28.8776
16.0646
11.5287
13.6688
49.2434
61.2688
28.8595
15.7391
11.4261
14.9633
48.0602
55.6147
17.7567
11.4848
19.0815
37.4165
69.7754
54.7159
16.2651
12.8926
18.0597
32.1427
70.6763
54.0412
14.2028
12.3349
17.1752
30.6502
67.6487
52.8993
14.3201
12.0173
16.5114
29.9701
65.158
50.9695
15.3278
11.6579
11.6823
18.1561
58.6848
72.8358
38.6979
19.578
13.0818
16.7363
56.4221
72.3489
33.3667
18.4465
12.5158
14.719
55.8229
69.6482
30.9967
17.4376
12.2387
14.3029
54.5715
67.8044
30.7043
17.1378
12.2039
14.6442
52.7742
65.3285
30.5899
16.7364
12.0776
15.8883
51.3982
59.5967
19.1874
12.175
20.3769
39.6354
74.6059
58.624
17.2983
13.6591
19.2368
34.5452
75.0348
57.7283
15.2379
13.0332
18.3313
32.5998
72.3552
55.8557
15.0745
12.704
17.5391
31.9394
69.1783
54.1359
16.3824
12.4167
12.4663
19.3633
62.2145
77.2055
41.0684
20.9074
13.9851
18.01
60.7223
77.5139
35.3233
19.654
13.3763
15.6172
59.1245
73.0753
33.2096
18.6559
13.0976
15.6038
56.84
70.2489
32.7335
18.1178
12.8881
17.0524
55.3673
63.7323
20.0649
12.9663
21.7579
42.1143
79.7534
62.5997
18.4855
14.5108
20.5309
36.366
80.1413
60.9591
16.0456
13.8385
19.4461
34.4896
75.5481
58.5362
16.0185
13.4612
18.6787
33.8029
72.3681
56.7324
17.4997
13.1829
13.2255
20.2017
65.0386
80.9723
42.8509
22.1529
14.8385
18.6431
63.8296
82.2172
37.4162
20.9577
14.2587
16.5633
63.429
78.3112
35.3631
19.9787
14.0192
16.7386
60.7975
74.553
34.8867
19.4053
13.7558
18.2026
58.3135
66.9777
21.5337
13.8519
23.15
44.6152
83.1115
65.5656
19.7816
15.4959
21.8946
38.8231
83.2964
63.5223
17.6861
14.7556
20.2948
36.2347
77.8405
60.482
18.4274
13.9882
14.0266
21.5868
69.2649
85.8316
45.3663
23.5484
15.7233
19.9702
67.0521
85.3369
39.7718
22.2764
15.0585
17.8877
65.3319
81.1399
37.431
21.243
14.767
17.6201
62.5918
77.1722
36.6464
20.4587
14.403
19.2367
60.6611
69.8234
22.5106
14.5407
24.4616
47.1488
88.1167
69.4284
21.1248
16.3849
23.1406
41.0537
88.0147
67.4985
18.6328
15.6418
21.7928
38.5267
82.2513
63.5305
19.6504
14.9155
15.0094
22.9884
72.6765
90.0739
48.1369
25.0919
16.6883
21.6052
70.4763
89.3333
41.7113
23.5384
15.8812
18.9281
68.4481
83.4895
39.0644
22.0649
15.2004
20.0841
64.5623
74.0453
23.7569
15.346
25.8113
49.5316
92.1977
72.4074
22.0012
17.197
24.3944
42.6948
91.9918
71.2588
19.4701
16.3869
22.862
40.206
87.224
67.6813
20.6751
15.5575
15.6466
23.8828
77.4943
96.9253
50.8941
26.4561
17.481
22.461
75.8627
96.2207
44.2453
24.9611
16.6959
19.8528
73.5998
89.4957
41.893
23.4202
15.9406
21.206
68.4766
78.3188
25.1726
16.137
27.3614
52.7727
97.3218
75.6841
23.6177
18.063
25.6402
45.3091
95.9503
73.8629
20.715
17.1615
23.9871
42.5538
90.3377
69.4779
21.5412
16.2578
16.3815
25.0404
79.3385
98.2939
52.5636
27.5155
18.1988
23.8192
77.3566
97.2693
45.8035
25.6438
16.9979
22.3486
74.8517
85.6656
25.9654
17.0943
29.0616
55.931
106.561
82.3516
24.1455
18.9632
27.1838
47.6713
104.22
79.2635
21.1112
17.8729
25.5381
45.9454
98.3157
75.1235
23.1186
16.9977
17.1396
26.7726
85.7292
105.579
57.1196
29.4338
19.2157
25.3534
82.1405
102.08
48.2451
27.1063
17.7262
23.2705
77.654
88.9542
27.3532
17.8789
30.6286
58.4055
110.514
85.1439
25.5762
19.9449
28.4694
49.8678
107.03
82.1659
22.6681
18.7788
26.4517
46.8473
100.111
75.9048
23.6843
17.6644
17.8116
27.6619
87.2636
108.343
58.2727
30.3804
19.9529
26.1439
84.9756
106.297
50.2143
28.2646
18.5236
24.7065
81.6538
93.5111
28.0075
18.6174
31.9257
61.3573
117.895
90.0608
26.6446
20.6624
29.585
53.3889
112.044
83.8113
25.4103
18.9646
19.0668
29.3604
95.8968
117.729
63.1607
32.8737
21.2501
27.8249
90.8888
112.451
53.902
30.3057
19.5684
26.2522
85.3684
97.6342
29.9926
19.7076
33.7228
65.0681
120.811
92.4789
28.6077
21.6808
30.8547
55.2324
115.364
86.4598
26.099
19.6867
19.7971
30.0498
99.2351
123.052
65.3017
33.9523
21.9475
28.5758
95.2209
118.293
55.5059
31.3451
20.1964
27.0753
89.5012
103.148
30.877
20.2982
35.2207
67.8098
130.47
99.3535
29.4324
22.5149
32.5012
58.5602
123.382
92.1688
27.6964
20.6091
20.7183
31.5839
105.351
128.58
69.3489
35.8256
23.0868
30.5178
98.7985
121.708
58.2304
33.0259
21.1964
28.259
91.7009
105.536
32.5839
21.3339
36.4319
69.7098
130.349
98.8337
30.9169
23.4446
33.4016
59.25
121.453
90.5713
28.3377
21.2723
21.3175
32.142
104.06
127.988
69.5834
35.6111
22.6798
31.6804
96.9956
111.961
35.1743
22.6517
39.054
73.8251
140.564
105.272
31.3584
24.859
35.8302
63.5498
132.782
99.2429
30.5211
22.6137
22.7888
34.9799
114.117
138.927
75.9455
38.797
24.3556
34.5419
105.605
120.538
37.5919
24.2083
41.6146
79.1911
148.814
112.946
34.1535
26.1361
37.2318
65.2141
136.833
101.258
30.6313
23.2232
23.2674
34.9991
115.987
140.477
75.6552
39.0687
24.6577
34.526
106.831
122.654
37.497
24.5925
42.1894
80.729
151.763
115.044
35.0338
26.8173
38.3222
66.8556
141.567
104.253
32.3146
24.0836
24.2375
37.001
121.058
149.296
81.0424
41.4487
25.8867
37.0418
112.236
128.319
39.3867
25.6927
43.5662
83.8515
155.401
115.318
37.6581
26.6865
26.5146
40.354
131.928
160.291
85.4128
44.5562
27.3137
38.7261
119.439
136.09
40.5465
27.0033
45.5743
88.5583
164.741
121.45
39.0852
27.6615
27.425
41.803
139.45
170.952
90.3472
46.7982
28.3726
40.4229
128.197
145.041
40.0474
27.8386
48.0623
95.5142
182.251
132.949
41.1287
28.7753
28.5472
43.7565
151.706
182.588
96.3191
49.35
29.4318
42.1015
133.632
152.033
44.4727
29.0225
49.4922
96.8168
182.051
133.787
42.0755
29.4889
29.255
44.573
152.518
184.114
96.9639
50.1159
29.9083
42.6183
134.619
153.933
44.7962
29.4676
50.2494
97.642
186.677
137.441
42.7018
30.027
29.5149
42.9341
155.466
194.752
102.361
51.7071
30.6702
44.4678
143.571
163.232
45.8506
30.2122
51.422
101.406
197.284
143.534
43.6296
30.0905
30.2372
50.3497
160.144
184.658
58.016
31.5173
58.5606
117.612
216.36
155.843
48.8096
33.0632
32.2157
49.4053
176.115
212.501
108.796
55.3683
31.9432
46.2045
152.234
172.288
52.0715
32.0351
33.4198
62.2248
200.706
242.173
128.728
63.7193
35.2886
53.109
174.012
195.634
54.2766
34.4978
59.8431
118.393
232.497
167.095
49.4926
33.6498
33.8337
56.7376
184.96
211.79
64.2512
35.0542
64.7302
131.362
248.089
177.586
53.3759
35.4204
35.5526
59.1935
200.609
225.868
63.3386
35.3247
66.497
138.641
272.115
191.32
54.8935
35.6553
34.3067
53.4436
211.89
236.138
75.7651
37.4333
37.651
80.2726
260.647
295.573
155.378
74.1682
38.589
60.149
205.883
223.557
60.3011
37.3182
39.4808
79.7168
255.414
280.212
79.8263
38.1071
74.197
160.16
323.29
220.612
59.7619
37.4711
35.8066
58.6709
236.811
262.689
72.4942
36.4969
35.9395
77.4491
281.113
308.046
94.0752
40.3764
38.1492
85.3624
314.659
351.897
183.18
82.9812
39.6064
65.1953
235.604
251.801
71.528
39.6892
39.3916
76.5275
271.753
292.327
84.2389
39.4356
38.08
81.6169
304.218
320.491
96.7264
40.1144
39.162
95.0859
320.7
317.062
103.054
40.7308
39.076
99.4625
300.762
291.06
112.561
43.1669
42.574
111.997
274.937
254.204
121.148
45.9345
46.2984
123.821
231.413
210.751
133.437
50.8842
51.4449
136.291
191.908
175.81
142.095
56.7543
57.852
145.583
161.629
149.549
147.497
65.2609
66.5909
149.594
138.677
129.884
150.948
74.3377
75.7549
152.757
123.593
118.714
153.925
83.6453
85.0759
155.892
114.868
111.559
156.936
92.9833
94.299
159.087
108.871
106.406
159.991
101.877
103.092
162.216
104.455
102.549
162.93
110.365
111.458
165.094
101.167
99.604
165.597
118.372
119.295
167.519
98.8185
97.4445
167.791
125.776
126.452
169.357
97.2054
95.9851
169.367
132.391
132.801
170.492
96
95.0179
170.28
138.11
138.33
171.135
95.1374
94.2999
170.757
142.972
142.97
171.399
94.5023
93.7828
170.875
147.014
146.921
171.31
94.0459
93.4015
170.59
150.329
150.002
170.893
93.6993
93.097
170.085
152.748
152.323
170.296
93.4214
92.8569
169.384
154.547
154.04
169.566
93.2016
92.6661
168.553
155.809
155.251
168.715
93.0253
92.5138
167.617
156.631
156.034
167.768
92.8821
92.3924
166.633
157.083
156.477
166.78
92.7687
92.3021
165.623
157.332
156.656
165.77
92.6832
92.2394
164.625
157.341
156.603
164.772
92.6264
92.202
163.623
157.133
156.323
163.767
92.5949
92.1869
162.632
156.714
155.826
162.769
92.587
92.1938
161.616
156.078
155.071
161.738
92.5946
92.2122
160.587
155.292
154.212
160.696
92.6117
92.2385
159.53
154.391
153.263
159.632
92.6328
92.2676
158.482
153.411
152.265
158.577
92.6575
92.3003
157.423
152.383
151.212
157.513
92.6823
92.3316
156.385
151.311
150.141
156.471
92.7081
92.3648
155.346
150.22
149.041
155.431
92.7325
92.3947
154.339
149.11
147.944
154.422
92.756
92.4248
153.339
148.001
146.835
153.421
92.7772
92.4507
152.375
146.887
145.74
152.457
92.7966
92.4765
151.421
145.785
144.645
151.502
92.8162
92.5007
150.502
144.69
143.572
150.584
92.8322
92.5215
149.599
143.615
142.508
149.681
92.8473
92.5409
148.729
142.554
141.471
148.813
92.8578
92.5544
147.877
141.517
140.444
147.961
92.8649
92.5651
147.058
140.495
139.444
147.144
92.8672
92.5699
146.256
139.497
138.457
146.342
92.8654
92.5703
145.483
138.502
137.474
145.568
92.8574
92.5641
144.716
137.507
136.484
144.798
92.8435
92.5507
143.968
136.516
135.517
144.05
92.8206
92.5284
143.229
135.545
134.56
143.309
92.7906
92.4987
142.513
134.592
133.636
142.594
92.7522
92.4611
141.812
133.668
132.728
141.893
92.7077
92.4173
141.139
132.763
131.85
141.223
92.6566
92.3675
140.483
131.885
130.989
140.568
92.6009
92.3121
139.855
131.029
130.161
139.943
92.5392
92.2509
139.246
130.203
129.353
139.334
92.474
92.1859
138.665
129.403
128.581
138.757
92.4045
92.1182
138.102
128.631
127.832
138.195
92.3333
92.0474
137.567
127.882
127.12
137.664
92.2588
91.975
137.051
127.167
126.431
137.15
92.1836
91.9008
136.562
126.479
125.777
136.665
92.1064
91.8261
136.092
125.824
125.145
136.196
92.0296
91.7506
135.647
125.195
124.547
135.756
91.9516
91.6753
135.22
124.598
123.969
135.33
91.8747
91.6002
134.816
124.025
123.42
134.933
91.7978
91.5262
134.427
123.48
122.887
134.548
91.7227
91.4525
134.057
122.952
122.383
134.187
91.6476
91.38
133.7
122.453
121.896
133.834
91.5741
91.3079
133.362
121.971
121.437
133.504
91.5008
91.2371
133.036
121.516
120.994
133.182
91.4293
91.1673
132.727
121.079
120.576
132.882
91.3585
91.0989
132.431
120.67
120.17
132.589
91.2899
91.0321
132.152
120.278
119.785
132.316
91.2224
90.9672
131.882
119.908
119.418
132.05
91.1573
90.9039
131.628
119.552
119.069
131.802
91.0937
90.8428
131.384
119.217
118.736
131.56
91.032
90.7826
131.153
118.895
118.421
131.336
90.972
90.7251
130.932
118.592
118.119
131.118
90.9135
90.6678
130.724
118.301
117.834
130.915
90.8566
90.6134
130.524
118.026
117.561
130.716
90.8014
90.5594
130.335
117.762
117.303
130.533
90.7479
90.5083
130.153
117.513
117.055
130.353
90.6964
90.4581
129.982
117.274
116.821
130.186
90.647
90.4106
129.817
117.049
116.596
130.022
90.5996
90.3645
129.662
116.832
116.384
129.871
90.5542
90.3208
129.511
116.627
116.18
129.722
90.5105
90.278
129.37
116.43
115.987
129.584
90.4683
90.2375
129.233
116.243
115.801
129.448
90.4278
90.1979
129.104
116.064
115.625
129.322
90.389
90.1607
128.978
115.891
115.455
129.197
90.3518
90.1244
128.859
115.726
115.294
129.081
90.3163
90.0904
128.744
115.569
115.139
128.967
90.2822
90.0571
128.636
115.418
114.993
128.861
90.2496
90.026
128.53
115.275
114.851
128.756
90.2185
89.9954
128.43
115.138
114.718
128.659
90.1887
89.967
128.333
115.007
114.588
128.562
90.1602
89.9391
128.242
114.88
114.465
128.474
90.1329
89.9131
128.153
114.76
114.346
128.384
90.1068
89.8875
128.069
114.644
114.233
128.303
90.0819
89.8638
127.986
114.534
114.124
128.22
90.058
89.8403
127.909
114.427
114.02
128.145
90.0351
89.8186
127.833
114.325
113.919
128.069
90.0133
89.797
127.762
114.226
113.823
128
89.9923
89.7771
127.691
114.132
113.729
127.929
89.9722
89.7573
127.625
114.041
113.64
127.865
89.953
89.7391
127.56
113.953
113.553
127.799
89.9346
89.7209
127.498
113.869
113.471
127.74
89.9169
89.7042
127.438
113.788
113.39
127.679
89.9
89.6874
127.38
113.709
113.313
127.623
89.8837
89.6721
127.324
113.633
113.238
127.566
89.8681
89.6566
127.271
113.56
113.167
127.515
89.8531
89.6425
127.218
113.489
113.097
127.461
89.8387
89.6281
127.168
113.421
113.03
127.413
89.8248
89.6151
127.119
113.355
112.964
127.363
89.8115
89.6018
127.072
113.29
112.901
127.318
89.7986
89.5898
127.026
113.229
112.84
127.271
89.7863
89.5773
126.982
113.169
112.781
127.229
89.7743
89.5662
126.939
113.111
112.724
127.185
89.7628
89.5546
126.898
113.054
112.669
127.146
89.7517
89.5443
126.857
113
112.615
127.104
89.741
89.5335
126.819
112.947
112.564
127.068
89.7307
89.5239
126.781
112.897
112.513
127.029
89.7207
89.5139
126.745
112.847
112.465
126.994
89.7111
89.505
126.709
112.8
112.417
126.957
89.7019
89.4956
126.675
112.753
112.372
126.925
89.693
89.4874
126.641
112.708
112.327
126.891
89.6844
89.4786
126.61
112.664
112.284
126.86
89.676
89.471
126.578
112.622
112.242
126.827
89.668
89.4628
126.548
112.58
112.201
126.799
89.6601
89.4556
126.517
112.54
112.161
126.767
89.6525
89.4477
126.489
112.5
112.122
126.74
89.6451
89.4409
126.46
112.462
112.084
126.71
89.6378
89.4334
126.433
112.424
112.048
126.685
89.6308
89.427
126.405
112.389
112.012
126.656
89.6239
89.4199
126.379
112.353
111.976
126.631
89.6172
89.4138
126.353
112.317
111.94
126.604
89.6106
89.407
126.328
112.282
111.907
126.58
89.6043
89.4012
126.303
112.249
111.874
126.554
89.598
89.3947
126.279
112.217
111.842
126.532
89.5918
89.3891
126.254
112.185
111.81
126.506
89.5858
89.3827
126.231
112.153
111.778
126.484
89.5798
89.3773
126.208
112.121
111.746
126.459
89.574
89.3712
126.186
112.091
111.717
126.439
89.5681
89.3658
126.163
112.062
111.688
126.415
89.5623
89.3597
126.142
112.033
111.659
126.395
89.5566
89.3547
126.119
112.003
111.628
126.37
89.5512
89.3489
126.097
111.971
111.597
126.35
89.5457
89.3438
126.074
111.941
111.567
126.326
89.5399
89.3376
126.054
111.913
111.541
126.306
89.5341
89.3324
126.032
111.888
111.515
126.284
89.5283
89.3263
126.012
111.861
111.488
126.265
89.5227
89.3212
125.991
111.834
111.461
126.243
89.5172
89.3155
125.973
111.808
111.437
126.227
89.5118
89.3106
125.954
111.785
111.414
126.207
89.5065
89.3049
125.937
111.762
111.392
126.19
89.5011
89.3
125.918
111.739
111.367
126.17
89.4957
89.2943
125.901
111.714
111.342
126.154
89.4904
89.2896
125.882
111.689
111.317
126.135
89.4853
89.2842
125.866
111.666
111.297
126.12
89.4803
89.2796
125.849
111.646
111.277
126.102
89.4753
89.2743
125.833
111.625
111.255
126.086
89.4703
89.2698
125.815
111.602
111.229
126.067
89.4655
89.2648
125.798
111.576
111.205
126.052
89.4609
89.2607
125.781
111.554
111.184
126.034
89.4564
89.2558
125.767
111.535
111.167
126.02
89.4518
89.2517
125.75
111.517
111.147
126.002
89.4472
89.2467
125.734
111.495
111.123
125.986
89.4426
89.2427
125.716
111.47
111.097
125.968
89.4383
89.2381
125.701
111.445
111.076
125.955
89.4341
89.2344
125.686
111.427
111.06
125.939
89.4299
89.2298
125.672
111.412
111.045
125.925
89.4256
89.226
125.655
111.394
111.022
125.906
89.4213
89.2215
125.639
111.368
110.995
125.892
89.4173
89.2182
125.623
111.342
110.971
125.875
89.4138
89.2143
125.61
111.322
110.956
125.864
89.4103
89.2114
125.596
111.31
110.944
125.848
89.4069
89.2075
125.582
111.295
110.925
125.834
89.4035
89.2048
125.565
111.272
110.897
125.816
89.4006
89.2019
125.55
111.243
110.871
125.803
89.3985
89.2006
125.536
111.222
110.854
125.79
89.397
89.199
125.526
111.209
110.845
125.78
89.3959
89.1986
125.513
111.199
110.83
125.764
89.3954
89.1981
125.499
111.178
110.804
125.75
89.3959
89.1997
125.483
111.148
110.774
125.735
89.3978
89.202
125.472
111.122
110.754
125.726
89.4011
89.2063
125.462
111.109
110.744
125.715
89.4056
89.2109
125.453
111.099
110.732
125.705
89.4111
89.2176
125.44
111.081
110.705
125.69
89.4181
89.2252
125.428
111.049
110.673
125.68
89.427
89.2356
125.417
111.022
110.652
125.67
89.4379
89.2469
125.412
111.008
110.643
125.666
89.4504
89.2605
125.404
110.999
110.63
125.655
89.4643
89.275
125.395
110.978
110.601
125.647
89.4801
89.2924
125.385
110.944
110.566
125.637
89.4982
89.3112
125.381
110.916
110.548
125.636
89.5183
89.3326
125.378
110.907
110.542
125.632
89.5398
89.3545
125.376
110.899
110.528
125.628
89.5627
89.3786
125.369
110.875
110.493
125.62
89.5871
89.4036
125.365
110.836
110.459
125.62
89.6134
89.4315
125.367
110.813
110.445
125.623
89.6425
89.462
125.374
110.809
110.453
125.62
89.674
89.4952
125.384
110.782
110.432
125.642
89.712
89.5403
125.409
110.778
110.397
125.676
89.7782
89.5977
125.449
110.728
110.319
125.706
90.0228
89.7817
125.465
110.418
109.774
125.804
90.4373
90.5355
125.771
109.553
108.219
125.347
91.4783
92.7391
124.729
105.216
101.963
123.772
94.6189
97.0934
123.169
96.5222
59.3587
41.265
40.2828
42.3009
47.7601
52.5188
57.0752
72.7395
81.7587
85.8246
89.5364
92.5726
94.7718
96.1547
96.8057
96.9053
96.6277
96.1428
95.5829
95.0366
94.5538
94.1552
93.8428
93.6082
93.4392
93.3231
93.2481
93.2042
93.1837
93.1804
93.1894
93.2072
93.2309
93.2585
93.2885
93.3197
93.3513
93.3826
93.4131
93.4426
93.4707
93.4974
93.5224
93.5457
93.5673
93.5871
93.6051
93.6213
93.6357
93.6484
93.6592
93.6682
93.6753
93.6805
93.684
93.6861
93.687
93.6888
93.6918
93.6964
93.7029
93.7108
93.7202
93.7306
93.7421
93.7545
93.7678
93.782
93.7971
93.8131
93.83
93.8479
93.8669
93.8869
93.908
93.9303
93.9539
93.9788
94.0052
94.0331
94.0627
94.0941
94.1274
94.1633
94.2081
94.2712
94.356
94.4606
94.5802
94.7094
94.8439
94.9804
95.117
95.2524
95.3859
95.5169
95.645
95.7699
95.8916
96.01
96.125
96.2368
96.3454
96.4507
96.5527
96.6515
96.7469
96.8389
96.9273
97.012
97.093
97.1703
97.2438
97.3136
97.3797
97.4423
97.5017
97.5579
97.6111
97.6618
97.71
97.756
97.8
97.8423
97.8831
97.9225
97.9607
97.998
98.0344
98.0701
98.1053
98.14
98.1744
98.2087
98.2429
98.2771
98.3115
98.3461
98.3811
98.4165
98.4525
98.4891
98.5263
98.5644
98.6032
98.643
98.6837
98.7254
98.7682
98.8121
98.8571
98.9033
98.9507
98.9993
99.0492
99.1002
99.1525
99.206
99.2607
99.3166
99.3736
99.4317
99.4909
99.5512
99.6124
99.6745
99.7374
99.8012
99.8657
99.9309
99.9966
100.063
100.13
100.197
100.264
100.332
100.399
100.467
100.535
100.603
100.67
100.738
100.805
100.872
100.938
101.004
101.07
101.135
101.199
101.263
101.326
101.389
101.451
101.512
101.573
101.633
101.691
101.75
101.807
101.863
101.919
101.974
102.028
102.081
102.134
102.185
102.236
102.285
102.334
102.382
102.43
102.476
102.522
102.567
102.611
102.654
102.696
102.738
102.779
102.819
102.859
102.897
102.935
102.973
103.009
103.045
103.081
103.115
103.149
103.183
103.216
103.248
103.28
103.311
103.342
103.372
103.401
103.43
103.459
103.487
103.514
103.541
103.568
103.594
103.62
103.645
103.67
103.695
103.719
103.743
103.766
103.79
103.812
103.835
103.857
103.879
103.9
103.921
103.942
103.963
103.983
104.003
104.023
104.043
104.062
104.081
104.1
104.119
104.138
104.156
104.174
104.192
104.21
104.228
104.245
104.262
104.28
104.297
104.314
104.33
104.347
104.364
104.38
104.397
104.413
104.429
104.445
104.461
104.477
104.493
104.509
104.525
104.541
104.557
104.572
104.588
104.604
104.62
104.636
104.651
104.667
104.683
104.699
104.715
104.731
104.747
104.763
104.779
104.795
104.811
104.828
104.844
104.861
104.877
104.894
104.911
104.928
104.945
104.963
104.98
104.998
105.016
105.034
105.052
105.071
105.089
105.108
105.128
105.147
105.167
105.187
105.207
105.227
105.248
105.269
105.291
105.312
105.334
105.357
105.38
105.403
105.427
105.45
105.475
105.5
105.525
105.55
105.576
105.602
105.628
105.655
105.681
105.708
105.735
105.761
105.787
105.812
105.835
105.857
105.876
105.893
105.908
105.921
105.932
105.941
105.95
105.957
105.963
105.969
105.973
105.977
105.979
105.98
105.982
105.983
105.984
105.984
105.983
105.982
105.975
105.955
105.911
105.834
105.72
105.575
105.409
105.234
105.054
104.874
104.695
104.517
104.337
104.155
103.97
103.782
103.589
103.391
103.189
102.983
102.773
102.558
102.339
102.116
101.889
101.658
101.423
101.184
100.941
100.694
100.444
100.189
99.9302
99.6678
99.4016
99.1316
98.8581
98.5809
98.3003
98.0161
97.7286
97.4378
97.1438
96.8467
96.5465
96.2434
95.9375
95.6288
95.3175
95.0036
94.6873
94.3687
94.0479
93.7249
93.4
93.0733
92.7448
92.4147
92.0831
91.7501
91.4159
91.0805
90.7442
90.407
90.069
89.7305
89.3914
89.052
88.7124
88.3727
88.033
87.6936
87.3544
87.0156
86.6774
86.3399
86.0032
85.6675
85.3328
84.9994
84.6673
84.3367
84.0077
83.6804
83.355
83.0315
82.7101
82.391
82.0741
81.7598
81.448
81.1389
80.8327
80.5293
80.229
79.9318
79.6379
79.3473
79.0602
78.7766
78.4967
78.2206
77.9482
77.6799
77.4155
77.1552
76.8991
76.6473
76.3997
76.1566
75.9178
75.6836
75.4539
75.2287
75.0083
74.7927
74.5819
74.3763
74.176
73.9809
73.7912
73.6062
73.4254
73.2475
73.0708
72.8939
72.7162
72.5398
72.3715
72.2243
72.1152
72.0534
72.0313
72.0302
72.0355
72.0444
72.0615
72.0739
72.0821
72.0855
72.0769
72.0391
71.9256
71.5637
70.0138
67.2053
65.1613
64.6587
62.5938
62.2459
60.2996
60.0772
58.2322
58.1239
56.37
56.3516
54.6974
54.7376
53.1671
53.2513
51.7537
51.8743
50.4427
50.5926
49.2194
49.3925
48.0716
48.2632
46.9895
47.1959
45.9659
46.188
45.0024
45.2399
44.0972
44.3479
43.245
43.5064
42.4401
42.71
41.6775
41.9544
40.9534
41.2358
40.2643
40.551
39.607
39.8969
38.979
39.2714
38.3782
38.6723
37.8026
38.0977
37.2507
37.5464
36.7213
37.0169
36.2128
36.5075
35.7234
36.0171
35.2525
35.5447
34.7985
35.0888
34.3602
34.6481
33.9363
34.2216
33.5258
33.8082
33.1277
33.407
32.7412
33.0172
32.3655
32.638
31.9998
32.2687
31.6435
31.9087
31.296
31.5573
30.9567
31.2142
30.6253
30.8788
30.3012
30.5507
29.984
30.2294
29.6733
29.9146
29.3688
29.606
29.0701
29.3032
28.7769
29.0057
28.4887
28.7134
28.2054
28.4259
27.9267
28.143
27.6524
27.8645
27.3822
27.5901
27.1161
27.3198
26.8538
27.0534
26.5953
26.7906
26.3402
26.5314
26.0885
26.2755
25.8399
26.0228
25.5942
25.7729
25.3513
25.5259
25.111
25.2814
24.8731
25.0394
24.6375
24.7997
24.404
24.5621
24.1725
24.3265
23.9428
24.0927
23.7148
23.8606
23.4883
23.6301
23.2633
23.4009
23.0394
23.173
22.8166
22.9462
22.5948
22.7203
22.3738
22.4952
22.1533
22.2708
21.9334
22.0468
21.7136
21.8231
21.494
21.5994
21.2743
21.3757
21.0542
21.1517
20.8337
20.9273
20.6125
20.7022
20.3907
20.4767
20.1686
20.2515
19.9467
20.0265
19.7247
19.8014
19.5022
19.5759
19.2789
19.3494
19.0541
19.1215
18.8276
18.8919
18.599
18.6603
18.3682
18.4267
18.1352
18.1911
17.9004
17.9539
17.6639
17.7154
17.4263
17.4762
17.1885
17.2372
16.9513
16.9995
16.7159
16.7639
16.4831
16.5315
16.2541
16.3035
16.0301
16.081
15.8122
15.8653
15.6021
15.6579
15.4012
15.4605
15.2111
15.2744
15.0329
15.1003
14.8669
14.9389
14.7143
14.7913
14.5762
14.6582
14.4524
14.5396
14.3427
14.4348
14.2469
14.3439
14.1648
14.2665
14.0958
14.202
14.039
14.1494
13.9937
14.108
13.959
14.0769
13.9342
14.0556
13.9187
14.0432
13.9118
14.0391
13.9125
14.0424
13.9203
14.0525
13.9344
14.0686
13.9542
14.0901
13.9789
14.1163
14.0078
14.1464
14.0403
14.1797
14.0755
14.2156
14.1129
14.2534
14.1518
14.2924
14.1916
14.332
14.2316
14.3717
14.2714
14.4108
14.3103
14.449
14.3479
14.4856
14.3838
14.5203
14.4176
14.5527
14.4488
14.5824
14.4771
14.609
14.5022
14.6324
14.5241
14.6524
14.5425
14.6688
14.5573
14.6816
14.5684
14.6907
14.5758
14.696
14.5796
14.6976
14.5796
14.6955
14.576
14.6897
14.5688
14.6802
14.5579
14.667
14.543
14.648
14.5227
14.63
14.488
14.5946
14.4355
14.5519
14.5529
14.4958
14.4334
16.3986
16.355
16.3394
19.4687
19.3569
19.3323
22.144
21.9725
21.7292
20.148
16.2573
15.8214
16.5542
20.3446
15.807
16.5436
20.3352
15.8425
16.5752
20.3914
15.8757
16.6166
20.4626
15.9111
16.656
20.5312
15.9433
16.6916
20.5997
15.971
16.7226
20.663
15.9936
16.7495
20.7216
16.012
16.772
20.7751
16.0262
16.7901
20.8234
16.036
16.8037
20.8663
16.0415
16.8128
20.9038
16.0427
16.8173
20.9357
16.0396
16.8174
20.9621
16.0322
16.8131
20.9829
16.0207
16.8044
20.9981
16.0052
16.7915
21.0078
15.9858
16.7746
21.0122
15.9626
16.7536
21.0109
15.936
16.729
21.0012
15.9069
16.7016
20.9885
15.8752
16.6714
20.9697
15.8417
16.6391
20.9473
15.8065
16.6049
20.9204
15.7703
16.5695
20.8902
15.7334
16.5334
20.857
15.6966
16.4969
20.8212
15.6603
16.4608
20.7833
15.6251
16.4257
20.7445
15.5916
16.3922
20.7049
15.5605
16.3608
20.6656
15.5323
16.3323
20.6271
15.5078
16.3073
20.5906
15.4875
16.2865
20.5565
15.4722
16.2707
20.526
15.4626
16.2607
20.4998
15.4596
16.2572
20.4788
15.4638
16.2612
20.4636
15.4765
16.2737
20.4554
15.4985
16.2955
20.4556
15.53
16.3263
20.4603
15.5706
16.3674
20.4738
15.6206
16.4202
20.4971
15.6829
16.4856
20.5311
15.7585
16.5648
20.5764
15.8486
16.6594
20.6336
15.9553
16.7715
20.7032
16.0808
16.8977
20.7881
16.2202
17.038
20.8893
16.3732
17.1924
21.0068
16.54
17.3618
21.1446
16.7206
17.5464
21.312
16.9132
17.7432
21.4988
17.1164
17.9513
21.7043
17.329
18.1698
21.928
17.5504
18.398
22.1694
17.7794
18.6349
22.4275
18.0152
18.8796
22.7016
18.2568
19.1311
22.9906
18.5033
19.3887
23.2936
18.754
19.6514
23.6092
19.0079
19.9186
23.9364
19.2646
20.1896
24.274
19.5234
20.4638
24.6208
19.784
20.7408
24.9758
20.046
21.0203
25.3378
20.3094
21.302
25.7057
20.5741
21.5859
26.0787
20.8402
21.872
26.4558
21.108
22.1606
26.8361
21.3781
22.4523
27.2187
21.6515
22.7486
27.6027
21.93
23.0522
27.9875
22.2172
23.3612
28.3735
22.5107
23.6714
28.7614
22.8055
23.9831
29.151
23.1017
24.2962
29.542
23.3991
24.6107
29.9345
23.698
24.9265
30.3284
23.9982
25.2438
30.7236
24.2999
25.5625
31.1201
24.6031
25.8828
31.518
24.9078
26.2047
31.9173
25.2143
26.5283
32.318
25.5225
26.8537
32.7203
25.8326
27.181
33.1244
26.1446
27.5104
33.5302
26.4588
27.8418
33.9379
26.7751
28.1755
34.3477
27.0939
28.5117
34.7597
27.4151
28.8504
35.174
27.739
29.1917
35.5909
28.0656
29.536
36.0105
28.3952
29.8833
36.4329
28.7279
30.2337
36.8584
29.064
30.5875
37.2871
29.4035
30.9449
37.7192
29.7466
31.3061
38.1548
30.0936
31.6711
38.5943
30.4446
32.0403
39.0377
30.7999
32.4138
39.4853
31.1597
32.7919
39.9372
31.5241
33.1747
40.3937
31.8933
33.5624
40.855
32.2676
33.9553
41.3211
32.6473
34.3536
41.7925
33.0325
34.7577
42.2692
33.4236
35.1677
42.7515
33.8209
35.5839
43.2396
34.2246
36.0067
43.7337
34.6352
36.4364
44.234
35.0528
36.8732
44.7408
35.478
37.3176
45.2542
35.911
37.7699
45.7745
36.3522
38.2304
46.302
36.8021
38.6996
46.8367
37.261
39.1778
47.3789
37.7295
39.6655
47.9289
38.2081
40.1632
48.4868
38.6972
40.6713
49.0527
39.1974
41.1904
49.627
39.7094
41.7209
50.2097
40.2338
42.2636
50.8009
40.7712
42.8189
51.4009
41.3223
43.3876
52.0098
41.8879
43.9701
52.6278
42.4687
44.567
53.2551
43.0652
45.1772
53.8922
43.6792
45.7981
54.5393
44.3115
46.4363
55.196
44.9635
47.0926
55.8625
45.6363
47.7677
56.5391
46.3308
48.4629
57.2261
47.0483
49.1797
57.9235
47.7906
49.9192
58.6311
48.559
50.6829
59.3486
49.3554
51.472
60.0754
50.1815
52.288
60.8101
51.0394
53.1329
61.5498
51.9322
54.0101
62.289
52.8657
54.9267
63.0295
53.8489
55.8938
63.7651
54.8859
56.9163
64.4948
55.9596
57.9697
65.231
57.0708
59.0547
65.9673
58.2221
60.1737
66.7018
59.4173
61.3291
67.4304
60.6606
62.5224
68.1476
61.9536
63.75
68.8434
63.2962
65.0099
69.5067
64.6888
66.2944
70.1327
66.1141
67.5814
70.7019
67.5548
68.8485
71.1969
69.0123
71.7929
71.6031
71.3673
71.0931
70.7854
70.4469
70.0824
69.6955
69.2903
68.8704
68.4386
67.9976
67.5474
67.0885
66.6225
66.15
65.6726
65.1917
64.7085
64.2241
63.7391
63.2544
62.7703
62.2876
61.8064
61.3271
60.8499
60.375
59.9025
59.4326
58.9653
58.5006
58.0387
57.5796
57.1233
56.6699
56.2194
55.7718
55.327
54.8851
54.4461
54.0098
53.5764
53.1456
52.7175
52.2921
51.8691
51.4486
51.0305
50.6146
50.201
49.7895
49.3799
48.9723
48.5664
48.1622
47.7595
47.3583
46.9583
46.5596
46.1619
45.7651
45.3691
44.9738
44.579
44.1845
43.7903
43.3961
43.0018
42.6073
42.2124
41.8169
41.4208
41.024
40.6262
40.2274
39.8276
39.4266
39.0246
38.6214
38.2172
37.8121
37.4062
36.9996
36.5927
36.1859
35.7799
35.3753
34.9732
34.5743
34.1798
33.7913
33.4097
33.0365
32.6737
32.3225
31.9845
31.6615
31.3548
31.0659
30.796
30.5461
30.3165
30.1086
29.922
29.7573
29.6147
29.4918
29.387
29.3001
29.2305
29.177
29.1376
29.1126
29.097
29.0963
29.1002
29.1101
29.1272
29.1482
29.1714
29.1952
29.2188
29.2398
29.2582
29.2723
29.2824
29.2845
29.2818
29.274
29.2579
29.2343
29.2035
29.1652
29.1197
29.0669
29.0067
28.9395
28.8654
28.7847
28.6976
28.6044
28.5052
28.4004
28.2901
28.1751
28.0542
27.9307
27.7984
27.6712
27.5279
27.4077
27.2819
27.3115
26.0411
25.8675
25.7432
28.3228
28.357
28.3541
30.9259
30.7917
30.6744
32.6426
32.7239
32.7651
32.034
32.1369
32.3451
32.5278
32.7253
32.9123
33.0989
33.2804
33.4587
33.6326
33.8022
33.9669
34.1265
34.2806
38.6786
38.4663
38.2492
38.028
37.8029
37.5743
37.3426
37.1082
36.8708
36.632
36.3866
36.1467
35.8845
35.6796
34.6766
34.555
34.4365
36.0156
36.1213
36.1934
37.7074
37.5818
37.458
38.75
38.8717
38.9663
38.618
38.8891
41.3444
41.0225
40.1928
40.0597
39.9276
40.988
41.1226
41.234
42.23
42.0879
41.9477
42.8086
42.9541
43.079
42.987
43.3527
43.7339
41.6907
39.1971
39.4857
39.7744
40.0597
42.6788
42.3513
42.0222
44.1035
44.4703
44.8367
46.5957
46.193
45.7908
45.3862
44.9714
44.5656
43.8792
43.7256
43.5769
44.2562
44.4104
44.5601
45.176
45.0076
44.849
45.3554
45.5189
45.6943
45.7904
46.2327
47.1481
46.6783
46.1302
45.9459
45.7768
46.1097
46.2823
46.4735
46.7331
46.5357
46.3561
46.5093
46.6936
46.8961
47.2139
47.7105
48.2182
47.6259
46.6796
47.1171
47.5527
47.9897
49.032
48.5622
48.0946
48.7168
49.215
49.7166
50.2228
49.5055
48.4292
46.9998
45.2036
43.0059
40.3438
40.6263
40.9071
41.1859
43.9836
43.6585
43.3325
45.5711
45.9391
46.3074
46.6757
44.3076
41.4623
41.736
42.0066
42.2735
45.2684
44.9504
44.63
47.0436
47.4108
47.7769
49.8666
49.4548
49.0432
48.6322
48.2221
47.8132
47.4057
48.8715
49.3166
49.7644
50.9495
50.4642
49.9828
50.7343
51.2511
51.7732
52.3005
51.4386
50.2146
50.6669
51.1212
51.5771
52.9264
52.4273
51.9313
52.8328
53.3701
53.9121
54.4586
53.4283
52.0343
50.2782
48.1413
45.5835
42.5363
38.8857
34.4287
34.5706
34.7057
34.8336
34.954
35.0663
35.1702
35.2653
35.3511
35.4274
35.4937
35.55
35.5963
35.6325
35.6585
35.6736
40.9739
40.9159
40.8442
40.7588
40.6603
40.5491
40.4259
40.2912
40.1459
39.9905
39.8258
39.6525
39.4712
39.2826
39.0873
42.7944
43.0474
43.2945
46.5057
46.2028
45.8951
48.5037
48.8634
49.2197
49.5721
46.8032
43.535
43.7682
43.9933
44.2095
47.655
47.3788
47.0946
49.9196
50.2614
50.5965
53.1053
52.7123
52.3142
51.912
51.5066
51.0987
50.689
52.4922
52.9506
53.4087
54.9472
54.4391
53.9327
55.0094
55.5642
56.1226
56.6841
55.4564
53.8661
54.3221
54.7758
55.2263
56.9839
56.4755
55.966
57.2483
57.8146
58.3822
58.9504
57.4903
55.6726
53.4922
50.9239
47.9221
44.4157
44.6111
44.7947
44.9653
48.6571
48.4244
48.179
51.2422
51.5501
51.8462
52.1289
48.8756
45.122
45.2636
45.3894
45.4985
49.432
49.2645
49.0786
52.3964
52.6469
52.8785
55.9047
55.6045
55.286
54.9515
54.603
54.2425
53.8717
56.1136
56.5478
56.9737
58.9857
58.4926
57.9936
59.5181
60.0842
60.6473
61.2058
59.4713
57.3896
57.7934
58.183
58.5557
60.8609
60.4113
59.9472
61.7578
62.301
62.8328
63.3501
61.2931
58.909
56.1842
53.0893
49.5797
45.5903
41.0186
35.6799
35.6809
35.673
35.6604
35.6447
35.627
35.6104
35.598
35.5926
35.592
35.6053
35.6326
35.6766
35.7393
35.8226
35.9279
41.2819
41.1809
41.1059
41.0542
41.0238
41.0101
41.0112
41.0182
41.0327
41.0488
41.0627
41.0726
41.0729
41.0669
41.0504
45.6643
45.7204
45.7598
49.8942
49.8115
49.7065
53.2773
53.4408
53.5783
53.6887
49.9544
45.7798
45.7864
45.7839
45.7708
50.0074
50.0057
49.9907
53.7712
53.8246
53.8486
57.3635
57.2925
57.1859
57.0459
56.8737
56.6712
56.4406
59.2398
59.5451
59.8217
62.4514
62.092
61.7046
63.8495
64.3272
64.779
65.2004
62.779
60.0665
60.2765
60.449
60.5819
63.5327
63.3234
63.071
65.5869
65.9337
66.2361
66.489
63.6953
60.672
57.3967
53.8529
49.9936
45.7517
45.7311
45.7151
45.7088
49.9069
49.9378
49.9686
53.8366
53.8026
53.7569
53.7072
49.8854
45.7133
45.7392
45.7886
45.8664
49.9288
49.889
49.8779
53.6611
53.6329
53.6247
57.0536
57.1175
57.1931
57.2693
57.3353
57.3822
57.4033
60.7146
60.7227
60.6937
63.8669
63.8584
63.8064
66.6872
66.8226
66.8846
66.891
63.8251
60.6285
60.5343
60.4215
60.3038
63.431
63.5972
63.7328
66.8278
66.6919
66.4907
66.2419
63.2541
60.198
57.0223
53.6468
50.0009
45.975
41.4103
36.0562
36.2082
36.3839
36.584
36.809
37.0574
37.3282
37.6204
37.9327
38.2633
38.6105
38.9721
39.3461
39.7307
40.1237
40.5234
46.0746
45.6725
45.2735
44.8797
44.4935
44.1171
43.7531
43.4038
43.072
42.76
42.4701
42.2041
41.9642
41.7516
41.5669
46.1161
46.2899
46.4957
50.4361
50.2541
50.1088
53.706
53.8066
53.9488
54.1315
50.6532
46.7321
46.9972
47.2884
47.6024
51.4826
51.1804
50.9025
54.351
54.6027
54.881
57.9104
57.6676
57.4549
57.2791
57.1461
57.0595
57.0183
60.124
60.0956
60.1096
62.901
62.9654
63.0912
65.9783
65.7428
65.561
65.4476
62.8871
60.1774
60.2944
60.4548
60.6503
63.1582
63.0227
62.9294
65.4041
65.4133
65.4765
65.5737
63.3231
60.8717
58.1764
55.1803
51.8047
47.936
48.2858
48.6487
49.0217
52.8468
52.4909
52.1421
55.4947
55.8182
56.1459
56.4741
53.2068
49.4018
49.7863
50.1728
50.5592
54.2855
53.9282
53.568
56.8001
57.1219
57.4384
60.1365
59.8715
59.601
59.3216
59.0359
58.7463
58.4575
61.1094
61.3546
61.5972
63.8865
63.6975
63.5052
65.6829
65.8119
65.9532
66.1003
64.0529
61.8294
62.0521
62.2553
62.459
64.5681
64.3909
64.22
66.2592
66.4373
66.6143
66.7836
64.751
62.6649
60.3925
57.7471
54.6379
50.9438
46.4779
40.928
41.3358
41.7454
42.1556
42.5655
42.974
43.3806
43.7848
44.1862
44.5844
44.9793
45.3709
45.7591
46.144
46.5257
46.9043
52.1006
51.7586
51.4124
51.0616
50.706
50.3455
49.9798
49.6089
49.2328
48.8516
48.4658
48.0754
47.6807
47.2822
46.8809
51.3251
51.7021
52.0736
55.6597
55.3256
54.9846
58.0465
58.3408
58.629
58.909
55.9853
52.4386
52.7968
53.1486
53.4946
56.9124
56.6098
56.3018
59.1786
59.4346
59.6873
61.9976
61.7805
61.5596
61.3333
61.102
60.867
60.6306
62.869
63.0723
63.2723
65.3108
65.1319
64.9441
66.9458
67.0979
67.2397
67.3722
65.4823
63.4692
63.6645
63.8608
64.0501
65.958
65.8069
65.6477
67.4961
67.6119
67.7202
67.8219
66.1013
64.2314
62.2098
59.9368
57.2095
53.8347
54.1687
54.4965
54.8184
58.0663
57.7865
57.5009
60.1823
60.4235
60.6604
60.8931
58.3407
55.1346
55.4453
55.751
56.0519
59.1342
58.8743
58.61
61.1217
61.3464
61.5674
63.5761
63.3922
63.2049
63.0139
62.8192
62.6203
62.4173
64.4059
64.5746
64.738
66.4933
66.3681
66.2377
67.9176
68.0081
68.094
68.176
66.6138
64.8967
65.051
65.2013
65.3478
66.952
66.8427
66.7301
68.2546
68.3302
68.4032
68.474
67.0583
65.491
63.7568
61.7851
59.3899
56.3484
52.4385
47.28
47.6528
48.0231
48.3909
48.7564
49.1199
49.4815
49.8414
50.1996
50.5566
50.9123
51.2669
51.6207
51.9738
52.3263
52.6784
57.1721
56.8694
56.5656
56.2607
55.9543
55.6463
55.3365
55.0247
54.7108
54.3946
54.0759
53.7546
53.4304
53.1031
52.7726
56.6408
56.9293
57.2142
60.1345
59.8898
59.6417
61.9995
62.2109
62.4195
62.6255
60.3762
57.4958
57.7743
58.0499
58.3227
61.084
60.8507
60.6148
62.829
63.0302
63.2291
64.9483
64.7848
64.6192
64.4516
64.2817
64.1094
63.9345
65.6312
65.7685
65.9033
67.3627
67.2633
67.1619
68.543
68.6105
68.6766
68.7418
67.4603
66.0358
66.1663
66.295
66.422
67.745
67.6512
67.5564
68.8061
68.8699
68.9334
68.9966
67.838
66.5475
65.1099
63.4259
61.3149
58.593
58.8608
59.1263
59.3896
61.993
61.7693
61.5433
63.6206
63.8133
64.0038
64.1919
62.2142
59.6507
59.9099
60.1675
60.4238
62.8648
62.6495
62.4329
64.377
64.5588
64.7393
66.1976
66.0459
65.8933
65.7396
65.5845
65.428
65.2698
66.6718
66.795
66.9175
68.1142
68.0224
67.9304
69.0599
69.1232
69.1868
69.2506
68.2062
67.0396
67.1621
67.2854
67.408
68.4824
68.3906
68.2983
69.3145
69.3786
69.4427
69.5067
68.5737
67.5299
66.3484
64.9186
63.0789
60.6789
57.4739
53.0302
53.3818
53.7332
54.0846
54.436
54.7875
55.1392
55.491
55.8432
56.1957
56.5486
56.9019
57.2558
57.6102
57.9651
58.3207
61.9185
61.6259
61.3328
61.0393
60.7454
60.451
60.1561
59.8607
59.5647
59.268
58.9708
58.6729
58.3743
58.0749
57.7748
60.933
61.1859
61.4378
63.7144
63.5037
63.2919
65.0969
65.2741
65.4503
65.6253
63.924
61.6887
61.9384
62.1872
62.4349
64.5459
64.3397
64.1324
65.7993
65.9722
66.1439
67.3763
67.2325
67.0877
66.9418
66.7949
66.6471
66.4982
67.6508
67.771
67.8903
68.8448
68.7548
68.6645
69.5708
69.6348
69.699
69.7633
68.9344
68.0089
68.1266
68.2436
68.3598
69.2014
69.1127
69.0237
69.8278
69.8924
69.9572
70.0222
69.2898
68.4751
67.519
66.3144
64.7508
62.6816
62.9272
63.1718
63.4153
65.3578
65.1568
64.9544
66.4836
66.6514
66.8176
66.9822
65.5575
63.6578
63.8994
64.1402
64.3801
66.1501
65.9536
65.756
67.1454
67.3075
67.4687
68.4759
68.3433
68.2098
68.0753
67.939
67.8006
67.6605
68.5895
68.7031
68.8157
69.5542
69.466
69.378
70.0875
70.1532
70.2193
70.2858
69.6429
68.9275
69.0387
69.1492
69.2589
69.9082
69.8204
69.7318
70.3525
70.4189
70.485
70.5505
69.9953
69.3677
68.6075
67.6288
66.3455
64.6191
62.2107
58.6767
59.0334
59.3905
59.7482
60.1063
60.4648
60.8238
61.183
61.5426
61.9023
62.2621
62.622
62.9818
63.3414
63.7007
64.0595
66.4912
66.2149
65.9368
65.6571
65.3758
65.0931
64.8092
64.5241
64.2379
63.9507
63.6626
63.3736
63.0838
62.7934
62.5023
64.8571
65.094
65.3298
66.9247
66.7329
66.5398
67.7878
67.9455
68.102
68.2571
67.1152
65.5643
65.7976
66.0295
66.2599
67.6773
67.4915
67.3041
68.4108
68.563
68.7135
69.495
69.3724
69.2483
69.1227
68.9957
68.8675
68.7381
69.4755
69.5823
69.688
70.2518
70.1672
70.0817
70.6156
70.6803
70.7443
70.8078
70.3354
69.7925
69.8958
69.9978
70.0984
70.5801
70.4996
70.4181
70.8707
70.9328
70.9942
71.0549
70.6593
70.1975
69.616
68.8622
67.8613
66.4888
66.716
66.9415
67.1651
68.4019
68.2237
68.0434
69.009
69.1539
69.2968
69.4376
68.578
67.3869
67.6066
67.8242
68.0395
69.0934
68.9239
68.7521
69.5764
69.7131
69.8475
70.4084
70.3011
70.1918
70.0805
69.9673
69.8522
69.7351
70.2949
70.3903
70.4833
70.889
70.8137
70.7372
71.1148
71.1742
71.2333
71.2915
70.963
70.5747
70.6644
70.7523
70.8384
71.1762
71.1067
71.0356
71.3484
71.404
71.4582
71.7108
71.6716
71.6311
71.5894
71.5468
71.5034
71.4596
71.4155
71.371
71.3262
71.281
71.2355
71.1896
71.1436
71.0973
71.0509
71.0043
70.9576
70.9109
70.8642
70.8177
70.7717
70.7261
70.6811
70.6367
70.593
70.5498
70.5073
70.4653
70.4239
70.3831
70.3428
70.303
70.2637
70.225
70.1867
70.149
70.1118
70.0751
70.0389
70.0032
69.9679
69.9328
69.8979
69.863
69.8278
69.7923
69.7561
69.7189
69.6806
69.6408
69.5991
69.5551
69.5083
69.4582
69.4041
69.3456
69.2819
69.2122
69.1353
69.0501
68.9556
68.8508
68.7336
68.6018
68.4535
68.2901
68.1201
67.9564
67.828
67.7277
67.6609
67.6321
67.6523
67.7351
67.904
68.1519
68.4704
68.8429
69.2287
69.5442
69.7549
69.8562
69.8549
69.7815
69.6151
69.3712
69.0631
68.6985
68.2841
67.8262
67.3306
66.8025
66.2469
65.6689
65.0728
64.4626
63.8418
63.2134
62.58
61.9438
61.3066
60.6698
60.0346
59.402
58.7728
58.1476
57.5271
56.9116
56.3018
55.6977
55.0998
54.5083
53.9232
53.3447
52.7729
52.2079
51.6498
51.0985
50.5541
50.0162
49.4844
48.957
48.4303
47.8938
47.3735
46.9676
46.7582
46.567
46.5222
46.7195
46.9333
46.7916
46.5707
46.3673
46.0941
46.3053
46.5305
47.1082
47.6482
46.8899
46.3369
46.1327
45.9033
45.6882
45.1418
45.3666
45.5998
44.8753
44.6594
44.4289
43.5303
43.7623
43.995
44.9306
45.486
46.0985
47.4794
48.2122
48.7651
49.32
49.8806
49.2208
48.6343
48.0546
46.6874
47.2878
47.8949
45.6635
45.046
44.4337
43.8472
43.2134
42.7347
42.8163
42.6458
42.421
41.0913
41.3169
41.5565
39.7631
39.6417
39.47
37.5832
37.7267
37.9407
39.3823
39.6823
34.1074
33.8131
35.0211
35.1114
35.2165
32.7359
32.5974
32.6683
28.4757
28.8824
28.93
24.4735
24.4875
23.6478
20.4296
18.0632
17.9841
20.1355
19.5547
17.9158
16.9655
16.9211
16.9012
17.0563
18.054
20.2068
23.4487
23.5322
23.4669
28.2708
27.7896
23.446
23.7393
28.8149
28.2078
23.7915
24.1129
29.2159
34.6543
40.3254
40.8854
41.4957
42.1022
36.3227
35.757
35.1959
29.6821
28.6391
24.1729
24.5097
24.5675
29.1012
30.1561
29.5768
24.9756
24.9148
21.5402
20.866
21.3559
20.697
21.2126
20.5545
21.0352
20.3906
20.8946
20.252
20.7225
20.0925
20.5921
19.9594
20.4304
19.8166
20.3153
19.7106
20.2552
19.6584
17.9786
18.1078
18.0478
17.1561
17.138
17.0806
17.21
18.1961
18.1434
18.2976
18.2512
17.2986
17.2793
17.226
17.356
18.409
18.3637
18.5266
18.4822
17.4456
17.4309
17.3706
17.5069
18.6453
18.5983
18.7663
18.7203
17.5995
17.5844
17.5218
17.663
18.8887
18.84
19.0136
18.9661
17.7589
17.7434
17.6784
17.825
19.14
19.0897
21.0133
21.686
21.1874
19.2202
19.2691
17.9084
17.8408
17.9244
17.9931
19.3998
21.8778
25.3321
30.6469
30.0674
25.3973
25.7627
31.155
36.9174
42.7324
46.2961
48.5135
49.8166
50.4487
51.0249
51.6096
52.2028
51.6645
51.0381
50.4221
49.1438
49.7865
50.442
51.1105
52.3017
52.8047
53.4152
54.0344
54.6623
54.279
53.6088
52.9497
51.7924
52.488
53.1977
51.1421
50.4007
49.6766
48.9692
48.2779
47.6023
46.9417
43.3749
44.0358
44.7132
38.7892
38.1471
37.5208
31.6766
30.5727
25.8317
26.207
26.2804
31.0938
32.2159
31.6315
26.7436
26.6657
22.9533
22.2165
22.7422
22.0255
22.5831
21.8622
22.3787
21.6771
22.2248
21.5193
22.0269
21.3399
19.3479
19.5331
19.4829
18.0962
18.0797
18.0094
18.1676
19.6685
19.615
19.8064
19.7547
18.2747
18.2576
18.1845
18.349
19.9465
19.8916
20.0893
20.0362
18.4602
18.4425
18.3665
18.5376
20.2344
20.1779
22.3856
23.1178
22.5829
20.3278
20.3823
18.6348
18.5557
18.6532
18.7337
20.5327
23.3362
27.1397
32.7715
32.1866
27.2225
27.6297
33.3458
39.4528
45.4092
46.1239
46.8583
47.6133
41.57
40.8417
40.136
33.9389
32.7601
27.7176
28.1367
28.23
33.3531
34.5523
33.9666
28.7607
28.6615
24.5669
23.7613
24.3248
23.5431
24.1422
23.3546
23.9085
23.1437
23.7322
22.9621
23.5064
22.7582
20.4747
20.686
20.63
18.8541
18.8349
18.7525
18.9379
20.8419
20.7824
21.0009
20.9434
19.0632
19.0433
18.9575
19.1504
21.1626
21.1015
21.3275
21.2686
19.281
19.2602
19.1708
19.3719
21.4953
21.4326
23.9569
24.7562
24.1828
21.6061
21.6665
19.4863
19.3932
19.5079
19.6026
21.8407
25.0071
29.2053
35.187
34.6018
29.3106
25.2035
24.3861
21.7764
22.0184
21.9566
24.6201
25.4637
29.769
35.8442
42.3226
48.3898
51.9013
53.9217
54.9605
55.2989
55.9441
56.5979
57.2601
57.0737
56.3578
55.6534
54.6604
55.414
56.183
56.9675
57.8012
57.9306
58.6092
59.2956
59.9897
60.0525
59.2908
58.5403
57.7677
58.584
59.4164
57.7676
56.866
55.9867
55.1289
54.2921
53.4757
52.679
49.1886
50.0111
50.8581
44.7402
43.9062
43.1008
36.5252
35.26
29.8809
30.3539
30.4728
35.9425
37.2316
36.651
31.0879
30.9612
26.43
25.5455
26.1497
25.2934
25.9377
25.074
25.6676
24.8314
22.1335
22.1994
19.8431
19.7444
19.7218
19.6248
19.8663
19.9674
22.3839
22.3206
19.991
20.0939
22.5719
22.5044
22.7637
22.6988
20.248
20.2234
20.118
20.3552
22.9591
22.8898
25.7728
26.6507
26.0355
23.0919
23.1584
20.4903
20.3805
20.516
20.6277
23.3614
26.9417
31.5925
37.9651
37.3871
31.7275
32.2495
38.7274
45.6047
51.7308
52.6304
53.5583
54.5157
48.4015
47.4332
46.5017
39.5205
38.1528
32.3934
32.9338
33.0874
38.9501
40.3468
39.7817
33.8116
33.6475
28.6035
27.6265
28.2769
27.3287
28.0272
27.0749
27.7132
26.7894
27.4737
26.5449
27.1715
26.2712
23.2903
23.5686
23.5005
20.7952
20.7684
20.654
20.9115
23.7795
23.7067
23.9949
23.9251
21.0861
21.0581
20.939
21.2071
24.2141
24.1393
24.438
24.3663
21.3886
21.3596
21.2357
21.5144
24.6656
24.5887
27.8901
28.8639
28.2008
24.8244
24.898
21.6727
21.5441
21.7028
21.8331
25.1341
29.2037
34.3928
41.2089
40.6502
34.5684
35.1724
42.1098
49.4093
55.504
58.692
60.2651
60.8253
60.6907
61.3982
62.1111
62.8287
63.2052
62.4022
61.6087
61.13
62.011
62.9079
63.8202
64.0169
63.5496
64.272
64.994
65.713
66.4917
65.6614
64.836
64.7472
65.6878
66.6403
65.8339
64.7413
63.6723
62.6276
61.6073
60.6115
59.6399
56.5247
57.5791
58.6686
52.699
51.555
50.4595
43.0531
41.5589
35.3607
35.9895
36.192
42.5119
44.0432
43.5137
37.0669
36.8483
31.1609
30.0711
30.7769
29.7171
30.4809
29.4219
30.1125
29.0832
29.8291
28.7989
29.4753
28.4745
25.0549
25.375
25.2991
22.0277
21.9968
21.8638
22.1623
25.6195
25.5377
25.8687
25.7902
22.3617
22.3304
22.1935
22.4995
26.1211
26.0361
26.378
26.2963
22.7013
22.6703
22.5309
22.8408
26.6375
26.5487
30.3776
31.4704
30.7481
26.8154
26.9012
23.0111
22.8712
23.0404
23.1785
27.1665
31.8714
37.7543
45.085
44.57
37.9917
38.7148
46.1845
53.8948
59.7945
60.9581
62.1605
63.4027
57.8265
56.4551
55.1458
47.3486
45.6873
38.9744
39.7393
40.0258
46.8732
48.5846
48.1361
41.1585
40.8399
34.24
32.9868
33.7658
32.551
33.4016
32.1986
32.9579
31.7888
32.616
31.4555
32.1957
31.0669
27.0731
27.4356
27.3449
23.3675
23.3423
23.2062
23.4988
27.7055
27.6062
27.9791
27.8822
23.6629
23.6459
23.5205
23.7787
28.2533
28.1472
28.5325
28.429
23.8979
23.8947
23.7895
23.9906
28.8148
28.7019
33.3669
34.6342
33.8362
28.9965
29.1058
24.066
23.9865
24.055
24.1191
29.4057
35.1493
42.031
49.9013
49.4858
42.3879
35.5844
34.2575
29.2878
29.722
29.6099
34.7707
36.1549
43.3302
51.309
59.2645
64.6854
66.9489
67.6026
67.3233
66.4264
67.1307
67.8219
68.4958
69.7889
68.9765
68.1529
68.5717
69.5443
70.5171
71.4872
70.5848
69.1469
69.7698
70.3586
70.9072
72.8191
72.1057
71.3588
72.4502
73.3985
74.3244
75.1411
73.9532
72.7663
71.5817
70.4044
69.2373
68.0844
66.009
67.373
68.7765
64.0391
62.3632
60.7743
52.8208
50.9346
43.7327
44.7598
45.218
52.4985
54.4548
54.1994
46.8841
46.3517
38.6184
37.0477
37.8637
36.3926
37.2932
35.8245
36.6464
35.2526
29.9398
30.0582
24.1805
24.1318
24.1551
24.1012
24.1545
24.207
30.4226
30.314
24.1806
24.2437
30.823
30.7115
31.2672
31.1713
24.2896
24.3063
24.2201
24.4097
31.7703
31.6778
37.7251
39.305
38.5042
32.2706
32.35
24.5831
24.4038
24.6032
24.863
33.0579
40.226
48.154
56.2246
56.0558
48.7919
50.2312
58.1712
65.8179
70.2191
71.6989
73.2108
74.7613
71.701
69.6353
67.6889
60.2795
58.0956
50.9605
52.6069
53.4866
60.3289
62.5118
62.7855
56.4779
55.3281
46.9092
44.9672
45.5456
43.6753
44.3877
42.4679
43.1054
41.3059
42.1119
40.2958
41.0386
39.3421
32.9697
33.7975
33.7657
25.3133
25.3006
24.9152
25.8132
34.686
34.68
35.6631
35.7489
26.7078
26.4714
25.9804
27.392
36.8211
36.8976
38.041
38.165
28.6215
28.3784
27.5817
29.5028
39.3546
39.553
46.2918
48.1865
47.7622
41.3916
40.9006
30.8263
29.861
31.3931
32.7523
43.4109
49.8258
58.835
64.9483
65.2605
65.9396
61.0888
49.5384
48.9741
44.9263
36.5243
26.5913
24.178
26.2141
36.2114
35.5497
26.0711
27.2494
38.9049
49.8914
49.612
39.6308
36.5536
26.6755
27.9181
27.5819
38.2833
41.8965
53.9133
68.7723
76.1275
77.898
77.4882
76.0672
74.1162
71.8567
71.4097
73.4932
75.2185
76.324
76.3542
74.1277
72.2395
72.5467
75.173
74.6807
76.87
77.6127
78.2762
75.5772
72.7588
72.8517
72.8407
72.6741
75.9954
76.0032
75.8691
78.8422
79.288
79.5504
83.2374
82.5178
81.6737
80.7348
79.7169
78.629
79.4753
81.0308
80.6841
78.3934
72.0413
75.9613
79.1679
82.8667
82.5515
84.0378
85.4306
86.7085
89.2624
87.1958
85.0706
82.7154
86.0721
89.4289
83.5431
79.8261
78.4314
75.1061
73.5817
69.211
68.6219
64.1393
64.2023
58.6035
57.8797
53.2695
42.8476
39.6701
28.7839
29.1719
30.4053
30.321
41.7663
45.6245
44.1671
32.5503
32.3108
36.3683
48.6474
49.2579
41.002
42.6722
53.3256
52.3533
43.6297
45.8102
55.1838
55.171
46.4132
34.0354
32.5385
31.9419
29.6229
29.3319
24.9996
35.064
48.5719
58.3675
57.7717
49.1343
51.5349
60.384
60.8905
52.6719
55.6821
63.937
63.835
64.433
58.1178
47.7725
41.6619
39.4763
37.9428
36.3385
28.7283
33.6473
33.3453
47.7481
47.9458
34.6231
36.9664
52.6712
67.1644
70.0217
74.9048
78.4647
85.4238
88.4862
92.5937
91.2079
87.8253
83.7674
79.6165
75.7342
72.3181
71.8272
71.3216
70.8636
74.0903
74.6656
75.2447
79.3491
78.8198
78.1427
77.4353
73.576
70.481
70.1888
69.9902
69.8841
72.5874
72.822
73.1507
76.7713
76.1938
75.722
79.1874
80.0152
80.978
82.0101
82.9737
83.6883
83.9538
88.646
88.9006
88.4618
94.3008
93.9673
92.9014
95.5064
97.9359
99.8596
100.59
93.6399
87.3604
85.8953
84.3926
83.0435
87.5484
89.7235
91.9124
99.4749
96.8027
93.2773
90.3252
85.7683
81.9308
78.5043
75.347
72.4308
69.8486
69.8782
69.9543
70.0593
72.2892
72.2981
72.3386
75.0475
74.8102
74.623
74.4751
72.3035
70.1839
70.3089
70.4213
70.5161
72.3657
72.3516
72.3284
74.3547
74.2522
74.1606
75.9048
76.1245
76.3786
76.6762
77.0266
77.4407
77.9294
80.9893
80.1771
79.4829
82.0047
83.0597
84.3092
88.0457
86.1729
84.6275
83.3774
81.1221
78.8916
78.3893
77.9624
77.5975
79.2344
79.7603
80.3821
82.3552
81.5125
80.8092
82.314
83.2105
84.3053
85.6721
87.3971
89.6646
92.492
96.3225
101.439
107.023
108.271
106.803
102.975
98.5673
95.3556
93.0728
90.5237
85.486
82.3308
71.6281
67.8558
67.1546
62.5364
61.6114
55.4611
56.0969
51.172
36.9127
40.2655
40.9956
46.4477
52.8565
55.614
57.9821
43.1709
39.2807
38.3019
31.2592
44.6632
61.0191
62.8147
72.4347
75.9422
77.6713
68.9715
66.2654
50.2568
47.5603
53.4292
37.2287
44.8569
62.2505
73.6176
81.0847
89.1123
92.1413
83.4437
82.2388
75.7415
63.7752
45.9683
49.3839
66.2974
66.9537
50.4463
57.0643
73.6191
87.4281
91.5761
80.6713
75.6367
65.0707
69.0776
72.6736
82.9809
87.3031
96.7846
100.49
93.1953
89.4587
80.1468
76.8912
58.8713
55.885
50.7229
48.3896
39.4626
63.6957
67.7542
84.7443
89.2959
95.6664
98.0457
104.479
108.124
104.302
110.084
110.951
114.03
114.583
117.485
114.792
115.485
115.492
118.761
122.765
117.138
112.916
109.1
105.008
101.103
95.8872
90.8116
83.8568
80.2049
78.2005
58.9506
49.1151
61.22
67.326
74.3872
85.5506
67.4015
55.0815
72.1713
91.0311
96.6879
102.261
107.851
98.5415
85.9739
80.5141
66.1152
80.0356
85.0667
102.38
109.155
94.7587
108.812
116.316
121.317
115.078
122.535
125.281
125.656
126.603
133.222
129.157
128.328
123.324
110.772
99.413
91.7924
74.6062
91.0055
110.083
120.098
129.085
137.291
134.542
124.623
103.493
136.947
141.412
139.936
132.771
121.49
105.76
98.1035
93.687
90.3498
93.3735
98.4085
106.881
114.942
123.599
139.477
141.23
144.382
148.235
143.724
123.779
156.545
152.086
149.604
160.442
149.401
138.261
123.175
112.892
103.051
117.487
127.424
134.753
148.534
165.687
167.389
153.445
167.639
175.227
157.593
132.24
111.006
136.947
166.184
177.442
179.685
167.63
176.13
181.049
181.186
172.427
142.254
111.755
137.535
172.529
178.325
172.833
164.196
156.705
165.649
147.021
149.548
122.038
136.025
103.456
123.477
88.8179
114.006
84.2437
104.49
93.5444
62.6105
85.6572
77.1928
45.1664
75.2122
48.6709
71.4785
62.767
38.5294
62.098
54.0019
32.7101
54.0749
47.7334
28.1506
49.6502
42.5463
24.6146
44.6411
39.0178
22.1711
42.1209
35.9681
19.8417
41.6369
32.389
26.7423
14.919
32.2219
27.2222
14.762
30.8949
25.9002
13.1878
30.0432
24.4131
13.0424
28.1199
23.2781
11.624
27.4123
22.2611
11.7145
25.9415
20.9254
10.4807
25.3453
20.2634
10.2533
24.0376
18.8043
9.52601
23.4184
18.1722
9.29185
22.2857
16.72
8.68014
21.6906
16.202
8.50257
20.5972
14.5978
7.90842
20.0199
14.2632
7.78258
18.937
12.7386
7.17789
18.2658
12.3745
7.03788
17.0896
11.1091
6.49678
16.468
10.5697
6.32658
14.8499
9.46367
5.92369
13.09
6.63648
16.8092
10.3981
6.06221
14.7238
9.37415
5.84586
13.5799
9.04409
5.73477
13.0337
8.4301
5.52317
12.3393
6.21911
17.0471
10.115
5.94445
14.3677
9.14893
5.80344
13.1996
8.28098
5.67842
10.9549
6.07177
13.9014
8.44932
5.64529
11.7058
7.63034
5.52213
10.4332
5.87655
14.1335
8.63527
5.67963
11.8591
7.53481
5.58944
9.79166
5.86398
12.1618
7.53267
5.53271
10.206
5.97622
12.5227
7.62822
5.67976
9.87892
5.99039
12.2783
7.68284
5.73698
10.2327
6.88783
5.69964
8.85882
5.82877
11.2217
7.09381
5.68564
8.96858
5.91997
10.6864
6.89223
5.67758
8.6034
5.81256
10.8327
6.86801
5.76017
8.58461
5.96325
10.2192
6.68331
5.81945
8.19913
5.87302
10.1858
6.61444
5.88195
8.03408
6.08556
9.31836
6.21149
10.6964
6.89524
6.12004
8.28963
6.22061
9.93821
6.70075
6.12102
7.84722
6.32576
8.75779
6.34349
9.9604
6.76144
6.19005
8.00793
6.31171
9.5621
6.67789
6.11243
7.64321
6.47263
8.60325
6.46592
9.65807
6.73607
6.1714
7.61049
6.46179
8.91383
6.58254
6.06753
7.1805
6.42026
7.86233
6.5473
8.6729
6.49748
6.04993
7.07491
6.33146
7.72281
6.48035
8.83254
6.52046
6.12568
7.13442
6.38561
7.63579
6.72473
8.35025
6.81954
9.20757
6.84153
6.41263
7.37042
6.61486
7.93728
6.92259
8.95949
6.84883
6.48273
7.38714
6.63952
7.82961
6.98329
8.69953
6.82007
6.53236
7.18151
6.53081
7.44969
6.66195
7.74233
6.91137
8.7159
6.8555
6.60093
7.28473
6.68449
7.60968
6.83791
7.99383
7.16937
8.83426
7.07338
6.83119
7.40537
6.85354
7.73677
6.9815
8.35132
6.93819
6.74994
7.25322
6.77867
7.4687
6.81774
7.68225
6.9508
7.98826
7.22246
8.69916
7.17929
7.06361
7.48043
7.03733
7.67914
7.06828
7.86285
7.15728
8.5307
7.16487
7.08807
7.48483
7.08856
7.66808
7.14309
7.92155
7.25811
8.45337
7.21989
7.21893
7.46115
7.13609
7.57161
7.13331
7.6483
7.16419
7.96241
7.32826
8.5149
7.31179
7.31233
7.62704
7.31638
7.77297
7.35567
7.94393
7.41828
8.26104
7.27608
7.35717
7.46041
7.26795
7.49611
7.19617
7.64954
7.28144
7.85374
7.35617
8.38194
7.40018
7.47249
7.63023
7.44618
7.76272
7.46712
7.88046
7.54767
8.0769
7.64602
8.41834
7.48711
7.64234
7.67464
7.5794
7.73816
7.54939
7.92424
7.64731
8.12034
7.70759
8.63494
7.6934
7.83139
7.90892
7.84576
8.0592
7.86268
8.16706
7.93966
8.33384
8.04799
8.57785
8.17554
9.03478
8.10399
8.27478
8.29073
8.26393
8.38554
8.23552
8.40424
8.23048
8.62016
8.29058
8.97815
8.12511
8.34794
8.36551
8.38544
8.49566
8.40648
8.62833
8.47059
8.80637
8.52317
9.17591
8.33216
8.66707
8.44479
8.53306
8.52878
8.5418
8.57636
8.54047
8.80905
8.59041
9.14751
8.35468
8.69736
8.5778
8.68711
8.70463
8.74248
8.84881
8.83115
8.99452
8.93092
9.20199
9.02546
9.52767
8.71686
9.17241
8.7986
8.99982
8.87504
8.95369
9.04682
9.07581
9.22103
9.10754
9.68831
8.9127
9.36084
9.07435
9.24114
9.24116
9.31961
9.38491
9.41871
9.56384
9.51855
9.90609
9.14622
9.71731
9.20758
9.50454
9.29629
9.45059
9.51295
9.59119
9.69346
9.65042
10.1673
9.41524
9.96806
9.56999
9.797
9.73107
9.85966
9.88562
9.96878
10.0653
10.0709
10.4054
9.6716
10.3575
9.72221
10.1253
9.79155
9.9976
10.0088
10.0722
10.3523
9.69511
10.4032
9.84076
10.2581
9.9456
10.2193
10.1336
10.3045
10.3363
10.3944
10.7231
10.0681
10.8789
10.1406
10.6896
10.1729
10.5687
10.2673
10.4185
10.6968
10.1013
10.9369
10.204
10.7473
10.3496
10.7201
10.5218
10.7752
10.7677
10.8904
11.0838
10.4721
11.3898
10.538
11.1662
10.6257
11.0264
10.9046
11.0781
11.2932
10.7165
11.6179
10.8846
11.4609
11.0167
11.4192
11.2574
11.45
11.5762
11.0147
12.0348
11.0729
11.7638
11.1832
11.6144
11.479
11.6753
11.8818
11.3297
12.2983
11.517
12.1683
11.6755
12.1452
11.9156
12.1472
12.2486
11.7127
12.8017
11.7791
12.5008
11.9112
12.2034
12.3401
11.8057
12.9725
11.9568
12.727
12.117
12.6861
12.3712
12.6298
12.7913
12.2616
13.4863
12.387
13.2086
12.4794
12.8396
12.8914
12.3321
13.6657
12.586
13.368
12.7635
13.1284
13.2007
12.6708
14.1208
12.8135
13.7768
12.8869
13.3587
13.26
12.7025
14.267
12.9679
13.911
13.1339
13.5752
13.5866
13.0614
14.7613
13.2863
14.3058
13.3554
13.8288
13.7827
13.2144
14.8316
13.5442
14.2856
13.8065
13.2403
15.2714
13.5517
14.7551
13.7035
14.318
14.1686
13.6078
15.4565
13.9862
14.7111
14.3519
13.8052
16.0287
14.1626
15.4626
14.2486
14.8982
14.7098
14.1217
16.0401
14.5438
15.3907
14.8854
14.2859
16.5337
14.7028
15.5847
15.1208
14.5143
16.9055
15.0073
16.0487
15.3085
14.6994
17.2235
15.1795
16.1258
15.6072
14.986
17.4378
15.511
16.6014
15.8596
15.2259
17.882
15.7466
16.7354
16.1761
15.5396
18.2543
16.1345
17.2426
16.5105
15.8594
18.5474
16.4388
17.2564
17.0342
16.3511
18.3258
17.0724
16.3908
19.578
17.0299
18.2573
17.4186
16.7891
19.4266
17.4741
16.7459
20.3695
17.466
18.5662
18.0615
17.3556
19.7283
18.0956
17.4002
20.9718
18.1281
19.3787
18.5604
17.8779
20.4967
18.658
17.9231
20.9536
18.6675
17.9631
21.3978
18.9069
18.1214
21.6257
18.9467
18.2335
22.005
19.1915
18.3443
22.3886
19.254
18.5521
22.7122
19.6138
18.806
22.747
19.7257
18.9879
23.0854
20.078
19.2349
23.0745
20.163
19.3518
23.4715
20.6325
19.8091
23.2184
20.8702
20.7793
20.3883
24.2895
21.1989
20.188
24.3393
21.3099
21.361
20.9613
25.5604
21.8452
20.8493
25.1323
22.1867
22.2371
21.8115
25.9815
22.6365
22.571
21.946
25.3915
23.1075
22.392
23.1968
22.6367
26.8597
23.1822
22.9326
23.3384
22.6612
25.3924
23.3511
23.0222
22.9695
22.7578
23.0688
22.1559
26.472
22.9604
23.1277
23.0271
22.8124
22.4341
22.2143
21.8178
21.5685
21.1798
21.0829
20.7683
20.8573
20.714
20.9608
20.8608
21.3788
21.296
22.2056
22.141
23.5285
23.4514
25.3492
25.2403
27.6603
27.4753
30.3958
30.1
33.385
32.958
36.5992
36.0416
40.0165
39.3271
43.6244
42.7953
47.3657
46.4101
51.1601
50.024
55.0168
53.7664
58.9519
57.4637
62.7807
61.145
66.5534
64.7358
70.176
68.1872
73.6557
71.4906
76.9311
74.6058
80.0271
77.5391
82.8905
80.2608
85.5575
82.7889
87.9867
85.1103
90.2385
87.2472
92.2556
89.177
94.0968
90.9224
95.709
92.4686
97.1597
93.8421
98.3936
95.0302
99.4849
96.0622
100.378
96.9272
101.147
97.6549
101.743
98.2362
102.229
98.6985
102.604
99.052
102.892
99.3071
103.065
99.4612
103.151
99.5261
103.136
99.5074
103.054
99.4178
102.883
99.298
102.696
99.0702
102.406
98.84
102.113
98.5163
101.74
98.169
101.343
97.7929
100.911
97.394
100.469
96.9791
100.005
96.5506
99.5374
96.1138
99.0567
95.67
98.5779
95.2241
98.0928
94.7766
97.614
94.3317
97.1343
93.8896
96.6647
93.454
96.1982
93.0245
95.7445
92.6044
95.297
92.1929
94.8641
91.7925
94.4392
91.402
94.0297
91.0238
93.6296
90.6563
93.2452
90.3017
92.871
89.9582
92.5126
89.6281
92.1649
89.3091
91.8327
89.0033
91.511
88.7085
91.2044
88.4267
90.9083
88.1554
90.6264
87.8967
90.3548
87.6481
90.0967
87.4115
89.8483
87.1842
89.6123
86.9681
89.3853
86.7605
89.1699
86.5635
88.963
86.3745
88.7669
86.1954
88.5787
86.0235
88.4002
85.8607
88.2289
85.7044
88.0665
85.5565
87.9106
85.4143
87.7628
85.2798
87.6209
85.1504
87.4863
85.0283
87.3572
84.9106
87.2348
84.7997
87.1173
84.6927
87.0058
84.5919
86.8989
84.4945
86.7974
84.4029
86.6997
84.3139
86.607
84.2306
86.5182
84.1497
86.4337
84.0737
86.3522
83.9995
86.2746
83.93
86.2001
83.8623
86.1294
83.799
86.0611
83.7366
85.9956
83.6782
85.9327
83.6211
85.8729
83.5679
85.8153
83.5152
85.7598
83.4659
85.706
83.4174
85.6551
83.3727
85.6064
83.3289
85.56
83.288
85.515
83.2476
85.4723
83.2102
85.4313
83.1736
85.3925
83.1395
85.3547
83.1058
85.3189
83.0743
85.284
83.0434
85.2509
83.0142
85.2183
82.985
85.1872
82.958
85.1574
82.9319
85.1295
82.9071
85.1011
82.8813
85.073
82.8565
85.0458
82.8333
85.0219
82.8128
84.9984
82.7913
84.9739
82.7684
84.9478
82.7455
84.9244
82.726
84.9037
82.7084
84.8841
82.6899
84.8615
82.6687
84.8381
82.6479
84.8161
82.6298
84.7981
82.6146
84.7758
82.6198
84.7749
82.5916
84.7508
82.5692
84.7272
82.5492
84.707
82.5333
84.6912
82.5196
84.6743
82.5029
84.6541
82.4827
84.6313
82.4632
84.6131
82.4495
84.6001
82.4394
84.5885
82.4269
84.5705
82.4076
84.5482
82.3871
84.5279
82.3723
84.5165
82.3647
84.5078
82.3557
84.4939
82.3384
84.4706
82.3153
84.4477
82.2975
84.4335
82.2897
84.4284
82.2853
84.419
82.2715
84.3977
82.2468
84.3694
82.223
84.3513
82.2137
84.3477
82.2144
84.3465
82.2075
84.3282
82.1819
84.2958
82.151
84.2692
82.1358
84.2648
82.1394
84.269
82.1395
84.2581
82.1174
84.2236
82.0806
84.189
82.0565
84.1769
82.0573
84.1851
82.065
84.1825
82.0496
84.1512
82.0094
84.1063
81.9733
84.0843
81.9682
84.0909
81.9786
84.0939
81.9664
84.0604
81.9204
84.0087
81.8777
83.9816
81.8712
83.9904
81.8829
83.9904
81.8641
83.948
81.8084
83.8878
81.7629
83.8653
81.7644
83.8808
81.7787
83.8818
81.7278
83.8032
81.6695
83.7277
81.6115
83.7092
81.661
83.7478
81.6285
83.7073
81.5717
83.5678
81.289
83.1647
79.9156
81.8751
77.7673
69.8854
66.4421
42.0314
42.5923
43.0217
40.7851
44.8804
43.437
40.2891
45.61
43.3004
40.4756
45.6377
43.3
40.279
45.6526
43.2803
40.4212
45.6662
43.2859
40.2785
45.6437
43.2741
40.3999
45.66
43.291
40.2783
45.6612
43.2774
40.3843
45.6867
43.2809
40.2719
45.6516
43.2758
40.3749
45.6731
43.2714
40.2637
45.6484
43.2782
40.3671
45.6847
43.2778
40.2571
45.6574
43.275
40.3599
45.6794
43.266
40.2481
45.6458
43.2669
40.3495
45.6782
43.2676
40.2384
45.6538
43.2688
40.3411
45.6821
43.2601
40.2279
45.6442
43.2541
40.328
45.6682
43.2491
40.2148
45.6384
43.2508
40.3158
45.6712
43.2465
40.2025
45.6377
43.2402
40.3017
45.6593
43.2289
40.1872
45.6199
43.2242
40.2851
45.6479
43.2205
40.1713
45.6177
43.2191
40.2689
45.6463
43.21
40.1544
45.6066
43.2008
40.2503
45.6276
43.1902
40.1352
45.5896
43.186
40.2302
45.6183
43.1794
40.1157
45.5825
43.1723
40.2105
45.6054
43.1593
40.095
45.5623
43.1492
40.1878
45.5846
43.1391
40.0723
45.5461
43.1326
40.1652
45.5722
43.1224
40.0495
45.5316
43.112
40.1409
45.5527
43.0982
40.0244
45.5087
43.0877
40.1149
45.5317
43.0763
39.9985
45.4906
43.0664
40.0882
45.5134
43.0522
39.9714
45.4677
43.0385
40.0602
45.4868
43.0231
39.9428
45.4411
43.0108
40.0306
45.4628
42.9965
39.9132
45.4173
42.9826
40.0005
45.4366
42.9654
39.8824
45.3877
42.9497
39.9682
45.4062
42.9326
39.8498
45.3577
42.9172
39.935
45.3767
42.899
39.8163
45.3261
42.8809
39.9004
45.342
42.86
39.7812
45.2883
42.84
39.8647
45.3028
42.818
39.7453
45.248
42.7969
39.8288
45.2625
42.7921
39.7092
45.2146
42.7622
39.7889
45.2315
42.7401
39.6689
45.177
42.7192
39.7474
45.1913
42.6965
39.6277
45.1367
42.6745
39.704
45.1488
42.6496
39.585
45.0927
42.6261
39.6581
45.1025
42.5999
39.5403
45.0466
42.576
39.6106
45.055
42.5482
39.4941
44.9985
42.5229
39.5607
45.0039
42.4929
39.4456
44.9468
42.4668
39.5085
44.9504
42.4355
39.3952
44.8935
42.4084
39.4539
44.8944
42.3747
39.3425
44.8369
42.3465
39.3968
44.8349
42.3109
39.2874
44.7776
42.2818
39.3368
44.7728
42.2439
39.2298
44.7153
42.2137
39.2741
44.7074
42.1734
39.1695
44.65
42.1421
39.2083
44.6388
42.0994
39.1064
44.5815
42.0671
39.1392
44.567
42.0218
39.0403
44.51
41.9886
39.0666
44.4922
41.9409
38.9707
44.4359
41.9069
38.9898
44.415
41.8572
38.897
44.3606
41.8238
38.9078
44.3387
41.7738
38.8179
44.2885
41.7427
38.8178
44.2675
41.6917
38.73
44.2158
41.6593
38.728
44.1935
41.6065
38.6374
44.1404
41.5723
38.6338
44.1165
41.5174
38.5403
44.0618
41.4812
38.5349
44.0364
41.4242
38.4384
43.9802
41.3862
38.4312
43.9531
41.3269
38.3314
43.8952
41.2867
38.3223
43.8664
41.2252
38.219
43.8068
41.1829
38.2079
43.7763
41.1189
38.101
43.715
41.0743
38.0877
43.6827
41.0077
37.9769
43.6195
40.9606
37.9612
43.5854
40.8914
37.8463
43.5202
40.8417
37.8281
43.4841
40.7696
37.7088
43.4169
40.7171
37.6878
43.3787
40.6418
37.5637
43.3093
40.5862
37.5398
43.2687
40.5075
37.4105
43.1969
40.4487
37.3833
43.1539
40.3663
37.2484
43.0794
40.3038
37.2176
43.0336
40.2173
37.0765
42.9562
40.1509
37.0418
42.9075
40.0599
36.894
42.8268
39.9891
36.8548
42.7747
39.8929
36.6997
42.6902
39.817
36.6554
42.6342
39.7152
36.4922
42.5453
39.6336
36.4422
42.4848
39.5252
36.2699
42.3909
39.4372
36.2136
42.3253
39.3216
36.0313
42.2256
39.2263
35.9679
42.154
39.1023
35.7744
42.0475
38.9985
35.703
41.9687
38.8649
35.4971
41.8542
38.7515
35.4166
41.7671
38.607
35.197
41.6432
38.4824
35.1064
41.5462
38.3255
34.8715
41.4114
38.1882
34.7697
41.3028
38.0171
34.518
41.1552
37.8654
34.4038
41.0331
37.6782
34.1337
40.8706
37.51
34.006
40.7327
37.3045
33.7158
40.5527
37.1175
33.5735
40.3961
36.8912
33.2618
40.1958
36.6833
33.1041
40.0184
36.4358
32.7696
39.8001
36.2031
32.5952
39.5943
35.9329
32.2366
39.3566
35.6723
32.045
39.1171
35.3772
31.6618
38.8571
35.0852
31.4532
38.5783
34.7616
31.0455
38.2912
34.4361
30.8215
37.9718
34.1139
30.3908
37.67
33.741
30.1517
37.3121
33.3941
29.6972
36.9851
32.9935
29.4447
36.5888
32.59
28.9674
36.2187
32.1791
28.7056
35.7848
31.7484
28.2097
35.3806
31.3126
27.9424
34.9102
30.858
27.4321
34.474
30.4012
27.1642
33.9691
29.9253
26.6406
33.5033
29.4504
26.377
32.9649
28.9564
25.8441
32.4708
28.4694
25.591
31.9025
27.9649
25.0557
31.3859
27.4737
24.8199
30.7942
26.9674
24.2898
30.2624
26.4804
24.0789
29.6544
25.9821
23.5628
29.116
25.5107
23.3849
28.5041
25.0299
22.8924
27.9662
24.5873
22.7563
27.3665
24.1332
22.2977
26.8349
23.7321
22.2123
26.2613
23.3171
21.7998
25.7459
22.9723
21.7746
25.2168
22.6137
21.4211
24.743
22.3292
21.5064
24.2396
22.025
21.194
23.812
21.7743
21.4446
23.298
21.5161
21.1702
22.9033
21.335
21.6468
22.4348
21.154
21.3836
22.1667
21.0979
22.0606
21.86
21.0745
21.7933
21.7922
21.1989
22.6303
21.6447
21.2867
22.419
21.7057
21.501
23.517
21.5774
21.5684
23.353
21.7571
21.8651
24.7225
21.7855
22.1726
24.6268
21.9772
22.5039
26.2656
22.0241
22.6895
26.3644
22.1553
23.2023
28.1063
22.2918
23.5695
28.2737
22.6633
24.2292
30.1894
23.0505
24.7454
30.4916
23.6228
25.4435
33.1043
24.0316
25.8894
34.0248
24.5743
26.6454
38.668
25.1021
27.6909
42.1185
26.9498
22.6861
24.0652
24.3126
29.4664
49.0616
31.9139
52.4653
34.1009
25.9394
26.7416
31.9478
36.1121
29.101
31.6103
23.3847
24.7688
35.2295
24.2719
26.2944
42.1246
26.1713
22.8208
24.1024
24.7113
29.8983
44.5053
30.5147
71.2847
67.9107
59.937
33.0054
72.3942
96.8665
69.4407
91.4071
68.7508
61.4566
86.601
64.0952
57.7925
83.0332
61.1602
55.3947
80.5326
59.0743
53.7043
78.5888
57.4214
52.1448
76.7385
55.8406
50.5382
74.8897
54.2113
48.9972
73.0468
52.6339
47.5502
71.2436
51.1497
46.235
69.5054
49.7863
45.053
67.8353
48.5396
44.0127
66.2462
47.4261
43.1012
64.7305
46.429
42.3076
63.2903
45.541
41.6208
61.9243
44.7528
41.0303
60.631
44.0562
40.5268
59.4082
43.443
40.1018
58.2538
42.9061
39.7479
57.1654
42.439
39.458
56.1405
42.0355
39.2258
55.1765
41.69
39.045
54.2715
41.397
38.9096
53.4263
41.1513
38.8136
52.6391
40.9464
38.749
51.9067
40.7768
38.712
51.2257
40.6388
38.699
50.5925
40.5289
38.7065
50.0039
40.4436
38.7313
49.4567
40.3796
38.7706
48.9481
40.3344
38.8217
48.4756
40.305
38.8821
48.0366
40.289
38.9498
47.6289
40.2842
39.0227
47.2505
40.2886
39.0986
46.8994
40.3003
39.1755
46.5735
40.3177
39.2541
46.2714
40.34
39.3336
45.9915
40.3664
39.4131
45.7326
40.3958
39.4919
45.4932
40.4274
39.5694
45.2723
40.4605
39.6452
45.0687
40.4946
39.7189
44.8814
40.5292
39.79
44.7107
40.564
39.8583
44.5583
40.5991
39.9243
44.4188
40.6342
39.9881
44.2914
40.6691
40.0497
44.1753
40.7037
40.1089
44.07
40.7379
40.1657
43.9747
40.7716
40.2204
43.8889
40.8047
40.2729
43.812
40.8373
40.3233
43.7435
40.8694
40.3719
43.6829
40.9012
40.4187
43.6297
40.9325
40.4639
43.5835
40.9635
40.5075
43.5439
40.9941
40.5496
43.5103
41.0244
40.5905
43.4826
41.0545
40.6301
43.4603
41.0845
40.6685
43.443
41.1141
40.7058
43.4304
41.1435
40.7419
43.4223
41.1726
40.7771
43.4183
41.2015
40.8115
43.4182
41.2305
40.8457
43.4177
41.2591
40.8784
43.426
41.288
40.9115
43.4316
41.3166
40.9432
43.4467
41.3456
40.9753
43.4577
41.3742
41.0058
43.4787
41.4031
41.0373
43.4942
41.4322
41.0677
43.5205
41.462
41.0994
43.5397
41.4915
41.1293
43.5706
41.5213
41.1601
43.5928
41.5506
41.1895
43.6237
41.5802
41.2206
43.6436
41.6096
41.2503
43.6737
41.6391
41.2811
43.6914
41.6676
41.3093
43.7205
41.6955
41.3383
43.7358
41.722
41.3645
43.7641
41.7483
41.3922
43.7771
41.7735
41.4171
43.8048
41.7987
41.4436
43.8156
41.8223
41.4662
43.8426
41.845
41.4899
43.8511
41.8657
41.5096
43.8773
41.8861
41.5313
43.8837
41.9052
41.5495
43.9094
41.9243
41.5697
43.9137
41.9415
41.5853
43.9385
41.9578
41.6021
43.941
41.9715
41.614
43.9647
41.9846
41.6282
43.966
41.9968
41.6393
43.9885
42.0097
41.6529
43.9897
42.0211
41.6619
44.0115
42.0315
41.6708
44.0392
42.0439
41.6761
44.1353
42.0664
41.6804
44.3899
42.1184
41.651
45.338
42.2512
41.7123
46.4845
42.4495
41.5976
53.5236
52.3222
44.7999
40.5166
40.1067
40.3471
39.815
43.6645
51.118
77.0794
76.2871
83.8133
84.4593
89.1877
88.9565
92.6733
92.6641
95.0473
95.167
96.6275
96.4668
97.0981
97.2687
97.3149
97.1528
96.8253
96.9697
96.415
96.2934
95.6927
95.7899
95.187
95.1133
94.6052
94.6582
94.2243
94.1883
93.8632
93.8861
93.6337
93.6203
93.446
93.4529
93.3292
93.3266
93.2495
93.2496
93.2033
93.2048
93.1839
93.1817
93.178
93.1804
93.1894
93.1872
93.2053
93.2073
93.2311
93.2295
93.2578
93.2589
93.2891
93.2883
93.3201
93.3204
93.3522
93.3522
93.384
93.3836
93.4143
93.415
93.4449
93.4438
93.4721
93.4734
93.5003
93.4988
93.5239
93.5256
93.5492
93.5472
93.5689
93.571
93.591
93.5887
93.6067
93.6091
93.6255
93.6229
93.6374
93.64
93.6527
93.65
93.6608
93.6636
93.6727
93.6698
93.677
93.6799
93.6852
93.6823
93.6857
93.6887
93.6908
93.6878
93.6955
93.6935
93.6899
93.6846
93.6773
93.668
93.657
93.6441
93.6294
93.6129
93.5945
93.5742
93.5521
93.5282
93.5025
93.4751
93.4462
93.4158
93.3842
93.3519
93.3192
93.2867
93.2555
93.2267
93.2018
93.1833
93.1739
93.1779
93.2004
93.2484
93.3312
93.4597
93.6479
93.9109
94.2635
94.7164
95.2696
95.9025
96.5632
97.1579
97.5455
97.5389
96.9182
95.4372
92.8424
88.8886
83.3083
74.4308
74.6661
83.3222
83.3745
74.3556
74.4976
83.5942
89.4819
89.2214
89.0126
93.0492
93.3396
93.6284
93.9399
89.7459
83.7523
74.5972
74.6778
83.9819
84.1632
74.7603
74.8503
84.386
90.594
90.3052
90.0284
94.2482
94.5658
94.8844
95.2082
90.8782
84.5791
74.9334
75.0256
84.7995
85.0025
75.1107
75.2048
85.2244
91.7661
91.465
91.1727
95.5354
95.8664
96.2019
96.5411
92.0672
85.4364
75.2926
75.3887
85.6623
85.883
75.4796
75.5777
86.1144
93.0032
92.6861
92.3759
96.8851
97.2329
97.5857
97.9426
93.3227
86.3437
75.6718
75.7718
86.5816
86.8196
75.8689
75.9709
87.065
94.3131
93.9779
93.6486
98.3044
98.6706
99.0418
99.4176
94.6524
87.3119
76.0708
76.1748
87.5656
87.822
76.2775
76.3836
88.085
95.7026
95.3472
94.9976
99.7985
100.184
100.575
100.97
96.0629
88.3517
76.4893
76.5974
88.6248
88.9025
76.7055
76.8154
89.1868
97.1777
96.8005
96.4291
101.371
101.777
102.188
104.936
104.526
104.12
103.72
103.324
102.932
102.545
102.163
101.785
101.411
101.042
100.677
100.316
99.9599
99.6077
99.2596
98.9154
98.5755
98.239
97.9072
97.5776
97.2546
96.931
96.6182
96.2987
96.0008
95.6851
97.1757
97.4822
97.7714
98.3287
98.0624
97.7851
97.7657
98.0044
98.2381
97.7385
97.5428
97.3452
96.7149
96.872
97.0286
96.2594
96.1397
96.0197
95.356
95.4438
95.531
95.6178
96.3791
97.186
97.9363
98.4761
98.6035
98.0755
98.3752
98.683
98.9917
99.4365
99.1558
98.8769
98.7145
98.9564
99.2006
99.4477
99.7212
99.3056
99.6221
99.9428
100.267
100.593
100.3
100.009
99.6974
99.9499
100.205
99.372
99.1605
98.9511
98.7439
98.5387
98.3358
98.1349
97.3441
97.5037
97.6647
96.7416
96.62
96.4992
95.7045
95.7913
95.8782
95.9653
96.864
97.8272
97.9912
98.1567
98.3238
97.2362
97.1113
96.9872
96.0526
96.1401
96.2277
95.3635
95.3068
95.2497
95.1922
95.1343
95.0761
95.0174
94.9584
94.8988
94.8384
94.7773
94.3041
94.3444
94.3836
93.9841
93.9607
93.9362
93.6621
93.6752
93.6871
93.4752
93.4713
93.4661
93.3321
93.3321
93.3306
93.2379
93.2427
93.2462
93.1962
93.1908
93.1841
93.1762
93.2318
93.3277
93.4776
93.6975
94.0062
94.4218
94.4591
94.4956
94.5314
94.066
94.0471
94.0272
93.7068
93.7149
93.7216
93.7271
94.0837
94.5663
94.6004
94.6336
94.666
94.1299
94.1157
94.1003
93.7312
93.7338
93.7349
93.4561
93.4636
93.4696
93.4741
93.477
93.4786
93.4786
93.3236
93.3181
93.3112
93.2055
93.2157
93.2244
93.1671
93.1567
93.1448
93.1316
93.1939
93.3028
93.2928
93.2813
93.2682
93.1497
93.166
93.1807
93.1168
93.1006
93.0827
93.0632
93.1317
93.2535
93.4471
93.7349
94.1429
94.6975
95.4198
96.3155
97.3619
98.4923
99.5858
100.463
100.891
100.594
100.926
101.261
101.6
101.802
101.495
101.191
100.724
100.987
101.254
101.523
102.113
101.942
102.289
102.639
102.994
103.065
102.744
102.427
101.795
102.07
102.348
101.145
100.915
100.688
100.463
100.24
100.02
99.8017
98.6624
98.834
99.0073
97.7442
97.6158
97.4884
96.4035
96.4917
96.58
96.6686
97.8734
99.1821
99.3587
99.5369
99.7168
98.2669
98.1347
98.0036
96.7574
96.8465
96.9358
97.0255
98.4001
99.8985
101.377
102.629
103.389
103.352
103.715
104.081
104.451
104.384
104.049
103.717
102.913
103.2
103.49
103.783
104.722
104.826
105.204
105.587
105.974
105.76
105.411
105.065
104.08
104.379
104.681
103.071
102.822
102.575
102.33
102.088
101.849
101.612
100.082
100.267
100.454
98.806
98.6696
98.5343
97.1154
97.2057
97.2963
97.3873
98.9435
100.643
100.834
101.027
101.221
99.3632
99.2221
99.0822
97.4787
97.5705
97.6628
96.2162
96.1656
96.1147
96.0634
96.0119
95.9599
95.9077
95.855
95.802
95.7487
95.6949
95.6407
95.5861
95.5311
95.4756
94.7282
94.7578
94.7866
94.1743
94.1652
94.1547
93.7333
93.7301
93.7253
93.719
94.1822
94.8144
94.8413
94.8673
94.8922
94.1977
94.1939
94.1887
93.7111
93.7015
93.6902
93.3356
93.3569
93.3764
93.394
93.4099
93.424
93.4363
93.2371
93.2189
93.1989
93.0673
93.0906
93.112
93.0421
93.0192
92.9945
92.9679
93.0421
93.1771
93.1534
93.1278
93.1002
92.955
92.9861
93.0151
92.9394
92.909
92.8765
92.8419
92.9219
93.0706
93.3124
93.6772
94.1999
94.9162
94.9393
94.9615
94.9826
94.1986
94.2005
94.2007
93.6625
93.6461
93.6279
93.6079
94.1953
95.0028
95.0221
95.0403
95.0577
94.1765
94.1843
94.1905
93.5861
93.5624
93.5369
93.0938
93.1313
93.1666
93.1998
93.231
93.2601
93.2872
93.039
93.0052
92.9693
92.8096
92.8492
92.8867
92.8052
92.7663
92.7251
92.6816
92.7677
92.9312
92.8909
92.8483
92.8033
92.6277
92.6768
92.7234
92.6357
92.5874
92.5366
92.5064
92.5573
92.6057
92.6516
92.6951
92.7363
92.7752
92.8118
92.8464
92.8789
92.9093
92.9378
92.9645
92.9893
93.0123
93.0337
93.0534
93.0716
93.0882
93.1034
93.1171
93.1295
93.1405
93.1504
93.159
93.1665
93.1728
93.1686
93.1621
93.1545
93.1648
93.172
93.1782
93.1973
93.1917
93.1852
93.2125
93.218
93.2228
93.2524
93.2486
93.2441
93.2783
93.2817
93.2845
93.3178
93.3159
93.3137
93.311
93.2744
93.239
93.2062
93.1779
93.1567
93.1459
93.1362
93.1253
93.1131
93.1259
93.1373
93.1475
93.1697
93.1605
93.1502
93.1389
93.1133
93.0997
93.0849
93.0688
93.0512
93.0679
93.0844
93.0995
93.1264
93.1127
93.0977
93.1362
93.1494
93.1614
93.1723
93.1822
93.1911
93.1991
93.2332
93.2266
93.2191
93.2588
93.2647
93.2699
93.3078
93.3041
93.2998
93.2949
93.2522
93.2108
93.2016
93.1914
93.1802
93.2272
93.2364
93.2448
93.2892
93.2828
93.2756
93.3242
93.3294
93.3339
93.3377
93.341
93.3437
93.346
93.3478
93.3493
93.3504
93.3513
93.3844
93.3845
93.3845
93.4186
93.4177
93.4167
93.4478
93.4496
93.4515
93.4828
93.48
93.4774
93.5053
93.5087
93.5123
93.54
93.5356
93.5316
93.556
93.5606
93.5657
93.5713
93.5447
93.5162
93.4857
93.4534
93.4195
93.3842
93.3836
93.3828
93.3815
93.4209
93.4207
93.4202
93.4553
93.4571
93.4587
93.4602
93.4209
93.3799
93.3778
93.3752
93.372
93.4184
93.4197
93.4205
93.4614
93.4624
93.463
93.5054
93.503
93.5004
93.4976
93.4947
93.4917
93.4887
93.5202
93.5244
93.5287
93.5604
93.555
93.5498
93.5772
93.5835
93.59
93.5967
93.566
93.5329
93.5372
93.5414
93.5455
93.5831
93.5774
93.5716
93.6037
93.6108
93.618
93.6254
93.5888
93.5495
93.5076
93.4632
93.4166
93.3682
93.3182
93.2675
93.217
93.1678
93.1218
93.0815
93.05
93.0321
93.0114
92.9891
92.9651
92.9872
93.0097
93.0307
93.0638
93.0447
93.0241
93.0018
92.963
92.9393
92.9118
92.8823
92.8508
92.8795
92.9092
92.937
92.9779
92.9523
92.9248
92.9811
93.006
93.0292
93.0507
93.0707
93.0891
93.1062
93.1543
93.1395
93.1234
93.1796
93.1932
93.2057
93.2585
93.2485
93.2374
93.2251
93.1647
93.1059
93.087
93.0664
93.0443
93.1115
93.1307
93.1484
93.2116
93.1967
93.1804
93.1626
93.0905
93.0204
92.9543
92.8954
92.8478
92.8173
92.7818
92.744
92.7039
92.74
92.7781
92.814
92.8639
92.8304
92.7947
92.7568
92.6995
92.6616
92.6168
92.5695
92.5197
92.5635
92.6114
92.6567
92.7164
92.6737
92.6283
92.7072
92.7496
92.7895
92.8269
92.862
92.8948
92.9256
92.9946
92.9669
92.9371
93.0169
93.0434
93.0679
93.1432
93.122
93.0989
93.0739
92.9883
92.9052
92.871
92.8344
92.7953
92.8889
92.9245
92.9576
93.0467
93.0172
92.9854
93.0828
93.1108
93.1365
93.16
93.1814
93.201
93.2188
93.235
93.2497
93.2629
93.2749
93.2856
93.2952
93.3038
93.3115
93.3636
93.3584
93.3523
93.4077
93.4114
93.4143
93.463
93.4623
93.461
93.4591
93.4033
93.3453
93.3373
93.3282
93.318
93.3846
93.3918
93.398
93.4566
93.4532
93.4489
93.5105
93.5119
93.5125
93.5125
93.5119
93.5109
93.5094
93.5533
93.5568
93.5601
93.6054
93.6
93.5944
93.6328
93.6402
93.6477
93.6551
93.6106
93.563
93.5656
93.5676
93.5691
93.6245
93.6202
93.6156
93.6624
93.6695
93.6765
93.6831
93.6283
93.57
93.5084
93.4437
93.3763
93.3065
93.2936
93.2792
93.2632
93.3433
93.3557
93.3667
93.4374
93.4299
93.421
93.4106
93.3292
93.2454
93.2257
93.2039
93.1798
93.2754
93.2954
93.3133
93.3986
93.3848
93.3689
93.4597
93.4713
93.4811
93.4893
93.4959
93.5012
93.5053
93.5701
93.5694
93.5676
93.6359
93.6341
93.6315
93.6894
93.6952
93.7005
93.7049
93.6367
93.5647
93.5605
93.5547
93.5473
93.6315
93.6347
93.6363
93.7085
93.7109
93.712
93.7886
93.7832
93.7767
93.7693
93.7612
93.7526
93.7436
93.7343
93.7249
93.7154
93.7059
93.6963
93.6869
93.6775
93.6683
93.6592
93.6504
93.6417
93.6333
93.6251
93.6172
93.6097
93.6025
93.5958
93.5895
93.5837
93.5785
93.5992
93.6048
93.6112
93.6309
93.624
93.6179
93.6348
93.6413
93.6487
93.6644
93.6566
93.6498
93.6629
93.67
93.6782
93.69
93.6815
93.6741
93.6835
93.6911
93.6999
93.7096
93.6995
93.6873
93.6731
93.6568
93.6385
93.6182
93.6257
93.6337
93.6422
93.6649
93.6555
93.6468
93.6657
93.6751
93.6852
93.6959
93.6747
93.6511
93.6604
93.67
93.68
93.707
93.6958
93.685
93.7072
93.7189
93.7312
93.7528
93.7395
93.7268
93.7148
93.7033
93.6925
93.6824
93.6971
93.7078
93.7192
93.7328
93.7209
93.7097
93.7203
93.7318
93.7441
93.7573
93.7454
93.7313
93.7441
93.7575
93.7717
93.788
93.773
93.7589
93.7713
93.786
93.8016
93.8125
93.7964
93.7812
93.7668
93.7532
93.7405
93.7287
93.7178
93.7078
93.6988
93.691
93.6964
93.7044
93.7135
93.7173
93.708
93.7
93.702
93.71
93.7193
93.7297
93.7276
93.7237
93.7349
93.7469
93.7599
93.7642
93.7511
93.7389
93.7411
93.7535
93.7667
93.7808
93.7783
93.7737
93.7884
93.804
93.8205
93.8258
93.809
93.7932
93.7959
93.8118
93.8287
93.8466
93.8435
93.8379
93.8295
93.818
93.8037
93.7866
93.7667
93.744
93.7186
93.6903
93.7009
93.7118
93.723
93.7559
93.743
93.7306
93.7574
93.7712
93.7856
93.8005
93.7691
93.7344
93.746
93.7578
93.7698
93.811
93.7967
93.7827
93.816
93.8319
93.8484
93.882
93.8635
93.8457
93.8286
93.8122
93.7964
93.7812
93.8022
93.8185
93.8355
93.8557
93.8375
93.8202
93.8353
93.8535
93.8726
93.8927
93.8747
93.8533
93.872
93.8914
93.9117
93.9375
93.9156
93.8947
93.9138
93.936
93.9593
93.9838
93.9605
93.9329
93.9011
93.8653
93.8255
93.7818
93.794
93.806
93.8179
93.8705
93.8554
93.8404
93.8827
93.9006
93.9187
93.9372
93.8856
93.8295
93.8407
93.8513
93.8611
93.9291
93.9151
93.9005
93.9557
93.9743
93.9926
94.0511
94.0286
94.0062
93.9841
93.9625
93.9414
93.9209
93.9549
93.9778
94.0016
94.0359
94.0096
93.9845
94.0095
94.0366
94.0651
94.0949
94.0633
94.0262
94.0517
94.0779
94.1048
94.1554
94.1217
94.0919
94.1263
94.1611
94.2053
94.2535
94.197
94.1551
94.1206
94.0887
94.0584
94.0298
94.0026
93.9768
93.9523
93.9291
93.9071
93.8861
93.8663
93.8474
93.8563
93.8757
93.8961
93.9027
93.8819
93.8622
93.8655
93.8854
93.9064
93.9286
93.9247
93.9177
93.9404
93.9644
93.9897
93.9983
93.9724
93.9479
93.9521
93.9769
94.0031
94.0309
94.0257
94.0165
94.0448
94.0747
94.1063
94.118
94.0854
94.0547
94.0603
94.0915
94.1246
94.1601
94.1527
94.1398
94.1778
94.2276
94.2959
94.3276
94.2505
94.1939
94.2037
94.2647
94.3471
94.4498
94.4256
94.3852
94.3296
94.265
94.1991
94.1356
94.0739
94.0104
93.9424
93.8697
93.7927
93.7116
93.6266
93.5379
93.4459
93.3508
93.2531
93.1534
93.0523
92.9509
92.8507
92.7536
92.6622
92.5803
92.5129
92.4672
92.4529
92.4832
92.5762
92.7561
93.0541
93.5095
94.1673
95.0741
96.2666
97.7555
99.5055
101.418
103.324
104.987
106.113
106.365
105.351
102.605
97.5604
89.4766
76.9255
77.0382
89.773
90.0743
77.1551
77.275
90.3821
98.7433
98.3431
97.949
103.026
103.453
103.886
104.324
99.1494
90.6953
77.3995
77.5275
91.015
91.3406
77.6602
77.7969
91.6728
100.404
99.9798
99.5616
104.767
105.216
105.67
106.13
100.835
92.0114
77.9387
78.0849
92.3567
92.7087
78.2367
78.3933
93.0677
102.166
101.716
101.272
106.596
107.067
107.544
108.028
102.622
93.4338
78.556
78.7242
93.8071
94.1878
78.8989
79.0797
94.576
104.033
103.556
103.086
108.516
109.011
109.512
110.019
104.516
94.9719
79.2676
79.4623
95.3757
95.7874
79.6646
79.8746
96.2074
106.01
105.505
105.007
110.531
111.05
111.575
112.106
106.522
96.6356
80.0929
80.3197
97.0724
97.5178
80.5555
80.8007
97.9721
108.102
107.568
107.041
112.643
113.187
113.737
114.293
108.643
98.4353
81.0559
81.3213
98.9077
99.3894
81.5977
81.8854
99.8806
110.313
109.749
109.192
114.856
115.425
116
116.582
110.885
100.381
82.1851
82.4972
100.892
101.413
82.8225
83.1615
101.944
112.648
112.053
111.465
117.17
117.765
118.367
118.975
113.251
102.485
83.5148
83.8829
103.036
103.598
84.2665
84.6663
104.171
115.109
114.482
113.863
119.59
120.211
120.839
121.473
115.745
104.755
85.0828
85.5165
105.349
105.954
85.9682
86.4384
106.57
117.699
117.04
116.388
122.115
122.762
123.417
124.077
118.367
107.197
86.9277
87.4367
107.835
108.484
87.9659
88.5159
109.144
120.417
119.726
119.042
124.744
125.418
126.097
126.783
121.117
109.815
89.0872
89.68
110.497
111.189
90.2947
90.9317
111.893
123.262
122.539
121.824
127.474
128.172
128.874
129.581
123.992
112.607
91.5908
92.2723
113.331
114.066
92.9759
93.7013
114.811
126.227
125.475
124.73
130.293
131.008
131.727
132.447
126.985
115.566
94.4477
95.214
116.331
117.106
95.9985
96.8139
117.891
129.292
128.518
127.749
133.168
133.888
134.604
135.314
130.067
118.685
97.6536
98.5238
119.488
120.298
99.4189
100.344
121.114
132.382
131.616
130.843
136.013
136.698
137.361
137.995
133.136
121.936
101.293
102.27
122.76
123.581
103.265
104.278
124.395
135.229
134.573
133.87
138.586
139.121
139.578
139.99
139.736
139.362
138.908
138.397
137.841
137.252
136.637
136.004
135.358
134.703
134.041
133.376
132.71
132.043
131.377
130.714
130.053
129.396
128.743
128.094
127.45
126.811
126.177
125.549
124.926
124.308
123.697
123.091
122.49
121.895
121.307
120.724
120.146
119.574
119.009
118.448
117.894
117.345
116.801
116.264
115.732
115.205
114.684
114.168
113.657
113.152
112.653
112.158
111.669
111.185
110.706
110.232
109.764
109.3
108.842
108.388
107.939
107.496
107.057
106.623
106.194
105.77
106.761
107.16
107.564
107.196
106.831
106.47
105.296
105.608
105.923
106.241
107.564
107.972
108.384
108.801
109.222
108.691
108.311
107.936
106.562
106.887
107.215
105.161
104.891
104.623
104.358
104.096
103.836
103.578
101.616
101.817
102.019
99.94
99.7939
99.649
97.8487
97.9425
98.0368
98.1317
100.087
102.224
102.43
102.639
102.849
100.538
100.386
100.236
98.2271
98.3232
98.4199
98.5172
100.69
103.061
105.434
107.546
109.074
109.647
110.077
110.511
110.949
110.246
109.852
109.461
107.88
108.217
108.558
108.902
110.645
111.392
111.84
112.292
112.748
111.863
111.453
111.047
109.249
109.599
109.952
107.416
107.125
106.837
106.552
106.269
105.988
105.71
103.276
103.492
103.71
101.157
101
100.844
98.6152
98.7138
98.8131
98.913
101.315
103.93
104.152
104.376
104.602
101.796
101.634
101.474
99.0136
99.1148
99.2167
97.0032
96.9545
96.9058
96.857
96.8083
96.7596
96.7108
96.662
96.6131
96.5641
96.5149
96.4656
96.4162
96.3665
96.3167
95.0895
95.1041
95.1177
94.1307
94.1444
94.1566
93.4801
93.4489
93.4157
93.3806
94.1156
95.1304
95.1422
95.1532
95.1633
94.0611
94.0807
94.0989
93.3435
93.3044
93.2634
92.7138
92.7693
92.8225
92.8734
92.9219
92.9683
93.0123
92.7064
92.6543
92.5998
92.4063
92.4656
92.5222
92.4272
92.3686
92.3072
92.2431
92.3445
92.5427
92.4832
92.421
92.3563
92.1425
92.2126
92.2799
92.1762
92.1064
92.0336
91.958
92.0696
92.2889
92.6559
93.2204
94.04
95.1726
95.1811
95.1888
95.1958
93.9681
93.9935
94.0175
93.1754
93.1285
93.0795
93.0286
93.9413
95.202
95.2075
95.2124
95.2166
93.8527
93.8835
93.9131
92.9757
92.9209
92.8641
92.1834
92.2582
92.3305
92.4004
92.4679
92.533
92.5956
92.2189
92.1462
92.0708
91.8336
91.9151
91.9938
91.8793
91.7976
91.7127
91.6248
91.749
91.9926
91.9117
91.8279
91.7414
91.477
91.5708
91.6614
91.5336
91.4391
91.3414
91.2403
91.3801
91.652
92.1062
92.8054
93.8205
95.2202
97.052
99.3191
101.959
104.829
107.709
110.308
112.277
113.209
113.675
114.145
114.62
113.543
113.117
112.695
110.668
111.03
111.396
111.765
113.973
115.099
115.584
116.072
116.566
115.286
114.844
114.406
112.137
112.512
112.89
109.821
109.513
109.207
108.903
108.601
108.302
108.004
105.058
105.288
105.52
102.452
102.287
102.122
99.422
99.5254
99.6291
99.7332
102.619
105.753
105.987
106.223
106.459
103.12
102.953
102.786
99.8374
99.9416
100.046
100.149
103.288
106.697
110.131
113.271
115.732
117.065
117.568
118.076
118.59
117.093
116.635
116.181
113.655
114.041
114.431
114.824
117.555
119.108
119.631
120.16
120.693
118.965
118.491
118.021
115.219
115.618
116.018
112.345
112.025
111.706
111.388
111.072
110.757
110.443
106.935
107.173
107.412
103.789
103.623
103.455
100.253
100.355
100.456
100.556
103.955
107.652
107.891
108.129
108.367
104.443
104.282
104.119
100.654
100.749
100.842
97.7338
97.698
97.6593
97.6183
97.5753
97.5309
97.4852
97.4386
97.3913
97.3434
97.2952
97.2468
97.1982
97.1495
97.1007
95.2232
95.2257
95.2276
93.7168
93.7526
93.7872
92.7448
92.6824
92.6181
92.5521
93.68
95.229
95.2297
95.23
95.2297
93.5632
93.6031
93.642
92.4843
92.415
92.3441
91.4981
91.592
91.6836
91.7729
91.8599
91.9444
92.0265
91.5597
91.4645
91.3664
91.0701
91.1767
91.2801
91.1357
91.0277
90.916
90.8006
90.96
91.2654
91.1613
91.0543
90.9443
90.6089
90.7295
90.8465
90.6814
90.5583
90.431
90.2995
90.4846
90.8314
91.402
92.2717
93.5224
95.2288
95.2271
95.2245
95.2209
93.3943
93.438
93.4806
92.198
92.123
92.0468
91.9696
93.3496
95.216
95.2095
95.2009
95.1899
93.2068
93.2562
93.3037
91.8913
91.8118
91.7309
90.6816
90.7885
90.8942
90.9988
91.1021
91.2038
91.3039
90.7156
90.5971
90.4759
90.0897
90.225
90.3566
90.1635
90.0229
89.8776
89.7274
89.9509
90.3524
90.2269
90.0996
89.9708
89.514
89.664
89.8088
89.5723
89.4081
89.2277
89.0725
89.2759
89.4616
89.6305
89.7889
89.941
90.0874
90.2283
90.3643
90.4954
90.6221
90.7444
90.8627
90.977
91.0875
91.1943
91.2974
91.397
91.4931
91.5858
91.6752
91.7613
91.8441
91.9237
92.0002
92.0737
92.1441
92.2116
92.2761
92.3378
92.3967
92.4121
92.3541
92.2934
92.3446
92.4036
92.4597
92.5295
92.4759
92.4194
92.3598
92.2827
92.2297
92.163
92.0932
92.0204
92.0782
92.1495
92.2177
92.2972
92.2313
92.1622
92.2641
92.3305
92.3936
92.4535
92.5102
92.5638
92.6144
92.7091
92.6618
92.6115
92.7193
92.7661
92.8098
92.9138
92.8739
92.8309
92.7849
92.6694
92.558
92.5014
92.4414
92.378
92.4998
92.5598
92.6163
92.7355
92.6827
92.6264
92.5664
92.4362
92.3111
92.1941
92.0896
92.0036
91.9444
91.8651
91.7825
91.6966
91.7594
91.8443
91.9256
92.0137
91.9342
91.8511
91.7643
91.671
91.6073
91.5144
91.418
91.318
91.3838
91.4833
91.579
91.6738
91.5795
91.4812
91.6006
91.6971
91.7896
91.8781
91.9627
92.0436
92.1207
92.2405
92.1662
92.088
92.2225
92.2976
92.3688
92.5025
92.4347
92.3629
92.2869
92.1433
92.006
91.9199
91.8296
91.7352
91.8804
91.9723
92.0599
92.2066
92.1219
92.0327
92.1899
92.276
92.3574
92.4344
92.507
92.5752
92.6393
92.6994
92.7556
92.808
92.8568
92.9022
92.9443
92.9832
93.0191
93.1243
93.0925
93.0578
93.1704
93.2008
93.2283
93.3304
93.3073
93.2813
93.2524
93.1369
93.0199
92.9787
92.9341
92.8858
93.0159
93.0598
93.1001
93.2201
93.1844
93.145
93.2725
93.3072
93.3382
93.3657
93.39
93.4113
93.4299
93.5264
93.5125
93.4959
93.5988
93.6105
93.6197
93.7093
93.705
93.6982
93.6888
93.5843
93.4765
93.4538
93.4277
93.3979
93.5207
93.5455
93.5666
93.6765
93.6605
93.6434
93.6281
93.4928
93.3643
93.234
93.1018
92.9681
92.8337
92.7777
92.7175
92.653
92.7999
92.8603
92.9163
93.0544
93.0029
92.9467
92.8858
92.735
92.5842
92.5108
92.4327
92.3504
92.5136
92.5906
92.6655
92.8211
92.7562
92.6944
92.9227
92.9472
92.9895
93.0401
93.0928
93.1446
93.1913
93.3261
93.286
93.2468
93.4276
93.4398
93.4646
93.6214
93.6293
93.6578
93.7073
93.4324
93.2129
93.1948
93.1954
93.2176
93.5625
93.5046
93.459
93.7729
93.8463
93.9193
93.987
93.6239
93.2561
92.9184
92.6448
92.4373
92.2619
92.0988
91.9388
91.7839
91.6364
91.4999
91.379
91.2805
91.2143
91.1068
90.9954
90.88
90.9464
91.0619
91.1732
91.2726
91.162
91.0471
90.9277
90.8266
90.7604
90.6365
90.5081
90.3749
90.4392
90.5732
90.7022
90.8036
90.6747
90.5407
90.6683
90.8014
90.9298
91.0532
91.1717
91.2856
91.3949
91.5333
91.4255
91.3131
91.4663
91.577
91.6828
91.8402
91.7365
91.6272
91.516
91.3512
91.196
91.0735
90.9455
90.8145
90.9829
91.1069
91.23
91.4043
91.2939
91.1914
91.098
90.8622
90.6806
90.529
90.401
90.2997
90.2366
90.0927
89.9428
89.7863
89.8423
90.0024
90.1543
90.255
90.1025
89.9412
89.7699
89.6702
89.62
89.4387
89.2411
89.0314
89.0847
89.2875
89.4843
89.5899
89.4051
89.2204
89.439
89.5951
89.7566
89.9194
90.0797
90.2351
90.3849
90.5434
90.4055
90.2674
90.5228
90.6317
90.7449
91.0126
90.9332
90.8584
90.7873
90.4182
90.1302
89.9959
89.8671
89.7464
90.1416
90.2257
90.3187
90.7209
90.6608
90.6087
91.1214
91.1485
91.1825
91.2218
91.265
91.3107
91.3582
91.4089
91.4657
91.5324
91.6113
91.7015
91.8011
91.9023
92.003
92.1727
92.0849
92.0031
92.2666
92.3073
92.365
92.613
92.6015
92.6049
92.6175
92.2432
91.9354
91.8838
91.8457
91.8164
92.223
92.2273
92.2323
92.6322
92.6444
92.653
93.0848
93.0681
93.0477
93.0224
92.9925
92.9607
92.9332
93.3026
93.3494
93.3914
93.7793
93.7341
93.6822
94.0475
94.1014
94.1502
94.1958
93.8192
93.4273
93.4578
93.4846
93.5095
93.9245
93.8901
93.8555
94.2397
94.2834
94.3278
94.3733
93.96
93.5344
93.0996
92.6584
92.217
91.7912
91.7667
91.7421
91.7179
92.1922
92.2003
92.2091
92.6623
92.6664
92.6722
92.6812
92.1868
91.6958
91.6771
91.6631
91.656
92.196
92.1877
92.185
92.694
92.711
92.7323
93.2581
93.2263
93.1975
93.172
93.1498
93.1308
93.1145
93.5606
93.5889
93.6199
94.0775
94.0364
93.9972
94.4201
94.4682
94.5172
94.5669
94.1203
93.6535
93.6896
93.7276
93.7672
94.2541
94.2091
94.1643
94.6166
94.6659
94.7145
94.7621
94.299
93.8077
93.2923
92.7575
92.2093
91.6546
91.1015
90.5656
90.068
89.6362
89.2917
89.0404
88.8809
88.8147
88.8553
89.0267
89.3493
89.842
90.5738
91.6484
93.1551
95.1758
97.7663
100.932
104.602
108.605
112.666
116.422
119.443
121.232
121.776
122.324
122.878
120.9
120.411
119.925
116.827
117.235
117.645
118.057
121.393
123.437
124
124.569
125.141
122.893
122.39
121.89
118.47
118.884
119.3
114.912
114.594
114.274
113.953
113.632
113.31
112.988
108.841
109.075
109.308
105.059
104.91
104.758
101.018
101.1
101.177
101.248
105.204
109.538
109.765
109.989
110.209
105.607
105.479
105.344
101.313
101.372
101.423
101.465
105.728
110.423
115.228
119.715
123.398
125.719
126.301
126.887
127.477
124.929
124.417
123.907
120.131
120.546
120.959
121.371
125.442
128.07
128.667
129.267
129.868
126.982
126.47
125.956
121.779
122.183
122.581
117.297
117.025
116.743
116.452
116.154
115.849
115.54
110.633
110.835
111.03
106.04
105.946
105.841
101.498
101.52
101.529
101.53
106.123
111.215
111.39
111.552
111.7
106.285
106.249
106.194
101.515
101.482
101.431
97.3382
97.4723
97.5649
97.6349
97.7013
97.7556
97.7953
97.8246
97.8443
97.8543
97.8542
97.8495
97.8377
97.8188
97.7949
95.1581
95.136
95.1089
92.979
93.0419
93.1003
91.5637
91.4761
91.3839
91.2921
92.9116
95.0758
95.036
94.9896
94.9351
92.6713
92.7539
92.8363
91.1899
91.0686
90.9217
89.5159
89.7402
89.9286
90.0912
90.2319
90.3543
90.4642
89.7028
89.5468
89.3707
88.7363
88.9595
89.1655
88.81
88.5801
88.3403
88.0932
88.4968
89.1681
88.9419
88.6962
88.4321
87.7136
87.9819
88.2442
87.8421
87.5902
87.3406
87.0959
87.4431
88.1553
89.2643
90.746
92.5711
94.8684
94.7914
94.7131
94.6143
92.0933
92.2859
92.4445
90.5378
90.2865
90.0028
89.694
91.8627
94.4835
94.3152
94.1049
93.8462
90.9008
91.2565
91.581
89.3596
89.005
88.6361
87.0679
87.4037
87.7389
88.0691
88.3898
88.6985
88.9916
87.8699
87.5779
87.2822
86.643
86.9059
87.1732
86.8578
86.6282
86.4074
86.194
86.3859
86.9853
86.6897
86.3978
86.1122
85.6611
85.896
86.137
85.9945
85.8099
85.6407
85.4886
85.4395
85.8357
86.7353
88.2577
90.5142
93.5231
97.1556
101.372
106.3
111.831
117.557
122.972
127.492
130.471
131.074
131.676
132.276
128.994
128.5
127.999
123.353
123.723
124.079
124.418
129.478
132.871
133.46
134.04
134.607
130.837
130.403
129.949
124.735
125.025
125.283
118.748
118.682
118.567
118.414
118.233
118.028
117.801
111.944
112.033
112.092
106.225
106.269
106.3
101.284
101.136
100.92
100.628
106.122
112.116
112.12
112.083
111.936
105.267
105.656
105.938
100.245
99.7634
99.2446
98.6872
104.75
111.675
118.776
125.503
131.245
135.158
135.685
136.183
136.642
132.24
131.951
131.619
125.673
125.756
125.765
125.566
132.396
137.051
137.412
137.607
137.685
132.092
132.339
132.445
125.208
124.75
124.173
115.511
116.274
116.954
117.547
118.079
118.46
118.699
111.286
110.739
110.152
102.96
103.586
104.191
98.1143
97.5234
96.9198
96.2973
102.301
109.502
108.81
108.062
107.263
100.143
100.894
101.614
95.6567
94.9952
94.3138
89.7595
90.3663
90.9532
91.5273
92.0909
92.644
93.1897
93.7283
94.2626
94.7868
95.2991
95.7811
96.2243
96.6133
96.9173
93.1456
92.7318
92.2844
89.2535
89.6827
90.105
87.8762
87.497
87.1234
86.7574
88.8245
91.8179
91.3408
90.8597
90.3794
87.5649
87.9792
88.399
86.3987
86.0474
85.7032
84.6038
84.8935
85.1872
85.482
85.7816
86.0907
86.4089
85.5681
85.3068
85.0494
84.8743
85.0447
85.2338
85.3548
85.2399
85.1447
85.0697
84.725
84.8097
84.5871
84.3846
84.2039
84.3922
84.4826
84.5947
85.0127
84.9735
84.9525
84.944
84.3221
84.0473
84.3325
85.3639
87.154
89.8996
89.4204
88.9391
88.4545
85.9295
86.3375
86.7454
85.024
84.6781
84.3401
84.0193
85.5172
87.9652
87.4687
86.9601
86.4355
84.2476
84.6531
85.094
83.7224
83.4568
83.2327
83.1409
83.229
83.3405
83.4795
83.6466
83.8474
84.0784
83.9139
83.8036
83.7125
84.2395
84.2483
84.2727
84.9429
84.9556
84.9765
85.0058
84.24
83.6432
83.5991
83.5788
83.5737
84.3256
84.2888
84.2608
85.0435
85.0871
85.1381
85.9634
85.9071
85.8565
85.8111
85.7711
85.7368
85.7078
85.6861
85.6707
85.664
85.6668
85.6776
85.7019
85.7406
85.7937
85.8634
85.9508
86.0565
86.1805
86.3223
86.4814
86.6553
86.8431
87.0429
87.2518
87.47
87.6959
87.9275
88.1621
88.3969
88.6291
88.5952
88.3763
88.1608
88.299
88.4854
88.6801
88.8683
88.7064
88.5556
88.4182
88.1227
87.9512
87.7497
87.5578
87.3761
87.6688
87.8057
87.9574
88.2953
88.1878
88.0958
88.6248
88.6777
88.7442
88.8252
88.9208
89.031
89.155
89.5383
89.4537
89.3825
89.9164
89.9554
90.0059
90.5321
90.508
90.4935
90.4879
89.8881
89.3245
89.2792
89.2458
89.2227
89.8595
89.8613
89.8697
90.4882
90.4957
90.5085
90.5256
89.8647
89.2106
88.5851
88.0192
87.5477
87.2079
87.0544
86.917
86.7963
87.2812
87.3541
87.4427
87.9573
87.9094
87.8743
87.85
87.2234
86.6927
86.6062
86.5359
86.4811
87.129
87.1484
87.1798
87.8375
87.8332
87.8344
88.5614
88.5464
88.5355
88.53
88.5315
88.5391
88.5566
89.2065
89.2083
89.2169
89.9094
89.8906
89.8755
90.5461
90.5692
90.5942
90.6207
89.9308
89.2299
89.2468
89.2669
89.2895
90.0065
89.9798
89.9545
90.6482
90.6766
90.7058
91.3832
91.3524
91.3221
91.2922
91.2628
91.234
91.206
91.1793
91.1544
91.1321
91.1131
91.0987
91.0893
91.0866
91.0903
91.6596
91.6708
91.687
92.2765
92.2503
92.2276
92.786
92.8173
92.8505
92.885
92.3054
91.7078
91.7319
91.7587
91.7874
92.401
92.3683
92.3362
92.9202
92.9555
92.9906
93.5532
93.5166
93.4793
93.4415
93.4034
93.3655
93.3283
93.8488
93.89
93.9309
94.4295
94.3869
94.3433
94.8086
94.8536
94.8972
94.9394
94.471
93.9711
94.0105
94.0489
94.0863
94.5883
94.5504
94.5113
94.9802
95.0196
95.0578
95.095
94.6252
94.1229
93.5891
93.0254
92.4339
91.8172
91.8478
91.8788
91.9099
92.5322
92.4996
92.4668
93.0598
93.0936
93.1271
93.1603
92.5646
91.9411
91.9725
92.004
92.0359
92.6618
92.6293
92.5969
93.1933
93.2262
93.2594
93.827
93.7935
93.76
93.7266
93.6929
93.6588
93.6243
94.1586
94.1935
94.228
94.7312
94.6965
94.6612
95.1312
95.1667
95.2016
95.2361
94.7655
94.262
94.2959
94.3296
94.3635
94.8677
94.8336
94.7996
95.2704
95.3045
95.3388
95.3733
94.9021
94.3976
93.8609
93.2928
92.6948
92.0681
91.4145
90.7358
90.0345
89.3141
88.5803
87.8431
87.1204
86.4408
86.4128
86.3987
86.3936
87.136
87.1241
87.1184
87.8565
87.8744
87.8959
87.9207
87.1528
86.3944
86.4051
86.4213
86.4434
87.23
87.2004
87.1748
87.9486
87.9792
88.0126
88.7828
88.7471
88.7137
88.6825
88.6535
88.6267
88.6022
89.3406
89.3688
89.3985
90.1256
90.094
90.0637
90.7666
90.7984
90.8313
90.8655
90.1587
89.43
89.4633
89.4984
89.5356
90.268
90.2297
90.1933
90.9011
90.9383
90.9774
91.0184
90.3084
89.5751
88.821
88.0489
87.263
86.4705
86.5022
86.5385
86.579
87.3832
87.3395
87.2995
88.088
88.1303
88.1758
88.2248
87.4307
86.6238
86.6731
86.7271
86.7859
87.5981
87.5378
87.4821
88.2776
88.3343
88.3953
89.1742
89.1129
89.0557
89.0022
88.9522
88.9055
88.8618
89.617
89.6617
89.7091
90.4442
90.3963
90.3511
91.0617
91.1073
91.1554
91.2064
90.4951
89.7597
89.8136
89.871
89.9322
90.6673
90.6064
90.5491
91.2603
91.3173
91.3776
92.0616
92.0019
91.9454
91.8918
91.841
91.7927
91.7469
91.7034
91.6619
91.6223
91.5845
91.5481
91.5131
91.4793
91.4465
92.101
92.1346
92.1691
92.7975
92.7624
92.7283
93.3268
93.3614
93.3968
93.4332
92.8335
92.2047
92.2416
92.2799
92.3199
92.9496
92.9094
92.8708
93.4707
93.5095
93.5498
94.1192
94.0789
94.04
94.0024
93.9658
93.9301
93.8952
94.4322
94.4673
94.5032
95.008
94.9721
94.9368
95.4081
95.4434
95.4794
95.5162
95.0448
94.5399
94.5776
94.6165
94.6566
95.1613
95.1213
95.0825
95.5538
95.5924
95.6322
95.6733
95.2026
94.6982
94.1609
93.5916
92.9915
92.3616
92.4053
92.4511
92.4992
93.1287
93.0809
93.0352
93.6352
93.6807
93.7283
93.7779
93.1789
92.5498
92.6029
92.6589
92.7177
93.3447
93.2867
93.2315
93.8299
93.8843
93.9413
94.5065
94.4506
94.397
94.3457
94.2966
94.2495
94.2043
94.7414
94.7862
94.8328
95.3358
95.2898
95.2454
95.7157
95.7596
95.8051
95.8523
95.3837
94.8813
94.9318
94.9845
95.0393
95.539
95.4852
95.4334
95.9012
95.952
96.0048
96.0595
95.5949
95.0965
94.5649
94.0009
93.4054
92.7796
92.1244
91.4414
90.7318
89.9973
89.2396
88.4607
87.6631
86.8499
86.0253
85.196
84.3742
83.5917
83.073
83.0459
83.8655
85.889
89.1221
93.6002
99.3582
106.413
114.663
123.477
131.723
137.693
140.113
139.942
135.821
125.195
105.298
106.324
125.977
126.788
107.354
108.356
127.574
137.178
136.854
136.367
140.173
140.268
140.272
139.915
137.303
128.157
109.24
109.923
128.479
128.74
110.75
111.84
129.126
136.574
136.84
137.171
139.418
138.756
138.022
137.162
136.111
129.523
113.373
115.341
130.035
130.601
117.835
120.581
131.156
134.509
135.104
135.671
136.296
135.353
134.402
133.344
133.746
131.46
123.47
107.051
109.146
84.5873
57.441
35.0095
27.4359
30.1758
22.9554
24.9468
34.7553
24.9439
28.4417
22.4091
24.2628
29.9683
45.8133
53.286
35.6315
26.3521
30.7349
22.0621
24.5547
37.3609
34.6808
25.7785
21.2396
22.8446
24.3157
32.658
50.0113
31.5329
68.416
65.2114
79.0468
100.529
77.6968
82.2116
56.2679
40.6418
28.8303
21.1221
23.5335
25.4358
20.8526
22.6091
28.84
43.3512
34.9977
39.8178
64.3625
71.8264
55.9014
34.0281
24.7759
29.3215
20.8552
23.2807
38.5305
25.494
20.2766
23.0857
26.4836
19.9222
21.9795
37.605
24.0096
19.6956
22.1593
25.1949
19.4338
21.4393
35.2309
23.4778
19.1919
21.5322
24.4948
18.9138
20.8624
35.5933
23.0267
18.8713
21.2634
24.3732
18.7396
20.7639
34.9028
23.2163
18.6633
21.1791
24.5447
18.5598
20.5976
36.5113
23.508
18.5987
21.2294
25.2334
19.0813
21.5329
17.8784
19.9811
27.5134
39.3581
32.6172
51.8923
29.2727
66.6156
77.03
71.9662
88.8781
70.4256
60.3655
74.4397
50.5426
28.4456
30.467
64.4953
49.7634
27.8538
29.4758
68.7425
88.66
69.7121
73.6999
64.7202
51.1052
29.0326
30.2293
69.1475
90.4413
69.5604
75.3036
52.5089
31.4868
32.2798
59.7052
66.4565
71.7375
92.8062
104.311
109.715
121.282
118.858
113.759
108.594
122.608
118.702
115.596
90.8638
70.1627
59.8546
69.6977
127.086
124.836
131.577
131.601
131.004
128.001
128.695
128.874
124.434
126.023
126.635
126.862
123.705
115.913
100.015
108.367
119.051
121.679
113.025
99.0262
106.53
112.164
98.8168
106.19
90.486
72.9703
58.6307
34.7077
22.0131
17.1824
19.0467
22.0323
17.3834
19.8172
23.6567
17.9377
20.3796
16.8786
19.027
27.0211
38.9953
31.7907
49.8301
27.6033
62.7746
81.2107
67.079
52.6919
34.4179
22.8772
17.3058
20.1122
31.0627
44.1347
37.8239
24.2747
17.9244
21.4784
16.4332
18.583
36.0862
23.3919
17.1265
20.3588
16.1011
18.4231
21.6953
16.867
19.8552
15.7208
17.742
32.8921
22.5439
16.4771
19.7086
15.5853
17.9634
26.8228
41.4806
34.1467
48.7748
29.4237
63.6517
76.0137
59.1535
42.8479
26.0202
27.5973
35.3107
51.0532
30.6635
64.0934
70.5562
82.9973
72.0302
60.2681
65.9933
66.1581
76.5528
90.3789
77.5933
105.87
99.3435
111.264
115.48
120.28
118.785
116.191
121.488
119.903
117.677
122.972
125.151
125.105
124.677
126.598
125.92
125.155
124.02
125.425
126.442
127.445
128.042
128.804
128.798
129.609
130.509
130.102
131.061
132.05
132.968
132.183
130.821
129.263
127.347
124.951
128.747
127.314
125.301
127.709
126.555
124.815
122.806
119.937
112.635
116.309
119.618
122.913
115.321
118.702
122.024
113.817
116.913
120.073
123.137
125.934
128.373
130.373
132.092
133.547
134.822
135.942
136.989
137.907
138.687
139.306
139.808
140.084
140.152
137.527
137.221
136.719
129.598
130.484
131.183
122.649
121.693
120.6
119.359
128.541
136.039
135.177
134.085
132.759
124.08
125.751
127.255
117.962
116.436
114.793
106.126
107.618
109.026
110.355
111.588
112.71
113.731
105.513
104.544
103.487
96.6808
97.6316
98.5271
92.8401
92.0373
91.2101
90.3559
95.6901
102.363
101.181
99.9384
98.6283
92.4356
93.5712
94.6566
89.4659
88.5386
87.5786
86.6504
91.2555
97.2532
104.549
113.037
122.276
131.206
129.438
127.41
125.12
115.894
118.165
120.304
111.165
109.194
107.142
105.026
113.513
122.605
119.927
117.186
114.402
106.012
108.554
111.06
102.864
100.67
98.459
91.9586
93.8249
95.7029
97.5634
99.3882
101.169
102.891
95.8211
94.339
92.8149
87.6443
88.792
90.0377
85.7956
85.0123
84.3315
83.7342
86.5655
91.2661
89.7572
88.3812
87.1113
84.056
84.7718
85.614
83.2454
82.8424
82.5466
82.1517
82.1918
82.281
82.4424
82.6783
82.9883
83.3756
83.8392
84.3707
84.9793
85.6366
86.3518
87.0773
87.7762
88.4568
85.3267
84.7966
84.2984
82.9646
83.2205
83.5216
82.9015
82.7871
82.7017
82.6415
82.7562
83.8419
83.438
83.0895
82.8005
82.3982
82.4819
82.5956
82.6047
82.5884
82.587
83.2645
83.1702
83.0902
83.0327
83.0051
83.0093
83.0288
83.6311
83.6812
83.7449
84.5721
84.4974
84.4315
85.2605
85.3321
85.4108
85.4969
84.6551
83.8214
83.9045
84.0023
84.1088
84.9565
84.8475
84.7465
85.5906
85.6921
85.8015
85.919
85.075
84.2277
83.3816
82.6307
82.3522
82.5727
82.4018
82.2892
82.225
82.3426
82.3241
82.3304
82.6968
82.8064
82.9428
83.1013
82.402
82.1959
82.1881
82.2081
82.2516
82.8159
82.629
82.4909
83.2768
83.4657
83.6496
84.4836
84.2991
84.1203
83.9526
83.7912
83.6459
83.5067
84.3543
84.4923
84.6384
85.4821
85.3379
85.2018
86.0444
86.1781
86.3194
86.4686
85.6352
84.7954
84.9596
85.1336
85.3143
86.1408
85.965
85.796
86.6251
86.7888
86.959
87.1357
86.3239
85.5038
84.6801
83.8551
83.0156
82.3382
82.1402
82.3336
83.465
86.0129
90.2717
96.2457
103.452
111.506
108.647
105.766
102.917
110.632
107.53
104.431
112.015
108.708
105.403
102.298
109.404
116.464
122.135
124.186
124.509
123.519
123.66
123.214
122.133
122.301
122.528
121.761
122.936
123.875
122.971
121.175
118.845
115.565
120.089
121.674
121.915
120.897
117.953
111.773
101.508
106.633
95.5837
101.244
87.719
73.7254
62.979
69.3367
57.7672
33.8133
17.1458
15.1778
19.4187
16.3325
21.5426
26.5003
21.8098
15.9188
19.0089
15.0701
17.347
20.7538
15.8632
18.9672
14.8236
16.8116
32.8206
25.5504
41.8485
25.9203
33.9113
48.9146
28.6578
62.7417
74.7899
69.1838
80.8219
64.2537
75.1289
97.137
108.078
114.767
111.381
117.181
114.575
119.182
121.044
120.661
119.787
119.902
118.293
118.722
116.405
111.416
103.747
92.4229
98.8761
85.9277
72.9283
62.3723
43.1042
26.3654
17.4428
14.8946
19.1632
15.6509
22.088
29.3722
49.0164
35.147
63.0378
58.1614
21.8799
15.6418
19.3068
14.867
16.9973
14.2553
16.2893
24.4834
37.0356
28.4133
58.0036
68.9404
80.3526
74.6561
64.6833
50.6903
32.5959
20.7705
15.2006
18.5885
14.3384
16.709
21.3551
15.148
18.5328
14.4214
17.085
13.7176
15.5681
31.9972
20.6758
14.5786
17.9229
14.024
16.5746
21.2811
14.8039
18.5948
14.146
16.5352
13.6409
15.7558
24.6161
37.6127
28.5257
41.992
24.5491
33.7839
47.2433
27.5524
70.6676
54.2566
38.9198
24.1052
30.5686
45.1889
24.8138
29.7052
37.8059
58.8144
75.4108
63.1941
63.2978
69.6325
91.2362
97.735
87.109
93.6283
81.5169
67.4347
55.7096
63.054
51.1117
33.6218
20.9713
14.726
19.1581
14.0249
17.1112
13.4116
15.7629
20.06
14.2384
17.8572
13.7095
16.174
13.2951
15.4403
24.3942
35.4068
26.7073
41.7616
23.5516
33.1413
46.341
31.0083
39.0734
26.9765
59.1849
72.906
55.9407
62.0866
49.4146
33.4171
20.8778
14.5066
19.2676
13.7916
17.1968
13.2029
15.8047
20.8264
14.016
17.9959
13.4168
16.14
13.0081
15.3116
24.8125
37.8072
28.4123
41.938
23.9989
33.6953
46.0945
31.2514
38.8786
27.5532
58.7695
64.9426
54.5081
61.6482
50.6569
34.4873
21.277
14.3536
19.746
13.6275
17.9057
13.126
16.6416
12.6006
14.9604
19.9807
13.7701
17.8937
12.9168
16.1134
12.4373
14.4063
33.2128
21.5067
13.6091
18.8424
13.2535
17.9614
12.7612
16.3541
12.3242
15.0978
23.2646
41.4555
32.9437
44.6635
26.3931
28.5709
36.7668
47.3611
30.4258
69.0212
51.6716
37.7669
24.5269
29.3511
43.2948
22.9762
26.2057
35.1294
46.7687
29.1116
32.333
39.7964
58.6945
72.2097
55.7547
61.2302
65.7652
76.1179
69.7646
79.051
67.7549
61.7569
71.2398
82.4342
73.5444
91.0904
96.6141
88.0942
93.8206
84.7612
91.5195
82.1928
88.5174
78.1093
66.2407
56.8851
63.639
54.3692
37.3043
17.0427
12.1724
15.3581
11.7523
13.7485
33.4066
24.3442
20.9813
12.9509
18.2366
12.6198
17.3363
12.1053
15.6288
11.7018
14.44
19.778
12.8162
17.6054
12.287
16.3342
11.6047
14.7082
11.2692
13.3449
32.5952
20.7741
12.5714
18.1008
12.2714
17.5344
11.8179
16.1192
11.4544
15.1924
10.9775
13.4245
18.6198
12.4221
17.2447
11.4139
14.9454
11.1998
14.0331
10.9493
13.4151
23.1137
35.7857
25.6892
38.563
29.3264
42.1073
24.4633
33.7526
44.4091
27.0932
28.4176
36.5561
46.1986
30.053
67.3953
57.7078
64.6576
55.9069
62.3186
53.8581
60.6706
50.5608
57.8587
47.8851
32.8949
19.6641
12.5947
18.5636
11.9198
16.9434
11.5131
16.2134
11.0949
14.6807
10.7424
13.5813
19.0776
11.9293
16.721
11.5427
15.7507
10.903
14.222
10.5897
12.847
31.9437
21.0024
12.1696
18.3093
11.9022
17.7096
11.442
16.3019
11.0908
15.4126
10.5811
13.5501
19.6048
12.4351
18.2596
11.4075
16.3305
11.2335
15.8995
10.4914
14.0301
10.1559
12.5467
33.3007
23.8476
36.3173
26.5433
39.3497
30.1931
42.1394
22.8858
25.4526
34.1828
44.7079
29.5074
37.1773
45.8144
30.8241
57.2111
67.0128
51.3073
36.6494
22.9726
26.9298
39.2123
21.4345
30.9378
43.3373
24.5059
26.5332
35.2357
45.2333
28.9766
31.1614
38.4076
55.9971
69.4062
54.2555
59.7657
62.9637
72.1709
65.7444
74.1582
68.6087
75.9696
84.3017
89.4127
82.1547
87.5122
79.8961
85.9273
78.1496
83.9412
75.3236
65.3658
57.3854
62.8876
55.7455
61.6516
53.1926
59.9117
51.5111
58.4421
48.3906
56.1692
46.2411
30.9256
18.1226
11.4989
17.4818
11.0394
16.0207
10.6491
15.1129
10.1369
13.1859
19.364
12.0779
17.9571
10.9687
15.8801
10.8396
15.5064
10.098
13.657
9.81933
12.3503
32.4641
23.2268
36.552
26.4587
38.5624
29.7875
42.287
22.7615
25.3063
34.275
44.0564
29.4398
36.9695
27.9198
54.1517
67.6681
52.7486
58.3361
50.2297
65.5214
48.6925
56.2167
45.3903
31.5921
18.5021
11.4263
17.9544
10.9423
16.6018
10.6144
16.0018
10.1293
14.3829
9.7596
13.2411
22.1149
40.2102
31.8604
42.5635
25.3733
27.0805
35.0411
44.5733
30.4493
37.5123
29.1234
55.0368
61.7619
56.4239
63.9344
73.7046
67.212
72.3074
60.6889
52.8268
59.0935
51.3091
37.5382
16.3617
10.017
14.1377
9.94243
13.6415
9.58251
12.7117
23.2049
35.5552
25.2776
46.5803
33.4226
20.4198
11.8098
18.8231
11.0777
17.1521
10.6607
16.4483
10.1263
14.7692
9.6925
13.4796
20.5482
11.4898
17.4924
11.064
16.8275
10.1606
14.6686
10.0786
14.3626
9.62013
13.2309
24.0503
35.0647
25.2457
38.1104
28.4554
39.8697
22.9673
32.1105
43.1137
26.1616
28.0448
35.8361
44.5135
31.8446
38.3689
30.2955
53.959
66.8452
52.743
58.0018
50.5137
64.7871
49.2493
55.9132
46.0135
34.218
22.0484
12.2527
20.5238
11.3926
18.5566
10.8464
17.6223
10.3866
16.1525
9.94051
15.2039
9.33627
13.1227
20.6543
11.9174
18.9553
10.6277
16.6969
10.3785
16.0382
9.37529
13.657
8.96318
12.0999
33.2413
21.3751
11.2754
19.2976
10.8988
18.2172
10.3494
16.4676
9.8758
15.388
9.18587
13.1779
21.0074
11.9155
19.1571
10.5774
16.9037
10.2694
16.0292
9.23272
13.5204
8.87143
12.1384
33.1265
21.3367
11.2488
19.2281
10.8754
18.1155
10.2273
16.0414
9.59171
14.4158
25.7228
40.5938
33.5931
42.4758
28.5038
29.8851
36.2574
43.8819
31.4502
62.4412
53.8884
60.2159
52.6094
58.4616
51.1689
38.3088
18.8927
10.2705
16.1897
10.0159
15.2746
9.19802
13.4126
24.8249
36.5251
27.0295
46.3929
34.678
23.3097
12.3679
21.5381
11.2777
18.9218
10.4152
16.8629
9.60308
14.32
23.1982
12.7051
20.9153
11.1146
17.9737
10.697
16.9422
9.65829
14.3819
26.3359
37.0196
28.1135
39.0332
31.7552
42.3762
26.483
29.3513
36.1346
44.2486
31.3146
32.6186
38.5967
52.8896
65.5569
51.6925
56.7997
49.5592
63.408
46.4984
35.6861
25.214
13.2377
23.7174
12.2036
21.4264
11.376
19.8146
10.4796
17.1967
9.6446
14.8306
23.9381
12.2789
20.3371
11.2998
18.3456
9.98664
15.0632
27.5804
38.3917
30.2449
40.6132
26.5707
34.014
43.3817
30.8027
37.2498
45.0212
32.3165
33.5137
39.3049
55.4818
61.344
54.2156
59.5678
52.6809
58.3346
50.33
56.0909
47.8842
36.8993
26.601
13.6914
24.7336
12.472
21.9459
11.3088
19.4339
10.118
15.6135
25.6297
13.617
23.0043
11.8379
20.046
11.2283
18.5323
9.86953
14.9452
27.3844
37.6413
29.3251
39.8931
33.3032
43.5077
28.4847
31.021
37.5831
45.4908
32.907
34.5709
40.1909
53.7911
65.928
52.3224
57.2691
50.2185
63.6284
46.9044
36.2264
26.2885
13.5574
24.2987
12.2198
21.0522
10.783
17.216
29.3149
42.6063
36.4982
45.0037
31.768
33.7357
39.4381
55.5807
61.386
54.0313
59.4622
52.1846
39.477
21.5295
10.9195
17.1721
29.8559
38.5921
29.1863
15.1056
27.1195
13.6068
24.6582
12.2828
22.0201
10.8049
17.341
27.0907
14.4894
24.2616
12.2172
21.0655
10.9172
17.1292
36.5347
26.7907
13.8004
25.8004
12.7313
23.1042
11.235
18.1185
27.8871
14.6789
24.8049
12.1291
19.6588
31.597
41.1056
35.0465
44.5745
33.0446
38.9026
46.822
35.6896
56.4141
65.3715
50.6193
40.5427
29.1793
34.2089
43.3892
29.448
31.7615
37.9698
46.7067
33.8641
36.1112
41.4672
48.7072
56.369
67.7397
62.3839
69.7712
57.8555
64.9972
71.3389
78.0417
82.0717
76.5812
81.0684
75.0525
79.797
72.6044
63.1594
55.9294
60.9027
53.8327
59.2466
50.191
40.1071
30.8739
16.7284
28.472
14.3135
25.338
12.5396
20.9885
31.0259
43.7679
38.3053
47.62
34.3176
37.3871
42.6814
55.736
68.6636
60.0865
52.4316
39.872
21.2838
13.2476
26.2104
16.1481
29.2228
33.5393
30.1732
17.3392
29.4747
15.1303
27.0492
13.0785
21.799
30.4124
17.5177
27.6174
13.8825
22.8758
33.3614
43.1411
37.3906
46.2698
32.688
35.8256
41.1718
49.3622
38.5463
66.0494
57.2567
63.2664
55.2646
60.5818
52.2369
41.3173
32.4081
19.8852
29.8299
16.8924
27.1173
13.9477
22.9447
30.1791
18.3682
27.4879
14.1125
22.6853
39.6833
30.2829
18.3766
28.7503
15.5846
24.513
34.5841
46.3107
40.9879
49.7547
38.1684
59.6429
68.6242
56.6859
44.9656
33.9337
32.649
39.4348
48.3786
35.8204
38.5269
43.8375
59.368
71.4223
63.3842
66.745
73.2539
79.5684
83.2541
77.8269
82.1077
75.4039
66.0716
58.5283
63.4784
55.7652
41.3717
23.8398
15.3758
29.0018
20.1394
31.9007
35.627
31.2668
19.562
29.446
16.7212
25.1537
32.5629
20.9596
29.1159
15.9072
23.8272
41.4937
31.3892
18.9211
27.7763
36.4096
23.6966
32.0518
18.7119
27.2315
37.6136
47.015
42.1573
51.1118
39.0338
61.3071
70.5539
56.0573
47.1953
35.8503
35.3194
41.9753
51.1088
39.1448
58.9046
65.5443
73.3673
69.1378
61.3935
79.5416
84.636
81.1483
85.5452
87.8449
89.9498
88.3637
86.183
88.8082
86.8135
84.3059
80.4765
75.8342
81.7708
77.4363
70.9141
63.4909
57.4184
66.3785
78.9289
83.7409
86.3937
82.7669
85.7317
88.523
90.7001
89.0626
87.0777
84.4232
87.6596
85.2128
88.2844
85.9313
83.0761
78.8503
73.7431
80.1425
75.221
68.1811
55.8549
60.1657
62.6312
69.8962
65.0266
71.238
78.7888
73.5531
80.0445
74.9586
67.7334
54.8324
48.7366
57.0846
69.2501
61.7892
64.1001
70.5229
77.8086
82.0696
76.4706
81.017
85.5685
88.5182
84.7492
87.7111
83.85
86.9918
83.1394
78.0583
82.1223
76.7057
81.142
84.6147
88.0337
85.3903
88.7461
86.1599
89.4537
91.5174
93.1426
90.8607
92.5456
90.2118
87.3268
83.762
86.6901
88.9089
90.7732
92.7613
91.3499
89.5837
91.9552
93.2912
94.2948
95.4107
94.7764
93.837
95.2684
94.3803
95.7605
94.9261
93.7459
92.1731
90.209
92.8568
90.9159
93.522
91.6547
89.3025
86.4169
83.1789
78.4319
73.0435
64.3677
49.2484
35.4311
26.5154
38.6997
30.5305
40.5608
24.3336
27.0385
34.0529
43.3933
29.2782
30.6225
36.9887
44.4255
31.9042
54.0588
66.3026
52.647
57.7437
50.5274
60.3266
68.1436
55.0025
47.9751
36.4672
26.9012
38.6067
30.2443
41.1146
26.4815
33.9853
43.1486
28.6721
30.0956
36.6468
45.1499
32.7088
38.9904
31.638
54.8475
60.3987
52.9911
58.9388
51.7021
57.7882
49.5765
56.0652
62.3247
69.8247
64.5669
71.4955
61.2957
56.1428
63.2229
72.7962
66.5654
80.4527
75.0806
81.8644
76.4388
69.0489
55.5008
48.7107
57.7918
70.5866
62.7936
65.0803
79.3561
85.4707
80.8572
86.8919
81.7662
76.1821
83.4014
77.6942
70.0321
56.4501
61.1677
63.6696
71.7993
66.137
73.6952
68.4818
81.0589
87.7207
82.8239
89.4742
93.37
97.992
94.9522
90.7792
96.2545
92.506
97.7836
94.0095
99.2289
95.5516
91.6278
85.526
79.48
69.9939
55.6209
41.18
27.0895
36.124
23.5618
49.6721
59.3956
53.3932
22.3798
32.4396
44.1799
25.7125
28.1932
36.4945
47.3515
30.1291
58.541
73.2044
63.1616
58.5227
50.4806
61.5068
75.6905
66.6443
70.0722
84.2423
92.2138
86.8302
94.821
98.7817
103.98
101.083
96.6091
102.802
99.1453
104.933
101.219
106.802
103.42
99.4889
93.6628
86.7683
77.6628
62.4739
66.4913
71.3788
90.8395
96.6874
104.361
100.366
107.389
102.976
109.691
106.029
101.477
95.2428
105.221
108.941
113.979
112.069
108.124
114.432
115.917
116.584
116.813
115.311
112.047
113.811
114.657
112.115
113.392
109.94
112.022
108.19
102.047
105.842
108.555
110.503
112.409
111.769
110.314
112.929
113.299
113.336
112.804
112.586
111.419
109.034
110.336
107.387
109.19
105.907
107.811
110.034
111.116
110.945
111.823
111.777
112.355
112.169
111.162
111.776
110.987
111.339
110.724
110.905
110.373
109.096
106.592
102.492
96.9759
89.9606
81.5871
88.0098
93.0811
97.5279
102.204
99.0077
95.1714
100.796
103.567
105.727
107.019
104.379
100.533
103.242
104.981
101.912
103.895
100.589
102.812
99.3701
101.63
104.319
105.186
103.404
100.58
96.8174
92.06
86.2494
79.4989
84.7049
90.6651
95.5417
98.3324
94.3431
89.3982
93.072
87.9765
91.9686
94.9833
90.6726
93.9621
89.569
84.2874
78.0433
82.9799
88.3743
91.847
87.2966
90.7796
86.1099
89.8434
85.2181
79.6612
84.0373
78.311
83.0259
77.1101
81.9595
75.8162
80.9103
74.5092
79.7908
83.8867
87.3835
90.9493
88.1793
84.8685
89.0691
85.83
89.97
86.7965
90.8765
87.7993
91.8096
88.7531
92.7017
95.0984
96.9332
94.241
96.1705
93.4036
95.4056
92.5684
94.646
91.744
93.8946
95.5511
93.1177
90.0822
92.3909
94.1989
95.579
97.1286
96.1944
94.8795
96.8125
97.6784
98.1367
98.7116
98.5939
98.212
97.4221
96.2484
98.0416
96.9368
98.6556
97.6251
99.2625
98.3124
99.8393
98.9967
97.711
95.9283
93.6923
96.8149
94.6055
97.6667
95.577
92.8686
96.5237
98.5422
100.018
101.013
99.2526
100.355
98.4668
99.6849
100.403
101.186
100.957
101.654
101.496
102.123
102.024
101.638
100.789
99.3989
97.5159
100.284
98.4548
96.1428
99.4759
97.1979
100.439
102.006
102.971
101.127
102.281
102.841
101.541
102.25
102.537
103.004
103.033
103.384
103.542
103.419
104.039
103.978
103.647
102.849
101.438
99.4282
102.405
104.441
105.533
105.597
104.925
103.675
104.294
104.51
104.498
104.45
104.896
105.061
105.278
104.767
104.004
102.856
104.151
105.052
105.637
106.076
106.107
105.884
105.24
106.57
106.079
107.221
106.888
106.075
107.655
107.848
107.746
107.256
107.269
106.883
106.701
106.492
106.006
105.483
106.329
105.599
106.604
105.64
106.823
107.632
108.168
108.487
108.385
107.949
106.912
105.069
108.044
108.797
109.057
109.507
109.759
109.616
110.401
109.926
109.314
108.364
108.975
109.055
108.56
107.941
106.973
105.342
107.025
108.179
106.963
105.017
102.878
99.8837
102.321
104.581
106.723
108.42
109.573
110.346
109.755
108.347
106.334
103.412
105.809
108.072
109.816
107.599
109.699
106.949
109.363
111.196
112.42
113.269
113.875
114.171
114.012
114.94
114.944
115.432
115.899
115.8
116.551
115.913
115.131
113.738
115.281
116.364
117.049
117.701
117.725
117.419
118.797
118.229
117.591
116.607
117.862
118.767
119.422
119.135
119.969
119.224
120.408
121.232
120.506
118.881
116.587
111.173
114.614
117.795
112.091
108.642
105.191
99.2266
102.402
105.787
109.207
112.733
116.176
119.631
112.911
109.497
106.048
99.4796
102.715
105.893
99.1398
96.4091
93.7916
91.566
96.6328
102.692
99.5196
96.5692
93.9798
89.7005
91.6861
94.0139
89.5608
87.8551
86.4373
85.2312
87.9323
91.6224
96.3006
101.858
107.805
113.414
117.573
115.222
117.932
116.168
113.703
110.55
114.7
116.566
115.226
113.188
110.372
105.922
108.961
112.1
107.405
104.131
100.967
97.9158
102.712
107.393
111.496
113.957
114.827
113.85
114.32
113.654
112.567
110.526
112.535
109.738
112.182
108.646
104.32
101.233
105.763
102.709
106.915
104.066
107.932
111
108.759
106.144
103.452
99.4551
102.34
105.208
101.085
98.1958
95.5334
92.0341
94.3055
96.883
99.7137
95.5192
98.2475
94.1324
96.7372
99.6134
95.1885
92.7416
90.617
88.7903
91.8385
89.8529
93.0788
90.9281
89.0918
86.7375
88.1495
85.9782
87.2557
85.2798
86.3949
87.7735
89.4159
91.3766
93.6111
96.2144
99.0566
102.226
105.497
108.799
112.034
106.746
110.053
104.375
98.6998
95.833
101.087
97.997
103.379
100.124
97.1629
94.4375
92.0966
88.7403
90.5566
92.7436
95.1933
91.0357
93.2888
89.4439
91.4026
93.7144
89.646
87.8897
86.4855
84.3888
85.2913
86.5242
84.3335
83.5869
83.1293
82.8071
83.6358
85.2759
87.7335
86.3554
89.1348
87.4778
86.1551
84.3079
85.1829
83.6392
84.3743
83.1665
82.6643
82.6085
82.8419
82.6959
83.17
82.8568
83.5994
85.0318
87.1557
90.0092
88.2768
86.7913
85.5958
84.0499
84.8434
85.8954
84.1966
83.5315
83.1003
82.8421
83.4425
84.6262
83.8855
83.3341
84.3886
83.7156
84.958
84.1434
85.5622
87.5182
90.0386
93.1253
96.7175
100.626
104.399
101.689
105.165
102.617
99.9409
97.3024
100.847
104.06
101.634
99.101
96.6017
93.4504
95.7435
98.2339
94.8435
92.6122
90.6383
88.9198
91.3948
94.2622
97.4063
100.569
103.321
105.553
103.674
101.649
103.952
102.041
104.145
102.346
104.243
105.292
104.243
102.752
101.035
98.7708
100.76
102.58
100.399
98.3018
96.1346
93.4681
95.5586
97.7579
99.9624
97.1538
99.4505
96.5026
98.8439
101.154
98.1547
95.8009
93.5902
91.5934
94.2782
92.2391
94.9373
92.8651
90.9883
88.8013
90.4083
88.2758
89.82
87.7515
89.2267
90.9327
92.8806
95.0489
92.1461
90.2664
88.6307
86.7219
88.0389
89.5943
87.4546
86.2223
85.2079
84.3904
85.6249
87.233
86.0565
85.086
86.5009
85.4574
86.9539
85.8419
87.4144
89.3262
91.5569
94.046
96.6629
99.1575
101.243
102.884
103.798
104.099
103.552
103.752
103.269
102.559
102.962
102.352
102.632
102.581
102.299
101.835
101.949
101.54
101.587
101.23
101.206
100.718
100.785
100.238
100.353
99.7449
99.9134
99.2413
99.4799
98.7297
99.0416
99.116
98.961
98.8828
99.2832
99.513
99.5934
99.8947
99.8891
100.241
100.181
100.584
100.462
100.915
100.723
99.9746
98.9483
99.8066
98.8907
99.6128
98.7936
99.3919
98.6678
99.1467
98.5068
97.7047
96.5772
97.7446
96.5139
97.7604
96.4172
97.7453
96.2804
97.6896
98.9672
100.102
100.957
100.189
101.158
100.231
101.326
102.109
101.456
100.223
98.8189
97.27
98.9098
97.4541
98.955
97.5929
96.104
94.2145
95.8805
93.8894
95.604
93.5294
95.2855
97.0413
98.6799
100.171
101.524
100.084
101.54
102.721
101.494
102.84
101.392
99.7486
97.9446
99.9447
98.2414
96.4124
98.4865
96.7573
94.9311
92.7248
94.5401
92.2884
94.1105
96.0193
93.647
95.5868
97.5808
99.4844
97.1495
95.1138
93.1581
90.8629
92.6464
94.5992
92.1123
90.3595
88.8085
87.4583
89.2701
91.3543
89.726
91.8311
90.1731
88.6945
90.6103
89.1013
91.0366
93.1396
91.4483
89.8944
91.8418
90.2761
92.2157
90.6469
92.5688
94.5063
92.8985
94.7649
93.2005
94.9858
93.4701
95.1602
93.7104
95.2959
96.607
97.6361
98.3206
98.607
98.6329
98.3014
97.6745
96.5771
94.9672
96.0223
94.3493
95.4754
96.2528
96.6696
96.8204
96.2509
96.4564
95.8307
96.0907
96.4869
96.5933
96.817
96.8634
97.1313
97.1971
97.087
96.7364
97.4978
97.2074
97.9025
98.2987
98.0428
97.9376
97.7447
97.5693
97.4388
97.1231
96.6883
96.0722
96.4673
95.9159
96.2347
96.3158
96.1535
95.7232
94.9839
93.8148
92.2351
90.2005
91.7178
89.6441
91.1968
92.4149
93.3089
91.9679
90.2079
87.9747
84.9826
87.4533
89.2541
90.7055
92.1624
91.1064
89.7375
91.5351
92.5285
93.2395
93.958
93.5734
92.9146
93.9207
94.2478
94.3634
94.5624
94.6308
94.5484
94.2732
93.7139
92.8695
94.129
93.3405
94.5543
95.3543
95.4876
94.9885
95.169
94.6281
94.8564
94.9084
94.7951
94.5393
94.3421
94.7445
95.0342
95.1919
95.2753
95.4768
95.5148
95.7562
95.8202
96.0349
95.7509
95.3593
94.9541
95.5541
95.9942
95.741
95.085
94.3157
93.471
94.233
94.8118
95.1574
94.6612
94.9518
94.5051
93.9205
93.3249
94.0318
93.3867
94.1374
93.4365
92.5637
91.6046
92.5774
91.6674
92.5727
91.7073
92.5528
93.2524
93.8029
94.1789
94.3411
94.342
94.1137
93.6816
92.9215
91.8151
90.3251
91.4837
92.6233
93.1746
92.3484
91.1774
89.5972
87.295
83.5471
77.1268
67.7517
59.8116
64.8083
56.315
44.9435
36.2846
24.4293
32.4512
19.8989
27.4157
36.0166
23.3991
31.0956
18.1652
25.4893
36.3083
46.4729
41.6945
51.3924
38.3155
41.2905
47.1143
59.5995
72.0005
66.8917
75.0516
63.0077
70.8222
82.6339
86.7331
89.2536
90.6458
88.8318
85.8916
81.0035
84.866
78.5287
68.5901
59.4596
45.3685
32.6768
20.0389
26.8514
34.5008
22.5973
30.3648
39.0779
26.5427
33.5711
20.7287
27.434
39.3197
48.8446
44.378
54.6682
41.6432
62.8287
76.316
67.5659
58.3268
46.9205
36.9816
24.8669
30.6827
41.2867
53.8564
49.2579
39.3427
26.6224
31.8098
42.4899
50.6943
41.7132
30.1216
36.9838
24.7861
31.0469
40.3281
25.5215
30.9058
49.5759
39.1167
26.5288
33.4657
42.9245
28.2232
33.3344
52.4919
42.6506
30.1539
38.2035
25.7093
31.9155
41.2572
27.0183
31.8292
44.3611
57.2232
44.4392
52.3813
62.785
49.3258
69.7247
80.8546
65.1794
53.4807
42.032
29.3499
34.4339
43.8706
29.3343
34.3196
47.1027
59.9456
46.3613
55.1069
71.8446
77.3665
67.8907
56.2121
44.7168
31.7183
36.806
46.4334
31.7362
36.5383
49.5583
62.7364
49.1104
58.2622
70.0299
58.6742
47.1282
33.8998
39.0665
48.8938
34.0112
38.8913
52.1823
65.1987
51.4575
60.4866
76.556
84.7449
74.5477
80.7178
86.2771
90.6023
92.9456
89.6625
81.6961
72.9392
61.4394
49.7968
36.159
41.4409
51.4368
36.2061
41.1346
54.742
68.0626
54.3224
63.6301
75.2427
63.9728
52.2051
38.3992
43.7014
54.0324
38.5387
43.6694
57.569
70.8949
56.7314
66.0687
81.6192
88.9629
79.2533
85.0512
93.3773
94.6987
94.962
94.1091
92.8474
90.696
87.9513
83.0126
73.1467
66.4348
76.7337
59.1718
45.6117
48.2214
64.2666
56.1778
42.6893
45.5224
45.906
52.1897
61.5867
70.1293
65.712
73.1691
81.7346
76.0688
79.9051
68.2929
71.9239
85.0946
88.5062
91.0462
92.5259
91.1346
89.1278
86.4534
89.6316
87.0411
83.9812
87.9146
89.8707
91.4314
90.1914
88.3771
90.4097
91.6953
92.4579
91.5583
92.3699
92.9669
93.244
92.9356
92.342
91.365
92.3503
91.2466
92.414
93.203
93.7023
93.4196
92.619
93.7363
94.4079
94.8095
94.4693
94.3342
94.0091
93.9789
94.0841
94.0602
93.5632
93.7323
93.7913
93.713
93.4869
93.0406
93.3431
92.954
93.265
93.3415
93.3259
93.4042
93.4229
93.5273
93.576
93.4817
93.2791
92.9864
92.3425
92.7394
93.0625
93.2978
92.9045
93.1729
92.7972
93.0974
93.2786
93.3355
93.2701
93.0432
92.5813
91.8774
90.9064
92.1004
92.9485
93.4688
93.5712
93.2957
92.7469
93.1523
93.3363
93.3724
93.3143
93.4446
93.4354
93.5433
93.3818
93.1021
92.7355
93.1616
93.4734
93.6675
93.737
93.6661
93.4207
93.8824
93.9242
93.8142
93.7179
93.9783
94.1281
94.1554
93.863
93.4444
92.9214
93.3366
93.5866
93.2411
92.7836
92.255
91.6742
92.2881
92.847
92.3311
91.6873
91.002
90.2852
91.0177
91.6699
92.2366
92.7074
93.0677
93.2778
93.064
92.7327
92.3212
91.7612
92.2643
92.7047
92.238
91.7081
91.13
90.5134
91.2075
91.8446
92.4147
91.9645
92.5516
92.128
91.6445
91.1067
91.8808
92.6161
93.3011
93.9236
94.477
94.9768
95.4423
95.6829
95.3254
93.2828
86.4547
78.567
66.966
55.044
40.8742
46.4149
57.0182
41.199
46.3211
60.5183
74.1837
59.762
69.4489
81.2356
70.108
58.0741
43.6473
49.301
60.4516
44.31
49.8127
64.2319
77.825
62.7719
72.5637
87.7119
93.6614
84.8259
89.8229
96.4338
98.0031
97.4412
92.1803
85.3962
74.0112
62.0502
47.1096
53.1041
64.6701
47.9302
53.5275
68.5836
82.0564
67.0869
76.8272
88.9652
78.4184
66.2017
50.0307
55.8302
66.0597
86.7988
73.4534
59.4975
66.9752
79.7097
62.6245
68.8134
91.9341
81.3871
66.5137
74.8952
88.0331
71.7042
78.4451
100.766
91.7787
77.7461
86.7611
99.5853
86.1233
93.8141
110.922
106.783
97.5064
107.957
96.6259
105.18
117.006
110.148
118.434
122.202
120.423
114.377
116.953
115.792
112.887
112.615
118.096
117.792
122.471
125.257
126.321
125.02
131.363
131.482
136.708
138.754
142.787
147.231
147.982
156.034
146.026
129.552
109.254
122.137
138.108
130.571
128.398
140.561
137.322
132.858
127.345
133.25
128.491
126.898
119.552
108.966
111.388
116.34
104.775
97.9883
98.9725
99.3178
98.4302
96.0283
92.3179
90.3711
88.0125
86.2206
84.8402
83.7359
85.0522
86.376
88.0655
89.6906
87.7695
86.2272
87.1942
88.7918
90.8742
93.5741
94.3332
91.6221
89.4695
87.8699
88.2915
89.8455
91.9411
94.5429
94.3756
91.903
89.9625
88.4864
88.4723
89.8812
91.7046
93.9124
97.1121
101.458
99.3316
103.641
110.645
114.986
120.43
105.168
107.321
107.304
108.637
108.085
99.5445
105.522
111.062
110.739
105.798
105.294
100.03
89.2051
94.8877
100.343
94.1123
81.9149
86.6516
99.2911
102.263
102.52
99.0262
95.3738
91.5827
95.5557
99.8392
98.9844
97.7724
97.4557
96.7133
96.3103
96.569
96.6436
96.5886
97.8581
99.3269
100.991
101.316
103.58
103.954
103.664
100.797
101.327
99.2505
99.4031
97.786
96.414
95.92
97.5071
96.5058
98.4816
96.638
98.8384
101.564
98.2186
100.597
97.4037
94.7312
95.9487
93.2958
91.3028
89.6592
88.3393
88.053
89.2824
90.7752
92.5599
91.7253
93.5453
95.6949
94.1815
96.2392
94.5377
92.8254
91.3253
92.4088
90.8529
89.4709
90.1599
88.7958
87.6503
87.1663
88.2289
87.6061
88.7373
89.9712
89.0972
90.2956
91.5952
93.0488
94.7879
93.1959
94.7562
93.2006
94.4258
95.1667
95.4834
95.6406
95.7042
95.654
95.0065
94.9215
94.7439
93.8685
94.1667
94.3693
93.6917
93.3718
92.9481
92.3655
93.4212
94.4566
93.9351
93.0281
91.8221
90.5941
91.7397
92.7264
91.5605
90.5557
89.4867
88.4738
89.4651
90.4485
91.3114
91.9966
92.5296
92.9568
92.174
91.6541
91.0323
90.0711
90.7595
91.3561
90.514
89.8571
89.1234
88.314
89.2778
90.2781
89.3967
88.4546
87.5327
86.6431
87.5075
88.4034
87.4593
86.606
85.7859
85.0088
85.8268
86.6676
87.5453
88.4767
89.4815
90.5826
91.8085
90.543
91.7288
90.4672
89.3166
88.238
87.2204
87.984
86.9489
86.0451
86.6245
85.7636
86.2402
86.6568
86.9901
87.201
87.2843
87.2378
87.0015
86.5626
85.8969
85.0225
83.9927
82.8345
81.5706
80.217
78.785
77.2816
75.711
74.0749
72.3706
70.5936
70.6562
70.7063
70.7469
72.3364
72.355
72.3674
73.9916
73.9083
73.8253
73.743
72.3133
70.7798
70.8065
70.8281
70.8458
72.2301
72.2592
72.2872
73.6623
73.5835
73.5072
74.6847
74.8083
74.9385
75.0756
75.2202
75.3729
75.5355
77.0034
76.754
76.5266
77.7478
78.0538
78.396
79.711
79.2718
78.8849
78.5391
77.4706
76.3169
76.1219
75.9398
75.7691
76.7659
76.9829
77.2169
78.2266
77.9414
77.6792
77.4368
76.5637
75.6087
74.5672
73.4334
72.2004
70.8604
70.8724
70.8822
70.8904
72.1112
72.1407
72.1705
73.3621
73.2935
73.2275
73.164
72.0823
70.8973
70.9034
70.9089
70.9141
72.0007
72.0269
72.0541
73.1031
73.0448
72.989
73.8879
73.9716
74.0594
74.1514
74.2479
74.3491
74.4554
75.4576
75.3149
75.1799
76.0301
76.1971
76.3746
77.2114
77.001
76.8038
76.6184
75.8725
75.052
74.9306
74.8151
74.7053
75.4481
75.5822
75.7234
76.4436
76.2784
76.122
76.7321
76.909
77.0961
77.2946
77.5057
77.7309
77.9722
78.2318
78.5125
78.8179
79.1527
79.5229
79.9368
80.4052
80.9431
82.0843
81.4484
80.9004
81.7711
82.3936
83.1227
84.0434
83.2315
82.5433
81.9493
81.2308
80.4209
79.9956
79.6139
79.2678
79.9466
80.3298
80.7547
81.4284
80.9654
80.5493
81.0755
81.5195
82.0144
82.5725
83.2106
83.9522
84.8306
85.4687
84.5458
83.7667
84.2043
85.0022
85.9244
86.1927
85.2928
84.5092
83.8177
83.5148
83.0962
82.5097
81.9898
81.5237
81.8903
82.3726
82.9098
83.2055
82.6596
82.1681
81.7217
81.4533
81.1017
80.6734
80.1717
79.5977
78.9514
78.6601
78.3904
78.1395
78.708
78.9822
79.2777
79.8262
79.508
79.2133
78.939
78.4524
77.9049
77.6849
77.4778
77.2825
77.7763
77.9882
78.213
78.6826
78.4421
78.2158
78.602
78.8407
79.0946
79.3657
79.6561
79.9684
80.3061
80.7166
80.3627
80.0357
80.3495
80.6881
81.0545
81.3136
80.9385
80.5919
80.2701
80.0352
79.732
79.4487
79.1834
78.9344
79.2109
79.4681
79.7422
79.9702
79.6898
79.4267
79.1793
78.9688
78.6998
78.377
78.0023
77.5762
77.0977
76.5645
75.9735
75.3206
74.6007
73.8081
72.9357
71.9758
70.9193
70.9247
70.9304
70.9366
71.909
71.9299
71.9521
72.8849
72.8365
72.7905
72.7469
71.8897
70.9434
70.9509
70.9593
70.9686
71.8408
71.8556
71.8718
72.7056
72.6666
72.6298
73.3445
73.4014
73.4612
73.5241
73.59
73.6593
73.7319
74.5011
74.4061
74.3154
74.9735
75.0837
75.1993
75.8324
75.6981
75.5702
75.4482
74.8684
74.2289
74.1464
74.0677
73.9926
74.5807
74.6722
74.768
75.3317
75.2206
75.1144
75.0128
74.4933
73.921
73.2904
72.5951
71.8276
70.9788
70.99
71.0021
71.0152
71.7969
71.8056
71.8158
72.5626
72.5322
72.5038
72.4774
71.7896
71.0293
71.0443
71.0604
71.0775
71.7769
71.7796
71.7839
72.453
72.4305
72.4101
72.9845
73.0209
73.0596
73.1007
73.1443
73.1904
73.2391
73.8527
73.7876
73.7257
74.2539
74.33
74.4098
74.9157
74.8229
74.7341
74.6491
74.1811
73.6667
73.6106
73.5573
73.5066
73.982
74.0453
74.1116
74.5678
74.4899
74.4154
74.811
74.8952
74.9831
75.0748
75.1706
75.2706
75.375
75.4841
75.5982
75.7175
75.8424
75.9732
76.1104
76.2543
76.4054
76.9225
76.7562
76.5981
77.0364
77.2071
77.3868
77.8004
77.6091
77.4275
77.2549
76.874
76.4475
76.3039
76.1669
76.036
76.4307
76.5717
76.7193
77.0905
76.9338
76.7843
77.0978
77.2544
77.4186
77.5911
77.7723
77.9632
78.1644
78.4784
78.269
78.0706
78.3202
78.5246
78.7404
78.946
78.7256
78.5172
78.3197
78.1265
77.8823
77.7033
77.533
77.3707
77.6013
77.7677
77.9426
78.1325
77.9547
77.7857
77.6249
77.4428
77.216
76.9483
76.6416
76.2961
75.9109
75.7912
75.6767
75.567
75.926
76.044
76.1673
76.5051
76.3745
76.2495
76.1298
75.8129
75.4619
75.3612
75.2646
75.1719
75.5009
75.6006
75.7045
76.0151
75.9051
75.7995
76.0688
76.1788
76.2936
76.4134
76.5384
76.669
76.8055
77.0683
76.9272
76.7924
77.0097
77.1474
77.2917
77.4718
77.3259
77.1867
77.0538
76.878
76.6634
76.5399
76.4216
76.3083
76.5164
76.6317
76.7522
76.9269
76.8057
76.6897
76.8221
76.9373
77.058
77.1844
77.317
77.4562
77.6023
77.7558
77.9172
78.0871
78.266
78.4548
78.654
78.8647
79.0876
79.3233
79.5734
79.8395
80.1232
80.4266
80.7522
81.1028
81.4819
81.8938
82.3426
82.8339
83.3756
83.9781
84.6535
85.4152
86.2844
86.234
85.3907
84.6501
84.5535
85.2677
86.0735
85.791
85.0253
84.3441
83.7315
83.9144
83.9939
83.4055
82.8733
82.3887
82.3414
82.8172
83.3389
83.1776
82.6738
82.2134
82.0182
82.4596
82.9419
83.4712
84.0552
84.7029
85.4264
85.0021
84.3222
83.7111
83.3293
83.9023
84.5379
85.2473
84.7086
85.4454
86.276
85.602
86.463
87.4022
88.387
89.4245
88.4542
89.465
88.4734
87.5512
86.6843
87.5439
86.6602
87.5038
86.5948
85.7237
84.9387
84.2414
84.8402
84.1618
83.554
84.0505
83.4593
82.9251
82.4403
82.81
83.1585
82.6565
82.1985
81.779
81.5103
81.9059
82.3375
81.9986
81.5948
81.2247
80.8845
81.1466
81.3933
81.6126
81.7908
81.9054
81.945
81.537
81.1604
80.8116
80.7898
81.1334
81.5041
81.4014
81.0415
80.7077
80.3973
80.4703
80.4872
80.1847
79.9018
79.6366
79.6332
79.894
80.1724
80.108
79.8377
79.5847
79.4955
79.7378
79.9969
80.2745
80.5725
80.8931
81.2388
81.0376
80.7088
80.4039
80.2141
80.5012
80.8112
80.5709
80.2813
80.0133
79.765
79.9476
80.1208
79.8572
79.6115
79.382
79.2541
79.4692
79.6998
79.5344
79.3201
79.1207
78.9896
79.1725
79.3694
79.5817
79.8109
80.0585
80.3266
80.6172
80.9329
81.2765
81.6515
82.0616
82.5114
83.0066
82.5556
83.0598
83.6188
83.0897
83.659
84.2955
85.0104
85.8085
85.0568
85.8532
85.0771
85.8653
86.6829
85.8533
85.0734
84.3434
83.6587
84.3233
85.0491
84.2865
83.6251
83.0276
82.4939
83.0606
83.6789
84.3455
83.686
84.3295
83.68
83.1009
82.5735
83.098
82.5544
83.0841
82.5276
82.0195
81.5982
82.0534
81.6308
82.082
81.6592
82.1038
82.5824
82.1162
82.5779
82.1159
81.6976
82.0991
81.6843
81.3062
80.9607
80.6443
80.3669
80.6558
80.9717
81.3177
80.9693
81.3147
81.6955
81.3011
81.6817
81.2797
80.9381
80.63
80.9571
80.6456
80.3629
80.6552
80.3689
80.1076
79.8721
80.106
79.8716
80.0997
80.3516
80.0913
80.3375
80.6108
80.9147
81.2531
80.8887
81.2232
80.8615
81.1912
81.5625
81.9812
82.4536
82.985
83.5787
84.2357
84.9553
85.7332
86.5517
87.3828
88.1936
88.9548
89.6564
90.3035
90.9034
91.4582
90.7407
91.3147
90.6127
89.8659
89.1925
89.9837
89.3243
90.1279
89.4782
88.7891
88.0564
87.2811
86.3819
87.1624
87.915
88.6353
87.7765
88.4959
87.643
88.3693
89.0787
89.7691
90.4368
91.0763
91.6795
91.0407
90.3772
89.6874
88.8828
89.6148
90.3285
89.5451
88.7879
88.0189
87.2393
88.1371
88.9774
88.2517
87.5126
86.7621
85.8578
86.6155
87.3818
86.4648
85.7067
84.9769
84.153
84.8306
85.5514
86.3075
87.0904
87.8891
88.6871
89.4728
90.2421
90.9886
91.7044
92.3798
93.0029
93.5605
94.018
93.6812
93.0877
92.43
91.7336
92.4779
93.172
92.52
91.7377
90.9161
90.0637
90.9499
91.7213
90.9728
90.194
89.3927
88.4456
89.3003
90.1362
89.1879
88.3042
87.437
86.4274
87.2682
88.15
89.0579
89.9766
90.8686
91.7303
90.8013
89.8629
88.9149
87.8091
88.7557
89.7312
90.7168
89.5847
90.6028
89.4197
90.4685
91.5222
92.531
93.4883
94.3831
95.1991
94.431
95.297
94.4587
95.3809
96.2138
96.8945
97.3872
97.0869
97.6442
97.2622
97.8884
98.3296
98.1151
97.4099
96.5116
95.4976
96.5687
97.5369
96.602
95.4612
94.2297
92.9175
94.3335
95.5078
96.4354
95.4893
96.3367
95.4459
94.4652
93.3299
94.4481
93.2275
94.4068
93.0881
91.585
90.2832
91.796
90.5188
91.9813
90.7379
92.1455
93.4079
92.285
93.4589
92.3933
93.4846
92.4736
91.2725
89.9565
91.1154
89.7517
90.9376
89.5322
88.3936
87.3405
88.6221
87.5677
88.8403
90.1459
91.4095
90.3173
89.2394
88.2055
87.0257
88.001
89.0464
87.7882
86.8146
85.9265
84.9381
85.7228
86.5995
85.5186
86.3811
85.3147
86.1604
87.1077
88.1558
89.298
87.9096
89.0506
87.6561
88.7922
90.0302
91.3502
92.7194
94.096
95.3968
93.9201
92.4966
91.0937
89.4781
90.8191
92.2444
90.5252
91.9659
90.2151
91.6648
89.8915
91.3438
89.5564
91.0036
89.2115
87.9236
86.7865
88.2476
87.0838
88.567
87.3798
88.8797
87.6728
89.184
87.9622
86.8678
88.2465
89.7611
88.5236
87.3971
86.3874
85.2735
86.1437
87.1339
85.9002
85.0555
84.3279
83.5533
84.1424
84.8408
85.6575
86.5996
85.417
86.3312
85.1799
86.0634
84.9463
85.7971
84.7181
85.5342
86.4899
87.596
88.8583
87.2664
88.4987
86.9365
88.1348
89.5025
87.7677
86.6071
85.6126
84.7725
85.9015
85.0205
86.1944
85.2749
84.4959
83.6675
84.2798
83.4987
84.0716
83.3399
83.8721
84.5312
85.3283
86.28
87.3993
85.9572
87.0307
88.2842
86.6643
87.8713
86.3018
85.3267
84.5192
85.6386
84.7809
84.0746
85.0507
84.2982
83.6818
83.0554
83.5024
82.9314
83.3346
83.8606
83.1796
83.658
84.2679
85.0237
85.9444
87.0467
88.3433
89.8473
87.8789
86.6382
85.594
84.447
85.2525
86.2365
84.9221
84.1775
83.5866
83.132
83.8001
84.7295
84.0281
83.4681
83.0386
82.6435
82.9125
83.292
82.8031
82.5786
82.4372
82.3896
82.4321
82.5294
82.71
82.9892
83.3878
83.9218
84.6041
83.6824
84.3016
83.46
84.0153
84.7286
83.748
83.2581
82.9081
82.6315
82.7941
83.0788
83.501
84.0713
84.8082
85.7389
86.8786
88.2537
89.8737
91.762
93.9085
96.3187
98.9343
95.2831
97.8568
94.2155
91.0131
89.1824
91.9871
90.0376
92.9564
90.8982
89.1171
87.593
86.3209
84.8301
85.7787
86.9517
88.3637
86.3266
87.6268
85.7292
86.909
88.3435
86.2248
85.1603
84.3233
83.3663
83.9042
84.6361
83.5408
83.1017
82.8503
82.73
82.992
83.6765
84.7753
84.0278
85.2631
84.4124
83.7543
83.055
83.4602
82.8921
83.2031
82.791
82.6883
82.6829
82.7001
82.6741
82.7364
82.6702
82.8081
83.2599
84.0785
85.2715
84.4325
83.7744
83.2782
82.8086
83.0827
83.5044
82.9226
82.7319
82.6447
82.6168
82.6661
82.9277
82.713
82.6087
82.568
82.5932
82.5887
82.6049
82.6143
82.646
82.7235
83.0016
82.8383
82.7182
82.6547
82.6356
82.644
82.6891
82.6541
82.6643
82.7135
82.9511
82.8002
82.7127
82.6744
82.7845
82.7132
82.8932
82.7709
82.7118
82.6881
82.6999
82.7595
82.9111
83.2175
82.7895
82.9742
82.7217
82.8191
83.0394
82.7266
82.69
82.6894
82.7968
82.7205
82.6753
82.6787
82.7251
82.8556
83.1472
82.7156
82.662
82.6568
82.7504
82.6796
82.6331
82.639
82.6541
82.6035
82.6988
82.6251
82.5674
82.5696
82.6195
82.7515
83.0501
83.4952
84.1956
85.0813
86.2217
87.6143
89.2456
91.1825
93.3388
95.8123
98.4828
101.414
94.8916
97.3928
100.122
93.629
95.9114
98.3752
100.91
94.0661
92.0618
90.2061
88.5681
87.1154
91.5276
89.6656
88.0143
92.5851
90.5425
88.7371
87.1901
85.8875
83.7121
84.4608
85.4224
86.6092
84.0244
84.8495
85.8869
83.5426
84.2106
85.0739
86.0912
87.3195
88.6903
85.0359
84.2395
83.5667
82.3954
82.6424
82.9896
82.2197
82.1682
82.1538
82.1819
82.2713
83.0646
82.6796
82.4443
82.3235
83.0219
82.6735
82.4643
83.3792
82.9187
82.6207
82.4735
83.1502
84.8193
83.9882
83.3482
82.9332
82.4898
82.5792
82.7864
82.4147
82.4047
82.458
82.6538
82.4964
82.4229
82.3557
82.3397
82.369
82.3262
82.2701
82.2767
82.3006
82.2403
82.2029
82.2154
82.2371
82.3169
82.458
82.6469
82.9131
82.3908
82.5483
82.7531
82.3874
82.507
82.6833
82.9294
83.228
83.8944
83.6259
83.3238
83.0483
83.7493
83.4842
83.1895
83.9301
83.6582
83.3945
83.1138
82.8524
82.6033
82.4229
82.2909
82.2116
82.1632
82.4669
82.6497
82.8812
83.6908
83.4672
83.24
84.0611
84.2776
84.4968
84.7257
83.9297
83.124
83.3846
83.6315
83.8899
84.6581
84.4107
84.1673
84.9555
85.1929
85.4317
86.2082
85.977
85.7474
85.5239
85.3029
85.0897
84.8799
85.6987
85.9013
86.1081
86.9079
86.7081
86.5129
87.3179
87.5056
87.6979
87.8946
87.1128
86.3213
86.5375
86.7587
86.982
87.7484
87.5337
87.3213
88.0948
88.2983
88.5044
88.7128
87.9661
87.2087
86.4438
85.6751
84.9075
84.147
84.4055
84.6681
84.9295
84.1992
84.4667
84.7402
84.0329
84.307
84.5807
85.2803
85.008
85.7229
85.4586
85.1941
85.9281
85.6707
85.4149
85.1602
85.92
86.1673
86.4155
86.6649
86.9143
86.1854
86.4432
86.7004
85.9881
86.2515
85.5498
84.8584
84.1817
83.5172
82.8573
82.5193
82.4644
82.6746
82.5606
82.5216
82.5297
82.6554
82.5549
82.4929
82.6476
82.8328
83.1031
83.3888
82.8305
82.5916
82.6737
82.8391
83.0656
83.6358
83.361
83.0737
83.6715
83.9471
84.2218
84.8312
84.5547
84.2814
84.0003
83.7262
83.4363
83.1566
83.7977
84.0771
84.3579
85.0085
84.7346
84.4533
85.1296
85.4062
85.6761
85.9489
85.2845
84.6325
84.9115
85.1842
85.4596
86.1005
85.8297
85.5583
86.2168
86.4845
86.7488
87.0106
86.3672
85.7299
85.1041
84.4955
83.9099
83.3479
82.8543
83.0724
82.725
82.8745
83.0889
83.3541
82.8979
82.7016
82.7743
82.9231
83.1385
83.6123
83.3685
83.1116
83.6069
83.864
84.1163
84.3735
83.8638
83.3878
82.9496
82.7367
82.6944
82.703
82.7113
82.6924
82.7095
82.847
82.7483
82.9795
82.8214
83.1675
83.6212
83.8675
83.4068
83.6344
83.1988
83.4246
83.0126
82.7596
82.8705
83.0457
83.2583
83.6662
83.4438
83.2291
83.6504
83.8794
84.1123
84.5894
84.3488
84.1087
83.8727
84.3543
84.1069
84.6105
84.3621
84.1091
84.6274
84.8845
85.1381
85.3927
84.8631
85.1122
84.5983
84.8453
85.0905
85.6093
85.3622
85.8942
85.6439
86.1884
85.9376
85.6833
85.428
85.1694
84.9111
84.6499
84.3907
84.1289
83.8703
83.6073
83.3464
83.8848
83.6159
84.1788
84.7674
85.0393
84.4498
84.7178
84.1489
84.4155
84.6794
84.9446
85.2071
85.7814
85.5186
85.2529
84.9867
85.5773
85.3087
85.9153
85.647
85.3769
86.0006
86.2671
86.5319
87.1542
86.8947
86.633
87.2698
87.5257
87.7788
88.0281
87.4099
86.7932
86.1811
86.444
85.8429
86.1068
86.3674
86.9607
86.7041
87.3067
87.0517
87.6627
88.2744
88.5169
87.9117
88.1574
87.5583
87.8064
87.2143
86.6253
86.0424
85.4694
85.7287
85.9866
86.241
86.8072
86.5555
86.3002
86.8798
87.1311
87.3788
87.623
87.0559
86.4932
86.7417
86.9873
86.437
86.6821
86.1411
86.3858
85.8551
85.3352
84.8303
84.3455
83.8871
83.4625
83.0782
83.281
82.9229
83.1083
83.3013
83.5006
83.1359
82.8157
82.9785
83.1545
83.3373
83.7144
83.5152
83.3193
83.7035
83.9137
84.1257
84.5639
84.343
84.1229
83.9057
83.6927
83.4822
83.8964
83.6804
84.1165
84.5825
84.8177
84.344
84.5761
84.12
84.3435
84.57
84.7965
85.0231
85.4983
85.2689
85.0386
84.8067
85.2893
85.0547
85.5502
85.3112
85.0717
85.5785
85.8195
86.0586
86.5763
86.3387
86.0982
86.6273
86.8657
87.1007
87.3323
86.8107
86.2947
85.7866
86.0213
85.5237
85.7556
85.9857
86.4824
86.2531
86.7586
86.5283
87.042
87.5604
87.785
87.2698
87.4943
86.9859
87.2098
86.7086
86.2132
85.7258
85.249
84.7861
84.3412
83.9194
83.527
83.1713
82.8595
82.6397
82.5596
82.5563
82.6804
83.0462
82.761
83.2071
82.8653
82.6366
82.4985
82.5849
82.5103
82.5619
82.5313
82.5749
82.6356
82.5281
82.5595
82.4962
82.4987
82.4643
82.5047
82.443
82.4217
82.4186
82.5349
82.4746
82.4563
82.5469
82.6385
82.7678
82.9037
82.6429
82.4543
82.3772
82.3673
82.463
82.7249
82.5062
82.8212
82.5634
82.3851
82.6339
82.4208
82.7182
83.1918
82.8146
82.5313
82.9234
82.6048
83.0434
82.6891
83.174
83.8452
83.3146
84.031
83.4645
84.2245
83.6229
84.4244
83.7892
84.63
83.9626
83.4045
82.9432
82.4849
82.8328
83.2632
82.731
83.13
82.6381
83.0054
82.5548
82.89
82.4814
82.7844
82.4181
82.2165
82.0729
82.2508
82.0814
82.2949
82.0988
82.3489
82.1262
82.4123
82.1627
81.9723
82.2083
82.5663
83.0618
83.7089
84.5184
85.494
86.6301
85.7159
86.8706
85.9383
85.112
84.3877
83.7591
84.5683
83.916
84.752
84.0774
83.3512
82.7586
83.2188
82.6573
83.0924
83.6073
84.2108
84.9112
84.0383
84.713
83.8708
83.1879
82.754
83.3213
82.8597
83.4612
82.9726
82.563
82.2236
81.9461
82.2934
81.9928
82.3706
82.8666
83.4893
84.2428
85.1259
86.1289
87.2316
88.4002
87.4312
88.5833
87.6242
86.7201
85.8801
86.9086
87.9842
87.0918
86.2484
85.4619
84.5721
85.2858
86.0657
85.1092
84.4088
83.7783
83.2157
83.9252
84.7367
85.6367
86.602
87.5977
88.5756
87.7478
86.9342
86.1455
85.2302
85.9792
86.7709
85.8093
85.0664
84.3776
83.7454
84.5298
85.3921
84.6812
84.0184
83.408
82.754
83.2896
83.8821
83.1711
82.6548
82.1958
81.7328
82.1175
82.5569
83.0537
83.6095
84.2255
84.9017
84.0745
83.4754
82.9384
82.3692
82.8262
83.3439
82.7178
82.2811
81.9015
81.5746
81.9695
82.4614
82.0417
81.6762
81.361
81.0743
81.3262
81.6232
81.2959
81.0611
80.8656
80.705
80.863
81.0922
81.3997
81.7924
82.2758
82.8533
83.5247
84.2843
85.1182
86.0025
86.9002
86.1404
87.0337
86.2691
85.4902
84.733
85.5868
86.4768
85.6675
84.8914
84.1738
83.4555
84.1034
84.8177
84.0258
83.3833
82.8083
82.2359
82.7388
83.3062
83.9406
84.6367
85.3781
84.5286
85.2528
84.4102
83.6381
83.0465
83.7463
83.1378
83.8475
83.2244
82.6664
82.1731
81.7393
81.3171
81.6863
82.1093
82.5918
82.0451
82.5151
81.981
82.4364
82.9513
82.3563
81.9172
81.534
81.1699
81.4867
81.8541
81.4418
81.1403
80.8834
80.6662
80.8988
81.2026
81.5832
81.2384
81.6341
81.2767
80.9668
80.6988
80.9955
81.3589
81.7921
82.2968
82.8737
83.5214
82.9332
82.4069
81.9389
81.4847
81.8928
82.3543
81.8436
81.4434
81.0913
80.7819
81.1247
81.5245
81.1582
80.8343
80.5474
80.2814
80.5279
80.8075
80.5104
80.2721
80.0631
79.8916
80.0659
80.2659
80.4952
80.7578
81.0582
81.4013
81.0261
80.7357
80.4828
80.264
80.4735
80.7159
80.4676
80.2688
80.0985
79.9533
80.0834
80.2631
80.0726
79.9076
79.7652
79.6818
79.7952
79.9282
79.8301
79.7261
79.6389
79.6339
79.6976
79.7755
79.8699
79.9833
80.1182
80.2777
80.4653
80.6849
80.9408
80.6745
80.918
80.6682
80.4837
80.3315
80.4731
80.3088
80.467
80.291
80.1425
80.0181
79.9148
79.8899
79.9649
80.0579
80.1716
80.1028
80.2056
80.1527
80.2447
80.359
80.499
80.6686
80.8722
81.1143
80.8653
80.6758
80.5194
80.4294
80.5447
80.6879
80.5753
80.4725
80.3931
80.3333
80.3383
80.3917
80.289
80.2079
80.1453
80.1742
80.2144
80.2682
80.2874
80.2587
80.2469
80.245
80.1514
80.0963
80.0803
80.0234
80.0199
79.9544
79.9018
79.8622
79.8299
79.8299
79.7612
79.7051
79.6603
79.7225
79.7455
79.7809
79.8366
79.8226
79.8173
79.9368
79.9284
79.9279
79.9337
79.9493
79.9791
80.0432
80.0615
80.1425
80.2526
80.2683
80.1417
80.1502
80.0364
80.0362
80.045
80.06
80.0811
80.2476
80.2153
80.1878
80.1657
80.3198
80.2911
80.4561
80.4207
80.391
80.3679
80.3525
80.3466
80.3503
80.3665
80.4019
80.4528
80.5207
80.6111
80.7274
80.8733
81.0529
81.2706
81.5308
81.8383
82.1977
82.6138
83.0913
83.6345
84.2474
84.9328
85.6927
86.5266
85.5039
86.3292
85.3147
84.4117
83.7805
84.5834
83.9326
84.7573
84.0884
83.4945
82.9715
82.5148
82.0469
82.4212
82.8566
83.3586
82.7471
83.2274
82.6434
83.1015
83.6325
82.9811
82.5458
82.1766
81.8199
82.1082
82.4548
82.0469
81.7802
81.5639
81.3917
81.5832
81.8666
82.2517
81.9202
82.3334
81.9804
81.6822
81.4128
81.6425
81.399
81.6094
81.3919
81.258
81.1579
81.2406
81.1241
81.2299
81.097
81.2257
81.4331
81.7282
82.1195
81.7804
81.4924
81.2506
81.0528
81.2362
81.4597
81.2279
81.0615
80.9293
80.8272
80.9049
81.0501
80.8863
80.7551
80.6525
80.6334
80.6988
80.7882
80.7513
80.6971
80.6587
80.733
80.7391
80.7635
80.8089
80.8716
80.9595
81.0761
80.9959
80.9224
80.8711
80.9176
80.9366
80.978
81.0378
81.0387
81.087
81.1039
81.1406
81.1974
81.2818
81.3983
81.5518
81.7478
81.5469
81.7229
81.5494
81.7054
81.9071
82.1614
82.4761
82.1071
82.3969
82.0608
82.3257
82.6561
82.2627
82.0227
81.8375
81.7134
81.8307
81.9932
81.8323
81.7355
81.6752
81.6435
81.6345
81.6995
81.8527
81.6936
81.8759
81.6956
81.5593
81.4962
81.5768
81.5387
81.6018
81.5876
81.6323
81.6474
81.5653
81.5618
81.5025
81.4879
81.4452
81.4608
81.395
81.4329
81.3504
81.4121
81.313
81.2966
81.3367
81.3545
81.4111
81.4183
81.4955
81.5281
81.5744
81.4307
81.4653
81.3368
81.2644
81.2448
81.1995
81.1768
81.173
81.2936
81.2653
81.2532
81.363
81.4014
81.4519
81.643
81.574
81.5145
81.7012
81.6324
81.8331
81.7559
81.6882
81.6314
81.5887
81.7411
81.6863
81.8559
81.7912
81.7401
81.7057
81.7052
81.7232
81.7654
81.8424
81.9601
81.8608
81.9569
81.8891
81.9635
81.927
81.9779
81.9726
82.006
82.0756
82.1932
82.3659
82.1792
82.324
82.1783
82.2947
82.4704
82.2756
82.1894
82.149
82.1868
82.192
82.2152
82.2715
82.2478
82.2828
82.3617
82.3068
82.3565
82.3388
82.3319
82.3562
82.2895
82.2884
82.3288
82.2371
82.2515
82.3053
82.5077
82.4054
82.6303
82.5192
82.4188
82.6386
82.5251
82.4344
82.3845
82.5296
82.644
82.7669
83.0531
82.9065
82.7685
83.0535
83.2112
83.3759
83.5465
83.2095
82.9046
83.0503
82.7637
82.8989
83.0438
82.7563
82.8905
82.6204
82.3918
82.2175
82.1346
82.1149
82.0864
82.0871
82.0419
82.0239
82.0999
82.0776
82.1865
82.1405
82.2823
82.4922
82.607
82.3739
82.4752
82.2609
82.3511
82.155
82.0233
82.0616
81.9606
81.9752
81.9042
81.9001
81.8515
81.8365
81.8045
81.7775
81.7699
81.7925
81.945
81.8848
81.8439
81.9848
81.9303
82.0931
82.023
82.2063
82.1256
82.3271
82.2359
82.4553
82.5685
82.6909
82.4311
82.5444
82.3001
82.4037
82.1749
82.2693
82.0568
82.1408
82.2352
82.0178
81.8382
81.9018
81.9767
82.0623
82.3002
82.1978
82.1033
82.3386
82.4489
82.565
82.8525
82.7256
82.6026
82.4846
82.373
82.636
82.5165
82.7927
82.6654
82.9546
82.82
83.1218
82.9802
82.8433
82.7127
82.5892
82.8628
82.7303
83.0194
82.8787
82.7448
83.0334
83.1826
83.3366
83.4944
83.1662
83.3174
83.0018
83.146
83.2943
83.6289
83.4719
83.8173
83.6549
84.0106
83.8432
83.677
83.513
83.352
83.195
83.5277
83.3636
83.2038
83.5388
83.3715
83.7209
83.8984
84.0779
83.7099
83.8836
84.059
83.6953
83.8652
84.0367
84.4122
84.2354
84.6205
84.4395
84.2585
84.6489
84.4635
84.2781
84.0933
83.9099
83.7286
83.5507
83.3775
83.2094
83.0506
82.899
82.7599
82.6336
82.8919
82.7472
83.0323
82.8779
82.7339
83.0196
83.186
83.3621
83.5452
83.198
83.3699
83.0427
83.2052
83.3754
83.7347
83.55
83.9261
83.7332
84.1257
83.926
83.7296
83.5371
83.3516
83.7234
83.9235
84.1277
84.5502
84.3381
84.1276
84.5576
84.7748
84.992
85.2083
84.7627
84.3337
84.5412
84.7492
84.3276
84.5305
84.1216
84.3191
83.9234
83.5516
83.7333
83.9181
84.1057
84.5024
84.3082
84.1151
84.5177
84.7165
84.915
85.1127
84.6967
84.2947
84.4844
84.6743
84.8637
85.2756
85.0837
84.8906
85.3092
85.5041
85.6972
86.1265
85.9332
85.7376
85.54
85.3404
85.1393
84.937
84.7339
85.1639
84.9569
85.3972
85.1868
84.9751
85.4235
85.637
85.8485
86.0579
85.6061
85.813
85.3697
85.5739
85.7762
86.2201
86.0178
86.4691
86.2648
86.7233
86.5173
86.3085
86.097
85.8831
85.6669
85.4487
85.2289
85.0077
85.4735
85.6964
85.9172
86.3946
86.1742
85.9512
86.4381
86.66
86.879
87.0948
86.6123
86.1357
86.3516
86.5648
86.7752
87.2471
87.0386
86.8269
87.3074
87.5167
87.7228
88.2012
87.9981
87.7916
87.5817
87.3684
87.1517
86.9318
87.4305
87.6476
87.8614
88.3568
88.1465
87.9327
87.7152
88.2233
88.006
88.5196
88.3026
88.0819
87.8576
87.6296
87.398
87.1628
86.9242
87.4678
87.2292
87.7802
87.5424
87.3008
87.8634
88.1002
88.3332
88.8866
88.6589
88.4275
88.1923
87.9532
87.7106
87.4641
88.0508
88.2916
88.5286
89.1034
88.8724
88.6378
88.3994
88.9915
88.7561
89.3525
89.1203
88.8847
88.6455
88.4031
88.1572
87.9081
87.6561
87.4007
87.1433
86.882
86.6201
86.354
86.0882
85.8191
86.5148
86.7762
87.0359
87.7175
87.4655
87.212
86.9566
87.6606
87.4126
87.1639
87.8811
87.6404
87.3999
87.1591
86.9195
86.6803
87.4367
87.6668
87.8974
88.6274
88.406
88.1851
88.9228
89.1343
89.3465
89.5594
88.8496
88.129
88.3605
88.5919
88.8226
88.121
88.3601
88.5978
87.9073
88.1525
88.3959
88.6372
87.9673
87.294
87.5492
87.8027
88.0528
88.7024
88.46
88.2148
88.8764
89.1131
89.3472
89.9857
89.7601
89.5319
89.3014
89.0688
88.8342
89.5086
89.2812
89.0526
89.7361
89.5153
89.2939
89.0718
89.7723
89.9851
90.1973
90.867
90.6639
90.4603
90.2566
90.053
89.8499
89.6476
89.4467
89.2473
89.05
88.8552
88.6634
88.4749
88.2905
88.1103
87.9351
87.7651
87.6008
87.4427
87.2911
87.1462
87.0084
86.8777
86.7545
86.6386
86.5301
86.4289
86.3348
86.2476
86.1672
86.0932
86.9193
86.9943
87.0754
87.8894
87.8085
87.7331
88.5309
88.606
88.6863
88.7719
87.9761
87.1626
87.2562
87.3565
87.4634
88.2722
88.1673
88.0687
88.863
88.9598
89.0623
89.8314
89.7315
89.6369
89.5475
89.4632
89.3839
89.3094
90.0666
90.1401
90.2182
90.9493
90.8727
90.8002
91.5088
91.58
91.6551
91.7341
91.0303
90.3009
90.3883
90.4806
90.5777
91.2997
91.2054
91.1156
91.8173
91.9045
91.996
92.0915
91.3985
90.6797
89.9365
89.1705
88.3833
87.5771
87.6976
87.8248
87.9586
88.7537
88.6241
88.5006
89.2844
89.4041
89.5293
89.6599
88.8892
88.0989
88.2453
88.3978
88.5558
89.3288
89.177
89.0304
89.7958
89.9367
90.0823
90.8147
90.6751
90.5399
90.4093
90.2835
90.1627
90.047
90.7866
90.8983
91.0147
91.7216
91.6095
91.5018
92.1913
92.295
92.4028
92.5145
91.8378
91.1357
91.2611
91.3908
91.5244
92.2103
92.0824
91.9582
92.6299
92.7488
92.8712
93.5058
93.3888
93.275
93.1644
93.0572
92.9536
92.8537
92.7575
92.6651
92.5766
92.4919
92.411
92.3339
92.2605
92.1907
92.8446
92.9129
92.9846
93.6058
93.5359
93.4692
94.0633
94.1284
94.1965
94.2675
93.6789
93.0597
93.1382
93.2204
93.306
93.9175
93.8347
93.7552
94.3416
94.4186
94.4986
95.0484
94.9711
94.8965
94.8247
94.7557
94.6894
94.6259
95.1561
95.2181
95.2826
95.7763
95.7135
95.6531
96.1163
96.1753
96.2363
96.2996
95.8414
95.3496
95.4192
95.4914
95.5661
96.051
95.9788
95.9089
96.3651
96.4328
96.5027
96.5747
96.1256
95.6434
95.1286
94.5817
94.0036
93.3952
93.4879
93.5841
93.6836
94.281
94.1854
94.093
94.6677
94.7567
94.8485
94.943
94.3796
93.7864
93.8924
94.0014
94.1132
94.6922
94.5854
94.4811
95.0402
95.14
95.2421
95.762
95.6644
95.5689
95.4758
95.3851
95.2969
95.2114
95.7232
95.8055
95.8902
96.3632
96.2818
96.2026
96.6489
96.7252
96.8036
96.8839
96.4468
95.9772
96.0665
96.1579
96.2513
96.7094
96.62
96.5324
96.9661
97.0501
97.1358
97.2231
96.8006
96.3466
95.8618
95.3465
94.8016
94.2277
93.6258
92.9968
92.3417
91.6619
90.9583
90.2324
89.4855
88.7191
88.8873
89.0599
89.2366
89.9809
89.8119
89.6466
90.3866
90.5447
90.7062
90.8707
90.1532
89.4169
89.6004
89.7866
89.9752
90.6864
90.5064
90.3285
91.0381
91.2078
91.3796
92.0533
91.8896
91.7277
91.5681
91.411
91.2568
91.1058
91.8028
91.947
92.0942
92.7543
92.614
92.4764
93.1253
93.2566
93.3903
93.5264
92.8971
92.244
92.3961
92.5503
92.7063
93.3374
93.1889
93.0421
93.6644
93.8042
93.9455
94.0881
93.4873
92.8638
92.2186
91.5531
90.8683
90.1657
90.3578
90.551
90.745
91.4213
91.2361
91.0516
91.7279
91.9038
92.0804
92.2575
91.607
90.9396
91.1342
91.3288
91.523
92.164
91.9786
91.7928
92.4347
92.6119
92.7887
93.396
93.2275
93.0587
92.8898
92.7211
92.5528
92.3852
93.0224
93.182
93.3422
93.9425
93.7901
93.6383
94.2316
94.376
94.5209
94.6662
94.0953
93.5028
93.6636
93.8243
93.9847
94.5537
94.4011
94.2482
94.8116
94.9569
95.102
95.6285
95.4907
95.3526
95.2145
95.0764
94.9387
94.8015
94.665
94.5294
94.395
94.262
94.1306
94.0011
93.8736
93.7484
94.3447
94.4641
94.5855
95.1427
95.027
94.9132
95.4531
95.5615
95.6718
95.7836
95.2601
94.7089
94.8339
94.9605
95.0883
95.621
95.4995
95.3791
95.8968
96.0113
96.1269
96.6051
96.4952
96.3863
96.2785
96.1719
96.0669
95.9634
96.4437
96.5424
96.6426
97.0833
96.9876
96.8934
97.3119
97.4021
97.4935
97.586
97.1801
96.7441
96.8469
96.9506
97.0552
97.4766
97.3769
97.2781
97.6795
97.7738
97.8689
97.9645
97.5769
97.1606
96.7159
96.2433
95.7435
95.2171
95.3468
95.4772
95.6081
96.1149
95.9906
95.8668
96.3605
96.4781
96.5962
96.7145
96.2394
95.7392
95.8704
96.0015
96.1324
96.6128
96.4885
96.364
96.8328
96.951
97.069
97.5004
97.3883
97.276
97.1636
97.0512
96.9391
96.8272
97.2665
97.3729
97.4795
97.8805
97.779
97.6778
98.0607
98.1571
98.2538
98.3506
97.9821
97.5863
97.6931
97.7998
97.9063
98.2865
98.1852
98.0837
98.4474
98.544
98.6404
98.7365
98.3874
98.0125
97.6121
97.1867
96.7367
96.2629
95.766
95.2467
94.7059
94.1447
93.564
92.965
92.3488
91.7165
91.0695
90.4089
90.6193
89.9556
90.1739
90.3905
89.7342
89.958
90.1797
90.3993
90.6164
91.238
91.0293
90.8184
90.6055
91.2424
91.0363
90.8286
91.4713
91.2709
91.9092
92.1007
92.291
91.6702
91.8676
92.0633
91.4467
91.649
91.8492
92.0472
91.4443
90.8312
90.2089
89.5787
88.9422
88.3007
88.5451
88.7868
89.0251
89.6432
89.4126
89.1788
89.8073
90.0331
90.2558
90.4755
89.8707
89.2603
89.4921
89.7204
89.9454
90.5335
90.3159
90.0949
90.692
90.9054
91.1156
91.6906
91.488
91.2822
91.0734
90.8616
90.6469
90.4293
91.0433
91.2528
91.4595
92.0483
91.8496
91.6482
92.2429
92.4362
92.6269
92.8151
92.2443
91.6634
91.8644
92.0625
92.2577
92.8158
92.6281
92.4376
93.0007
93.1837
93.3639
93.5415
93.0006
92.4499
91.8902
91.3225
90.7477
90.1669
89.5811
89.8062
89.2234
89.4515
89.676
89.8969
89.3306
88.7619
88.9915
89.2172
89.4392
89.9898
89.7738
89.554
90.114
90.3275
90.5374
90.7436
90.2021
89.6574
89.1105
88.5624
88.0144
88.2447
87.7026
87.9338
88.1613
88.6943
88.4714
89.0095
88.7878
89.3306
89.8719
90.0826
89.5469
89.7595
89.2274
89.4415
88.9134
88.3851
88.6051
88.8214
89.034
89.5483
89.3404
89.1288
89.6518
89.8585
90.0615
90.5728
90.375
90.1735
89.9683
90.493
90.2897
90.817
90.6157
90.4107
90.9462
91.1453
91.3408
91.5328
91.0148
91.209
90.6928
90.8889
91.0815
91.5869
91.3997
91.9065
91.7214
92.2292
92.0464
91.8602
91.6706
91.4776
91.2811
91.0811
90.8775
90.6704
90.4597
90.2454
90.0276
90.5995
90.3849
90.9586
91.5262
91.7266
91.1661
91.3703
90.8105
91.0181
91.2222
91.4228
91.6199
92.1531
91.9625
91.7684
91.571
92.1177
91.9238
92.4701
92.28
92.0867
92.6391
92.8253
93.0085
93.5379
93.3617
93.1826
93.7163
93.8883
94.0575
94.224
93.7112
93.1886
92.6572
92.8411
92.3083
92.4958
92.6799
93.1995
93.0218
93.5399
93.3658
93.8816
94.3877
94.5487
94.0491
94.2138
93.711
93.8792
93.3741
92.8609
92.3405
91.8136
92.004
92.1909
92.3745
92.883
92.7054
92.5246
93.0387
93.2134
93.3849
93.5533
93.0574
92.5548
92.7319
92.9056
92.4087
92.5849
92.0882
92.2666
91.7707
91.2706
90.7671
90.2608
89.7525
89.2429
88.7329
88.9425
88.437
88.6471
88.8536
89.0566
88.5636
88.0716
88.2784
88.4817
88.6815
89.1627
88.9665
88.7668
89.2559
89.4517
89.644
89.8329
89.3554
88.8778
88.4009
87.9255
87.4524
86.9826
87.1869
87.3881
86.9263
87.1264
86.6707
86.8695
86.42
85.9763
86.1742
86.3695
86.5623
87.0031
86.8116
86.6172
87.0653
87.2582
87.448
87.8961
87.7083
87.5174
87.3235
87.781
87.5861
88.0488
87.8532
87.6544
88.1248
88.3209
88.5135
88.7029
88.2411
88.4301
87.9726
88.1611
88.3464
88.7984
88.6158
89.0717
88.889
89.3487
89.1658
88.9796
88.7901
88.5972
89.0707
89.2602
89.4463
89.913
89.7305
89.5446
90.0183
90.2003
90.379
90.5544
90.0921
89.6291
89.8085
89.9847
89.5282
89.7046
89.2513
89.4276
88.9777
88.5285
88.0807
87.6349
87.1918
86.7524
86.3174
85.8882
85.4659
85.0522
85.2395
84.8338
85.0178
85.2005
84.8009
84.9804
84.5888
84.2089
84.3814
84.5536
84.1787
84.3469
83.9807
84.1447
83.7874
83.4454
83.5988
83.267
83.4148
83.0934
83.2355
82.9249
83.0608
82.7612
82.8909
83.0239
83.1595
83.4829
83.3406
83.1997
83.5258
83.3799
83.7153
83.5644
83.9089
83.7534
84.1067
83.9468
84.3086
84.4722
84.6349
84.2664
84.4256
84.0646
84.2201
83.8667
84.0183
83.6728
83.8202
84.1696
84.5291
84.375
84.7414
84.584
84.957
84.7966
85.1761
85.0128
84.848
84.6819
84.5148
84.8957
84.7251
85.1134
84.9397
84.7648
85.1586
85.3353
85.5102
85.6831
85.2856
85.456
85.0649
85.2326
85.3986
85.7911
85.6246
86.0228
85.8541
86.2579
86.0871
85.9139
85.7386
85.5611
85.3817
85.7911
85.6091
85.4252
85.8409
85.6544
86.077
86.2634
86.4473
86.0252
86.2071
86.3867
85.9709
86.1484
86.3236
86.7382
86.5637
86.9835
86.8074
86.6287
87.0548
86.8745
86.6915
86.5058
86.9397
87.1241
87.3057
87.7402
87.5604
87.3776
87.8187
87.9994
88.1772
88.3518
87.9171
87.4845
87.6603
87.2322
87.4069
87.5787
87.1568
87.3274
86.91
86.4963
86.6666
86.8342
86.4263
86.5923
86.1893
86.3534
85.9555
85.5627
85.7249
85.3377
85.4974
85.1159
85.2731
84.8974
85.0519
84.6821
84.3203
83.9677
83.626
83.2968
82.9825
82.6856
82.4091
82.1566
81.9323
82.0179
81.8074
81.8844
81.9699
82.0625
82.161
81.9181
82.0095
81.7782
81.8624
82.1062
82.3712
82.2642
82.539
82.4263
82.3168
82.2116
82.1115
82.3651
82.2579
82.5231
82.8098
82.9367
82.6413
82.7625
82.4769
82.5924
82.7107
82.8312
82.9531
82.6543
82.7714
82.481
82.2072
81.9523
81.7196
81.5124
81.3349
81.1917
81.0891
81.0934
81.0103
81.0023
81.0137
81.0375
80.9159
80.8375
80.8254
80.8293
80.8471
80.9945
80.9577
80.9314
81.0732
81.1182
81.1712
81.3736
81.3068
81.2463
81.1932
81.1492
81.1155
81.2655
81.2223
81.3864
81.5812
81.6571
81.4474
81.5158
81.3181
81.3789
81.4467
81.5202
81.5984
81.8429
81.7551
81.6707
81.5907
81.8252
81.7388
81.9835
81.8909
81.8026
82.0471
82.1456
82.2472
82.5274
82.4184
82.3115
82.5932
82.707
82.8219
82.9375
82.6378
82.3511
82.0795
82.1783
81.9155
82.0089
82.1047
82.3815
82.2791
82.5638
82.4568
82.7491
83.0535
83.1694
82.8611
82.9732
82.6716
82.7798
82.485
82.2023
81.9336
81.6806
81.4456
81.2311
81.0399
80.8755
80.7414
80.642
80.5852
80.5747
80.5178
80.4749
80.4525
80.546
80.5446
80.5552
80.64
80.6513
80.6725
80.7027
80.5591
80.446
80.4503
80.4648
80.4877
80.6493
80.612
80.5815
80.7405
80.7848
80.8345
81.0406
80.9804
80.9244
80.8734
80.8284
80.7905
80.7609
80.913
80.9584
81.0104
81.2154
81.1515
81.0926
81.2965
81.3667
81.4408
81.5181
81.2836
81.0679
81.1301
81.1962
81.2655
81.5068
81.43
81.3554
81.5978
81.6796
81.7629
81.8473
81.5855
81.3373
81.1044
80.8887
80.6925
80.518
80.5545
80.5964
80.6427
80.8486
80.7929
80.7406
80.9468
81.0081
81.0719
81.1378
80.9072
80.6928
80.4963
80.5405
80.3538
80.3921
80.4341
80.6387
80.5882
80.8017
80.746
80.9681
81.2053
81.274
81.0309
81.095
80.8596
80.9191
80.6915
80.4792
80.2837
80.107
79.951
79.8177
79.7092
79.6283
79.5808
79.5667
79.5855
79.6425
79.7399
79.8798
80.0638
80.2932
80.5683
80.307
80.5897
80.3221
80.0823
79.8671
79.6739
79.8693
79.669
79.4881
79.6646
79.4767
79.659
79.8689
80.1023
80.3539
80.087
79.8412
79.6146
79.4314
79.6365
79.8595
79.6504
79.4503
79.2668
79.0985
79.2426
79.4054
79.212
79.0332
78.8675
78.76
78.9081
79.0686
78.9439
78.8018
78.6713
78.6044
78.7178
78.8417
78.9771
79.1252
79.2873
79.4647
79.3059
79.1508
79.0097
78.922
79.043
79.1767
79.3246
79.2043
79.3444
79.5004
79.3667
79.5148
79.6806
79.8662
80.0741
79.8675
80.0677
79.8719
79.7191
79.5784
79.7025
79.5532
79.6899
79.5322
79.3923
79.2682
79.1583
79.2345
79.1164
79.0111
79.0783
78.965
78.8632
78.7718
78.8126
78.8813
78.7645
78.6582
78.5614
78.5432
78.6241
78.7136
78.6897
78.6161
78.5494
78.4894
78.4699
78.4732
78.5006
78.5511
78.6232
78.7141
78.8197
78.9349
79.0533
79.1674
79.2686
79.3475
79.3886
79.3874
79.1527
78.9314
78.7225
78.7384
78.9424
79.1588
79.1245
78.9149
78.7175
78.5316
78.546
78.5251
78.3384
78.1615
77.9939
78.0293
78.1921
78.3641
78.3562
78.1908
78.0347
78.0209
78.1689
78.3257
78.492
78.6685
78.8562
79.0559
78.9664
78.7781
78.6015
78.5257
78.6901
78.8656
78.7616
78.5999
78.4488
78.3076
78.3716
78.4355
78.2795
78.1328
77.9946
77.9642
78.0915
78.2271
78.1755
78.0519
77.9361
77.8276
77.8445
77.8645
77.881
77.8871
77.875
77.8348
77.6838
77.5402
77.4037
77.4579
77.5898
77.7287
77.7474
77.615
77.4895
77.3705
77.3327
77.2737
77.15
77.0322
76.9198
76.9926
77.1003
77.2136
77.2575
77.1503
77.0486
77.095
77.1897
77.2896
77.3952
77.5067
77.6245
77.7491
77.7418
77.6261
77.5169
77.5266
77.6262
77.732
77.7259
77.6304
77.541
77.4571
77.4329
77.414
77.3167
77.2249
77.1382
77.1834
77.2616
77.3447
77.3783
77.3044
77.2349
77.296
77.3566
77.4213
77.4905
77.5644
77.6435
77.7283
77.8189
77.9157
78.0195
78.1306
78.2497
78.3775
78.5145
78.6616
78.5718
78.4397
78.3171
78.272
78.38
78.4968
78.4406
78.3388
78.2451
78.1589
78.172
78.2032
78.0974
77.999
77.9075
77.9139
77.9937
78.0794
78.0792
78.0053
77.9375
77.9802
78.0362
78.0974
78.165
78.2386
78.3184
78.4055
78.3931
78.3198
78.2525
78.2889
78.3426
78.403
78.4364
78.3896
78.3478
78.3105
78.2407
78.1917
78.137
78.0871
78.0418
78.1226
78.1579
78.1971
78.2775
78.2482
78.2223
78.1996
78.091
78.0006
77.9288
77.8754
77.84
77.8221
77.7426
77.6689
77.6002
77.6503
77.7089
77.772
77.8181
77.7651
77.7163
77.6712
77.5959
77.5361
77.4764
77.4208
77.3688
77.4552
77.4986
77.5455
77.6296
77.5913
77.5559
77.6714
77.6992
77.7295
77.7627
77.7989
77.8385
77.8816
77.9632
77.9292
77.8984
78.0147
78.0373
78.0626
78.1797
78.1624
78.1474
78.1345
77.9946
77.8705
77.8453
77.8225
77.8019
77.9472
77.961
77.9768
78.1235
78.1143
78.1067
78.1005
77.9351
77.7835
77.6461
77.5232
77.4148
77.3204
77.2392
77.1697
77.1097
77.0563
77.0054
76.952
76.8901
76.8127
76.7121
76.5788
76.406
76.1996
75.9632
75.6982
75.4051
75.083
74.7302
74.3441
73.9216
73.4585
72.9503
72.3914
71.7758
71.0956
71.1147
71.1347
71.1558
71.7801
71.7772
71.7758
72.3746
72.3594
72.346
72.3342
71.7843
71.1778
71.2008
71.2247
71.2495
71.8042
71.7964
71.7897
72.3239
72.3151
72.3076
72.7661
72.7871
72.8097
72.8341
72.8602
72.8882
72.9182
73.4129
73.3696
73.3286
73.7564
73.8089
73.8639
74.2759
74.2106
74.148
74.0882
73.7063
73.2897
73.2529
73.2181
73.1851
73.5695
73.6129
73.6585
74.0308
73.9759
73.9234
73.873
73.528
73.1539
72.7466
72.3015
71.8131
71.2753
71.3018
71.3291
71.357
71.8457
71.8339
71.8231
72.2967
72.293
72.2903
72.2888
71.8582
71.3855
71.4145
71.4438
71.4734
71.8999
71.8854
71.8714
72.2883
72.2886
72.2898
72.6482
72.6587
72.6702
72.683
72.6969
72.7121
72.7287
73.1244
73.0966
73.0703
73.4149
73.4508
73.4885
73.8248
73.7787
73.7344
73.6921
73.3807
73.0455
73.0222
73.0002
72.9794
73.2873
73.317
73.3481
73.6515
73.6125
73.5751
73.8457
73.8896
73.9352
73.9826
74.0319
74.0832
74.1366
74.1923
74.2502
74.3105
74.3734
74.439
74.5073
74.5785
74.6528
74.9977
74.9159
74.8373
75.1403
75.225
75.3133
75.601
75.5077
75.418
75.3318
75.0589
74.7618
74.6893
74.6196
74.5527
74.8331
74.9054
74.9806
75.249
75.1694
75.0929
75.3327
75.4123
75.4951
75.5813
75.6711
75.7645
75.8618
76.0954
75.9954
75.8994
76.1014
76.1987
76.3002
76.4727
76.371
76.2736
76.18
76.0079
75.8072
75.7188
75.6339
75.5524
75.7501
75.8324
75.9183
76.0902
76.0042
75.922
75.8433
75.6712
75.4742
75.2563
75.0193
74.7636
74.4884
74.4266
74.3671
74.3099
74.5705
74.6324
74.6967
74.9486
74.8806
74.8151
74.7521
74.5108
74.2548
74.2018
74.1507
74.1015
74.3447
74.398
74.4534
74.6914
74.6331
74.5769
74.7989
74.8566
74.9168
74.9793
75.0445
75.1123
75.1829
75.3992
75.3273
75.2583
75.4543
75.5234
75.5957
75.7681
75.6962
75.6276
75.562
75.3881
75.1922
75.1288
75.0681
75.01
75.2067
75.2645
75.3249
75.4994
75.4397
75.3827
75.3284
75.1513
74.9543
74.7435
74.5229
74.2933
74.054
73.8034
73.5391
73.2589
72.9598
72.6386
72.2918
71.9149
71.5032
71.5333
71.5634
71.5936
71.9625
71.9463
71.9304
72.2944
72.2978
72.3017
72.3061
71.9791
71.6239
71.6543
71.6845
71.7148
72.0302
72.013
71.9959
72.3109
72.3162
72.3217
72.5931
72.5979
72.6032
72.6089
72.6153
72.6223
72.6301
72.9413
72.9238
72.9072
73.1808
73.2057
73.2318
73.5046
73.4713
73.4391
73.4081
73.1567
72.8914
72.8763
72.8618
72.8478
73.0893
73.1111
73.1335
73.378
73.3488
73.3205
73.2929
73.0681
72.8343
72.5885
72.3273
72.0474
71.7449
71.7749
71.8046
71.8339
72.0983
72.0816
72.0646
72.3331
72.3388
72.3443
72.3497
72.1146
71.8626
71.8905
71.9175
71.9436
72.16
72.1455
72.1304
72.3547
72.3594
72.3636
72.5576
72.5625
72.5671
72.5715
72.5757
72.5799
72.5841
72.8212
72.8083
72.7956
73.0073
73.0272
73.0474
73.266
73.2397
73.2141
73.189
72.9877
72.7831
72.7706
72.758
72.7453
72.9303
72.9493
72.9684
73.1646
73.1408
73.1176
73.313
73.3378
73.364
73.3914
73.42
73.4497
73.4803
73.5118
73.5444
73.5779
73.6125
73.6482
73.6851
73.7231
73.7625
74.0082
73.9639
73.9212
74.15
74.196
74.2437
74.4709
74.4211
74.3733
74.3276
74.1057
73.8799
73.84
73.8015
73.7643
73.9832
74.0223
74.0632
74.2839
74.2423
74.2028
74.4217
74.4607
74.502
74.5456
74.5915
74.6398
74.6905
74.9011
74.8504
74.8023
74.9997
75.0476
75.0982
75.2765
75.2272
75.1805
75.1362
74.9543
74.7567
74.7136
74.6729
74.6344
74.8322
74.8707
74.9113
75.0942
75.0543
75.0165
74.9805
74.7957
74.5978
74.385
74.1654
73.9458
73.7284
73.694
73.6609
73.6294
73.8452
73.8767
73.9103
74.1303
74.0975
74.067
74.0389
73.8159
73.5995
73.5713
73.5451
73.521
73.7417
73.764
73.7888
74.0131
73.9894
73.9679
74.1878
74.2107
74.2352
74.261
74.2887
74.3184
74.3505
74.5631
74.5305
74.5
74.6973
74.7283
74.761
74.9463
74.9137
74.8826
74.8529
74.6678
74.4713
74.4441
74.4183
74.3938
74.587
74.6128
74.6397
74.8244
74.797
74.7707
74.949
74.9749
75.0019
75.03
75.0593
75.0898
75.1217
75.1551
75.1901
75.2268
75.2653
75.3058
75.3484
75.3933
75.4405
75.4903
75.5426
75.5975
75.6551
75.7156
75.7791
75.8457
75.9155
75.9888
76.0655
76.1459
76.23
76.3181
76.4101
76.5063
76.6069
76.7105
76.613
76.52
76.611
76.6995
76.7924
76.8602
76.773
76.6902
76.6115
76.5267
76.4311
76.3464
76.2655
76.1885
76.2975
76.3702
76.4465
76.5368
76.4659
76.3985
76.4964
76.5579
76.6228
76.6913
76.7636
76.8399
76.9204
76.9788
76.9057
76.8365
76.913
76.9747
77.0402
77.1084
77.0507
76.9965
76.9455
76.8548
76.7711
76.7093
76.6508
76.5955
76.6991
76.748
76.7999
76.8976
76.8524
76.8099
76.7699
76.653
76.5432
76.4382
76.3346
76.2285
76.115
76.0451
75.9785
75.9151
76.041
76.1004
76.1628
76.2739
76.2163
76.1616
76.1097
75.9846
75.8548
75.7973
75.7427
75.6907
75.8316
75.88
75.931
76.0604
76.0135
75.969
76.1065
76.1468
76.1892
76.2339
76.281
76.3306
76.3829
76.4937
76.4469
76.4025
76.5292
76.5681
76.6094
76.7322
76.6966
76.6631
76.6314
76.4924
76.3605
76.3207
76.283
76.2471
76.3933
76.4245
76.4575
76.6016
76.5734
76.5468
76.7089
76.7309
76.7543
76.7793
76.8058
76.834
76.864
76.8959
76.9299
76.966
77.0046
77.0457
77.0895
77.1362
77.186
77.2752
77.233
77.1936
77.3101
77.3425
77.3773
77.4931
77.4653
77.4397
77.4161
77.2801
77.1568
77.1225
77.0903
77.0603
77.2021
77.2262
77.2522
77.3943
77.3742
77.3557
77.5213
77.5345
77.549
77.565
77.5825
77.6018
77.6229
77.7668
77.7519
77.7386
77.9076
77.9154
77.9246
78.0956
78.0918
78.0891
78.0873
77.901
77.7267
77.7162
77.7068
77.6985
77.8871
77.8909
77.8955
78.0864
78.0862
78.0866
78.0876
77.8842
77.6913
77.5093
77.3387
77.1797
77.0322
77.0059
76.9814
76.9584
77.1215
77.1395
77.1588
77.323
77.3086
77.2953
77.2831
77.1048
76.9369
76.9167
76.8979
76.8803
77.0614
77.0748
77.0892
77.2719
77.2616
77.2521
77.4524
77.4581
77.4646
77.4718
77.4798
77.4886
77.4984
77.6849
77.6794
77.6746
77.8794
77.8804
77.882
78.0892
78.0912
78.0936
78.0964
77.8789
77.6705
77.667
77.6641
77.6617
77.8798
77.8791
77.8788
78.0994
78.1027
78.1062
78.1099
77.8808
77.6598
77.4472
77.2435
77.0489
76.8638
76.6881
76.5217
76.3637
76.2132
76.0683
75.9267
75.7855
75.6413
75.5943
75.5496
75.5071
75.6603
75.7
75.7417
75.8864
75.8481
75.8117
75.777
75.6225
75.4667
75.4282
75.3915
75.3565
75.5194
75.5522
75.5865
75.7439
75.7123
75.6822
75.848
75.875
75.9033
75.9331
75.9644
75.9973
76.0319
76.1809
76.1503
76.1212
76.2841
76.3092
76.3357
76.4979
76.4756
76.4544
76.4344
76.2603
76.0936
76.0674
76.0424
76.0188
76.1961
76.2164
76.2377
76.4156
76.3978
76.381
76.3652
76.177
75.9963
75.8223
75.6535
75.4881
75.323
75.2911
75.2605
75.2312
75.4021
75.4295
75.4581
75.6261
75.6
75.575
75.5512
75.3759
75.2031
75.1762
75.1504
75.1257
75.3041
75.3269
75.3509
75.5286
75.507
75.4864
75.6742
75.6922
75.7112
75.7312
75.7523
75.7745
75.7978
75.975
75.9547
75.9355
76.1255
76.1417
76.1589
76.3502
76.3361
76.3228
76.3103
76.1102
75.9173
75.9001
75.8837
75.8683
76.0691
76.0821
76.0957
76.2985
76.2873
76.2768
76.4913
76.4995
76.5083
76.5176
76.5275
76.538
76.5492
76.5611
76.5738
76.5873
76.6016
76.6169
76.6331
76.6503
76.6686
76.8484
76.834
76.8205
77.0167
77.0266
77.0374
77.2355
77.2282
77.2215
77.2154
77.0074
76.8079
76.796
76.785
76.7746
76.9834
76.9909
76.9988
77.2098
77.2047
77.2
77.424
77.4262
77.4287
77.4316
77.4348
77.4385
77.4426
77.6582
77.657
77.6562
77.8853
77.8836
77.8821
78.1138
78.1177
78.1217
78.1258
77.8871
77.6556
77.6553
77.6552
77.6552
77.8934
77.8912
77.8891
78.1299
78.134
78.1381
78.1421
77.8956
77.6555
77.4221
77.1957
76.9765
76.765
76.7559
76.7474
76.7395
76.9587
76.9642
76.9701
77.1917
77.1881
77.1848
77.1818
76.9535
76.7321
76.7251
76.7186
76.7125
76.9401
76.9443
76.9487
77.179
77.1764
77.1741
77.4141
77.4148
77.4156
77.4165
77.4176
77.4189
77.4204
77.6559
77.6564
77.657
77.9025
77.9002
77.8979
78.1461
78.1501
78.154
78.1578
77.9048
77.6577
77.6584
77.6592
77.66
77.9116
77.9094
77.9071
78.1615
78.165
78.1685
78.4307
78.426
78.4212
78.4162
78.4111
78.4058
78.4003
78.3947
78.389
78.3832
78.3773
78.3712
78.3651
78.359
78.3528
78.3467
78.3405
78.3344
78.3284
78.3225
78.3168
78.3113
78.306
78.301
78.2963
78.292
78.2883
78.285
78.2824
78.2805
78.2794
78.2792
78.2799
78.2818
78.285
78.2897
78.2959
78.3038
78.3137
78.3258
78.3403
78.3575
78.3775
78.4009
78.4278
78.4587
78.4941
78.5342
78.5798
78.6323
78.6923
78.759
78.8334
78.9172
78.8991
78.975
79.061
79.0372
79.1152
79.2043
79.306
79.4217
79.3483
79.4555
79.3953
79.4939
79.6081
79.5372
79.4473
79.371
79.3789
79.4365
79.5044
79.5067
79.4564
79.4174
79.3887
79.3311
79.3063
79.3104
79.2378
79.255
79.174
79.104
79.1211
79.1754
79.2045
79.2506
79.294
79.368
79.3535
79.2657
79.2444
79.1684
79.1399
79.0762
79.0429
78.9898
78.969
78.9086
78.856
78.832
78.7719
78.7195
78.6749
78.6362
78.7157
78.7426
78.7745
78.8119
78.8786
78.909
78.9455
79.0109
79.0402
79.1176
79.101
79.0891
78.9874
78.969
78.9553
78.8535
78.8332
78.8172
78.9394
78.9454
79.0782
79.0787
79.0818
79.2156
79.2132
79.2143
79.2191
79.2291
79.3427
79.3456
79.4698
79.4667
79.4684
79.4749
79.4887
79.5095
79.5392
79.6067
79.5935
79.5878
79.7106
79.704
79.7041
79.8255
79.8383
79.8562
79.8782
79.7219
79.5871
79.5921
79.6017
79.6152
79.7802
79.7574
79.7378
79.9037
79.9322
79.9632
80.1625
80.1242
80.0879
80.0539
80.0226
79.9946
79.9706
80.1372
80.171
80.2079
80.4102
80.3656
80.3232
80.5268
80.5766
80.628
80.6807
80.4567
80.2473
80.2888
80.332
80.3766
80.6042
80.5541
80.5048
80.7345
80.7891
80.8441
80.8994
80.6551
80.4223
80.2023
79.9964
79.8058
79.6323
79.4773
79.4883
79.3434
79.3486
79.357
79.3684
79.3825
79.2213
79.2297
79.2406
79.081
79.0866
78.9368
78.805
78.6933
78.6027
78.5739
78.5492
78.5284
78.6486
78.6601
78.6749
78.7961
78.7902
78.7874
78.7866
78.6399
78.511
78.4966
78.485
78.4759
78.6283
78.6299
78.6336
78.7879
78.7911
78.7961
78.9785
78.9676
78.9579
78.9498
78.9433
78.9387
78.9364
79.0942
79.104
79.1155
79.3026
79.2848
79.2685
79.2536
79.4366
79.4168
79.3987
79.5838
79.5606
79.5391
79.5197
79.5026
79.6748
79.6522
79.8338
80.0313
80.0677
79.8637
79.8952
79.6996
79.7261
79.7542
79.7836
79.814
79.6084
79.6343
79.6611
79.4578
79.4801
79.5035
79.5276
79.3214
79.1284
79.1427
79.1581
79.1745
79.3831
79.3618
79.3412
79.5523
79.5776
79.6032
79.6291
79.4048
79.1916
78.9905
78.8023
78.6282
78.469
78.464
78.4609
78.4596
78.6372
78.6329
78.6298
78.8099
78.8186
78.8283
78.8387
78.6427
78.4594
78.4605
78.4628
78.4661
78.6643
78.6563
78.6491
78.8499
78.8617
78.874
79.0942
79.078
79.0622
79.0467
79.0317
79.0172
79.0034
79.2094
79.2278
79.2466
79.4721
79.4494
79.427
79.6552
79.6813
79.7075
79.7335
79.4949
79.2657
79.2851
79.3046
79.3242
79.5633
79.5406
79.5177
79.7595
79.7853
79.8108
80.0662
80.0381
80.0096
79.9809
79.9518
79.9226
79.8931
79.8636
79.834
79.8045
79.7751
79.7459
79.7171
79.6888
79.9096
79.8772
79.8453
80.0686
80.0325
79.997
79.9621
79.9281
80.1438
80.1053
80.3285
80.2856
80.2435
80.4689
80.5161
80.5636
80.8097
80.758
80.7064
80.9549
81.0103
81.0656
81.1205
80.8613
80.6114
80.3719
80.4157
80.183
80.2227
80.2628
80.5039
80.4598
80.7071
80.6593
80.9127
81.1751
81.2292
80.9638
81.0146
80.7548
80.8021
80.548
80.3032
80.3435
80.105
80.1416
80.1783
79.9424
79.9753
80.0084
80.0416
80.0746
80.3242
80.288
80.2516
80.215
80.4641
80.4241
80.3839
80.6355
80.5919
80.8492
80.8957
80.9418
80.6788
80.7218
80.7642
80.5038
80.5431
80.582
80.8475
80.8061
81.0764
81.0322
80.9873
81.26
81.2123
81.1638
81.1146
81.0649
81.3355
81.2826
81.5582
81.5023
81.4457
81.3884
81.3306
81.2722
81.2134
81.1543
81.095
81.0358
80.9766
80.9179
80.8597
80.8024
80.7462
80.9799
81.0416
81.1041
81.3598
81.293
81.2264
81.1603
81.4139
81.3436
81.604
81.5297
81.4559
81.3827
81.3106
81.2399
81.171
81.4111
81.4865
81.5631
81.828
81.7464
81.6654
81.9325
82.0181
82.1039
82.1896
81.9099
81.6406
81.7185
81.7967
81.875
82.1555
82.0739
81.992
82.2751
82.3602
82.4447
82.7415
82.6547
82.567
82.4786
82.3897
82.3004
82.2108
82.1213
82.032
81.9433
81.8555
81.769
81.6842
81.6016
81.5218
81.7658
81.8536
81.9433
82.2164
82.1208
82.0264
82.3014
82.4014
82.5019
82.6027
82.3129
82.0345
82.1267
82.2195
82.3128
82.6038
82.5069
82.4098
82.7035
82.804
82.9041
83.2126
83.11
83.0067
82.9027
82.7983
82.6937
82.5892
82.8882
82.9964
83.1043
83.4189
83.3084
83.1971
83.0853
83.4004
83.2852
83.6061
83.4876
83.3684
83.2488
83.1289
83.0092
82.8899
83.1996
83.0761
83.3931
83.2656
83.1383
83.0117
82.8862
83.1957
83.0655
83.3834
83.2486
83.1148
83.4354
83.5746
83.7141
84.0557
83.9128
83.7694
84.1148
84.2613
84.4069
84.5513
84.198
83.8533
83.5187
83.6542
83.3268
83.4583
83.5897
83.9241
83.7894
84.1303
83.9922
84.3393
84.6944
84.8361
84.4795
84.6184
84.2674
84.4034
84.0581
83.7209
83.8516
83.5207
83.6478
83.3233
83.4469
83.7744
84.1103
83.9814
84.3229
84.1911
84.5382
84.6715
84.8032
84.4535
84.5827
84.238
83.9001
83.57
83.6926
83.8143
83.935
84.2709
84.1485
84.0249
84.3644
84.4895
84.613
84.9607
84.8364
84.7103
85.0618
84.9334
85.2894
85.1586
85.0261
84.8918
84.7559
85.1146
84.9762
85.3399
85.1991
85.0564
84.9121
84.7662
84.6188
84.4701
84.8338
84.984
85.1326
85.5051
85.3559
85.2048
85.582
85.4285
85.811
85.6552
86.0429
85.8849
86.2776
86.1177
86.5152
86.6745
86.8314
86.4351
86.5903
86.1985
86.3519
85.9647
86.1162
85.7335
85.883
86.0303
85.6524
85.2795
85.4245
85.5676
85.7087
86.082
85.9409
85.7977
86.1755
86.3184
86.4592
86.8398
86.6996
86.5572
86.4124
86.2654
86.6518
86.503
86.8935
86.7432
87.1377
86.9858
87.3844
87.231
87.0752
86.9167
86.7558
87.1618
86.9993
87.4096
87.2458
87.0792
87.4953
87.6603
87.8227
87.9823
87.5708
87.7293
87.3216
87.4789
87.6335
88.0382
87.885
88.2933
88.1391
88.5507
88.3957
88.2379
88.0773
87.914
87.7478
88.1705
88.0033
87.8332
88.2619
88.0909
88.5235
88.6922
88.8579
88.4299
88.5949
88.7571
88.3347
88.4962
88.6548
89.0729
88.9164
89.3376
89.1806
89.0207
89.4472
89.2869
89.1237
88.9575
88.7882
88.616
88.4406
88.2622
88.7075
88.8833
89.056
89.4968
89.3269
89.1538
89.6008
89.7708
89.9377
90.1015
89.6636
89.2256
89.3922
89.5558
89.7164
90.146
89.9882
89.8274
90.2624
90.4202
90.5752
91.0036
90.8517
90.6968
90.5391
90.3783
90.2145
90.0477
89.8777
90.3275
90.1577
90.6101
90.4406
90.268
90.7265
90.8955
91.0613
91.224
90.7764
90.9396
90.4941
90.6577
90.8182
91.2569
91.0997
91.5403
91.3836
91.8258
91.6698
91.5108
91.3488
91.1836
91.0153
90.8438
90.6691
90.491
90.3096
90.1248
89.9366
89.7449
89.5497
89.3509
89.1485
89.6498
89.4482
89.9531
90.4566
90.6488
90.1501
90.3435
89.8478
90.0422
90.2331
90.4205
90.6045
91.0824
90.9028
90.7198
90.5334
91.0227
90.8374
91.3289
91.1451
90.9578
91.4562
91.6384
91.8172
92.3019
92.1281
91.9511
92.4417
92.6136
92.7822
92.9477
92.4724
91.9927
91.5093
91.6863
91.2044
91.3828
91.5579
92.0306
91.8601
92.3339
92.1649
92.6397
93.11
93.2693
92.8039
92.9649
92.4997
92.6624
92.1978
91.7297
91.2586
90.7851
90.9623
91.1363
91.3069
91.7678
91.6013
91.4316
91.8983
92.0637
92.226
92.3852
91.9312
91.4744
91.6388
91.8
91.9582
92.4031
92.2488
92.0915
92.5414
92.6946
92.8449
93.2832
93.137
92.9879
92.8359
92.6809
92.523
92.3619
92.822
92.9786
93.1321
93.5792
93.43
93.278
93.1229
93.5789
93.4256
93.8812
93.7298
93.5754
93.418
93.2576
93.0942
92.9276
92.7579
93.2437
93.0763
93.5616
93.3966
93.2286
93.7187
93.881
94.0403
94.5117
94.358
94.2015
94.042
93.8795
93.7141
93.5456
94.0444
94.2067
94.3661
94.844
94.6906
94.5345
94.3756
94.8623
94.7069
95.1896
95.0378
94.8834
94.7263
94.5666
94.4042
94.2392
94.0715
93.9012
93.7284
93.5529
93.3749
93.1945
93.0116
92.8263
92.6388
92.449
92.2572
92.8526
92.6671
92.4798
93.0779
92.8975
92.7157
92.5327
93.1405
93.3151
93.4886
93.6608
93.8315
93.2568
93.4341
93.6096
93.0362
93.2178
93.3973
93.5747
93.7498
94.292
94.1245
93.9549
93.7832
94.3341
94.1683
94.0008
94.5514
94.3901
94.2272
94.0631
93.8977
93.7313
94.304
94.4624
94.6199
95.1581
95.0082
94.8574
95.3907
95.5341
95.6765
95.818
95.3069
94.7763
94.9314
95.0851
95.2373
94.7112
94.8694
95.0257
94.498
94.66
94.82
94.9779
94.4573
93.9226
94.0931
94.2611
94.4267
94.9395
94.781
94.6203
95.1336
95.2872
95.4385
95.9231
95.7787
95.6321
95.4835
95.3329
95.1803
95.6842
95.537
95.388
95.8891
95.7457
95.6008
95.4545
95.9584
96.0975
96.2353
96.3716
96.5065
96.0309
96.1711
96.3095
95.8297
95.9732
96.1149
96.2546
96.3923
96.8452
96.7141
96.5811
96.4462
96.9016
96.7716
96.6399
97.0898
96.9631
96.8349
96.7053
96.5744
96.4422
96.3088
96.1744
96.039
95.9029
96.3929
96.5223
96.6508
97.105
96.9829
96.8602
97.3038
97.4204
97.5362
97.6513
97.2262
96.7785
96.9051
97.0307
97.155
97.5837
97.4656
97.3464
97.7654
97.8786
97.9907
98.3755
98.2691
98.1616
98.0533
97.944
97.834
97.7233
98.1182
98.2233
98.3278
98.6872
98.5879
98.4879
98.8322
98.9273
99.0219
99.1158
98.7859
98.4316
98.5345
98.6366
98.7377
99.0769
98.9808
98.8837
99.2089
99.3013
99.3928
99.4833
99.172
98.8378
98.4809
98.1017
97.7006
97.2781
97.3999
97.5203
97.6392
97.215
97.3386
97.4606
97.0299
97.1565
97.2812
97.6995
97.5809
97.9868
97.8725
97.7566
98.155
98.0434
97.9305
97.8162
98.2115
98.32
98.4272
98.5331
98.6376
98.265
98.3735
98.4806
98.0995
98.2105
97.8164
97.4041
96.9744
96.5279
96.0654
95.5877
95.0955
94.5898
94.7504
94.9086
95.0641
95.5493
95.4005
95.2492
95.7345
95.8791
96.0213
96.1613
95.6957
95.2172
95.3676
95.5156
95.661
96.1205
95.9814
95.8398
96.2989
96.4342
96.5672
97.0005
96.8735
96.7443
96.6129
96.4793
96.3435
96.2056
96.6615
96.7931
96.9225
97.3502
97.2269
97.1017
97.5252
97.6444
97.7617
97.8772
97.4716
97.0499
97.1752
97.2984
97.4194
97.8235
97.7082
97.5909
97.9907
98.1024
98.2122
98.32
97.9369
97.5384
97.1252
96.698
96.2573
95.804
95.3387
95.4852
95.015
95.165
95.3124
95.457
94.9945
94.5226
94.6763
94.8271
94.9752
95.4299
95.2875
95.1424
95.5991
95.7385
95.8753
96.3107
96.1794
96.0456
95.9093
95.7705
95.6292
96.0823
95.9444
96.3917
96.8264
96.9526
96.5237
96.6533
96.2178
96.3508
96.4814
96.6096
96.7354
97.1487
97.0283
96.9056
96.7806
97.1981
97.0765
97.4866
97.3683
97.2479
97.6554
97.7702
97.883
98.2651
98.1577
98.0483
98.426
98.5302
98.6325
98.7329
98.3707
97.9938
97.6027
97.7168
97.3176
97.4349
97.55
97.9386
97.8287
98.2093
98.1025
98.4743
98.8315
98.9283
98.576
98.6758
98.3141
98.4169
98.0464
97.6629
97.2668
96.8589
96.4396
96.0096
95.5697
95.1205
94.6626
94.1967
93.7235
93.8824
93.408
93.5693
93.7276
94.1914
94.0384
94.5008
94.3502
94.8106
95.2631
95.403
94.9559
95.0984
94.6486
94.7935
94.3415
93.8828
94.0352
94.1846
94.3312
94.775
94.6333
94.4888
94.9358
95.0753
95.2121
95.6419
95.5099
95.3754
95.2382
95.6749
95.5403
95.9735
95.8415
95.7069
96.1414
96.2707
96.3976
96.5221
96.1031
96.2302
95.8071
95.9366
96.0638
96.4771
96.3548
96.7639
96.6442
97.0484
96.9312
96.8118
96.6901
96.566
96.98
97.0989
97.2155
97.6082
97.4966
97.3828
97.7737
97.8825
97.9892
98.0938
97.7177
97.33
97.4422
97.5523
97.1632
97.2759
96.8814
96.9966
96.597
96.1884
95.7714
95.3464
94.9141
94.475
94.0298
94.1755
93.7293
93.8768
94.0215
94.1634
93.7255
93.2828
93.4306
93.5755
93.7177
94.1478
94.0097
93.869
94.3026
94.4391
94.573
94.993
94.8633
94.731
94.5962
94.4587
94.3185
94.7544
94.6161
95.0504
95.478
95.6072
95.1842
95.3154
94.8901
95.0232
95.1537
95.2817
95.4072
95.8152
95.6939
95.5701
95.444
95.858
95.7338
96.145
96.0228
95.8983
96.3107
96.4306
96.5482
96.9431
96.83
96.7146
97.1095
97.2203
97.329
97.4355
97.054
96.6635
96.2647
96.3821
95.9798
96.0992
96.2163
96.6102
96.4973
96.8875
96.7766
97.1627
97.5399
97.6424
97.2694
97.3739
96.9962
97.1028
96.7209
96.3312
95.9341
95.5303
95.1202
94.7043
94.2831
93.8571
93.4267
92.9923
92.5544
92.1134
92.2657
92.4151
91.9789
92.129
91.694
91.8447
91.4111
90.9757
91.1303
91.282
91.4308
91.8564
91.7108
91.5624
91.9926
92.1377
92.2801
92.4197
91.9993
91.5768
91.1527
90.7272
90.3009
89.8741
90.0289
89.6047
89.7592
89.9109
89.4917
89.6431
89.2265
88.8106
88.9636
89.1139
88.703
88.8526
88.4447
88.5935
88.1887
87.7855
87.9349
87.5351
87.6834
87.2872
87.4341
87.0415
87.1871
86.7982
86.9422
87.0839
87.2232
87.6092
87.4709
87.3302
87.7206
87.5786
87.9723
87.8291
88.226
88.0817
88.4818
88.3365
88.7396
88.8832
89.0241
88.6245
88.7646
88.3677
88.507
88.113
88.2512
87.8601
87.9972
88.1319
87.7451
87.3602
86.9776
86.5977
86.2209
85.8478
85.4788
85.6158
85.2513
85.3861
85.519
85.65
85.7791
85.4182
85.5452
85.1885
85.3133
85.6703
86.0311
85.9061
86.2706
86.1437
86.0148
85.8839
85.7509
86.1197
85.9848
86.3577
86.7339
86.8679
86.4923
86.6247
86.2526
86.3833
86.5118
86.6383
86.7625
86.3953
86.518
86.1541
85.7934
85.4364
85.0834
84.735
84.3919
84.0545
83.7237
83.8404
83.5149
83.6285
83.7411
83.8526
83.5286
83.2116
83.3182
83.4239
83.5285
83.8509
83.7447
83.6372
83.9629
84.0718
84.1793
84.2853
83.9559
83.632
83.3143
83.0036
82.7005
82.4061
82.4992
82.5921
82.6843
82.9869
82.8922
82.7967
83.1022
83.2
83.2967
83.3923
83.0807
82.7759
82.8667
82.9566
83.0454
83.3556
83.2652
83.1735
83.4867
83.5798
83.6716
83.9928
83.8999
83.8056
83.7099
83.6129
83.5146
83.415
83.7343
83.8353
83.9349
84.2621
84.1615
84.0594
84.3898
84.4928
84.5941
84.6938
84.3612
84.0331
84.1298
84.225
84.3187
84.6489
84.5546
84.4587
84.7919
84.8883
84.983
85.076
84.7415
84.4108
84.0841
83.762
83.4448
83.1331
82.8275
82.5284
82.2367
81.9531
81.6785
81.753
81.4845
81.5552
81.6258
81.6962
81.4267
81.1669
81.23
81.2931
81.356
81.6261
81.56
81.4935
81.7662
81.8357
81.9045
82.1904
82.1192
82.0472
81.9745
81.9011
81.8272
82.1081
82.0309
82.3173
82.6113
82.6933
82.3971
82.4761
82.1848
82.2607
82.3358
82.41
82.4832
82.7822
82.7073
82.6313
82.5542
82.8542
82.7743
83.0788
82.9962
82.9124
83.2197
83.305
83.389
83.7044
83.6193
83.5327
83.851
83.9385
84.0246
84.1091
83.7882
83.4717
83.1603
83.2404
82.933
83.0106
83.0869
83.162
82.8559
82.5553
82.2607
81.9726
81.6917
81.4187
81.4809
81.5426
81.6037
81.8844
81.8209
81.7567
82.0399
82.1064
82.1719
82.2364
81.947
81.6641
81.7238
81.7826
81.8405
82.1292
82.0694
82.0087
82.2999
82.3623
82.4236
82.7234
82.6607
82.5968
82.5318
82.4656
82.3984
82.33
82.6264
82.6963
82.7651
83.0698
82.9998
82.9285
83.2358
83.3082
83.3794
83.4491
83.1386
82.8327
82.899
82.9641
83.028
83.3371
83.2722
83.2061
83.5176
83.5847
83.6504
83.9675
83.901
83.8332
83.764
83.6933
83.6213
83.5479
83.473
83.3968
83.3193
83.633
83.5531
83.8704
84.1922
84.2737
83.9513
84.0306
83.7115
83.7887
83.8643
83.9386
84.0114
84.3332
84.2598
84.1849
84.1085
84.4322
84.3537
84.6805
84.6
84.5179
84.4343
84.3491
84.2623
84.174
84.5013
84.5902
84.6775
85.0095
84.9218
84.8325
85.1673
85.2569
85.3449
85.4311
85.0956
84.7632
84.8473
84.9297
85.0106
85.3438
85.2627
85.1799
85.5157
85.5986
85.6798
85.7594
85.4233
85.0899
84.7594
84.8368
84.5091
84.5845
84.6584
84.7308
84.4051
84.0827
84.1526
84.2211
84.2881
84.612
84.5445
84.4755
84.8016
84.871
84.9389
85.2685
85.2004
85.1307
85.0595
84.9868
84.9126
85.2436
85.1675
85.5011
85.8374
85.9137
85.5774
85.6521
85.3181
85.3911
85.4625
85.5323
85.6007
85.9352
85.8667
85.7967
85.7252
86.0616
85.9885
86.3271
86.2523
86.176
86.098
86.0184
85.9371
85.8541
85.7695
85.6832
85.5951
85.5053
85.4139
85.3206
85.2257
85.129
85.0305
84.9304
84.8286
84.725
84.6198
84.513
84.4045
84.2945
84.1831
84.0702
83.9559
84.2897
84.1728
84.5114
84.8554
84.9741
84.6293
84.7457
84.4052
84.5192
84.6316
84.7423
84.8514
85.1941
85.0846
84.9734
84.8604
85.2061
85.091
85.4406
85.3234
85.2043
85.5575
85.6767
85.7941
86.1509
86.0338
85.9146
86.2751
86.394
86.5109
86.6257
86.2661
85.9094
85.556
85.6695
85.3195
85.431
85.5407
85.8908
85.7811
86.1344
86.0229
86.3793
86.7386
86.8494
86.4906
86.5998
86.2439
86.3515
85.9986
85.6486
85.3019
84.9588
85.0645
85.1684
85.2706
85.6142
85.5119
85.4078
85.7546
85.8587
85.961
86.0614
85.7147
85.3709
85.4696
85.5664
85.6615
86.0053
85.9102
85.8134
86.16
86.2568
86.3517
86.7005
86.6058
86.5093
86.4109
86.3106
86.2085
86.1045
86.4572
86.561
86.6628
87.0172
86.9158
86.8124
86.7071
87.065
86.9582
87.3187
87.2104
87.1001
86.9878
86.8735
86.7571
86.6386
87.0047
86.8847
87.2539
87.1324
87.0087
86.8829
86.7549
87.1292
86.9997
87.3773
87.2464
87.1131
87.4948
87.6271
87.7571
88.1386
88.0098
87.8786
88.2642
88.3941
88.5217
88.647
88.2652
87.8847
87.506
87.6324
87.2565
87.3816
87.5045
87.8785
87.7566
88.1333
88.0101
88.3894
88.7699
88.8906
88.5114
88.6311
88.2541
88.3728
87.9982
87.6252
87.7437
87.3732
87.4904
87.1226
87.2385
87.6055
87.9742
87.86
88.2312
88.1158
88.4893
88.6037
88.7159
88.3444
88.4556
88.0863
87.7184
87.3522
87.4638
87.5734
87.681
88.045
87.9382
87.8293
88.1964
88.3043
88.4102
88.7766
88.6716
88.5647
88.9339
88.8259
89.1971
89.0882
88.9771
88.864
88.7486
89.1254
89.0091
89.3878
89.2707
89.1514
89.0298
88.9059
88.7797
88.6512
88.5203
88.3869
88.778
88.6437
89.0373
88.9022
89.2984
89.1625
89.5611
89.4246
89.2855
89.1438
88.9996
89.4064
89.2615
89.671
89.5256
89.3774
89.7917
89.9375
90.0807
90.4903
90.3495
90.206
90.0598
90.4764
90.33
90.1809
90.6022
90.453
90.8765
91.0229
91.1666
90.7487
90.8924
91.0334
90.62
90.761
90.8993
91.3076
91.1718
91.5815
91.4458
91.3075
91.7214
91.5832
91.4424
91.2989
91.72
91.8606
91.9984
92.4117
92.2769
92.1394
92.5567
92.691
92.8228
92.952
92.544
92.1336
92.2663
91.8569
91.9898
92.1202
91.7146
91.8452
91.4408
91.0351
90.6284
90.2212
89.8138
89.9539
89.5487
89.6884
89.8255
90.2265
90.0915
90.4945
90.3592
90.764
91.1682
91.2989
90.8971
91.0276
90.6273
90.7576
90.359
89.96
90.0921
89.6951
89.8267
89.4318
89.5627
89.17
89.3002
88.9098
89.0392
89.1663
89.291
89.6766
89.5535
89.4281
89.8173
89.6912
90.0825
89.9558
90.3489
90.2217
90.6166
90.489
90.8855
91.0109
91.134
90.7417
90.8645
90.4737
90.5961
90.2068
90.3288
89.9411
90.0626
90.1817
89.7975
89.4134
89.5335
89.6514
89.767
90.1465
90.0323
89.916
90.2986
90.4133
90.5258
90.9049
90.7941
90.6811
90.5659
90.4485
90.8341
90.7162
91.1032
90.985
91.3732
91.2548
91.6441
91.5255
91.4046
91.2813
91.1557
91.5528
91.4271
91.8254
91.6996
91.5714
91.9733
92.099
92.2223
92.3432
91.9487
92.0697
91.6762
91.7972
91.9158
92.3048
92.1884
92.578
92.4617
92.8519
92.7358
92.6174
92.4967
92.3736
92.2482
92.6492
92.524
92.3964
92.8009
92.6737
93.0788
93.2031
93.325
92.9257
93.0481
93.1682
92.772
92.8924
93.0105
93.4014
93.2859
93.6769
93.5619
93.4446
93.8383
93.7216
93.6026
93.4812
93.3575
93.2313
93.1027
92.9715
92.8378
92.7014
92.5624
92.4207
92.2763
92.7053
92.5616
92.9913
92.8485
92.7029
93.1369
93.2787
93.4178
93.5542
93.1314
93.2688
92.8462
92.9845
93.1201
93.5358
93.4036
93.8193
93.688
94.1036
93.9734
93.8407
93.7053
93.5674
93.9938
94.1279
94.2595
94.6738
94.5461
94.4159
94.8331
94.9594
95.0832
95.2046
94.799
94.3884
94.5149
94.639
94.2312
94.3564
93.948
94.0742
93.6654
93.2531
93.3836
93.5115
93.637
94.0394
93.9172
93.7925
94.1979
94.3193
94.4383
94.5551
94.1593
93.76
93.8807
93.9991
94.1151
94.5053
94.3922
94.2769
94.6695
94.7817
94.8918
95.2743
95.1673
95.0581
94.9468
94.8333
94.7176
94.5995
94.4791
94.8799
94.7606
95.1603
95.0422
94.9218
95.3237
95.4404
95.5549
95.6672
95.276
95.3896
94.9969
95.1115
95.224
95.6101
95.5009
95.8852
95.7773
96.1595
96.0529
95.9441
95.8333
95.7202
95.6048
95.4872
95.3673
95.2449
95.651
95.7694
95.8854
96.2773
96.1652
96.0508
96.4438
96.5542
96.6624
96.7686
96.3873
95.9992
96.1108
96.2202
96.3275
96.7045
96.6009
96.4951
96.8727
96.9747
97.0748
97.4378
97.3413
97.243
97.1426
97.0403
96.9359
96.8295
97.2074
97.3099
97.4104
97.7722
97.6755
97.577
97.4765
97.8412
97.7428
98.1023
98.0059
97.9077
97.8075
97.7053
97.6011
97.4948
97.3864
97.7661
97.6602
98.0337
97.9304
97.8251
98.1965
98.2971
98.3959
98.7462
98.652
98.5558
98.4578
98.3579
98.2561
98.1523
98.5178
98.6168
98.714
99.0568
98.9643
98.8699
98.7738
99.1166
99.0233
99.3562
99.2658
99.1738
99.08
98.9844
98.8872
98.7881
98.6873
98.5847
98.4803
98.3741
98.2662
98.1564
98.0448
97.9315
98.3199
98.4276
98.5336
98.893
98.7922
98.6899
98.586
98.9424
98.8423
98.7407
99.0877
98.9898
98.8906
98.79
98.6882
98.5851
98.9368
99.0347
99.1314
99.4512
99.3592
99.2662
99.5729
99.6615
99.749
99.8354
99.542
99.227
99.3212
99.4142
99.506
99.1842
99.2793
99.3731
99.0411
99.1383
99.2339
99.3281
98.9921
98.6379
98.7406
98.8415
98.9407
99.2797
99.1854
99.0895
99.4207
99.5117
99.6013
99.9052
99.8201
99.7336
99.6456
99.5562
99.4653
99.7731
99.6854
99.5963
99.8932
99.8073
99.7201
99.6316
99.9207
100.005
100.088
100.17
100.25
99.9779
100.061
100.143
99.8594
99.9444
100.028
100.11
100.191
100.459
100.382
100.304
100.224
100.485
100.408
100.33
100.578
100.502
100.426
100.348
100.268
100.188
100.107
100.025
99.9412
99.8568
99.7714
99.6851
99.5979
99.5099
99.4211
99.3316
99.2415
99.1508
99.0596
98.968
98.876
98.7839
98.6916
98.5992
98.507
98.4149
98.3231
98.2318
98.141
98.0508
97.9614
97.8729
97.7854
97.6991
97.614
97.5303
97.448
97.3673
97.2883
97.211
97.1355
97.0619
96.9903
96.9206
96.8529
96.7873
96.7237
96.6622
96.6027
96.5452
96.4897
96.4362
96.3844
96.3346
96.2864
96.2399
96.195
96.1516
96.1096
96.0689
96.0293
95.9909
95.9534
95.9167
95.8807
95.8454
95.8105
95.776
95.7416
95.7073
95.6729
95.6382
95.6032
95.5676
95.5312
95.4939
95.4556
95.416
95.375
95.3324
95.2882
95.2423
95.1947
95.1454
95.0944
95.0421
94.9885
94.9341
94.8792
94.8243
94.7698
94.7158
94.6625
94.6097
94.5571
94.504
94.4494
94.3918
94.3295
94.2609
94.185
94.1025
94.0169
93.9352
93.866
93.8162
93.7874
93.7765
93.7775
93.7833
93.7897
93.794
93.7957
93.7952
93.877
93.8825
93.8859
93.9767
93.9652
93.9545
94.0277
94.047
94.0735
94.1128
93.9931
93.8887
93.8939
93.9079
93.9361
94.1289
94.0644
94.0204
94.1701
94.2483
94.3451
94.563
94.4462
94.34
94.2514
94.1834
94.1344
94.0998
94.176
94.2318
94.3072
94.4376
94.3378
94.2585
94.3446
94.4449
94.5622
94.6904
94.5541
94.4031
94.5158
94.6385
94.764
94.9384
94.8104
94.6807
94.8229
94.955
95.0838
95.2085
95.0622
94.887
94.683
94.454
94.2132
93.9839
94.0525
94.138
94.2324
94.5201
94.4165
94.3118
94.567
94.6778
94.7828
94.881
94.6181
94.3278
94.4185
94.502
94.5785
94.8722
94.7933
94.709
94.973
95.06
95.1433
95.3918
95.3032
95.2118
95.1168
95.0172
94.9118
94.8002
95.0049
95.1172
95.2242
95.405
95.295
95.1809
95.3291
95.4459
95.5593
95.6696
95.5115
95.3269
95.4261
95.5223
95.616
95.814
95.7158
95.615
95.7769
95.8814
95.9832
96.1205
96.0161
95.9087
95.7983
95.6848
95.5683
95.4487
95.3257
95.1994
95.0696
94.9367
94.802
94.6686
94.5414
94.4265
94.4939
94.617
94.7488
94.8014
94.6679
94.5409
94.5682
94.6968
94.831
94.9675
94.9375
94.8842
95.0197
95.1534
95.2845
95.3404
95.2081
95.0736
95.1039
95.239
95.3721
95.5026
95.47
95.4127
95.5378
95.6598
95.7787
95.8408
95.7204
95.5968
95.6303
95.7549
95.8762
95.9942
95.958
95.8945
96.007
96.1165
96.2228
96.2903
96.1827
96.072
96.1089
96.2204
96.3286
96.4337
96.3947
96.3261
96.222
96.0822
95.9097
95.7075
95.4781
95.2239
94.9471
94.6491
94.7154
94.7789
94.8409
95.1589
95.0897
95.0193
95.3024
95.3794
95.4551
95.5296
95.2274
94.902
94.9628
95.0235
95.0842
95.4287
95.3623
95.2951
95.6029
95.675
95.7458
96.0328
95.9588
95.883
95.8054
95.7261
95.6452
95.5625
95.7968
95.884
95.9692
96.182
96.0937
96.0029
96.1785
96.272
96.3628
96.4509
96.2679
96.0522
96.133
96.2116
96.2879
96.51
96.432
96.3512
96.5361
96.6183
96.6975
96.7736
96.5851
96.3618
96.1047
95.815
95.4943
95.1448
95.2052
95.265
95.3239
95.6839
95.6222
95.5589
95.8826
95.9484
96.012
96.0733
95.7438
95.3816
95.4378
95.4921
95.5445
95.9104
95.8572
95.8016
96.1321
96.1883
96.2419
96.5385
96.4847
96.4282
96.3688
96.3067
96.2418
96.1745
96.433
96.5014
96.567
96.7924
96.7264
96.6573
96.8464
96.9158
96.982
97.0449
96.8552
96.6296
96.6892
96.7459
96.7997
97.0253
96.9715
96.9149
97.1045
97.1611
97.2147
97.3664
97.3129
97.2564
97.1969
97.1341
97.0678
96.9982
96.925
96.8484
96.7684
96.6851
96.5986
96.5089
96.4162
96.3206
96.4263
96.5234
96.6174
96.6888
96.594
96.496
96.5355
96.6341
96.7293
96.8211
96.7802
96.7081
96.7955
96.8796
96.9601
97.0334
96.9526
96.8682
96.9093
96.994
97.0749
97.1521
97.1105
97.037
97.1103
97.1801
97.2463
97.3199
97.2537
97.184
97.2256
97.2954
97.3616
97.4242
97.3826
97.3091
97.3685
97.4249
97.4783
97.5516
97.4983
97.442
97.4836
97.5398
97.5931
97.6437
97.6023
97.529
97.4172
97.2657
97.0763
96.8509
96.5898
96.2931
95.9612
95.5948
95.6431
95.6895
95.7339
96.101
96.0564
96.0099
96.3419
96.3884
96.433
96.4757
96.1437
95.7766
95.8178
95.8575
95.8959
96.2631
96.2246
96.1849
96.5169
96.5566
96.595
96.8914
96.853
96.8133
96.7722
96.7296
96.6851
96.6385
96.8996
96.946
96.9905
97.2156
97.1713
97.1249
97.3141
97.3604
97.4046
97.4471
97.2582
97.0331
97.0741
97.1137
97.1521
97.377
97.3387
97.2991
97.488
97.5275
97.5658
97.6032
97.4144
97.1895
96.9288
96.6324
96.3004
95.9332
95.9697
96.0054
96.0405
96.4079
96.3727
96.3369
96.6689
96.7047
96.7399
96.7747
96.4427
96.0753
96.1097
96.1441
96.1785
96.5461
96.5116
96.4772
96.8093
96.8437
96.8781
97.1745
97.1401
97.1057
97.0712
97.0363
97.0011
96.9653
97.226
97.2618
97.297
97.5219
97.4866
97.4509
97.6396
97.6754
97.7106
97.7454
97.5567
97.3318
97.3663
97.4007
97.4351
97.6599
97.6255
97.5912
97.7799
97.8142
97.8485
97.9994
97.9652
97.9309
97.8964
97.8616
97.8265
97.7907
97.7543
97.717
97.6787
97.6392
97.5983
97.5559
97.5118
97.4656
97.5773
97.6234
97.6675
97.7406
97.6966
97.6505
97.6919
97.7379
97.782
97.8243
97.783
97.7099
97.7507
97.7901
97.8284
97.9015
97.8632
97.8238
97.8651
97.9045
97.9427
97.98
97.9387
97.8657
97.9021
97.9379
97.973
98.046
98.0108
97.9751
98.0164
98.0521
98.0873
98.122
98.0807
98.0078
98.0422
98.0765
98.1107
98.1837
98.1495
98.1152
98.1564
98.1907
98.2249
98.2591
98.2179
98.145
98.0337
97.8828
97.6943
97.4696
97.209
96.9127
96.5806
96.2131
96.248
96.2833
96.3192
96.6866
96.6508
96.6155
96.9475
96.9827
97.0184
97.0547
96.723
96.3558
96.3931
96.4314
96.4707
96.8372
96.7982
96.7602
97.0916
97.1294
97.1681
97.4633
97.4249
97.3873
97.3506
97.3144
97.2789
97.2438
97.5042
97.5392
97.5747
97.7991
97.7638
97.7289
97.9174
97.9522
97.9874
98.0231
97.8349
97.6106
97.6472
97.6846
97.7227
97.9464
97.9085
97.8714
98.0594
98.0963
98.134
98.1726
97.9852
97.7618
97.5027
97.2078
96.8772
96.511
96.5526
96.5956
96.6399
97.0045
96.9608
96.9184
97.2486
97.2905
97.3337
97.3782
97.0497
96.6857
96.733
96.782
96.8327
97.1942
97.1445
97.0963
97.4242
97.4715
97.5204
97.8111
97.7631
97.7164
97.6712
97.6272
97.5846
97.5431
97.8018
97.8429
97.8851
98.1074
98.0656
98.0249
98.212
98.2524
98.2939
98.3364
98.1504
97.9285
97.9732
98.0192
98.0665
98.2866
98.2399
98.1945
98.3801
98.4251
98.4712
98.6189
98.5732
98.5287
98.4853
98.4431
98.4019
98.3617
98.3225
98.2842
98.2467
98.2099
98.1737
98.1381
98.103
98.0682
98.1794
98.2141
98.2492
98.322
98.287
98.2523
98.2935
98.3282
98.3632
98.3986
98.3575
98.2847
98.3208
98.3575
98.3949
98.4674
98.4301
98.3935
98.4346
98.4712
98.5085
98.5465
98.5055
98.4331
98.4721
98.5121
98.5531
98.6252
98.5843
98.5445
98.5854
98.6252
98.6659
98.7077
98.667
98.5951
98.6382
98.6824
98.7278
98.7992
98.754
98.7099
98.7505
98.7945
98.8395
98.8858
98.8456
98.7744
98.6659
98.5187
98.3347
98.1153
97.8607
97.5708
97.2456
96.8852
96.9395
96.9956
97.0536
97.4101
97.3536
97.2987
97.6228
97.6765
97.7318
97.7887
97.4685
97.1134
97.1752
97.2389
97.3045
97.6542
97.5905
97.5286
97.8474
97.9076
97.9696
98.2506
98.1902
98.1314
98.0741
98.0184
97.9643
97.9117
98.1654
98.217
98.2701
98.487
98.4348
98.3841
98.5674
98.6175
98.6689
98.7217
98.5406
98.3247
98.3807
98.4383
98.4973
98.7098
98.652
98.5956
98.7758
98.8313
98.8881
98.9461
98.769
98.5577
98.3124
98.0331
97.7196
97.372
97.4413
97.5123
97.5852
97.9259
97.8555
97.7867
98.0983
98.165
98.2332
98.3028
97.9979
97.6597
97.7358
97.8134
97.8925
98.2224
98.1462
98.0713
98.3739
98.4462
98.5198
98.7848
98.7135
98.6434
98.5745
98.5069
98.4407
98.3758
98.6195
98.6827
98.7472
98.9543
98.8912
98.8295
99.0055
99.0661
99.1279
99.1908
99.0185
98.813
98.88
98.9482
99.0174
99.2178
99.1504
99.0839
99.2548
99.3199
99.3859
99.5204
99.4555
99.3916
99.3287
99.2668
99.206
99.1464
99.0879
99.0307
98.9747
98.92
98.8666
98.8144
98.7636
98.7141
98.8223
98.8714
98.9217
98.9921
98.942
98.8932
98.9333
98.9819
99.0318
99.083
99.0434
98.9734
99.0263
99.0804
99.1358
99.2047
99.1497
99.0959
99.1353
99.1889
99.2437
99.2997
99.2609
99.1924
99.2502
99.3092
99.3692
99.4364
99.3768
99.3183
99.3568
99.4151
99.4744
99.5347
99.497
99.4304
99.4925
99.5556
99.6196
99.6846
99.6212
99.5586
99.5961
99.6583
99.7214
99.7853
99.7488
99.6844
99.5861
99.4528
99.2863
99.0877
98.8571
98.5946
98.2998
97.973
98.0546
98.1375
98.2214
98.5387
98.4581
98.3784
98.6704
98.7472
98.8248
98.9033
98.6202
98.3062
98.3918
98.4781
98.5651
98.8686
98.7852
98.7024
98.9824
99.0622
99.1424
99.3863
99.3089
99.232
99.1556
99.0798
99.0047
98.9305
99.1588
99.2308
99.3036
99.4965
99.4257
99.3556
99.5206
99.589
99.6582
99.7279
99.5679
99.377
99.4511
99.5256
99.6005
99.7851
99.7123
99.6398
99.7982
99.8689
99.9399
100.011
99.8582
99.6758
99.4641
99.223
98.9525
98.6525
98.7403
98.8283
98.9165
99.2055
99.121
99.0366
99.3039
99.385
99.4662
99.5474
99.2901
99.0048
99.093
99.1811
99.2689
99.543
99.4589
99.3746
99.6286
99.7096
99.7903
100.011
99.933
99.855
99.7768
99.6985
99.6203
99.5421
99.7512
99.8269
99.9026
100.078
100.005
99.9315
100.083
100.154
100.226
100.298
100.152
99.9782
100.054
100.129
100.204
100.371
100.298
100.225
100.369
100.44
100.511
100.623
100.554
100.484
100.414
100.344
100.274
100.204
100.134
100.064
99.9942
99.9249
99.856
99.7876
99.7198
99.6526
99.75
99.8162
99.8831
99.9457
99.8795
99.8138
99.85
99.9153
99.9811
100.048
100.012
99.9505
100.018
100.087
100.155
100.215
100.147
100.08
100.114
100.182
100.249
100.317
100.283
100.224
100.293
100.362
100.431
100.488
100.42
100.352
100.385
100.453
100.521
100.589
100.557
100.5
100.569
100.638
100.706
100.761
100.693
100.625
100.656
100.724
100.791
100.858
100.828
100.774
100.693
100.582
100.444
100.279
100.088
99.8708
99.6268
99.3564
99.4435
99.5301
99.6162
99.8756
99.7932
99.7102
99.9508
100.03
100.11
100.188
99.9573
99.7017
99.7865
99.8705
99.9538
100.199
100.119
100.038
100.266
100.343
100.419
100.616
100.543
100.469
100.394
100.318
100.242
100.165
100.354
100.428
100.501
100.659
100.588
100.516
100.652
100.722
100.792
100.861
100.73
100.574
100.647
100.718
100.79
100.939
100.87
100.8
100.929
100.997
101.064
101.13
101.007
100.86
100.689
100.495
100.277
100.036
100.118
100.198
100.278
100.509
100.433
100.355
100.57
100.644
100.717
100.789
100.584
100.357
100.434
100.511
100.586
100.804
100.732
100.658
100.861
100.931
101
101.175
101.109
101.041
100.972
100.903
100.833
100.761
100.929
100.998
101.066
101.207
101.141
101.074
101.196
101.261
101.325
101.388
101.272
101.133
101.2
101.265
101.329
101.462
101.4
101.336
101.451
101.513
101.573
101.663
101.603
101.543
101.482
101.42
101.357
101.294
101.229
101.164
101.099
101.032
100.966
100.898
100.83
100.762
100.842
100.91
100.976
101.028
100.962
100.895
100.925
100.991
101.057
101.122
101.093
101.043
101.109
101.174
101.238
101.287
101.223
101.159
101.187
101.251
101.314
101.377
101.35
101.302
101.365
101.428
101.49
101.536
101.474
101.413
101.439
101.501
101.561
101.621
101.596
101.551
101.611
101.67
101.729
101.772
101.714
101.655
101.68
101.739
101.796
101.853
101.829
101.786
101.721
101.633
101.524
101.393
101.241
101.069
100.875
100.661
100.734
100.806
100.877
100.653
100.726
100.798
100.56
100.635
100.708
100.78
100.534
100.271
99.9888
99.6893
99.3723
99.0382
99.134
99.2282
99.3206
99.6407
99.5528
99.4634
99.7758
99.8608
99.9443
100.026
99.727
99.4115
99.5006
99.5882
99.6741
99.9766
99.8949
99.8117
100.107
100.186
100.263
100.534
100.461
100.385
100.309
100.231
100.152
100.071
100.349
100.425
100.501
100.753
100.682
100.609
100.851
100.92
100.989
101.056
100.824
100.575
100.648
100.719
100.789
101.028
100.961
100.893
101.121
101.186
101.25
101.455
101.395
101.333
101.27
101.206
101.141
101.075
101.007
100.939
100.869
101.084
101.016
100.947
101.15
101.083
101.014
100.945
101.136
101.202
101.268
101.332
101.395
101.215
101.28
101.344
101.151
101.216
101.281
101.344
101.406
101.589
101.529
101.468
101.407
101.579
101.519
101.457
101.615
101.555
101.495
101.433
101.37
101.306
101.455
101.517
101.578
101.703
101.644
101.584
101.692
101.751
101.808
101.864
101.761
101.637
101.696
101.754
101.811
101.674
101.732
101.789
101.638
101.696
101.753
101.809
101.647
101.467
101.527
101.586
101.644
101.816
101.761
101.705
101.864
101.919
101.972
102.11
102.059
102.007
101.954
101.9
101.845
101.976
101.922
101.867
101.983
101.929
101.874
101.818
101.92
101.974
102.028
102.081
102.133
102.036
102.089
102.14
102.029
102.081
102.132
102.183
102.232
102.337
102.289
102.241
102.191
102.283
102.234
102.184
102.26
102.21
102.159
102.107
102.055
102.001
101.947
101.892
101.836
101.779
101.843
101.899
101.954
101.995
101.94
101.885
101.909
101.964
102.018
102.071
102.049
102.008
102.062
102.114
102.166
102.204
102.153
102.101
102.124
102.175
102.226
102.276
102.255
102.217
102.267
102.316
102.364
102.309
102.357
102.404
102.331
102.379
102.426
102.496
102.451
102.504
102.458
102.411
102.447
102.4
102.352
102.304
102.325
102.373
102.421
102.467
102.513
102.493
102.538
102.583
102.548
102.593
102.541
102.471
102.384
102.281
102.161
102.024
101.871
101.701
101.515
101.312
101.093
100.858
100.607
100.34
100.057
99.7584
99.4449
99.532
99.2081
99.2979
99.386
99.4724
99.1476
98.8092
98.9027
98.9944
99.0843
99.4097
99.324
99.2366
99.5572
99.6404
99.7219
99.8019
99.4937
99.1725
98.8387
98.4927
98.1351
98.2344
97.87
97.9718
98.0716
98.4274
98.3318
98.6808
98.5877
98.9294
99.2589
99.3437
99.0183
99.1054
98.7721
98.8617
98.5211
98.1695
98.2655
98.3596
98.4519
98.7913
98.703
98.6129
98.9495
99.0356
99.12
99.4375
99.357
99.2748
99.1909
99.5084
99.4269
99.7361
99.6569
99.5761
99.8804
99.9573
100.033
100.107
99.8138
99.89
99.5884
99.6668
99.7437
100.038
99.9647
100.25
100.179
100.456
100.387
100.317
100.245
100.172
100.097
100.021
99.9432
99.8641
99.7835
99.7012
99.6174
99.9224
99.8412
100.135
100.414
100.488
100.213
100.288
100.002
100.08
100.157
100.232
100.306
100.577
100.507
100.436
100.363
100.63
100.56
100.816
100.748
100.678
100.926
100.992
101.057
101.282
101.221
101.157
101.373
101.433
101.492
101.55
101.343
101.121
100.883
100.949
100.7
100.768
100.834
101.077
101.014
101.245
101.183
101.403
101.607
101.663
101.461
101.519
101.305
101.364
101.139
100.9
100.646
100.378
100.449
100.519
100.587
100.845
100.78
100.714
100.964
101.027
101.089
101.149
100.908
100.654
100.72
100.784
100.524
100.59
100.32
100.389
100.11
99.819
99.5166
99.2027
98.8779
98.5424
98.1967
98.2893
97.9378
98.0324
98.1253
98.2162
97.8669
97.5089
97.6055
97.7002
97.7931
98.1402
98.0509
97.9598
98.3055
98.3929
98.4787
98.5628
98.2278
97.8842
97.5324
97.1729
96.8062
96.4327
96.5359
96.637
96.2641
96.3666
95.9911
96.0948
95.7171
95.3343
95.4425
95.5485
95.6525
96.0259
95.925
95.8221
96.1966
96.2964
96.3943
96.7571
96.6623
96.5657
96.4671
96.8334
96.7362
97.0995
97.0036
96.9059
97.2691
97.3635
97.456
97.5467
97.1934
97.2856
96.9288
97.0223
97.114
97.4645
97.3759
97.7228
97.6356
97.9784
97.8927
97.8052
97.7161
97.6251
97.9734
98.061
98.1468
98.4804
98.3978
98.3136
98.6453
98.7261
98.8054
98.8832
98.5613
98.231
98.3136
98.3945
98.0625
98.1449
97.8083
97.8922
97.5514
97.2039
96.85
96.4902
96.1249
95.7545
95.3793
94.9997
94.6162
94.2289
94.3405
93.9527
94.065
94.175
93.7896
93.9002
93.5146
93.1264
93.24
93.3514
92.9658
93.0775
92.6921
92.804
92.419
92.0323
92.1464
91.7604
91.8746
91.4894
91.6033
91.2191
91.3328
90.9497
91.0631
91.1743
91.2834
91.661
91.5538
91.4444
91.8247
91.7151
92.0962
91.9865
92.3683
92.2584
92.6407
92.5309
92.9137
93.0213
93.1268
92.7484
92.854
92.476
92.5816
92.2039
92.3094
91.9322
92.0377
92.413
92.7867
92.6852
93.0591
92.9576
93.3316
93.2302
93.6042
93.503
93.3997
93.2944
93.187
93.5678
93.4606
93.8413
93.7345
93.6257
94.0087
94.115
94.2193
94.3216
93.946
94.0487
93.6728
93.7758
93.8768
94.2481
94.1494
94.5202
94.4218
94.7919
94.6941
94.5943
94.4926
94.3888
94.283
94.6625
94.5573
94.4499
94.8315
94.7249
95.1056
95.2093
95.3111
94.9361
95.0386
95.1391
94.7657
94.8669
94.9661
95.3343
95.2377
95.6047
95.5087
95.4109
95.7791
95.6821
95.5831
95.4822
95.8544
95.9525
96.0486
96.4104
96.3171
96.2219
96.5843
96.6766
96.7671
96.8558
96.5019
96.1429
96.2353
95.8743
95.9676
96.059
95.6987
95.791
95.4291
95.0634
95.1588
95.2523
94.8879
94.982
94.6166
94.7111
94.3449
93.9759
94.073
93.7035
93.8009
93.4311
93.5286
93.1587
93.2563
92.8863
92.5145
92.141
91.7663
91.3904
91.0136
90.6362
90.2584
89.8805
89.5027
89.6155
89.2394
89.3514
89.4612
89.5689
89.6745
89.304
89.4088
89.0399
89.1438
89.5116
89.8797
89.7781
90.1477
90.0453
89.941
89.8345
89.7261
90.101
89.9918
90.3682
90.7444
90.8506
90.4759
90.5816
90.2081
90.3131
90.4161
90.5171
90.6162
90.248
90.3464
89.9794
89.6124
89.2457
88.8795
88.5141
88.1497
87.7866
87.4249
87.5291
87.1698
87.2727
87.3736
87.4726
87.1168
86.7628
86.8608
86.957
87.0513
87.404
87.3101
87.2144
87.5697
87.665
87.7583
88.114
88.0213
87.9267
87.8302
87.7318
87.6314
87.9917
87.8901
88.2525
88.6161
88.716
88.3533
88.4522
88.0913
88.1891
88.2849
88.3788
88.4709
88.8286
88.7373
88.6441
88.5491
88.9101
88.814
89.1766
89.0795
88.9805
89.3457
89.4436
89.5397
89.9032
89.8082
89.7112
90.0771
90.1728
90.2667
90.3587
89.9963
89.6339
89.2718
89.365
89.0043
89.0966
89.1871
89.5461
89.4565
89.8167
89.7262
90.0876
90.4489
90.5373
90.177
90.2647
89.9054
89.9922
89.6339
89.2758
88.9181
88.5611
88.2049
87.8498
87.4961
87.1438
86.7933
86.4448
86.0986
85.7548
85.8464
85.9362
86.0242
86.3677
86.2797
86.19
86.5361
86.6256
86.7134
86.7994
86.4539
86.1105
86.1951
86.278
86.3593
86.7022
86.6211
86.5384
86.8837
86.9662
87.0471
87.3935
87.313
87.2307
87.1468
87.061
86.9736
86.8843
87.2345
87.3234
87.4104
87.7614
87.6747
87.5863
87.9395
88.0274
88.1136
88.198
87.8463
87.4958
87.5794
87.6613
87.7415
88.0906
88.0109
87.9294
88.2806
88.3615
88.4408
88.5184
88.1687
87.82
87.4724
87.1262
86.7816
86.4388
86.5167
86.593
86.6676
87.01
86.9355
86.8594
87.2038
87.2797
87.3539
87.4266
87.0829
86.7407
86.4002
86.4718
86.1332
86.2033
86.2718
86.3388
86.0022
85.6676
85.3352
85.0053
84.678
84.3537
84.0325
83.7147
83.4007
83.0906
82.7849
82.4839
82.188
81.8976
81.6132
81.6675
81.3876
81.439
81.4896
81.5394
81.5883
81.3071
81.3533
81.3988
81.1199
81.1627
80.8882
80.6204
80.36
80.1075
80.1401
80.1725
80.2046
80.465
80.4304
80.3954
80.6583
80.6957
80.7325
80.7686
80.499
80.2363
80.2675
80.2983
80.3286
80.5978
80.5654
80.5325
80.8041
80.8389
80.8731
81.154
81.1183
81.0818
81.0445
81.0065
80.9677
80.9283
81.2048
81.246
81.2865
81.5721
81.5301
81.4872
81.4434
81.7298
81.6835
81.6364
81.9251
81.8755
81.8249
81.7733
81.7209
82.0088
81.9537
82.2457
82.543
82.6009
82.3023
82.3578
82.0629
82.116
82.1681
82.2191
82.2691
81.9738
82.0214
82.0681
81.7751
81.8195
81.8629
81.9054
81.6133
81.3262
81.365
81.4031
81.4403
81.7314
81.6929
81.6536
81.9469
81.9875
82.0272
82.3271
82.2865
82.2448
82.2021
82.1584
82.1138
82.4127
82.3659
82.318
82.6191
82.569
82.5179
82.4657
82.4123
82.7134
82.6577
82.9622
82.9043
82.8452
83.152
83.2121
83.2709
83.5835
83.5239
83.4629
83.7778
83.8394
83.8998
83.9588
83.6419
83.3285
83.0189
83.0743
82.7679
82.8212
82.8733
83.1817
83.1286
83.4399
83.3848
83.6989
84.0165
84.0728
83.7547
83.8092
83.4937
83.5463
83.2335
82.9244
82.9742
82.668
82.7158
82.7626
82.4584
82.5032
82.5468
82.5895
82.6311
82.9387
82.8962
82.8528
82.8082
83.117
83.0705
83.0229
83.3337
83.2842
83.5977
83.6479
83.6969
83.3821
83.4292
83.4753
83.1623
83.2066
83.2497
83.564
83.5202
83.8369
83.7914
83.7447
84.0632
84.0149
83.9653
83.9145
83.8625
84.1818
84.1279
84.4496
84.394
84.3372
84.2789
84.2194
84.1585
84.0962
84.4179
84.4807
84.5421
84.8677
84.8059
84.7427
85.0703
85.1338
85.1959
85.2566
84.9281
84.6021
84.6608
84.7181
84.7741
85.1011
85.0448
84.9871
85.3159
85.3738
85.4304
85.7619
85.7051
85.647
85.5875
85.5265
85.4642
85.4004
85.733
85.7969
85.8594
86.1943
86.1317
86.0677
86.4044
86.4685
86.5311
86.5923
86.2555
85.9205
85.9802
86.0385
86.0954
86.4307
86.3737
86.3153
86.6521
86.7105
86.7676
86.8233
86.4864
86.151
85.8174
85.4857
85.1561
84.8288
84.5039
84.5569
84.2343
84.2856
84.3357
84.3845
84.4322
84.1104
84.1565
84.2013
83.8813
83.9245
83.6067
83.2918
82.98
82.6716
82.3668
82.0659
81.769
81.4767
81.189
80.9065
80.6295
80.3585
80.0938
79.8361
79.5859
79.3438
79.1105
78.8866
78.673
78.4702
78.4751
78.4807
78.4868
78.7017
78.6917
78.6821
78.8997
78.9129
78.9264
78.94
78.712
78.4935
78.5005
78.508
78.5157
78.7441
78.7333
78.7226
78.9537
78.9674
78.9811
79.226
79.2097
79.1933
79.1768
79.1602
79.1436
79.127
79.3635
79.383
79.4025
79.6526
79.6306
79.6084
79.8611
79.8857
79.91
79.9339
79.6743
79.4217
79.4408
79.4596
79.4782
79.7374
79.7167
79.6957
79.9573
79.9803
80.0029
80.025
79.7576
79.4965
79.2421
78.9947
78.7551
78.5236
78.5318
78.5401
78.5484
78.788
78.7771
78.7661
79.0083
79.0217
79.035
79.0482
78.7989
78.5569
78.5654
78.5738
78.5823
78.831
78.8204
78.8097
79.0611
79.0738
79.0863
79.3478
79.3336
79.319
79.3042
79.289
79.2736
79.2579
79.5145
79.5322
79.5495
79.816
79.797
79.7775
80.0466
80.0677
80.0883
80.1083
79.8346
79.5665
79.583
79.5992
79.615
79.8877
79.8705
79.8528
80.1279
80.147
80.1655
80.4481
80.4284
80.4081
80.3872
80.3658
80.3438
80.3212
80.2981
80.2744
80.2501
80.2253
80.2
80.1742
80.1479
80.1211
80.3877
80.4165
80.4446
80.7209
80.6911
80.6606
80.9393
80.9713
81.0026
81.0332
80.7501
80.4722
80.4992
80.5256
80.5514
80.8336
80.8064
80.7786
81.0631
81.0922
81.1206
81.4121
81.3826
81.3523
81.3212
81.2893
81.2567
81.2232
81.5122
81.5469
81.5807
81.8765
81.8416
81.8058
82.1036
82.1405
82.1764
82.2114
81.9106
81.6138
81.646
81.6773
81.7078
82.0075
81.9761
81.9438
82.2455
82.2787
82.311
82.3424
82.0382
81.7376
81.4408
81.1482
80.86
80.5765
80.6011
80.625
80.6483
80.9354
80.911
80.8858
81.1752
81.2014
81.2269
81.2517
80.9592
80.6709
80.693
80.7144
80.7351
81.0264
81.0047
80.9823
81.2757
81.2991
81.3217
81.6208
81.5973
81.5731
81.5482
81.5225
81.496
81.4688
81.7665
81.7946
81.8219
82.1249
82.0968
82.0679
82.3729
82.4026
82.4314
82.4594
82.1522
81.8484
81.8742
81.8991
81.9234
82.2293
82.2044
82.1787
82.4865
82.5129
82.5384
82.5631
82.2534
81.9468
81.6435
81.3437
81.0475
80.7553
80.4672
80.1835
79.9045
79.6304
79.3617
79.0985
78.8414
78.5906
78.5989
78.6071
78.6152
78.8715
78.8616
78.8516
79.1105
79.1222
79.1336
79.1447
78.881
78.6231
78.6309
78.6385
78.6459
78.9084
78.8995
78.8904
79.1555
79.166
79.1762
79.449
79.4376
79.4259
79.4138
79.4013
79.3884
79.3752
79.6454
79.66
79.6742
79.952
79.9366
79.9208
80.201
80.218
80.2344
80.2503
79.9668
79.6879
79.7012
79.7141
79.7265
80.0086
79.9951
79.9812
80.2657
80.2806
80.2949
80.3087
80.0216
79.7386
79.46
79.186
78.917
78.6531
78.6601
78.667
78.6736
78.9411
78.9334
78.9253
79.1955
79.2047
79.2136
79.2221
78.9486
78.6799
78.6861
78.692
78.6977
78.9695
78.9628
78.9559
79.2303
79.2382
79.2457
79.5263
79.5179
79.5092
79.5001
79.4906
79.4808
79.4706
79.7501
79.7613
79.7721
80.0577
80.0461
80.0341
80.3221
80.3349
80.3472
80.3591
80.0688
79.7824
79.7923
79.8018
79.8109
80.0995
80.0897
80.0795
80.3705
80.3814
80.3918
80.6877
80.6767
80.6652
80.6531
80.6406
80.6276
80.614
80.5999
80.5853
80.5701
80.5543
80.538
80.5212
80.5038
80.4858
80.7749
80.7938
80.8121
81.1069
81.0878
81.068
81.365
81.3855
81.4055
81.4247
81.1255
80.8298
80.847
80.8635
80.8795
81.1773
81.1606
81.1434
81.4433
81.4613
81.4786
81.7832
81.7652
81.7467
81.7274
81.7075
81.6869
81.6655
81.9695
81.9915
82.0128
82.3213
82.2994
82.2768
82.5871
82.6103
82.6327
82.6543
82.3424
82.0334
82.0532
82.0724
82.0909
82.4015
82.3825
82.3628
82.6753
82.6955
82.715
82.7338
82.4198
82.1087
81.8004
81.4953
81.1934
80.8948
80.9096
80.9239
80.9376
81.238
81.2237
81.2088
81.5114
81.5268
81.5417
81.5559
81.2517
80.9507
80.9633
80.9754
80.987
81.2896
81.2775
81.2649
81.5696
81.5828
81.5953
81.904
81.891
81.8774
81.8632
81.8485
81.8331
81.8171
82.1258
82.1424
82.1582
82.4708
82.4545
82.4375
82.7519
82.7693
82.786
82.8022
82.4865
82.1735
82.1881
82.2021
82.2156
82.5298
82.516
82.5016
82.8176
82.8324
82.8467
83.1659
83.1513
83.1361
83.1203
83.1038
83.0867
83.0688
83.0503
83.0311
83.0111
82.9905
82.969
82.9469
82.924
82.9003
82.8758
82.8505
82.8244
82.7974
82.7697
82.7411
82.7116
82.6812
82.65
82.6178
82.5848
82.5508
82.5159
82.4801
82.4433
82.4055
82.7112
82.7498
82.7874
83.098
83.0597
83.0204
83.3328
83.3728
83.4117
83.4496
83.1352
82.8239
82.8596
82.8942
82.928
83.2412
83.2068
83.1715
83.4865
83.5224
83.5573
83.876
83.8406
83.8042
83.7668
83.7283
83.6889
83.6483
83.9667
84.0077
84.0477
84.3697
84.3292
84.2877
84.2451
84.5682
84.524
84.4787
84.8034
84.7565
84.7085
84.6592
84.6087
84.9343
84.8822
85.2098
85.5397
85.5923
85.2622
85.3134
84.9851
85.0348
85.0832
85.1304
85.1764
84.8491
84.8936
84.937
84.6112
84.6531
84.694
84.7337
84.409
84.0867
84.1246
84.1614
84.1973
84.5209
84.4846
84.4474
84.7724
84.8101
84.8467
84.8823
84.5562
84.2322
83.9104
83.5912
83.2746
82.9608
82.9927
83.0236
83.0537
83.3692
83.3386
83.307
83.6242
83.6562
83.6873
83.7176
83.3989
83.0829
83.1112
83.1387
83.1654
83.4829
83.4558
83.4278
83.7469
83.7753
83.8029
84.1252
84.0972
84.0684
84.0386
84.008
83.9764
83.9439
84.266
84.299
84.3309
84.6561
84.6237
84.5904
84.9169
84.9505
84.9832
85.0149
84.6875
84.362
84.3921
84.4214
84.4497
84.7762
84.7475
84.718
85.0457
85.0756
85.1046
85.4347
85.4055
85.3753
85.3442
85.3122
85.2793
85.2453
85.2104
85.1745
85.1375
85.0996
85.0606
85.0205
84.9793
85.3075
85.265
85.2212
85.5509
85.5058
85.4595
85.412
85.3633
85.6939
85.6437
85.976
85.9244
85.8716
86.2053
86.2583
86.31
86.6456
86.5938
86.5408
86.8777
86.9308
86.9826
87.0332
86.6962
86.3605
86.0263
86.0754
85.7428
85.7905
85.837
86.17
86.1233
86.4577
86.4097
86.7455
87.0825
87.1307
86.7935
86.8404
86.5045
86.5501
86.2155
85.8823
85.9265
85.5948
85.6377
85.6794
85.349
85.3894
85.4287
85.4669
85.5041
85.8355
85.7981
85.7596
85.72
86.0523
86.0115
85.9696
86.303
86.2598
86.5946
86.638
86.6802
86.3451
86.3861
86.426
86.0921
86.1308
86.1684
86.5027
86.4649
86.8003
86.7613
86.7213
87.0577
87.0165
86.9741
86.9307
86.8862
87.2234
87.1776
87.5158
87.4689
87.4208
87.3714
87.3209
87.2691
87.216
87.1616
87.1059
87.0488
86.9904
86.9307
86.8695
86.8069
86.7428
86.6773
86.6103
86.5418
86.8821
86.8122
87.1543
87.4977
87.5673
87.224
87.2923
86.9506
87.0175
87.0829
87.1469
87.2094
87.5505
87.4882
87.4243
87.3591
87.7019
87.6354
87.9796
87.9118
87.8425
87.7717
87.6993
87.6253
87.5497
87.8969
87.9721
88.0457
88.3932
88.32
88.2452
88.5944
88.6688
88.7415
88.8128
88.4649
88.1178
88.1883
88.2573
88.3248
88.6707
88.6036
88.535
88.8824
88.9506
89.0173
89.3643
89.2981
89.2304
89.1612
89.0905
89.0182
88.9443
88.8689
88.7918
88.7131
88.6327
88.5507
88.4669
88.3813
88.294
88.6495
88.7362
88.821
89.1759
89.0917
89.0058
89.3627
89.4478
89.5312
89.6129
89.2583
88.9042
88.9856
89.0654
89.1435
89.4956
89.4182
89.3391
89.6929
89.7713
89.848
90.2004
90.1245
90.0469
89.9677
89.8868
89.8042
89.7199
90.0774
90.1608
90.2425
90.598
90.5172
90.4348
90.3506
90.7088
90.6239
90.9828
90.8973
90.8101
90.721
90.6301
90.5374
90.4429
90.8085
90.7133
91.0797
90.984
90.8863
90.7867
90.6852
91.0568
90.9547
91.3273
91.2247
91.1202
91.4953
91.5982
91.6991
92.0698
91.9706
91.8694
92.2424
92.3418
92.4393
92.5348
92.1671
91.798
91.4278
91.5264
91.1569
91.255
91.3513
91.7178
91.623
91.99
91.895
92.2624
92.6285
92.7203
92.3559
92.4475
92.0833
92.1746
91.8106
91.4456
91.5381
91.1736
91.2656
90.9018
90.9932
91.3558
91.7176
91.6287
91.9909
91.9017
92.2642
92.352
92.438
92.0784
92.1641
91.8046
91.4442
91.0829
91.1707
91.2568
91.3412
91.6988
91.6157
91.5308
91.89
91.9736
92.0555
92.4111
92.3304
92.2481
92.605
92.5224
92.8792
92.7963
92.7117
92.6254
92.5374
92.8986
92.8104
93.1716
93.0832
92.993
92.9011
92.8073
92.7116
92.614
92.9839
93.0797
93.1735
93.5379
93.4459
93.352
93.718
93.6243
93.99
93.8964
94.2616
94.1682
94.5329
94.4398
94.8038
94.8946
94.9837
94.6241
94.7136
94.3531
94.4429
94.0817
94.1717
93.8099
93.9001
93.9884
93.6281
93.2656
93.3558
93.4442
93.5309
93.8881
93.8032
93.7165
94.075
94.1599
94.2431
94.5956
94.5142
94.4311
94.3463
94.2599
94.6171
94.5309
94.8873
94.8013
95.1567
95.0711
95.4254
95.3402
95.2533
95.1646
95.0742
95.4339
95.344
95.7025
95.6131
95.522
95.8814
95.9701
96.0571
96.1424
95.7901
95.876
95.5221
95.6086
95.6933
96.0428
95.9602
96.308
96.226
96.5718
96.4905
96.4076
96.323
96.2367
96.1488
96.502
96.4149
96.326
96.6796
96.5916
96.9428
97.0281
97.1118
96.7659
96.8505
96.9335
96.5875
96.6713
96.7535
97.0947
97.0149
97.3532
97.2743
97.1938
97.5316
97.4521
97.371
97.2884
97.2041
97.1182
97.0305
96.9412
97.2921
97.3785
97.4633
97.8021
97.7202
97.6366
97.9744
98.0551
98.1342
98.2117
97.8825
97.5465
97.628
97.708
97.7864
98.1144
98.0386
97.9613
98.2878
98.3625
98.4357
98.7498
98.6792
98.6072
98.5339
98.4591
98.3828
98.3051
98.2258
98.5518
98.4739
98.7949
98.7186
98.6407
98.9594
99.0342
99.1075
99.4114
99.3411
99.2693
99.1962
99.1216
99.0455
98.968
98.8889
98.8082
98.7259
98.642
98.5564
98.4691
98.3801
98.7181
98.6311
98.9628
99.2839
99.3635
99.046
99.1276
98.8034
98.887
98.969
99.0494
99.1282
99.4385
99.3631
99.2861
99.2077
99.518
99.4415
99.7445
99.67
99.5941
99.8929
99.9654
100.036
100.317
100.249
100.18
100.456
100.522
100.586
100.649
100.384
100.106
99.8176
99.8892
99.593
99.6665
99.7386
100.028
99.9594
100.242
100.175
100.449
100.711
100.772
100.513
100.575
100.307
100.372
100.096
99.8093
99.5125
99.2055
99.2813
99.3557
99.4285
99.7259
99.6562
99.585
99.8787
99.9467
100.013
100.079
99.7943
99.5
99.5701
99.6389
99.7063
99.9918
99.9272
99.8614
100.143
100.206
100.268
100.534
100.475
100.415
100.353
100.291
100.227
100.162
100.435
100.497
100.558
100.814
100.756
100.697
100.637
100.891
100.832
101.077
101.021
100.963
100.904
100.843
100.782
100.719
100.655
100.91
100.848
101.092
101.032
100.971
101.209
101.267
101.324
101.543
101.488
101.433
101.376
101.319
101.26
101.2
101.422
101.479
101.535
101.738
101.685
101.63
101.575
101.771
101.718
101.902
101.849
101.796
101.742
101.687
101.63
101.573
101.757
101.812
101.865
102.028
101.977
101.924
102.075
102.126
102.175
102.224
102.079
101.918
101.97
102.021
102.071
102.225
102.177
102.128
102.271
102.318
102.364
102.488
102.444
102.399
102.353
102.306
102.258
102.21
102.328
102.375
102.421
102.521
102.476
102.431
102.516
102.561
102.604
102.647
102.564
102.466
102.511
102.554
102.597
102.691
102.65
102.607
102.689
102.73
102.77
102.809
102.732
102.639
102.531
102.409
102.272
102.12
101.953
102.003
101.824
101.876
101.926
101.976
101.79
101.59
101.644
101.697
101.748
101.941
101.891
101.841
102.025
102.073
102.12
102.166
101.989
101.799
101.596
101.38
101.151
101.209
100.97
101.03
101.088
101.321
101.266
101.489
101.435
101.648
101.849
101.898
101.7
101.75
101.542
101.594
101.376
101.146
101.202
101.257
101.311
101.533
101.482
101.429
101.645
101.695
101.744
101.942
101.896
101.848
101.8
101.993
101.946
102.129
102.083
102.037
102.211
102.255
102.299
102.342
102.174
102.218
102.039
102.084
102.129
102.303
102.261
102.425
102.384
102.538
102.497
102.457
102.415
102.373
102.329
102.285
102.24
102.195
102.148
102.101
102.052
102.215
102.168
102.318
102.453
102.496
102.363
102.407
102.261
102.306
102.351
102.395
102.438
102.576
102.535
102.493
102.451
102.581
102.539
102.657
102.616
102.574
102.68
102.72
102.76
102.849
102.811
102.771
102.848
102.886
102.924
102.961
102.887
102.799
102.697
102.736
102.622
102.662
102.701
102.813
102.775
102.874
102.837
102.924
102.997
103.032
102.96
102.996
102.911
102.947
102.85
102.74
102.617
102.48
102.521
102.562
102.601
102.733
102.695
102.656
102.778
102.816
102.852
102.888
102.771
102.64
102.679
102.717
102.577
102.616
102.465
102.505
102.345
102.172
101.988
101.792
101.584
101.364
101.133
101.188
100.948
101.004
101.06
101.114
100.871
100.617
100.676
100.733
100.79
101.035
100.982
100.927
101.167
101.219
101.271
101.495
101.446
101.397
101.346
101.294
101.242
101.468
101.416
101.634
101.839
101.886
101.682
101.73
101.518
101.567
101.615
101.663
101.709
101.912
101.868
101.823
101.777
101.976
101.931
102.121
102.077
102.033
102.215
102.257
102.299
102.465
102.426
102.386
102.544
102.583
102.62
102.657
102.504
102.339
102.163
102.205
102.019
102.062
102.105
102.286
102.246
102.418
102.379
102.542
102.693
102.729
102.579
102.616
102.456
102.494
102.326
102.146
101.956
101.755
101.543
101.321
101.088
100.845
100.592
100.328
100.055
99.7724
99.4805
99.1795
98.8698
98.9432
98.6281
98.703
98.7764
99.0859
99.0152
99.3192
99.25
99.5481
99.8373
99.901
99.6145
99.6797
99.3871
99.4536
99.1552
98.8485
98.9191
98.9884
99.0564
99.3552
99.2898
99.2231
99.519
99.583
99.6459
99.7076
99.4194
99.1231
98.819
98.5075
98.1888
97.8633
97.9388
97.6095
97.686
97.761
97.4306
97.5065
97.1729
96.8341
96.9132
96.9907
96.6516
96.7298
96.3884
96.4672
96.1237
95.7764
95.8579
95.509
95.5909
95.2407
95.323
94.9716
95.0542
94.7017
94.7846
94.8658
94.9455
95.2925
95.2146
95.1352
95.4828
95.4037
95.75
95.6713
96.0161
95.9378
96.281
96.2031
96.5445
96.6203
96.6946
96.3573
96.4321
96.0929
96.1681
95.8272
95.9029
95.5604
95.6364
95.7109
95.3688
95.0236
94.6755
94.3247
93.9714
93.6158
93.2582
93.3431
92.9851
93.0699
93.153
93.2344
93.3142
92.9604
93.04
92.686
92.7653
93.118
93.469
93.3924
93.7429
93.6661
93.5878
93.5079
93.4263
93.7808
93.6991
94.0531
94.4047
94.483
94.1331
94.2115
93.8608
93.9392
94.016
94.0913
94.1651
93.8181
93.8918
93.5441
93.1944
92.843
92.4901
92.1358
91.7803
91.4239
91.0666
91.1487
90.792
90.8734
90.9532
91.0314
90.6771
90.3225
90.4009
90.4776
90.5527
90.9047
90.8305
90.7546
91.1079
91.1829
91.2562
91.3281
90.9775
90.6263
90.2748
89.9231
89.5714
89.22
89.2948
89.3681
89.4398
89.7894
89.7183
89.6457
89.9966
90.0686
90.1391
90.208
89.859
89.51
89.5786
89.6458
89.7115
90.0588
89.9937
89.927
90.2754
90.3414
90.406
90.7529
90.689
90.6236
90.5569
90.4886
90.4189
90.3476
90.6983
90.7688
90.8378
91.1866
91.1184
91.0487
91.3985
91.4673
91.5347
91.6007
91.2534
90.9054
90.9715
91.0361
91.0994
91.4452
91.3827
91.3187
91.6653
91.7284
91.7903
91.8507
91.5064
91.1613
90.8155
90.4692
90.1225
89.7758
89.429
89.0825
88.7364
88.3908
88.0459
88.1107
87.767
87.8306
87.8928
87.9536
87.6115
87.2705
87.3302
87.3885
87.4454
87.7861
87.7293
87.6711
88.013
88.071
88.1277
88.47
88.4136
88.3558
88.2966
88.236
88.1741
88.5184
88.4553
88.8005
89.1463
89.2086
88.8633
88.9246
88.58
88.6403
88.6992
88.7567
88.813
89.1563
89.1004
89.0431
88.9846
89.3292
89.2696
89.6148
89.5543
89.4924
89.8386
89.9001
89.9602
90.3054
90.2458
90.1849
90.5309
90.5913
90.6504
90.7081
90.3637
90.0189
89.674
89.7319
89.3874
89.4443
89.4999
89.5543
89.211
88.8679
88.5252
88.1831
87.8416
87.5011
87.5554
87.6084
87.6602
88.0004
87.9488
87.8958
88.2371
88.2899
88.3414
88.3917
88.0509
87.7107
87.76
87.8081
87.855
88.1949
88.1481
88.1001
88.4408
88.4887
88.5354
88.8764
88.8298
88.7821
88.7331
88.683
88.6317
88.5791
88.9215
88.9739
89.025
89.3673
89.3164
89.2643
89.6073
89.6591
89.7097
89.7591
89.417
89.075
89.1237
89.1712
89.2176
89.559
89.5128
89.4655
89.8074
89.8544
89.9004
90.2415
90.1959
90.1491
90.1012
90.0521
90.0018
89.9503
89.8976
89.8436
89.7884
90.1324
90.0763
90.4206
90.7646
90.8197
90.4763
90.5307
90.1873
90.2408
90.2932
90.3443
90.3942
90.736
90.6864
90.6357
90.5838
90.9263
90.8736
91.2161
91.1627
91.108
91.0521
90.9949
90.9364
90.8766
91.2218
91.281
91.3389
91.6821
91.6248
91.5663
91.9099
91.9677
92.0243
92.0797
91.7381
91.3955
91.4508
91.5049
91.5578
91.8986
91.8463
91.7928
92.1338
92.1867
92.2384
92.289
91.9497
91.6095
91.2683
91.3193
90.9778
91.0281
91.0772
91.1252
90.7844
90.443
90.4906
90.537
90.5824
90.9227
90.8777
90.8316
91.1721
91.2178
91.2625
91.6014
91.5571
91.5118
91.4653
91.4178
91.3691
91.7093
91.66
91.9997
92.3384
92.3867
92.0485
92.0962
91.7575
91.8046
91.8506
91.8955
91.9394
92.2762
92.2328
92.1884
92.1429
92.4799
92.4338
92.7701
92.7235
92.6758
92.6269
92.577
92.5259
92.4736
92.4202
92.3655
92.3096
92.2525
92.194
92.1343
92.0733
92.0109
91.9472
91.882
91.8155
91.7475
91.678
91.6071
91.5346
91.4606
91.385
91.3079
91.2291
91.5842
91.5048
91.8601
92.2144
92.2915
91.9383
92.015
91.6619
91.738
91.8125
91.8855
91.957
92.3059
92.2355
92.1635
92.09
92.4409
92.3669
92.7177
92.6434
92.5675
92.9192
92.9938
93.0669
93.4145
93.3426
93.2693
93.6176
93.6897
93.7603
93.8294
93.4849
93.1385
92.7904
92.8617
92.5133
92.5842
92.6536
92.9999
92.9315
93.2773
93.2086
93.5538
93.8971
93.9635
93.6213
93.6875
93.3445
93.4104
93.0668
92.7216
92.3749
92.027
92.0955
92.1626
92.2283
92.5734
92.5086
92.4425
92.7882
92.8533
92.9171
92.9796
92.6368
92.2926
92.3555
92.417
92.4773
92.8189
92.7595
92.6988
93.0407
93.1005
93.1591
93.4976
93.4399
93.381
93.3208
93.2593
93.1965
93.1323
93.4749
93.538
93.5999
93.9385
93.8777
93.8156
93.7522
94.0921
94.0284
94.3673
94.3035
94.2384
94.1719
94.104
94.0347
93.964
94.3082
94.2374
94.5806
94.5098
94.4375
94.3637
94.2883
94.6351
94.5598
94.9056
94.8304
94.7537
95.1001
95.1751
95.2487
95.5888
95.5169
95.4436
95.784
95.8556
95.9258
95.9946
95.6592
95.3207
94.9793
95.0515
94.7089
94.7812
94.852
95.1916
95.1223
95.4606
95.3914
95.7282
96.062
96.1281
95.7959
95.8622
95.5284
95.5949
95.2596
94.9214
94.9895
94.6501
94.7181
94.3776
94.4456
94.7848
95.1214
95.0561
95.3914
95.3262
95.66
95.7239
95.7864
95.4554
95.518
95.1854
94.8501
94.5122
94.5774
94.6413
94.7039
95.0381
94.9767
94.914
95.2481
95.3095
95.3696
95.6984
95.6395
95.5794
95.9078
95.8477
96.1744
96.1145
96.0533
95.9909
95.9272
96.2563
96.1928
96.5202
96.4569
96.3924
96.3266
96.2595
96.191
96.1211
96.0498
95.9771
96.3143
96.2419
96.5774
96.5054
96.8388
96.7674
97.0985
97.0276
96.9553
96.8816
96.8064
97.1412
97.0667
97.3987
97.3249
97.2496
97.5809
97.6539
97.7255
98.0468
97.9774
97.9066
97.8345
98.1566
98.0854
98.0128
98.3332
98.2617
98.5779
98.647
98.7147
98.4034
98.4723
98.5398
98.2264
98.2949
98.3621
98.6711
98.606
98.9105
98.8465
98.7812
99.0831
99.019
98.9536
98.887
99.1886
99.2528
99.3158
99.6048
99.5442
99.4824
99.7681
99.8275
99.8858
99.943
99.6643
99.3776
99.4383
99.1461
99.2079
99.2685
98.9733
99.0349
98.7348
98.428
98.1149
97.7958
97.4711
97.5421
97.2143
97.2859
97.3562
97.68
97.6117
97.9322
97.8647
98.1817
98.4927
98.5562
98.2472
98.3114
97.9985
98.0635
97.7469
97.4251
97.4927
97.168
97.2362
96.9089
96.9775
96.6479
96.717
96.3852
96.4547
96.5229
96.5897
96.9163
96.8512
96.7847
97.1108
97.0448
97.3685
97.303
97.624
97.559
97.877
97.8126
98.1273
98.1898
98.2511
97.9402
98.0021
97.6877
97.7502
97.4328
97.4958
97.1756
97.239
97.3012
96.9801
96.6552
96.7194
96.7823
96.844
97.1642
97.1041
97.0427
97.3622
97.4219
97.4805
97.7928
97.7357
97.6775
97.6181
97.5575
97.8716
97.8115
98.1225
98.0629
98.3703
98.3113
98.6149
98.5565
98.497
98.4363
98.3745
98.6795
98.6184
98.9191
98.8588
98.7974
99.0954
99.1548
99.213
99.2702
98.9782
99.0362
98.7394
98.7983
98.856
99.1491
99.0932
99.3814
99.3263
99.6093
99.5551
99.4999
99.4436
99.3863
99.328
99.6136
99.5563
99.4978
99.7801
99.7227
99.9992
100.054
100.108
99.8363
99.8916
99.9458
99.6699
99.7252
99.7794
100.051
99.9991
100.265
100.214
100.162
100.423
100.372
100.32
100.267
100.213
100.158
100.103
100.045
99.9873
99.9281
99.8678
99.8063
99.7436
100.025
99.9634
100.238
100.178
100.117
100.388
100.446
100.503
100.559
100.297
100.354
100.085
100.144
100.202
100.466
100.411
100.668
100.614
100.865
100.812
100.759
100.704
100.648
100.899
100.952
101.005
101.24
101.191
101.14
101.37
101.419
101.466
101.513
101.289
101.056
101.106
101.156
100.917
100.968
100.722
100.774
100.521
100.258
100.314
100.369
100.423
100.678
100.626
100.574
100.825
100.875
100.924
100.973
100.728
100.475
100.527
100.578
100.628
100.875
100.827
100.778
101.02
101.067
101.113
101.342
101.298
101.253
101.208
101.162
101.114
101.066
101.017
101.252
101.204
101.431
101.385
101.337
101.559
101.604
101.648
101.691
101.476
101.521
101.298
101.344
101.389
101.608
101.565
101.776
101.734
101.937
101.897
101.855
101.813
101.77
101.726
101.682
101.636
101.59
101.8
101.844
101.887
102.082
102.041
101.999
102.187
102.227
102.266
102.305
102.122
101.929
101.971
102.012
102.052
102.24
102.201
102.162
102.343
102.38
102.417
102.584
102.549
102.513
102.477
102.44
102.403
102.365
102.531
102.568
102.603
102.756
102.722
102.687
102.652
102.798
102.764
102.901
102.868
102.833
102.799
102.763
102.727
102.691
102.654
102.79
102.754
102.879
102.844
102.808
102.924
102.959
102.993
103.094
103.061
103.027
102.993
102.959
102.923
102.887
102.983
103.018
103.052
103.132
103.099
103.065
103.031
103.101
103.067
103.124
103.09
103.055
103.02
102.984
102.947
102.91
102.872
102.833
102.794
102.753
102.713
102.671
102.628
102.585
102.636
102.678
102.72
102.753
102.711
102.669
102.626
102.645
102.602
102.558
102.688
102.73
102.771
102.811
102.793
102.761
102.801
102.841
102.88
102.91
102.872
102.833
102.851
102.89
102.928
102.965
102.948
102.918
102.955
102.992
103.028
103.057
103.021
102.985
103.002
103.038
103.074
103.108
103.092
103.063
103.098
103.132
103.166
103.193
103.16
103.127
103.143
103.176
103.209
103.241
103.226
103.199
103.157
103.19
103.135
103.168
103.2
103.232
103.165
103.086
103.119
103.151
103.183
103.26
103.229
103.197
103.263
103.294
103.324
103.354
103.29
103.214
103.126
103.026
102.914
102.948
102.826
102.861
102.895
103.015
102.982
103.092
103.059
103.158
103.245
103.275
103.189
103.22
103.123
103.155
103.048
102.929
102.962
102.995
103.027
103.142
103.111
103.08
103.185
103.216
103.245
103.338
103.309
103.28
103.25
103.334
103.305
103.378
103.349
103.32
103.383
103.411
103.439
103.467
103.406
103.434
103.363
103.391
103.419
103.489
103.462
103.521
103.494
103.542
103.516
103.489
103.461
103.433
103.404
103.375
103.346
103.316
103.285
103.254
103.222
103.263
103.231
103.258
103.273
103.304
103.289
103.32
103.294
103.325
103.355
103.384
103.414
103.438
103.41
103.38
103.351
103.365
103.335
103.395
103.424
103.453
103.481
103.467
103.442
103.47
103.498
103.525
103.549
103.522
103.495
103.508
103.535
103.562
103.589
103.575
103.552
103.578
103.604
103.569
103.595
103.547
103.573
103.515
103.446
103.366
103.274
103.172
103.059
102.934
102.966
102.832
102.865
102.898
102.93
102.79
102.639
102.673
102.707
102.741
102.887
102.855
102.823
102.962
102.993
103.024
103.054
102.919
102.773
102.618
102.453
102.277
102.092
102.131
102.169
101.977
102.017
101.817
101.858
101.65
101.434
101.477
101.52
101.562
101.773
101.733
101.692
101.897
101.937
101.975
102.168
102.131
102.093
102.055
102.244
102.207
102.387
102.351
102.314
102.488
102.523
102.557
102.591
102.422
102.457
102.28
102.316
102.351
102.524
102.491
102.657
102.624
102.782
102.75
102.718
102.685
102.652
102.806
102.838
102.869
103.01
102.98
102.949
103.083
103.112
103.141
103.169
103.039
102.9
102.93
102.96
102.813
102.844
102.689
102.72
102.557
102.385
102.204
102.013
101.813
101.604
101.385
101.158
100.922
100.677
100.725
100.474
100.523
100.571
100.315
100.365
100.103
99.8327
99.885
99.9364
99.6626
99.7148
99.4355
99.4885
99.2039
98.9126
98.9682
98.6722
98.7285
98.4282
98.485
98.1809
98.2382
97.9306
97.9884
98.045
98.1006
98.4037
98.3496
98.2945
98.5954
98.5408
98.8377
98.7836
99.0762
99.0227
99.3106
99.2578
99.5407
99.5918
99.6421
99.3625
99.4134
99.1288
99.1803
98.8908
98.9429
98.649
98.7016
98.9941
99.2806
99.2309
99.5125
99.4634
99.7399
99.6914
99.9624
99.9147
99.866
99.8165
99.7661
100.036
99.9869
100.251
100.203
100.153
100.413
100.461
100.508
100.554
100.299
100.346
100.085
100.133
100.18
100.438
100.392
100.644
100.599
100.844
100.801
100.757
100.711
100.666
100.619
100.865
100.819
100.772
101.013
100.968
101.202
101.246
101.289
101.058
101.102
101.145
100.909
100.954
100.997
101.229
101.187
101.413
101.372
101.331
101.551
101.51
101.469
101.428
101.644
101.684
101.723
101.927
101.89
101.852
102.05
102.087
102.123
102.158
101.964
101.762
101.8
101.59
101.629
101.668
101.453
101.492
101.27
101.04
101.082
101.123
100.887
100.929
100.688
100.731
100.482
100.226
100.271
100.009
100.055
99.7875
99.8342
99.5608
99.6081
99.3293
99.0442
98.7532
98.4567
98.1551
97.8487
97.538
97.2232
96.9045
96.5821
96.6429
96.3186
96.3795
96.4393
96.4978
96.5552
96.2331
96.2906
95.9666
96.0243
96.347
96.6665
96.6114
96.9289
96.874
96.8179
96.7608
96.7024
97.0218
96.9637
97.2809
97.5943
97.6495
97.3376
97.3931
97.0788
97.1345
97.1892
97.2428
97.2953
96.9827
97.0354
96.7205
96.4023
96.0807
95.7561
95.4285
95.0982
94.7652
94.4298
94.491
94.1544
94.2154
94.2751
94.3336
93.998
93.6604
93.7196
93.7776
93.8343
94.1691
94.1133
94.0563
94.3909
94.4469
94.5018
94.8322
94.7783
94.7233
94.667
94.6096
94.5509
94.8841
94.8253
95.1571
95.4862
95.5428
95.2147
95.2712
94.9416
94.998
95.0532
95.1073
95.1602
95.4856
95.4337
95.3807
95.3265
95.6523
95.5981
95.9222
95.868
95.8126
96.136
96.1902
96.2433
96.5613
96.5094
96.4564
96.7734
96.8252
96.876
96.9258
96.6122
96.2953
95.9753
96.0273
95.7054
95.7574
95.8083
96.1282
96.0783
96.3961
96.3462
96.662
96.9745
97.0222
96.7108
96.7586
96.445
96.4928
96.177
95.8582
95.5364
95.212
94.885
94.5555
94.2238
93.8899
93.554
93.2164
92.877
92.5362
92.5939
92.6503
92.7054
93.044
92.9895
92.9339
93.2724
93.3273
93.3809
93.4334
93.0972
92.7594
92.8122
92.8638
92.9142
93.2499
93.2002
93.1492
93.4847
93.5349
93.584
93.9162
93.8679
93.8184
93.7678
93.7161
93.6633
93.6092
93.9442
93.9974
94.0495
94.3808
94.3296
94.2772
94.6081
94.6595
94.7099
94.7591
94.4308
94.1004
94.1502
94.1989
94.2465
94.5747
94.5278
94.4799
94.8073
94.8545
94.9006
94.9457
94.6205
94.2931
93.9635
93.632
93.2986
92.9635
93.0118
93.0589
93.1049
93.4382
93.3927
93.3462
93.6789
93.7248
93.7696
93.8135
93.4826
93.1499
92.8157
92.8602
92.525
92.5689
92.6119
92.9461
92.9037
93.2369
93.1939
93.526
93.8563
93.8982
93.5684
93.6099
93.2788
93.3198
92.9876
92.6538
92.3186
91.9822
91.6446
91.306
90.9667
90.6266
90.2861
89.9452
89.604
89.2629
88.9218
88.581
88.2406
87.9007
87.5616
87.6062
87.268
87.3114
87.3538
87.3951
87.4353
87.0978
87.1369
87.1749
86.8382
86.8752
86.5395
86.205
85.8719
85.5403
85.5755
85.6097
85.6429
85.9752
85.9418
85.9073
86.2406
86.2752
86.3089
86.3416
86.0077
85.6752
85.7065
85.7369
85.7664
86.0996
86.0699
86.0392
86.3733
86.4041
86.434
86.7696
86.7395
86.7086
86.6767
86.6438
86.61
86.5752
86.9111
86.946
86.9799
87.3169
87.2829
87.2479
87.2119
87.5495
87.5125
87.4744
87.8127
87.7736
87.7334
87.6921
87.6497
87.9888
87.9453
88.2851
88.6254
88.6687
88.3285
88.3708
88.0311
88.0724
88.1126
88.1518
88.1899
87.8509
87.8879
87.924
87.5856
87.6207
87.6548
87.6879
87.35
87.0129
87.0449
87.076
87.1062
87.4436
87.4133
87.3821
87.7201
87.7514
87.7818
87.8112
87.473
87.1355
86.7987
86.463
86.1284
85.795
85.4631
85.1327
84.804
84.4772
84.1523
83.8296
83.5092
83.1912
83.2162
83.2403
83.2637
83.5831
83.5592
83.5346
83.8555
83.8805
83.9047
83.9282
83.6061
83.2864
83.3082
83.3293
83.3497
83.6706
83.6499
83.6284
83.9508
83.9727
83.9938
84.3191
84.2976
84.2754
84.2524
84.2286
84.204
84.1786
84.5038
84.5296
84.5545
84.8823
84.857
84.831
85.1599
85.1863
85.2118
85.2366
84.9067
84.5786
84.6019
84.6245
84.6462
84.9752
84.9532
84.9303
85.2604
85.2835
85.3058
85.3274
84.9965
84.6672
84.3398
84.0142
83.6907
83.3693
83.3882
83.4065
83.424
83.7464
83.7285
83.7099
84.0338
84.0527
84.0709
84.0884
83.7636
83.4408
83.457
83.4726
83.4874
83.8112
83.796
83.7801
84.1053
84.1214
84.1369
84.4645
84.4488
84.4323
84.4152
84.3974
84.3789
84.3597
84.6875
84.707
84.7258
85.0558
85.0368
85.017
85.3481
85.3681
85.3874
85.406
85.0741
84.7438
84.7612
84.7779
84.7939
85.1249
85.1087
85.0917
85.4238
85.4409
85.4574
85.7912
85.7746
85.7573
85.7392
85.7205
85.701
85.6807
85.6597
85.638
85.6154
85.5921
85.568
85.543
85.5172
85.4906
85.8228
85.8496
85.8757
86.2096
86.1834
86.1563
86.4911
86.5184
86.5448
86.5703
86.235
85.9008
85.9252
85.9487
85.9715
86.3062
86.2833
86.2596
86.5951
86.619
86.6421
86.9789
86.9556
86.9316
86.9067
86.881
86.8544
86.827
87.1639
87.1914
87.2181
87.5559
87.5292
87.5015
87.8398
87.8676
87.8944
87.9205
87.5819
87.2439
87.2689
87.2931
87.3165
87.6548
87.6313
87.607
87.9457
87.9701
87.9936
88.0164
87.6775
87.3391
87.0014
86.6644
86.3284
85.9935
86.0147
86.0351
86.0548
86.3903
86.3704
86.3498
86.686
86.7067
86.7268
86.7461
86.4094
86.0737
86.092
86.1095
86.1263
86.4625
86.4455
86.4278
86.7646
86.7824
86.7996
87.1375
87.1202
87.1023
87.0836
87.0642
87.044
87.0231
87.3609
87.382
87.4023
87.741
87.7206
87.6994
88.0385
88.0597
88.0802
88.0999
87.7607
87.4218
87.4406
87.4587
87.4761
87.8152
87.7977
87.7796
88.1189
88.1372
88.1547
88.1715
87.8319
87.4927
87.154
86.816
86.4787
86.1424
85.8072
85.4731
85.1404
84.8092
84.4796
84.1517
83.8257
83.5017
83.1798
82.8603
82.5431
82.2284
81.9165
81.6073
81.3012
80.9981
80.6982
80.4017
80.1088
79.8196
79.5342
79.2529
78.9758
78.7032
78.4351
78.1719
77.9137
77.6609
77.4135
77.1719
76.9362
76.7067
76.4836
76.2669
76.0569
75.8537
75.6571
75.4668
75.2822
75.102
74.9241
74.7454
74.5622
74.3704
74.1663
73.9484
73.7217
73.4992
73.2898
73.0953
72.9116
72.7324
72.5524
72.3672
72.1736
71.9686
71.7487
71.5107
71.2438
70.9225
70.5135
69.9795
69.2602
68.2523
66.7654
64.4176
64.7749
65.131
65.4859
65.8391
66.1904
66.5393
66.8854
67.2282
67.5673
67.9018
68.2313
68.5549
68.8718
69.1812
69.4824
70.4493
70.2419
70.0269
69.8051
69.5768
69.3426
69.103
68.8584
68.6092
68.3558
68.0986
67.8379
67.5739
67.307
67.0375
68.4624
68.6695
68.8736
69.7437
69.5856
69.4244
70.1089
70.2354
70.3591
70.4796
69.8985
69.0744
69.2717
69.4652
69.6548
70.3416
70.1976
70.0499
70.5968
70.7107
70.8212
71.1726
71.0875
70.9993
70.908
70.8136
70.7162
70.6161
71.0044
71.084
71.1611
71.4346
71.3732
71.3096
71.5616
71.6106
71.6576
71.7025
71.4933
71.2354
71.3067
71.3751
71.4407
71.6523
71.6019
71.549
71.7453
71.786
71.8244
71.8604
71.6999
71.5033
71.2544
70.928
70.4817
69.8401
70.021
70.1971
70.3682
70.8764
70.7493
70.6176
71.0311
71.1303
71.2255
71.3166
70.9988
70.534
70.694
70.8481
70.9957
71.3356
71.2287
71.1163
71.4035
71.4859
71.5638
71.727
71.6707
71.6106
71.5466
71.479
71.4077
71.3328
71.5627
71.6189
71.6718
71.8248
71.7863
71.7446
71.8936
71.9238
71.9509
71.9752
71.8604
71.7215
71.7679
71.8109
71.8505
71.949
71.9225
71.8929
71.9967
72.0156
72.0317
72.0451
71.9726
71.8867
71.7792
71.6369
71.4369
71.1365
70.6487
69.7746
70.0569
70.3284
70.5874
70.8322
71.0604
71.2699
71.4587
71.6251
71.7676
71.885
71.9754
72.0402
71.9901
71.9239
71.8412
71.7418
71.6262
71.4951
71.3495
71.1909
71.0204
70.8394
71.2699
71.3954
71.5123
71.7024
71.6207
71.532
71.7049
71.7677
71.8248
71.876
71.7767
71.6198
71.717
71.8033
71.878
71.9504
71.901
71.843
71.9211
71.9597
71.9919
72.018
71.9983
71.9737
71.9442
71.9099
71.8708
71.8271
71.9193
71.9483
71.9736
72.0251
72.0106
71.9931
72.0559
72.0642
72.07
72.0734
72.0365
71.995
72.0127
72.0265
72.0368
72.053
72.0502
72.0448
72.0741
72.0728
72.0699
72.0657
72.0535
72.0437
72.0332
72.0179
71.9911
71.941
71.9923
72.0324
72.0627
72.0677
72.0488
72.0237
72.0381
72.0534
72.0648
72.0574
72.0521
72.0444
72.0477
72.0491
72.0482
72.0435
72.0488
72.052
72.06
72.0528
72.0433
72.0511
72.0652
72.076
72.0848
72.0923
72.0991
72.1048
72.109
72.1118
72.113
72.1123
72.1094
72.1043
72.0966
72.0864
72.0737
72.0585
72.0408
72.0206
71.9981
71.9731
71.9459
71.9167
71.8858
71.8537
71.8203
71.7852
71.9926
72.0153
72.0369
72.2094
72.1984
72.1865
72.3701
72.3723
72.3737
72.3742
72.2193
72.0574
72.0766
72.0944
72.1104
72.2417
72.2356
72.2281
72.3737
72.3723
72.3698
72.4998
72.5089
72.5175
72.5257
72.5333
72.5402
72.5466
72.7193
72.7059
72.6924
72.8572
72.8748
72.893
73.0739
73.0537
73.035
73.018
72.8402
72.6787
72.6651
72.6519
72.6391
72.7968
72.8097
72.8243
73.0031
72.9904
72.9802
72.9727
72.7859
72.6272
72.4906
72.3664
72.2462
72.1245
72.1368
72.1473
72.1562
72.2517
72.2512
72.2494
72.3621
72.357
72.3514
72.3455
72.2508
72.163
72.1677
72.1703
72.171
72.2412
72.2454
72.2487
72.3393
72.3331
72.3272
72.4405
72.4445
72.4497
72.4563
72.4639
72.4723
72.4813
72.6165
72.6072
72.5997
72.7671
72.7709
72.7772
72.9677
72.9652
72.9646
72.9655
72.7657
72.5941
72.5907
72.5892
72.5894
72.7709
72.7681
72.7662
72.9672
72.969
72.9701
73.1702
73.1737
73.1762
73.1778
73.1786
73.1796
73.1813
73.1843
73.189
73.196
73.2054
73.2174
73.232
73.2491
73.2684
73.4797
73.4628
73.4483
73.6751
73.6887
73.7042
73.9306
73.9141
73.8983
73.8835
73.6632
73.4362
73.4264
73.4185
73.412
73.633
73.6428
73.6526
73.8693
73.8555
73.8419
74.0386
74.0555
74.0727
74.0902
74.1082
74.1268
74.1461
74.3479
74.3263
74.3052
74.4926
74.5151
74.5382
74.7209
74.6973
74.6745
74.6525
74.4708
74.2848
74.2649
74.2454
74.2263
74.4093
74.4292
74.4497
74.6313
74.6109
74.5913
74.5725
74.3901
74.2077
74.0218
73.8283
73.6236
73.4067
73.4019
73.3969
73.3916
73.5947
73.6046
73.6143
73.8148
73.8012
73.7874
73.7735
73.5843
73.3859
73.3794
73.3721
73.364
73.5504
73.5621
73.5734
73.7596
73.7456
73.7317
73.9111
73.926
73.9413
73.9569
73.9728
73.9889
74.0053
74.1896
74.1719
74.1547
74.3365
74.3537
74.3715
74.5545
74.5373
74.521
74.5054
74.3201
74.138
74.1219
74.1064
74.0916
74.2753
74.2895
74.3044
74.4907
74.4769
74.4638
74.4516
74.262
74.0774
73.8967
73.7179
73.5384
73.3551
73.1655
72.9699
72.7736
72.5907
72.4379
72.3217
72.2362
72.1699
72.1672
72.163
72.1575
72.2186
72.2248
72.2307
72.3168
72.3123
72.3082
72.3043
72.2122
72.1511
72.1445
72.1371
72.1289
72.1914
72.199
72.2058
72.3003
72.2957
72.29
72.4244
72.4291
72.4323
72.4339
72.4349
72.4355
72.4363
72.5926
72.5943
72.5953
72.7752
72.7762
72.7756
72.9683
72.9653
72.9609
72.9553
72.7727
72.5949
72.5929
72.5894
72.5844
72.7569
72.7634
72.7687
72.9485
72.9409
72.9325
72.9238
72.7494
72.5779
72.4179
72.2824
72.1824
72.1196
72.1088
72.0954
72.0778
72.1393
72.1575
72.1715
72.2727
72.2602
72.2442
72.386
72.399
72.4095
72.5699
72.5605
72.55
72.7233
72.732
72.741
72.9149
72.9062
72.8988
73.0742
73.0806
73.0888
73.0979
73.1074
73.1172
73.1268
73.1361
73.1448
73.1527
73.1597
73.3455
73.3353
73.3246
73.5016
73.5139
73.5262
73.7043
73.691
73.6782
73.6658
73.4895
73.3137
73.3027
73.2919
73.2815
73.4562
73.4666
73.4778
73.6541
73.6433
73.6333
73.8144
73.8236
73.8337
73.8448
73.8568
73.8694
73.8828
74.0639
74.0512
74.0392
74.2267
74.2376
74.2494
74.4402
74.4296
74.4198
74.4108
74.2166
74.0281
74.0179
74.0087
74.0005
74.1921
74.1993
74.2075
74.4028
74.3956
74.3894
74.3842
74.1861
73.9935
73.8065
73.6245
73.4467
73.2717
73.2628
73.2553
73.2498
73.4271
73.4316
73.4384
73.617
73.6111
73.6074
73.792
73.7949
73.7999
73.9878
73.9836
73.9814
74.1761
74.1778
74.1812
74.3802
74.3774
74.3763
74.5816
74.5824
74.5845
74.5879
74.5923
74.5976
74.6038
74.6108
74.6187
74.6273
74.6367
74.6469
74.6579
74.6696
74.6822
74.6955
74.7098
74.7248
74.7408
74.7576
74.7753
74.7938
74.8133
74.8336
74.8549
74.877
74.9001
75.0793
75.0576
75.0369
75.2228
75.2416
75.2614
75.4482
75.4306
75.4139
75.398
75.2048
75.0171
74.9982
74.9803
74.9633
75.1565
75.1717
75.1878
75.3831
75.3689
75.3556
75.5607
75.5722
75.5844
75.5973
75.611
75.6255
75.6409
75.8399
75.8268
75.8145
76.0244
76.0346
76.0454
76.2576
76.2489
76.2406
76.2328
76.0147
75.8029
75.7919
75.7816
75.7719
75.9891
75.9971
76.0057
76.2255
76.2187
76.2122
76.2062
75.9816
75.7628
75.5499
75.343
75.1421
74.9471
74.9319
74.9175
74.9039
75.1039
75.1158
75.1286
75.3312
75.3201
75.3097
75.3
75.0926
74.8912
74.8792
74.8681
74.8577
75.0633
75.0724
75.0822
75.2909
75.2824
75.2746
75.4914
75.4981
75.5053
75.5131
75.5214
75.5303
75.5398
75.7543
75.7463
75.7388
75.9618
75.9679
75.9745
76.2005
76.1952
76.1903
76.1857
75.956
75.7318
75.7253
75.7193
75.7137
75.9412
75.9457
75.9507
76.1814
76.1774
76.1738
76.4115
76.4143
76.4173
76.4206
76.4241
76.4279
76.432
76.4364
76.441
76.446
76.4514
76.457
76.4631
76.4695
76.4763
76.7014
76.6963
76.6916
76.9261
76.9292
76.9326
77.1699
77.1681
77.1664
77.1648
76.9232
76.6872
76.683
76.6792
76.6755
76.9155
76.9179
76.9204
77.1633
77.162
77.1607
77.4112
77.4114
77.4116
77.4119
77.4122
77.4126
77.413
77.6617
77.6626
77.6634
77.9198
77.9179
77.9158
78.1751
78.1782
78.1812
78.1841
77.9217
77.6643
77.6651
77.6659
77.6666
77.9269
77.9253
77.9235
78.1868
78.1894
78.1918
78.1941
77.9285
77.6674
77.411
77.1596
76.9132
76.6721
76.6689
76.666
76.6632
76.9074
76.9092
76.9112
77.1585
77.1575
77.1566
77.1558
76.9058
76.6607
76.6583
76.6561
76.6541
76.9016
76.9028
76.9042
77.155
77.1543
77.1537
77.4105
77.4105
77.4105
77.4106
77.4107
77.4108
77.4109
77.6681
77.6687
77.6694
77.9327
77.9313
77.9299
78.1963
78.1984
78.2004
78.2022
77.9339
77.67
77.6706
77.6712
77.6717
77.9373
77.9362
77.9351
78.2039
78.2056
78.2071
78.2086
77.9383
77.6723
77.4105
77.1532
76.9004
76.6523
76.4089
76.1704
75.9369
75.7085
75.4853
75.2674
75.0549
74.848
74.8391
74.8308
74.8233
75.0335
75.04
75.0471
75.2607
75.2546
75.249
75.244
75.0276
74.8165
74.8104
74.8051
74.8005
75.0141
75.0179
75.0224
75.2396
75.2359
75.2327
75.4563
75.4588
75.462
75.4656
75.4698
75.4745
75.4796
75.7038
75.6995
75.6956
75.9265
75.9296
75.9331
76.1674
76.1646
76.1622
76.16
75.9237
75.6922
75.6892
75.6867
75.6847
75.9179
75.9194
75.9213
76.1582
76.1568
76.1557
76.1551
75.9169
75.6833
75.4544
75.2303
75.0111
74.7969
74.7942
74.7926
74.7922
75.0077
75.0079
75.0089
75.2287
75.228
75.228
75.4531
75.4528
75.4532
75.6825
75.6824
75.6828
75.917
75.9165
75.9164
76.1549
76.1552
76.1558
76.399
76.3984
76.398
76.3979
76.3982
76.3988
76.3998
76.4011
76.4027
76.4045
76.4066
76.6506
76.6492
76.6479
76.8978
76.8985
76.8994
77.1527
77.1524
77.1521
77.152
76.8972
76.6469
76.646
76.6454
76.6452
76.8966
76.8966
76.8968
77.1519
77.1521
77.1524
77.4124
77.4119
77.4114
77.4111
77.4109
77.4107
77.4106
77.6728
77.6734
77.6739
77.9412
77.9403
77.9393
78.21
78.2113
78.2125
78.2138
77.9421
77.6745
77.6752
77.6759
77.6766
77.9449
77.944
77.9431
78.215
78.2161
78.2172
78.2183
77.9459
77.6774
77.4131
77.1528
76.8968
76.6451
76.6454
76.646
76.6467
76.8986
76.8979
76.8973
77.1534
77.1541
77.1548
77.4152
77.4145
77.4138
77.6783
77.6791
77.6796
77.9481
77.9476
77.9468
78.2193
78.2201
78.2205
78.4967
78.4964
78.4956
78.4946
78.4934
78.4921
78.4908
78.4894
78.4879
78.4863
78.4846
78.4829
78.481
78.479
78.4769
78.4747
78.4723
78.4698
78.4671
78.4642
78.4612
78.458
78.4547
78.4511
78.4474
78.4435
78.4394
78.7084
78.7134
78.7181
78.9933
78.9877
78.9819
79.2598
79.2664
79.2727
79.2786
78.9986
78.7227
78.727
78.7311
78.7349
79.0128
79.0083
79.0036
79.2843
79.2896
79.2947
79.5804
79.5748
79.5689
79.5626
79.5561
79.5491
79.5419
79.8279
79.8358
79.8434
80.1344
80.1263
80.1178
80.4113
80.4203
80.429
80.4372
80.1421
79.8505
79.8573
79.8638
79.8699
80.1629
80.1564
80.1494
80.445
80.4524
80.4594
80.4661
80.1692
79.8757
79.5857
79.2995
79.0171
78.7386
78.742
78.7453
78.7484
79.0284
79.0248
79.0211
79.304
79.3083
79.3123
79.3161
79.0318
78.7512
78.7539
78.7565
78.7589
79.0406
79.0378
79.0349
79.3196
79.3229
79.3261
79.6151
79.6117
79.608
79.6041
79.5999
79.5955
79.5908
79.8811
79.8863
79.8911
80.1858
80.1806
80.175
80.4723
80.4782
80.4838
80.4891
80.1907
79.8957
79.9
79.904
79.9077
80.2036
80.1996
80.1953
80.494
80.4986
80.5028
80.8052
80.8007
80.7958
80.7906
80.785
80.7791
80.7729
80.7662
80.7592
80.7518
80.744
80.7357
80.727
80.7179
80.7083
81.0086
81.0187
81.0283
81.3328
81.3227
81.3122
81.6188
81.6298
81.6402
81.6502
81.3423
81.0375
81.0461
81.0544
81.0622
81.3682
81.36
81.3514
81.6596
81.6686
81.6771
81.9889
81.98
81.9707
81.9609
81.9506
81.9398
81.9284
82.2407
82.2525
82.2637
82.5794
82.5678
82.5557
82.8733
82.8857
82.8976
82.9088
82.5904
82.2743
82.2845
82.2941
82.3032
82.6202
82.6107
82.6008
82.9196
82.9298
82.9395
82.9487
82.6291
82.3119
81.9972
81.6852
81.3759
81.0696
81.0766
81.0832
81.0894
81.3966
81.3902
81.3833
81.6928
81.7
81.7068
81.7131
81.4028
81.0952
81.1007
81.1058
81.1105
81.4188
81.4138
81.4085
81.7191
81.7247
81.7298
82.0435
82.0382
82.0324
82.0262
82.0196
82.0126
82.0051
82.3201
82.3278
82.3351
82.653
82.6455
82.6375
82.9573
82.9655
82.9732
82.9804
82.66
82.3419
82.3483
82.3542
82.3598
82.6784
82.6727
82.6666
82.9872
82.9935
82.9993
83.0047
82.6837
82.3649
82.0485
81.7347
81.4234
81.115
80.8094
80.5068
80.2074
79.9112
79.6183
79.329
79.0432
78.7611
78.7632
78.7652
78.7671
79.05
79.0479
79.0456
79.3317
79.3342
79.3366
79.3387
79.052
78.7688
78.7704
78.7719
78.7733
79.057
79.0555
79.0538
79.3407
79.3426
79.3442
79.6348
79.6331
79.6312
79.629
79.6267
79.6241
79.6213
79.9144
79.9174
79.9202
80.2171
80.2141
80.2109
80.5105
80.514
80.5171
80.5199
80.2198
79.9228
79.9251
79.9271
79.9289
80.2262
80.2243
80.2222
80.5225
80.5247
80.5266
80.5281
80.2276
79.9303
79.6363
79.3455
79.0583
78.7746
78.7756
78.7764
78.7767
79.0604
79.0601
79.0594
79.3466
79.3473
79.3475
79.6382
79.638
79.6373
79.9314
79.932
79.9322
80.2294
80.2293
80.2287
80.5292
80.5297
80.5298
80.8332
80.8332
80.8327
80.8316
80.8301
80.8281
80.8258
80.8232
80.8202
80.8169
80.8133
81.1191
81.1228
81.1263
81.4352
81.4316
81.4277
81.7391
81.7431
81.7468
81.7501
81.4384
81.1294
81.1321
81.1345
81.1364
81.4456
81.4436
81.4412
81.753
81.7555
81.7575
82.072
82.0699
82.0674
82.0645
82.0611
82.0573
82.0531
82.3696
82.3739
82.3778
82.6969
82.6929
82.6885
83.0097
83.0142
83.0183
83.0218
82.7004
82.3813
82.3843
82.3868
82.3889
82.7082
82.7061
82.7035
83.0249
83.0276
83.0296
83.0312
82.7097
82.3905
82.0736
81.7591
81.4472
81.138
81.139
81.1395
81.1395
81.4486
81.4487
81.4482
81.7601
81.7605
81.7605
82.0748
82.075
82.0746
82.3915
82.3918
82.3917
82.7109
82.7111
82.7107
83.0322
83.0325
83.0323
83.3558
83.356
83.3557
83.3548
83.3532
83.3511
83.3485
83.3454
83.3417
83.3376
83.333
83.328
83.3224
83.3165
83.31
83.3031
83.2957
83.2878
83.2794
83.2705
83.2611
83.2512
83.2407
83.2297
83.2181
83.2059
83.1932
83.5153
83.5284
83.5408
83.8656
83.8529
83.8396
84.1659
84.1795
84.1924
84.2048
83.8777
83.5527
83.564
83.5747
83.5848
83.9106
83.9002
83.8893
84.2165
84.2277
84.2383
84.5677
84.5569
84.5455
84.5336
84.521
84.5078
84.494
84.8239
84.8379
84.8513
85.1832
85.1696
85.1553
85.4882
85.5027
85.5164
85.5296
85.1961
84.8641
84.8762
84.8878
84.8987
85.2313
85.2202
85.2085
85.5421
85.5539
85.5652
85.5759
85.2418
84.9091
84.5779
84.2483
83.9204
83.5945
83.6036
83.6122
83.6202
83.9467
83.9385
83.9297
84.2578
84.2667
84.2751
84.283
83.9545
83.6278
83.6349
83.6415
83.6476
83.9746
83.9684
83.9617
84.2903
84.2971
84.3034
84.6339
84.6275
84.6206
84.6131
84.6052
84.5966
84.5875
84.9189
84.9281
84.9368
85.2699
85.2611
85.2517
85.5859
85.5954
85.6043
85.6126
85.2781
84.9449
84.9525
84.9595
84.9659
85.2994
85.2928
85.2857
85.6203
85.6275
85.6341
85.9699
85.9632
85.956
85.9482
85.9398
85.9309
85.9213
85.9111
85.9003
85.889
85.8769
85.8643
85.851
85.8371
85.8225
86.1579
86.1726
86.1867
86.5235
86.5092
86.4943
86.8317
86.8467
86.8611
86.8748
86.537
86.2001
86.2129
86.2251
86.2366
86.5738
86.5622
86.5499
86.8878
86.9002
86.9119
87.2506
87.2388
87.2264
87.2133
87.1995
87.185
87.1699
87.5087
87.5239
87.5385
87.8779
87.8633
87.848
88.1877
88.2031
88.2178
88.2318
87.8919
87.5523
87.5655
87.5781
87.59
87.9297
87.9178
87.9052
88.2451
88.2578
88.2698
88.2811
87.941
87.6012
87.2618
86.9229
86.5848
86.2475
86.2578
86.2674
86.2765
86.614
86.6049
86.5952
86.9334
86.9432
86.9524
86.9609
86.6225
86.2849
86.2928
86.3001
86.3067
86.6445
86.6378
86.6304
86.9689
86.9762
86.983
87.3221
87.3153
87.308
87.3
87.2914
87.2821
87.2723
87.6117
87.6216
87.6309
87.9708
87.9615
87.9516
88.2917
88.3017
88.311
88.3197
87.9795
87.6395
87.6475
87.6549
87.6617
88.0016
87.9949
87.9875
88.3277
88.3351
88.3418
88.3479
88.0077
87.6678
87.3282
86.9891
86.6506
86.3128
85.976
85.6401
85.3054
84.9719
84.6398
84.3093
83.9803
83.6532
83.6583
83.663
83.6672
83.9945
83.9903
83.9856
84.3145
84.3193
84.3236
84.3273
83.9982
83.6709
83.674
83.6767
83.6788
84.0062
84.0041
84.0014
84.3305
84.3332
84.3353
84.666
84.6639
84.6613
84.6581
84.6543
84.65
84.6452
84.9773
84.9822
84.9865
85.3201
85.3157
85.3108
85.6456
85.6505
85.6549
85.6587
85.3238
84.9903
84.9935
84.9962
84.9982
85.3318
85.3297
85.3271
85.6619
85.6645
85.6665
85.668
85.3332
84.9997
84.6675
84.3368
84.0077
83.6803
83.6812
83.6815
83.6813
84.0086
84.0089
84.0086
84.3377
84.338
84.3376
84.6683
84.6686
84.6684
85.0005
85.0008
85.0004
85.3338
85.3342
85.334
85.6687
85.6689
85.6685
86.0043
86.0047
86.0045
86.0038
86.0024
86.0004
85.9978
85.9946
85.9908
85.9864
85.9815
86.3184
86.3233
86.3277
86.6654
86.6611
86.6561
86.9946
86.9995
87.0039
87.0076
86.6692
86.3314
86.3346
86.3372
86.3392
86.6769
86.6749
86.6723
87.0107
87.0133
87.0152
87.3541
87.3522
87.3497
87.3466
87.3429
87.3386
87.3337
87.6733
87.6782
87.6824
88.0223
88.0181
88.0132
88.3533
88.3582
88.3624
88.3659
88.0259
87.6861
87.6892
87.6917
87.6935
88.0332
88.0314
88.029
88.3689
88.3713
88.3731
88.3742
88.0344
87.6947
87.3554
87.0165
86.6782
86.3406
86.3413
86.3414
86.341
86.6785
86.679
86.6789
87.0172
87.0173
87.0167
87.3555
87.3561
87.356
87.6953
87.6953
87.6947
88.0343
88.0349
88.0349
88.3747
88.3746
88.374
88.7137
88.7144
88.7145
88.714
88.713
88.7113
88.7089
88.706
88.7025
88.6983
88.6936
88.6881
88.6821
88.6754
88.668
88.66
88.6513
88.642
88.632
88.6213
88.61
88.598
88.5853
88.5719
88.5578
88.543
88.5276
88.5114
88.4945
88.4769
88.4586
88.4395
88.4197
88.3992
88.3778
88.3558
88.3329
88.3092
88.2848
88.2595
88.2334
88.2065
88.1787
88.15
88.1205
88.0901
88.0587
88.0265
87.9933
87.9592
88.2982
88.2631
88.227
88.5665
88.5294
88.4913
88.4522
88.412
88.7521
88.7109
89.0514
89.0093
88.9661
89.307
89.35
89.392
89.7326
89.6908
89.648
89.9889
90.0315
90.0731
90.1136
89.7733
89.4329
89.0924
89.1324
88.7922
88.8312
88.8692
89.2093
89.1714
89.5116
89.4728
89.813
90.1531
90.1916
89.8517
89.8894
89.5494
89.5862
89.2462
88.9063
88.9423
88.6025
88.6376
88.6718
88.3324
88.3656
88.3978
88.4292
88.4596
88.7991
88.7686
88.7373
88.705
89.0446
89.0115
88.9774
89.3172
89.2822
89.6221
89.657
89.6909
89.3512
89.3843
89.4165
89.0769
89.1082
89.1387
89.4782
89.4478
89.7873
89.7561
89.724
90.0634
90.0305
89.9966
89.9618
89.9261
90.2657
90.2291
90.5685
90.5312
90.4929
90.4536
90.4133
90.3719
90.3295
90.6698
90.7119
90.753
91.0922
91.0514
91.0095
91.3486
91.3901
91.4306
91.47
91.1319
90.7931
90.8321
90.8702
90.9073
91.2454
91.2085
91.1707
91.5085
91.5461
91.5827
91.919
91.8826
91.8454
91.8072
91.7681
91.7279
91.6868
92.0239
92.0647
92.1045
92.4398
92.4004
92.36
92.6948
92.7347
92.7737
92.8118
92.4782
92.1433
92.1812
92.2181
92.2541
92.588
92.5523
92.5157
92.8489
92.8851
92.9205
92.9549
92.6228
92.2892
91.9543
91.6183
91.2813
90.9434
90.6048
90.6403
90.3013
90.3359
90.3696
90.4024
90.4343
90.0954
90.1265
90.1568
89.8177
89.8471
89.5078
89.1682
88.8287
88.4892
88.5179
88.5457
88.5727
88.9122
88.8852
88.8574
89.1969
89.2248
89.2517
89.2779
88.9384
88.5988
88.6242
88.6487
88.6724
89.012
88.9882
88.9637
89.3033
89.3278
89.3516
89.691
89.6672
89.6427
89.6174
89.5912
89.5642
89.5364
89.8757
89.9035
89.9304
90.2693
90.2424
90.2147
90.1862
90.5248
90.4955
90.4653
90.8036
90.7727
90.7409
90.7083
90.6747
91.0129
90.9786
91.3163
91.6531
91.6869
91.3504
91.3835
91.0463
91.0788
91.1104
91.1411
91.171
90.8336
90.8628
90.8911
90.5532
90.5808
90.6076
90.6336
90.2954
89.9566
89.9819
90.0064
90.0301
90.3688
90.3451
90.3206
90.6588
90.6832
90.7069
90.7297
90.3917
90.053
89.714
89.3745
89.0349
88.6953
88.7174
88.7388
88.7594
89.0992
89.0785
89.0571
89.3967
89.4182
89.4388
89.4587
89.1191
88.7793
88.7984
88.8168
88.8344
89.1743
89.1566
89.1382
89.4779
89.4964
89.5141
89.8536
89.8358
89.8174
89.7982
89.7782
89.7576
89.7361
90.0752
90.0966
90.1173
90.4559
90.4352
90.4138
90.7518
90.7732
90.7938
90.8136
90.4758
90.1372
90.1564
90.1749
90.1926
90.5311
90.5134
90.4949
90.8328
90.8512
90.8689
91.2058
91.1882
91.1698
91.1507
91.1309
91.1103
91.0891
91.067
91.0442
91.0207
90.9963
90.9712
90.9453
90.9186
91.2556
91.2282
91.2
91.5364
91.5075
91.4778
91.4472
91.4158
91.7519
91.7199
92.0551
92.0224
91.9888
92.3234
92.3567
92.3891
92.7218
92.6897
92.6566
92.9885
93.0212
93.053
93.0841
92.7532
92.4207
92.0869
92.1179
91.7831
91.8135
91.843
92.1774
92.1481
92.4814
92.4515
92.7837
93.1143
93.1437
92.8133
92.8422
92.5105
92.5388
92.2059
91.8718
91.8997
91.5645
91.5917
91.6182
91.2822
91.308
91.333
91.3573
91.3807
91.7162
91.6929
91.6687
91.6438
91.9786
91.9531
91.9268
92.2606
92.2337
92.5664
92.5931
92.6191
92.2867
92.3121
92.3367
92.0034
92.0274
92.0506
92.3837
92.3606
92.6924
92.6687
92.6443
92.975
92.9499
92.9242
92.8976
92.8703
93.2002
93.1724
93.5008
93.4724
93.4433
93.4134
93.3826
93.3511
93.3187
93.2855
93.2514
93.2164
93.1806
93.1438
93.1062
93.0676
93.0281
93.3598
93.3989
93.437
93.7661
93.7284
93.6898
93.6503
93.979
93.939
94.2663
94.226
94.1847
94.1424
94.0992
94.055
94.0098
94.3387
94.3832
94.4268
94.7521
94.7093
94.6654
94.9898
95.033
95.0752
95.1165
94.7941
94.4694
94.511
94.5517
94.5914
94.9143
94.8751
94.8351
95.1568
95.1962
95.2348
95.5528
95.5149
95.4761
95.4364
95.3958
95.3543
95.3118
95.2685
95.2241
95.1788
95.1324
95.085
95.0366
94.9872
94.9366
95.2627
95.3124
95.3609
95.6826
95.6349
95.5862
95.907
95.9547
96.0015
96.0473
95.7293
95.4085
95.455
95.5005
95.5451
95.8634
95.8196
95.7749
96.0921
96.1359
96.1788
96.4914
96.4493
96.4063
96.3624
96.3175
96.2716
96.2248
96.5396
96.5855
96.6304
96.9402
96.8962
96.8513
96.8055
97.1148
97.069
97.3759
97.3302
97.2836
97.2359
97.1873
97.1377
97.0871
97.3972
97.3468
97.6545
97.6043
97.5531
97.5008
97.4475
97.7566
97.7036
98.0101
97.9574
97.9036
98.2085
98.2609
98.3122
98.6097
98.5597
98.5087
98.8038
98.8535
98.9022
98.9499
98.6587
98.3626
98.0618
98.1124
97.8086
97.8596
97.9095
98.2108
98.1621
98.4603
98.4119
98.7068
98.9968
99.0427
98.754
98.8002
98.5078
98.5543
98.2585
97.9585
98.0065
97.7038
97.752
97.4467
97.4951
97.7992
98.0996
98.0535
98.3511
98.3053
98.5999
98.6446
98.6884
98.396
98.4401
98.1448
97.8456
97.5426
97.5891
97.6346
97.6793
97.979
97.9354
97.8909
98.189
98.2324
98.2749
98.567
98.5256
98.4832
98.7734
98.7313
99.0182
98.9763
98.9336
98.89
98.8456
99.132
99.0878
99.3699
99.326
99.2813
99.2356
99.1891
99.1418
99.0935
99.3772
99.4241
99.4702
99.745
99.7002
99.6546
99.9252
99.8801
100.145
100.101
100.36
100.316
100.569
100.526
100.773
100.814
100.855
100.611
100.653
100.403
100.445
100.189
100.232
99.9696
100.013
100.056
99.789
99.5155
99.5599
99.6035
99.6463
99.9163
99.8747
99.8322
100.098
100.139
100.18
100.436
100.397
100.356
100.316
100.274
100.528
100.487
100.734
100.694
100.935
100.896
101.13
101.091
101.052
101.012
100.971
101.203
101.163
101.389
101.35
101.31
101.531
101.569
101.606
101.643
101.427
101.465
101.242
101.281
101.319
101.539
101.502
101.715
101.679
101.885
101.851
101.815
101.779
101.743
101.705
101.91
101.874
101.837
102.037
102.001
102.193
102.227
102.261
102.072
102.107
102.141
101.946
101.981
102.016
102.207
102.174
102.359
102.327
102.294
102.473
102.441
102.409
102.376
102.342
102.309
102.274
102.239
102.419
102.453
102.486
102.653
102.622
102.59
102.751
102.782
102.812
102.842
102.684
102.518
102.55
102.581
102.612
102.775
102.745
102.715
102.871
102.9
102.928
103.073
103.046
103.018
102.99
102.962
102.933
102.904
102.874
103.018
102.989
103.125
103.097
103.068
103.197
103.224
103.251
103.278
103.153
103.18
103.046
103.075
103.102
103.233
103.207
103.33
103.304
103.419
103.394
103.368
103.342
103.316
103.289
103.262
103.235
103.207
103.178
103.15
103.12
103.091
103.06
103.029
102.998
103.12
103.09
103.202
103.303
103.331
103.231
103.26
103.15
103.18
103.209
103.237
103.265
103.371
103.344
103.316
103.288
103.387
103.359
103.448
103.421
103.394
103.473
103.499
103.525
103.592
103.567
103.541
103.599
103.624
103.649
103.673
103.617
103.551
103.474
103.5
103.414
103.44
103.466
103.551
103.526
103.601
103.576
103.642
103.697
103.721
103.666
103.69
103.626
103.65
103.576
103.492
103.398
103.293
103.32
103.347
103.374
103.475
103.45
103.424
103.517
103.542
103.567
103.591
103.5
103.4
103.425
103.451
103.475
103.573
103.549
103.525
103.615
103.638
103.661
103.74
103.718
103.695
103.672
103.648
103.624
103.6
103.673
103.697
103.72
103.782
103.759
103.737
103.713
103.767
103.744
103.787
103.764
103.741
103.718
103.694
103.67
103.645
103.62
103.654
103.629
103.652
103.627
103.601
103.614
103.64
103.665
103.689
103.677
103.701
103.679
103.703
103.727
103.749
103.725
103.738
103.714
103.761
103.784
103.772
103.751
103.774
103.797
103.819
103.84
103.818
103.795
103.807
103.83
103.852
103.874
103.862
103.841
103.81
103.832
103.789
103.812
103.834
103.855
103.804
103.743
103.765
103.787
103.809
103.869
103.847
103.826
103.877
103.898
103.919
103.959
103.938
103.918
103.897
103.875
103.854
103.885
103.863
103.884
103.895
103.916
103.905
103.926
103.906
103.927
103.948
103.968
103.988
104.008
103.988
103.967
103.947
103.958
103.937
103.978
103.999
104.019
104.038
104.027
104.008
103.979
103.939
103.89
103.831
103.762
103.684
103.597
103.5
103.524
103.548
103.444
103.468
103.355
103.381
103.26
103.129
103.156
103.183
103.209
103.336
103.311
103.285
103.405
103.43
103.454
103.478
103.361
103.235
103.1
102.956
102.804
102.643
102.673
102.504
102.535
102.566
102.391
102.422
102.24
102.05
102.083
102.116
101.92
101.954
101.75
101.785
101.575
101.357
101.393
101.168
101.206
100.974
101.012
100.774
100.813
100.568
100.608
100.647
100.685
100.926
100.889
100.851
101.087
101.05
101.279
101.243
101.465
101.43
101.645
101.61
101.819
101.853
101.886
101.68
101.714
101.501
101.535
101.315
101.351
101.124
101.16
101.195
100.963
100.723
100.475
100.22
99.9573
99.6883
99.413
99.4553
99.1753
99.2178
99.2594
99.3003
99.3404
99.0592
99.0994
98.8146
98.8551
99.1389
99.4181
99.3796
99.6548
99.6164
99.5773
99.5374
99.4967
99.7699
99.7295
99.9975
100.259
100.297
100.037
100.076
99.8096
99.8486
99.8868
99.9243
99.9611
99.6924
99.7292
99.4558
99.1775
98.8947
98.6077
98.3166
98.0217
97.723
97.4207
97.4646
97.1597
97.2036
97.2466
97.2888
96.9833
96.6744
96.7174
96.7596
96.8008
97.1071
97.0667
97.0254
97.3301
97.3705
97.41
97.4488
97.1467
96.8412
96.5326
96.2208
95.9062
95.5887
95.6313
95.673
95.7138
96.0291
95.989
95.948
96.2619
96.3021
96.3415
96.38
96.0683
95.7537
95.7927
95.8308
95.8681
96.1807
96.1441
96.1066
96.4176
96.4544
96.4904
96.7971
96.7618
96.7256
96.6887
96.6509
96.6123
96.5729
96.8807
96.9194
96.9573
97.2604
97.2233
97.1854
97.4867
97.5238
97.5602
97.5958
97.2967
96.9943
97.0306
97.066
97.1007
97.401
97.367
97.3322
97.6306
97.6647
97.698
97.7306
97.4343
97.1346
96.8317
96.5257
96.2166
95.9046
95.5899
95.2725
94.9525
94.6302
94.3057
94.3442
94.018
94.0561
94.0933
94.1296
93.8029
93.4743
93.5106
93.546
93.5806
93.908
93.8738
93.8388
94.1651
94.1997
94.2334
94.5568
94.5234
94.4893
94.4543
94.4185
94.3817
94.7052
94.6682
94.9899
95.3093
95.3452
95.0265
95.0621
94.7414
94.7768
94.8113
94.845
94.8779
95.1966
95.1642
95.131
95.097
95.4147
95.3804
95.6961
95.6615
95.6261
95.9402
95.9751
96.0091
96.3193
96.2859
96.2516
96.5601
96.5937
96.6266
96.6588
96.352
96.0424
95.7299
95.7629
95.4482
95.481
95.5129
95.5441
95.2283
94.91
94.5893
94.2663
93.9413
93.6143
93.6472
93.6792
93.7104
94.0364
94.0055
93.9738
94.2985
94.3298
94.3603
94.3901
94.0665
93.7409
93.7705
93.7994
93.8274
94.1521
94.1243
94.0958
94.419
94.4473
94.4748
94.7952
94.768
94.7401
94.7115
94.6821
94.6519
94.621
94.9413
94.9718
95.0016
95.3187
95.2893
95.2592
95.5746
95.6043
95.6332
95.6615
95.3473
95.0306
95.0589
95.0864
95.1133
95.4289
95.4024
95.3752
95.689
95.7159
95.742
96.0524
96.0266
96.0002
95.973
95.9452
95.9166
95.8873
95.8573
95.8266
95.7951
96.1066
96.0749
96.384
96.6902
96.7209
96.4152
96.4457
96.1376
96.1678
96.1974
96.2262
96.2543
96.5607
96.533
96.5046
96.4755
96.7802
96.7509
97.053
97.0235
96.9934
96.9625
96.9309
96.8986
96.8655
97.1678
97.2003
97.232
97.5298
97.4987
97.4669
97.7626
97.7938
97.8243
97.8542
97.5603
97.263
97.2934
97.323
97.352
97.6476
97.6192
97.5901
97.8834
97.912
97.9399
97.9672
97.6754
97.3803
97.0818
97.11
96.8088
96.8367
96.864
96.8906
96.5877
96.2818
96.3085
96.3346
96.3601
96.6648
96.6397
96.614
96.9165
96.9419
96.9665
97.2652
97.2409
97.216
97.1904
97.1642
97.1374
97.4349
97.4079
97.7026
97.9939
98.02
97.7291
97.7551
97.4613
97.487
97.5122
97.5367
97.5606
97.8527
97.8292
97.8051
97.7804
98.0703
98.0454
98.3323
98.3073
98.2817
98.2555
98.2287
98.2013
98.1733
98.1446
98.1153
98.0854
98.0548
98.0235
97.9915
97.9588
97.9254
97.8913
97.8565
97.8209
97.7845
97.7474
97.7095
97.6708
97.6312
97.5908
97.5496
97.5075
97.8079
97.7659
98.0636
98.3575
98.3975
98.1046
98.1447
97.849
97.8893
97.9288
97.9675
98.0054
98.2975
98.2605
98.2227
98.1841
98.4751
98.4367
98.7248
98.6865
98.6475
98.9335
98.9716
99.0089
99.2889
99.2525
99.2154
99.4928
99.5291
99.5646
99.5994
99.3246
99.0455
98.7623
98.799
98.5128
98.5497
98.5858
98.8703
98.835
99.1164
99.0813
99.3595
99.6335
99.667
99.3938
99.4274
99.1509
99.1846
98.9049
98.6213
98.3338
98.0425
98.0788
98.1144
98.1492
98.4382
98.4041
98.3693
98.656
98.69
98.7233
98.756
98.4716
98.1833
98.2167
98.2494
98.2814
98.5676
98.5363
98.5043
98.788
98.8193
98.85
99.1284
99.0984
99.0677
99.0365
99.0046
98.972
98.9388
99.2177
99.2501
99.2819
99.5551
99.5242
99.4925
99.4603
99.7319
99.6997
99.9677
99.9356
99.903
99.8696
99.8356
99.8008
99.7654
100.033
99.9972
100.259
100.224
100.188
100.151
100.114
100.372
100.335
100.587
100.55
100.513
100.76
100.796
100.832
101.069
101.034
100.999
101.23
101.265
101.299
101.332
101.104
100.867
100.624
100.659
100.409
100.445
100.48
100.729
100.694
100.936
100.902
101.138
101.365
101.398
101.171
101.204
100.97
101.003
100.763
100.514
100.548
100.294
100.328
100.067
100.101
100.361
100.615
100.582
100.829
100.796
101.036
101.068
101.1
100.861
100.893
100.647
100.394
100.135
100.167
100.199
100.231
100.488
100.457
100.426
100.678
100.709
100.74
100.984
100.954
100.924
101.161
101.131
101.361
101.331
101.3
101.268
101.236
101.461
101.43
101.647
101.616
101.585
101.553
101.52
101.487
101.454
101.42
101.386
101.603
101.57
101.78
101.747
101.951
101.919
102.116
102.084
102.052
102.02
101.987
102.181
102.149
102.335
102.304
102.272
102.453
102.483
102.514
102.683
102.655
102.625
102.596
102.761
102.732
102.703
102.861
102.833
102.984
103.011
103.038
102.889
102.917
102.944
102.789
102.817
102.845
102.998
102.971
103.117
103.091
103.065
103.204
103.179
103.153
103.127
103.26
103.285
103.31
103.433
103.409
103.385
103.501
103.524
103.547
103.57
103.457
103.335
103.359
103.229
103.254
103.279
103.142
103.168
103.024
102.872
102.712
102.543
102.366
102.397
102.212
102.244
102.274
102.456
102.427
102.601
102.572
102.74
102.899
102.926
102.768
102.795
102.63
102.658
102.485
102.305
102.335
102.147
102.178
101.983
102.015
101.813
101.845
101.636
101.669
101.702
101.733
101.939
101.908
101.877
102.076
102.046
102.238
102.208
102.394
102.364
102.543
102.514
102.686
102.713
102.74
102.571
102.599
102.422
102.451
102.268
102.297
102.106
102.136
102.166
101.969
101.765
101.796
101.827
101.857
102.059
102.029
102
102.195
102.224
102.252
102.438
102.41
102.382
102.354
102.326
102.507
102.479
102.653
102.626
102.794
102.767
102.927
102.901
102.875
102.849
102.822
102.978
102.952
103.101
103.076
103.05
103.193
103.217
103.242
103.266
103.126
103.151
103.004
103.029
103.055
103.2
103.175
103.313
103.29
103.42
103.397
103.374
103.351
103.327
103.303
103.43
103.406
103.383
103.503
103.48
103.593
103.615
103.637
103.526
103.548
103.571
103.453
103.476
103.498
103.614
103.593
103.701
103.68
103.658
103.76
103.739
103.718
103.697
103.675
103.653
103.631
103.609
103.586
103.563
103.54
103.516
103.492
103.595
103.572
103.666
103.643
103.62
103.707
103.729
103.751
103.773
103.689
103.711
103.618
103.641
103.663
103.754
103.733
103.816
103.794
103.869
103.848
103.827
103.806
103.784
103.852
103.873
103.894
103.951
103.931
103.91
103.96
103.98
103.999
104.019
103.971
103.914
103.935
103.955
103.89
103.91
103.837
103.857
103.776
103.685
103.707
103.729
103.75
103.838
103.818
103.797
103.878
103.898
103.918
103.938
103.859
103.771
103.792
103.813
103.833
103.919
103.899
103.879
103.958
103.977
103.996
104.065
104.047
104.028
104.009
103.989
103.97
103.95
103.93
103.994
103.974
104.03
104.011
103.991
104.038
104.058
104.077
104.095
104.049
104.068
104.013
104.033
104.052
104.105
104.087
104.132
104.114
104.151
104.132
104.114
104.095
104.076
104.057
104.038
104.019
103.999
104.028
104.047
104.067
104.085
104.066
104.047
104.058
104.077
104.096
104.115
104.104
104.086
104.104
104.123
104.141
104.159
104.141
104.123
104.133
104.152
104.17
104.188
104.178
104.16
104.178
104.196
104.169
104.187
104.151
104.169
104.124
104.07
104.089
104.108
104.126
104.178
104.16
104.142
104.187
104.204
104.222
104.257
104.24
104.222
104.205
104.231
104.213
104.231
104.213
104.196
104.206
104.223
104.241
104.258
104.248
104.266
104.248
104.266
104.283
104.3
104.283
104.292
104.275
104.309
104.326
104.317
104.3
104.274
104.239
104.196
104.144
104.084
104.016
103.939
103.854
103.874
103.781
103.802
103.822
103.722
103.743
103.636
103.521
103.543
103.565
103.443
103.466
103.337
103.36
103.224
103.079
103.104
102.953
102.978
102.82
102.846
102.68
102.707
102.535
102.562
102.589
102.616
102.785
102.76
102.733
102.897
102.872
103.028
103.003
103.153
103.129
103.271
103.247
103.383
103.406
103.428
103.294
103.318
103.177
103.201
103.053
103.077
102.922
102.947
103.101
103.248
103.224
103.363
103.341
103.473
103.451
103.576
103.554
103.532
103.51
103.488
103.608
103.587
103.7
103.679
103.658
103.764
103.784
103.805
103.825
103.721
103.741
103.63
103.651
103.672
103.782
103.762
103.865
103.845
103.941
103.921
103.902
103.882
103.862
103.842
103.933
103.914
103.894
103.978
103.958
104.035
104.053
104.072
103.997
104.016
104.035
103.953
103.972
103.991
104.072
104.053
104.127
104.109
104.09
104.157
104.139
104.121
104.102
104.162
104.18
104.198
104.249
104.231
104.214
104.257
104.274
104.291
104.308
104.266
104.215
104.233
104.175
104.193
104.21
104.145
104.163
104.091
104.01
104.029
104.048
103.96
103.98
103.885
103.905
103.803
103.693
103.714
103.597
103.619
103.495
103.517
103.386
103.408
103.271
103.125
102.972
102.811
102.642
102.465
102.281
102.088
101.887
101.678
101.709
101.492
101.523
101.554
101.584
101.613
101.391
101.421
101.192
101.221
101.45
101.671
101.642
101.855
101.827
101.798
101.768
101.739
101.946
101.917
102.117
102.308
102.336
102.145
102.173
101.975
102.003
102.032
102.06
102.087
101.883
101.911
101.699
101.479
101.25
101.014
100.77
100.519
100.261
99.9991
100.03
99.7633
99.7942
99.8244
99.854
99.5855
99.313
99.3435
99.3734
99.4028
99.6731
99.6445
99.6153
99.8831
99.9115
99.9395
100.202
100.175
100.147
100.118
100.089
100.06
100.321
100.292
100.548
100.799
100.827
100.577
100.606
100.35
100.378
100.406
100.433
100.46
100.713
100.687
100.661
100.633
100.883
100.855
101.099
101.071
101.043
101.279
101.307
101.335
101.563
101.535
101.507
101.727
101.755
101.782
101.809
101.59
101.362
101.126
101.153
100.91
100.936
100.962
101.205
101.179
101.415
101.389
101.616
101.836
101.862
101.643
101.668
101.44
101.465
101.23
100.987
100.739
100.486
100.228
99.9668
99.7012
99.4315
99.1578
98.88
98.5983
98.3127
98.3434
98.3734
98.4028
98.6865
98.6577
98.6283
98.9094
98.9382
98.9664
98.994
98.7146
98.4315
98.4596
98.4871
98.5139
98.7955
98.7691
98.7422
99.021
99.0474
99.0733
99.3471
99.3217
99.2958
99.2694
99.2423
99.2147
99.1865
99.4596
99.4872
99.5143
99.7821
99.7556
99.7287
99.9937
100.02
100.046
100.071
99.808
99.5407
99.5667
99.592
99.6169
99.8825
99.8582
99.8333
100.096
100.12
100.144
100.167
99.9064
99.6412
99.3719
99.0985
98.8213
98.5402
98.5659
98.591
98.6156
98.8952
98.8711
98.8465
99.1233
99.1475
99.1711
99.1942
98.9188
98.6396
98.3567
98.3806
98.0946
98.1183
98.1414
98.164
97.8756
97.5839
97.2888
96.9906
96.6892
96.3848
96.0776
95.7675
95.4547
95.1394
94.8216
94.5015
94.1792
93.8548
93.5284
93.5552
93.2273
93.2536
93.2792
93.304
93.3281
92.9992
93.0228
93.0456
92.7154
92.7377
92.4061
92.0731
91.7389
91.4034
91.4254
91.4466
91.4671
91.8023
91.7819
91.7607
92.0949
92.1159
92.1363
92.1559
91.822
91.4869
91.5059
91.5242
91.5418
91.8767
91.8592
91.8409
92.1747
92.1929
92.2104
92.5427
92.5253
92.5072
92.4884
92.4689
92.4487
92.4278
92.7592
92.78
92.8001
93.1297
93.1098
93.0891
93.0677
93.396
93.3741
93.3515
93.6784
93.6552
93.6313
93.6067
93.5813
93.9072
93.8814
94.2055
94.5275
94.5528
94.2311
94.2559
93.9323
93.9567
93.9804
94.0034
94.0256
93.7008
93.7226
93.7437
93.4173
93.4378
93.4577
93.4768
93.149
92.8195
92.8382
92.8562
92.8735
93.2027
93.1855
93.1676
93.4953
93.513
93.5301
93.8557
93.8387
93.8211
93.8027
93.7837
93.764
94.0883
94.0681
94.0472
94.3698
94.3484
94.3263
94.3036
94.2801
94.6014
94.5775
94.8967
94.8724
94.8474
95.1648
95.1896
95.2136
95.5281
95.5043
95.4798
95.7923
95.8164
95.8399
95.8627
95.5512
95.237
94.9204
94.9434
94.6246
94.6471
94.669
94.9873
94.9657
95.2818
95.2597
95.5736
95.8849
95.9064
95.5954
95.6166
95.3032
95.3239
95.0083
94.6902
94.7107
94.3905
94.4105
94.4299
94.1079
94.1267
94.1449
94.1624
94.1793
94.5008
94.484
94.4666
94.4486
94.7683
94.7497
94.7305
95.0482
95.0286
95.3441
95.3635
95.3823
95.0673
95.0856
95.1033
94.7862
94.8034
94.82
95.1369
95.1204
95.435
95.4181
95.4005
95.7129
95.6949
95.6763
95.657
95.6371
95.9476
95.9274
96.2354
96.2147
96.1935
96.1715
96.149
96.1258
96.102
96.409
96.4325
96.4553
96.7587
96.7362
96.713
97.014
97.0369
97.0591
97.0807
96.7806
96.4776
96.4992
96.5202
96.5406
96.8428
96.8227
96.802
97.1017
97.1222
97.142
97.4381
97.4185
97.3983
97.3776
97.3563
97.3344
97.3119
97.6066
97.6288
97.6503
97.941
97.9198
97.898
98.186
98.2074
98.2283
98.2486
97.9617
97.6713
97.6917
97.7116
97.7309
98.0204
98.0014
97.9818
98.2684
98.2877
98.3065
98.3247
98.0389
97.7496
97.4571
97.1613
96.8624
96.5604
96.2554
96.2749
95.9673
95.9863
96.0048
96.0226
96.0398
95.7303
95.747
95.7631
95.4513
95.4669
95.1527
94.8359
94.5168
94.1955
93.872
93.5466
93.2192
92.8901
92.5594
92.2272
91.8936
91.5587
91.2228
90.8859
90.5481
90.2096
89.8706
89.5311
89.1913
88.8514
88.8676
88.8831
88.8979
89.238
89.2231
89.2076
89.5474
89.563
89.5778
89.592
89.2521
88.912
88.9255
88.9382
88.9502
89.2904
89.2783
89.2656
89.6055
89.6182
89.6303
89.9698
89.9578
89.945
89.9315
89.9173
89.9025
89.8869
90.2259
90.2415
90.2564
90.5948
90.58
90.5644
90.9021
90.9177
90.9325
90.9467
90.609
90.2706
90.284
90.2968
90.3089
90.6473
90.6352
90.6224
90.9601
90.9728
90.9849
90.9962
90.6586
90.3202
89.9812
89.6417
89.3018
88.9616
88.9723
88.9823
88.9916
89.3318
89.3225
89.3125
89.6524
89.6624
89.6717
89.6804
89.3405
89.0003
89.0083
89.0156
89.0223
89.3624
89.3558
89.3485
89.6883
89.6956
89.7022
90.0416
90.035
90.0278
90.0198
90.0112
90.0019
89.9919
90.3309
90.3409
90.3502
90.6885
90.6792
90.6693
91.0068
91.0168
91.026
91.0345
90.697
90.3588
90.3667
90.3739
90.3804
90.7185
90.712
90.7049
91.0423
91.0494
91.0558
91.3922
91.3859
91.3788
91.371
91.3626
91.3534
91.3435
91.3329
91.3216
91.3096
91.2969
91.2835
91.2694
91.2545
91.239
91.5749
91.5904
91.6052
91.9399
91.9251
91.9097
92.2432
92.2586
92.2733
92.2873
91.9539
91.6193
91.6326
91.6453
91.6573
91.9918
91.9799
91.9672
92.3006
92.3131
92.325
92.6568
92.645
92.6325
92.6192
92.6053
92.5907
92.5754
92.9061
92.9213
92.9358
93.2647
93.2502
93.2351
93.5623
93.5774
93.5917
93.6054
93.2785
92.9497
92.9628
92.9753
92.9871
93.3156
93.3039
93.2915
93.6185
93.6308
93.6424
93.6533
93.3266
92.9981
92.6679
92.3362
92.003
91.6685
91.6791
91.6889
91.6981
92.0324
92.0233
92.0135
92.3467
92.3564
92.3654
92.3738
92.0408
91.7065
91.7142
91.7212
91.7275
92.0616
92.0554
92.0485
92.3814
92.3882
92.3944
92.7257
92.7197
92.7128
92.7053
92.697
92.688
92.6783
93.0085
93.0181
93.027
93.3554
93.3465
93.3369
93.6636
93.6731
93.6819
93.69
93.3635
93.0353
93.0427
93.0495
93.0555
93.3836
93.3776
93.3709
93.6973
93.704
93.7099
93.715
93.3888
93.0608
92.7311
92.3998
92.0671
91.7331
91.3979
91.0615
90.7243
90.3862
90.0475
89.7081
89.3684
89.0283
89.0337
89.0385
89.0426
89.3825
89.3784
89.3737
89.7134
89.718
89.722
89.7254
89.3859
89.046
89.0489
89.0512
89.0528
89.3924
89.3909
89.3887
89.7281
89.7302
89.7317
90.0706
90.0691
90.0671
90.0644
90.0612
90.0572
90.0527
90.3914
90.3959
90.3997
90.7376
90.7338
90.7294
91.0666
91.0709
91.0746
91.0776
90.7407
90.4029
90.4055
90.4074
90.4088
90.7463
90.745
90.7432
91.08
91.0818
91.083
91.0836
90.747
90.4095
90.0714
89.7326
89.3934
89.0538
89.0542
89.0541
89.0533
89.3928
89.3936
89.3937
89.7329
89.7327
89.7318
90.0704
90.0713
90.0716
90.4097
90.4094
90.4084
90.7457
90.7467
90.7471
91.0836
91.0831
91.0821
91.4175
91.4186
91.4192
91.4192
91.4187
91.4176
91.4159
91.4136
91.4107
91.4071
91.4028
91.738
91.7422
91.7457
92.0795
92.076
92.0719
92.4046
92.4086
92.4119
92.4146
92.0822
91.7485
91.7507
91.7523
91.7533
92.0867
92.0858
92.0843
92.4166
92.418
92.4187
92.7492
92.7486
92.7474
92.7455
92.7429
92.7397
92.7358
93.0654
93.0692
93.0724
93.4001
93.3971
93.3933
93.7194
93.7231
93.726
93.7283
93.4025
93.0748
93.0766
93.0777
93.0782
93.4055
93.4051
93.4041
93.7298
93.7307
93.731
93.7307
93.4054
93.0782
92.7494
92.4189
92.087
91.7537
91.7536
91.7529
91.7517
92.0848
92.086
92.0868
92.4186
92.4178
92.4164
92.7466
92.748
92.749
93.0777
93.0767
93.0752
93.402
93.4036
93.4048
93.73
93.7287
93.727
94.05
94.0518
94.0532
94.0541
94.0545
94.0543
94.0536
94.0522
94.0501
94.0472
94.0436
94.0393
94.0342
94.0284
94.0218
94.0145
94.0065
93.9977
93.9883
93.9781
93.9673
93.9557
93.9435
93.9305
93.9169
93.9026
93.8877
94.211
94.2259
94.2401
94.5611
94.547
94.5322
94.8512
94.8658
94.8798
94.8931
94.5745
94.2536
94.2664
94.2786
94.2901
94.6107
94.5993
94.5872
94.9058
94.9178
94.9291
95.2451
95.2339
95.222
95.2094
95.1962
95.1823
95.1678
95.482
95.4963
95.5101
95.8214
95.8078
95.7935
95.7786
96.0877
96.0723
96.0563
96.3629
96.3465
96.3295
96.3119
96.2937
96.5981
96.5796
96.8813
97.18
97.1981
96.8997
96.9174
96.6161
96.6335
96.6503
96.6666
96.6822
96.3787
96.3939
96.4085
96.1024
96.1165
96.13
96.1429
95.8344
95.5232
95.5356
95.5474
95.5586
95.8695
95.8584
95.8467
96.1551
96.1667
96.1776
96.1879
95.8798
95.569
95.2556
94.9397
94.6214
94.3009
94.311
94.3203
94.329
94.6494
94.6408
94.6315
94.9497
94.9589
94.9675
94.9753
94.6573
94.337
94.3442
94.3507
94.3565
94.6766
94.6709
94.6645
94.9824
94.9888
94.9944
95.3098
95.3043
95.298
95.2909
95.2832
95.2747
95.2655
95.5788
95.5879
95.5963
95.9069
95.8986
95.8895
96.1975
96.2065
96.2148
96.2223
95.9145
95.604
95.611
95.6173
95.6228
95.9331
95.9276
95.9215
96.2292
96.2353
96.2407
96.5454
96.5401
96.5341
96.5273
96.5198
96.5116
96.5027
96.4932
96.483
96.4721
96.4606
96.4485
96.4358
96.4224
96.7255
96.7116
96.6972
96.9976
96.9827
96.9673
96.9512
96.9346
97.2326
97.2157
97.5107
97.4934
97.4755
97.7678
97.7855
97.8025
98.091
98.0742
98.0568
98.3423
98.3595
98.3761
98.3922
98.1073
97.8191
97.5275
97.5437
97.249
97.2649
97.2801
97.5744
97.5593
97.8505
97.8351
98.1231
98.4077
98.4228
98.1384
98.1531
97.8654
97.8797
97.5889
97.2948
97.3089
97.0118
97.0255
97.0386
96.7387
96.7513
96.7633
96.7747
96.7854
97.0848
97.0742
97.0629
97.0511
97.3477
97.3354
97.3224
97.6162
97.6028
97.8935
97.9067
97.9194
97.629
97.6412
97.6528
97.3595
97.3706
97.3812
97.6743
97.6639
97.9538
97.9429
97.9314
98.2183
98.2064
98.1939
98.1808
98.1672
98.4513
98.4373
98.718
98.7037
98.6889
98.6735
98.6576
98.6413
98.6244
98.6069
98.589
98.5706
98.5516
98.5321
98.5121
98.4915
98.4704
98.4488
98.4266
98.4039
98.6859
98.663
98.9418
99.2168
99.2388
98.9642
98.9862
98.7082
98.73
98.7513
98.772
98.7923
99.0688
99.0489
99.0285
99.0076
99.2814
99.2604
99.5308
99.5096
99.4879
99.4658
99.4431
99.4199
99.3962
99.665
99.6883
99.7111
99.9749
99.9526
99.9297
100.19
100.213
100.235
100.256
99.9968
99.7334
99.7551
99.7764
99.7972
100.06
100.039
100.018
100.277
100.298
100.318
100.572
100.552
100.532
100.511
100.49
100.468
100.446
100.424
100.401
100.378
100.354
100.33
100.305
100.28
100.255
100.511
100.536
100.561
100.812
100.788
100.764
101.012
101.036
101.059
101.082
100.836
100.585
100.609
100.632
100.654
100.904
100.882
100.859
101.105
101.127
101.149
101.389
101.368
101.346
101.324
101.301
101.278
101.254
101.49
101.514
101.537
101.766
101.742
101.718
101.693
101.913
101.888
102.098
102.072
102.046
102.02
101.993
101.966
101.939
102.142
102.115
102.31
102.283
102.256
102.229
102.201
102.391
102.364
102.546
102.519
102.492
102.668
102.694
102.72
102.887
102.862
102.836
102.997
103.021
103.045
103.069
102.911
102.746
102.572
102.598
102.417
102.444
102.471
102.65
102.624
102.796
102.771
102.936
103.093
103.117
102.961
102.985
102.821
102.846
102.675
102.497
102.523
102.336
102.363
102.169
102.195
102.389
102.574
102.549
102.726
102.701
102.871
102.896
102.92
102.751
102.776
102.6
102.415
102.222
102.248
102.274
102.299
102.492
102.466
102.441
102.625
102.65
102.675
102.85
102.826
102.801
102.969
102.944
103.105
103.081
103.057
103.033
103.009
103.164
103.141
103.289
103.266
103.243
103.22
103.196
103.173
103.149
103.294
103.317
103.339
103.475
103.453
103.431
103.56
103.538
103.661
103.64
103.755
103.735
103.843
103.823
103.924
103.944
103.963
103.863
103.883
103.776
103.796
103.682
103.703
103.582
103.603
103.624
103.497
103.362
103.385
103.407
103.429
103.562
103.541
103.519
103.646
103.667
103.688
103.806
103.785
103.765
103.744
103.723
103.836
103.816
103.922
103.902
104.001
103.982
104.074
104.055
104.037
104.018
103.999
104.085
104.066
104.145
104.127
104.109
104.181
104.199
104.217
104.234
104.164
104.182
104.103
104.122
104.14
104.217
104.2
104.27
104.252
104.315
104.298
104.28
104.263
104.246
104.228
104.285
104.268
104.25
104.3
104.283
104.325
104.342
104.359
104.317
104.334
104.351
104.302
104.319
104.336
104.384
104.368
104.408
104.392
104.375
104.408
104.392
104.375
104.359
104.342
104.325
104.308
104.291
104.317
104.334
104.35
104.367
104.35
104.334
104.343
104.36
104.376
104.392
104.383
104.367
104.383
104.4
104.416
104.432
104.416
104.4
104.409
104.425
104.441
104.457
104.448
104.432
104.449
104.425
104.441
104.457
104.425
104.441
104.401
104.353
104.37
104.387
104.332
104.349
104.287
104.304
104.235
104.158
104.177
104.093
104.111
104.02
104.04
103.942
103.961
103.856
103.876
103.896
103.916
104.019
104
103.981
104.078
104.059
104.148
104.13
104.213
104.195
104.271
104.253
104.322
104.339
104.357
104.288
104.306
104.231
104.249
104.167
104.185
104.096
104.115
104.134
104.039
103.936
103.826
103.709
103.584
103.452
103.312
103.334
103.188
103.211
103.234
103.257
103.28
103.128
103.152
102.993
103.017
103.176
103.327
103.304
103.447
103.425
103.402
103.38
103.357
103.496
103.474
103.605
103.73
103.751
103.627
103.648
103.518
103.54
103.562
103.584
103.606
103.47
103.492
103.35
103.199
103.041
102.875
102.7
102.517
102.325
102.123
102.148
101.938
101.962
101.986
102.009
101.789
101.56
101.582
101.604
101.625
101.855
101.833
101.811
102.032
102.055
102.077
102.098
101.876
101.646
101.41
101.17
100.925
100.677
100.699
100.72
100.741
100.988
100.967
100.947
101.191
101.211
101.231
101.251
101.008
100.762
100.782
100.802
100.821
101.066
101.047
101.028
101.27
101.289
101.307
101.544
101.526
101.508
101.489
101.47
101.451
101.431
101.666
101.686
101.705
101.935
101.916
101.896
102.119
102.139
102.159
102.177
101.953
101.724
101.742
101.76
101.777
102.006
101.989
101.972
102.196
102.214
102.231
102.248
102.023
101.794
101.562
101.325
101.085
100.84
100.591
100.337
100.08
99.8175
99.5514
99.5716
99.302
99.322
99.3416
99.3606
99.0882
98.812
98.8311
98.8498
98.868
99.1433
99.1254
99.107
99.3792
99.3973
99.4149
99.6826
99.6653
99.6475
99.6293
99.6105
99.5913
99.8567
99.8373
100.099
100.357
100.375
100.118
100.137
99.8756
99.894
99.912
99.9295
99.9465
100.206
100.19
100.172
100.155
100.411
100.394
100.646
100.628
100.61
100.859
100.877
100.895
101.138
101.121
101.103
101.343
101.361
101.378
101.395
101.156
100.912
100.664
100.681
100.429
100.446
100.462
100.478
100.223
99.9631
99.6995
99.432
99.1607
98.8857
98.9028
98.9195
98.9356
99.2099
99.194
99.1776
99.4486
99.4648
99.4805
99.4957
99.2253
98.9513
98.9664
98.981
98.9951
99.2686
99.2547
99.2403
99.5104
99.5246
99.5384
99.8043
99.7908
99.7767
99.7622
99.7472
99.7318
99.7159
99.9792
99.9949
100.01
100.269
100.254
100.239
100.494
100.509
100.524
100.538
100.284
100.025
100.039
100.053
100.066
100.325
100.311
100.298
100.552
100.566
100.579
100.829
100.816
100.803
100.789
100.775
100.76
100.745
100.73
100.714
100.698
100.945
100.929
101.172
101.411
101.427
101.189
101.205
100.962
100.977
100.993
101.007
101.022
101.264
101.25
101.235
101.22
101.458
101.443
101.677
101.661
101.646
101.629
101.613
101.596
101.579
101.811
101.828
101.844
102.072
102.056
102.04
102.264
102.28
102.295
102.31
102.087
101.86
101.876
101.891
101.906
102.132
102.117
102.102
102.325
102.34
102.354
102.368
102.146
101.921
101.692
101.707
101.473
101.488
101.502
101.516
101.278
101.036
101.049
101.063
101.075
101.317
101.305
101.292
101.529
101.542
101.555
101.788
101.775
101.762
101.749
101.735
101.721
101.95
101.936
102.161
102.382
102.395
102.175
102.188
101.964
101.978
101.991
102.004
102.016
102.24
102.227
102.215
102.202
102.421
102.408
102.625
102.612
102.599
102.586
102.572
102.559
102.544
102.53
102.515
102.499
102.483
102.467
102.45
102.432
102.413
102.394
102.375
102.354
102.333
102.312
102.29
102.267
102.244
102.221
102.197
102.173
102.374
102.35
102.542
102.725
102.749
102.566
102.591
102.399
102.423
102.447
102.47
102.493
102.687
102.663
102.639
102.615
102.798
102.774
102.947
102.923
102.899
103.065
103.089
103.113
103.269
103.246
103.223
103.372
103.395
103.418
103.441
103.293
103.136
102.972
102.996
102.822
102.846
102.87
103.043
103.02
103.184
103.16
103.316
103.464
103.488
103.34
103.363
103.208
103.232
103.067
102.894
102.71
102.516
102.538
102.56
102.581
102.778
102.756
102.733
102.917
102.94
102.963
102.986
102.8
102.602
102.622
102.642
102.66
102.862
102.842
102.821
103.008
103.03
103.052
103.23
103.207
103.185
103.161
103.138
103.115
103.091
103.255
103.279
103.303
103.458
103.434
103.41
103.387
103.534
103.511
103.65
103.627
103.605
103.582
103.56
103.537
103.515
103.649
103.627
103.755
103.734
103.712
103.691
103.67
103.792
103.771
103.887
103.867
103.846
103.956
103.976
103.996
104.097
104.078
104.058
104.153
104.172
104.191
104.21
104.116
104.015
103.907
103.928
103.813
103.834
103.855
103.968
103.948
104.055
104.035
104.136
104.229
104.248
104.155
104.174
104.075
104.095
103.989
103.876
103.897
103.777
103.798
103.671
103.693
103.82
103.939
103.918
104.03
104.009
104.115
104.135
104.155
104.05
104.071
103.96
103.841
103.715
103.738
103.76
103.782
103.906
103.885
103.863
103.981
104.002
104.024
104.134
104.113
104.092
104.196
104.175
104.272
104.253
104.233
104.213
104.194
104.286
104.267
104.352
104.333
104.315
104.296
104.278
104.259
104.241
104.222
104.204
104.285
104.267
104.341
104.324
104.391
104.374
104.434
104.417
104.4
104.383
104.366
104.42
104.404
104.451
104.434
104.418
104.457
104.474
104.49
104.522
104.506
104.489
104.473
104.497
104.481
104.465
104.481
104.464
104.473
104.489
104.505
104.496
104.512
104.528
104.513
104.529
104.545
104.56
104.544
104.553
104.537
104.521
104.569
104.585
104.576
104.561
104.538
104.506
104.467
104.484
104.437
104.454
104.471
104.516
104.5
104.539
104.523
104.554
104.577
104.593
104.57
104.586
104.555
104.571
104.533
104.487
104.504
104.451
104.468
104.408
104.426
104.359
104.377
104.303
104.321
104.339
104.357
104.43
104.412
104.394
104.46
104.443
104.502
104.485
104.537
104.521
104.566
104.549
104.587
104.604
104.62
104.582
104.599
104.554
104.571
104.519
104.536
104.478
104.495
104.513
104.447
104.375
104.394
104.412
104.43
104.501
104.483
104.465
104.53
104.548
104.565
104.622
104.605
104.588
104.57
104.553
104.604
104.588
104.632
104.615
104.653
104.636
104.666
104.65
104.634
104.618
104.602
104.625
104.609
104.623
104.608
104.592
104.6
104.616
104.632
104.648
104.639
104.655
104.64
104.656
104.672
104.687
104.671
104.679
104.664
104.695
104.711
104.703
104.688
104.705
104.683
104.699
104.669
104.685
104.649
104.665
104.621
104.638
104.655
104.672
104.716
104.699
104.682
104.719
104.702
104.731
104.715
104.737
104.721
104.735
104.719
104.727
104.743
104.759
104.751
104.767
104.753
104.769
104.748
104.764
104.735
104.752
104.781
104.802
104.786
104.8
104.784
104.792
104.775
104.808
104.824
104.816
104.833
104.819
104.798
104.769
104.733
104.69
104.64
104.583
104.519
104.448
104.37
104.389
104.305
104.324
104.343
104.363
104.382
104.292
104.312
104.216
104.237
104.333
104.422
104.402
104.484
104.465
104.446
104.427
104.408
104.485
104.467
104.537
104.601
104.619
104.555
104.574
104.504
104.522
104.541
104.56
104.579
104.504
104.523
104.442
104.353
104.257
104.155
104.045
103.928
103.804
103.673
103.696
103.557
103.581
103.604
103.628
103.482
103.326
103.35
103.373
103.397
103.553
103.529
103.505
103.651
103.675
103.699
103.836
103.813
103.789
103.766
103.742
103.719
103.85
103.827
103.951
104.067
104.089
103.973
103.995
103.872
103.895
103.919
103.942
103.966
104.087
104.064
104.041
104.018
104.133
104.111
104.219
104.197
104.176
104.278
104.299
104.32
104.415
104.394
104.373
104.462
104.482
104.502
104.523
104.436
104.342
104.241
104.263
104.155
104.178
104.201
104.307
104.285
104.385
104.363
104.457
104.544
104.565
104.478
104.5
104.407
104.429
104.33
104.224
104.11
103.989
103.86
103.723
103.577
103.42
103.252
103.073
102.881
102.679
102.696
102.713
102.729
102.935
102.918
102.9
103.093
103.113
103.132
103.15
102.952
102.744
102.759
102.773
102.787
102.997
102.983
102.967
103.167
103.184
103.199
103.392
103.374
103.356
103.336
103.316
103.295
103.274
103.443
103.466
103.488
103.648
103.624
103.6
103.747
103.771
103.796
103.82
103.671
103.51
103.531
103.552
103.572
103.739
103.716
103.694
103.844
103.868
103.892
103.915
103.76
103.591
103.409
103.214
103.011
102.8
102.813
102.826
102.838
103.048
103.036
103.024
103.228
103.242
103.254
103.266
103.06
102.85
102.637
102.65
102.434
102.447
102.459
102.674
102.662
102.874
102.862
103.071
103.277
103.288
103.083
103.093
102.885
102.896
102.686
102.471
102.252
102.028
101.8
101.567
101.329
101.088
100.842
100.591
100.337
100.079
99.8174
99.5516
99.2821
99.0088
98.7318
98.7451
98.4647
98.4776
98.4899
98.5017
98.513
98.2297
98.2405
98.2507
97.9642
97.9739
97.6841
97.3911
97.0949
96.7955
96.805
96.8138
96.8219
97.121
97.1129
97.1042
97.4004
97.409
97.417
97.4242
97.1283
96.8293
96.836
96.842
96.8473
97.1461
97.1409
97.135
97.4308
97.4367
97.4419
97.7344
97.7293
97.7235
97.717
97.7097
97.7018
97.6933
97.983
97.9914
97.9992
98.2854
98.2776
98.2693
98.2603
98.5432
98.5337
98.5236
98.8033
98.7928
98.7817
98.77
98.7578
99.0344
99.0219
99.295
99.5644
99.5766
99.3074
99.3193
99.0465
99.058
99.069
99.0794
99.0893
98.8133
98.8227
98.8315
98.5521
98.5604
98.5681
98.5751
98.2925
98.0064
98.0129
98.0186
98.0237
98.3096
98.3046
98.2989
98.5814
98.5871
98.592
98.5962
98.3138
98.028
97.7388
97.4463
97.1506
96.8518
96.55
96.2453
95.9377
95.6275
95.3146
94.9993
94.6815
94.3615
94.3657
94.3692
94.372
94.6918
94.6891
94.6857
95.0034
95.0067
95.0093
95.0111
94.6937
94.374
94.3753
94.3759
94.376
94.6953
94.6954
94.6949
95.0122
95.0125
95.0123
95.327
95.3273
95.3271
95.3262
95.3244
95.3219
95.3187
95.6315
95.6347
95.6371
95.9471
95.9448
95.9417
96.2491
96.2522
96.2544
96.2559
95.9486
95.6387
95.6395
95.6396
95.6391
95.9487
95.9494
95.9493
96.2565
96.2564
96.2555
96.254
95.9474
95.638
95.326
95.0115
94.6946
94.3755
94.3744
94.3729
94.3709
94.6896
94.6917
94.6934
95.0101
95.0083
95.006
95.32
95.3224
95.3244
95.6362
95.6341
95.6315
95.9404
95.9431
95.9455
96.252
96.2494
96.2465
96.5497
96.5529
96.5557
96.5579
96.5596
96.5606
96.5608
96.5603
96.559
96.5568
96.5538
96.8555
96.8585
96.8606
97.1592
97.1571
97.1543
97.4499
97.4527
97.4547
97.4558
97.1603
96.8618
96.8622
96.8619
96.8608
97.159
97.1602
97.1607
97.4561
97.4555
97.4541
97.746
97.7476
97.7482
97.748
97.747
97.7451
97.7423
98.0315
98.0342
98.0361
98.3218
98.32
98.3173
98.5997
98.6023
98.6041
98.6049
98.3227
98.037
98.0372
98.0364
98.0347
98.3201
98.3219
98.3227
98.6049
98.604
98.602
98.5992
98.3174
98.0322
97.7437
97.4519
97.157
96.8589
96.8565
96.8535
96.8501
97.1474
97.151
97.1543
97.449
97.4455
97.4417
97.7327
97.7368
97.7406
98.0289
98.0249
98.0205
98.3049
98.3096
98.3138
98.5954
98.5909
98.5859
98.8634
98.8687
98.8735
98.8775
98.8805
98.8825
98.8836
98.8836
98.8828
98.8811
98.8785
98.8751
98.871
98.8661
98.8605
98.8542
98.8473
98.8397
99.1154
99.1073
99.0986
99.3708
99.3616
99.3518
99.3415
99.3307
99.5996
99.5884
99.8537
99.8421
99.83
100.092
100.104
100.115
100.373
100.361
100.35
100.604
100.615
100.626
100.637
100.384
100.126
99.8648
99.8754
99.6104
99.6205
99.6302
99.895
99.8855
100.147
100.137
100.394
100.647
100.657
100.404
100.413
100.156
100.165
99.904
99.6393
99.6478
99.3794
99.3874
99.3949
99.1229
99.1298
99.136
99.1415
99.1464
99.4181
99.4133
99.4078
99.4017
99.6698
99.6631
99.6558
99.9203
99.9124
100.173
100.181
100.188
99.9276
99.9342
99.9403
99.6759
99.6814
99.6861
99.9503
99.9456
100.206
100.201
100.195
100.452
100.445
100.438
100.43
100.422
100.675
100.666
100.916
100.906
100.897
100.887
100.876
100.865
100.853
101.099
101.111
101.122
101.363
101.352
101.341
101.579
101.59
101.601
101.611
101.374
101.132
101.142
101.152
101.161
101.402
101.393
101.384
101.621
101.63
101.639
101.872
101.863
101.854
101.844
101.833
101.823
101.812
102.04
102.051
102.062
102.286
102.275
102.264
102.483
102.494
102.505
102.515
102.296
102.072
102.082
102.092
102.1
102.324
102.315
102.306
102.525
102.535
102.544
102.552
102.333
102.109
101.88
101.647
101.41
101.169
100.924
100.932
100.683
100.691
100.698
100.704
100.71
100.457
100.463
100.467
100.211
100.215
99.9543
99.6901
99.4221
99.1505
99.1538
99.1563
99.158
99.4296
99.4279
99.4254
99.6934
99.6958
99.6974
99.6981
99.4303
99.1588
99.1587
99.1576
99.1554
99.4267
99.4289
99.4301
99.6979
99.6966
99.6943
99.9581
99.9606
99.9619
99.9621
99.9615
99.9599
99.9575
100.218
100.22
100.222
100.478
100.477
100.474
100.471
100.724
100.72
100.715
100.964
100.959
100.953
100.947
100.94
101.185
101.177
101.418
101.655
101.663
101.426
101.433
101.192
101.198
101.204
101.209
101.213
100.969
100.972
100.976
100.727
100.729
100.731
100.731
100.479
100.222
100.222
100.221
100.218
100.474
100.477
100.478
100.731
100.729
100.727
100.723
100.471
100.214
99.9545
99.6908
99.4234
99.1522
99.148
99.143
99.1373
99.4076
99.4136
99.419
99.6862
99.6806
99.6742
99.9371
99.9438
99.9497
100.209
100.203
100.196
100.451
100.459
100.465
100.717
100.711
100.703
100.95
100.958
100.965
100.971
100.975
100.978
100.979
100.98
100.979
100.978
101.222
101.22
101.217
101.458
101.454
101.45
101.445
101.439
101.676
101.67
101.902
101.895
101.888
102.117
102.124
102.131
102.355
102.348
102.341
102.56
102.568
102.575
102.581
102.361
102.137
101.908
101.914
101.681
101.686
101.691
101.923
101.919
102.148
102.143
102.367
102.587
102.592
102.372
102.376
102.152
102.156
101.927
101.695
101.697
101.461
101.463
101.464
101.224
101.224
101.224
101.222
101.219
101.46
101.463
101.464
101.465
101.701
101.701
101.7
101.932
101.93
102.159
102.161
102.162
101.933
101.934
101.933
101.701
101.699
101.696
101.929
101.931
102.16
102.162
102.162
102.387
102.386
102.385
102.383
102.38
102.6
102.597
102.812
102.808
102.802
102.797
102.79
102.783
102.775
102.767
102.758
102.749
102.74
102.729
102.719
102.708
102.697
102.908
102.918
102.929
103.135
103.125
103.115
103.104
103.309
103.299
103.501
103.49
103.479
103.466
103.453
103.439
103.425
103.61
103.627
103.643
103.82
103.801
103.781
103.938
103.961
103.982
104.004
103.838
103.658
103.672
103.686
103.698
103.885
103.871
103.855
104.024
104.043
104.061
104.22
104.199
104.177
104.154
104.13
104.106
104.082
104.057
104.032
104.007
103.983
103.958
103.933
103.909
103.885
104.013
104.038
104.062
104.182
104.158
104.134
104.247
104.271
104.295
104.319
104.207
104.087
104.112
104.137
104.162
104.282
104.257
104.232
104.344
104.368
104.394
104.498
104.473
104.448
104.424
104.4
104.376
104.353
104.452
104.475
104.498
104.589
104.566
104.544
104.522
104.607
104.586
104.665
104.644
104.624
104.603
104.583
104.563
104.543
104.618
104.598
104.667
104.648
104.629
104.61
104.592
104.655
104.637
104.693
104.675
104.657
104.707
104.724
104.742
104.784
104.767
104.75
104.786
104.803
104.82
104.837
104.802
104.759
104.71
104.728
104.673
104.691
104.71
104.765
104.747
104.795
104.777
104.819
104.855
104.872
104.837
104.855
104.813
104.831
104.783
104.728
104.747
104.686
104.705
104.637
104.657
104.725
104.785
104.766
104.82
104.802
104.85
104.868
104.887
104.839
104.859
104.805
104.744
104.677
104.697
104.718
104.738
104.804
104.784
104.764
104.824
104.844
104.864
104.917
104.897
104.878
104.925
104.906
104.947
104.928
104.909
104.891
104.873
104.908
104.89
104.918
104.9
104.883
104.865
104.848
104.831
104.814
104.836
104.852
104.869
104.883
104.866
104.849
104.857
104.841
104.874
104.891
104.908
104.9
104.886
104.904
104.921
104.938
104.952
104.934
104.917
104.925
104.942
104.959
104.977
104.969
104.956
104.935
104.953
104.926
104.944
104.962
104.981
105
104.966
104.985
104.944
104.964
105.004
105.038
105.019
105.046
105.027
105.008
104.99
104.971
104.992
104.974
104.987
104.995
105.013
105.005
105.023
105.01
105.028
105.047
105.066
105.085
105.065
105.084
105.057
105.024
104.984
104.937
104.884
104.825
104.759
104.687
104.708
104.629
104.651
104.674
104.697
104.612
104.521
104.545
104.57
104.594
104.684
104.66
104.636
104.72
104.743
104.767
104.791
104.708
104.619
104.523
104.419
104.308
104.187
104.213
104.238
104.264
104.386
104.36
104.334
104.445
104.471
104.498
104.525
104.412
104.289
104.314
104.339
104.363
104.491
104.465
104.439
104.552
104.579
104.606
104.711
104.683
104.655
104.628
104.601
104.575
104.549
104.645
104.671
104.697
104.785
104.759
104.734
104.816
104.841
104.866
104.893
104.812
104.724
104.751
104.778
104.806
104.894
104.866
104.838
104.919
104.946
104.974
105.047
105.02
104.993
104.967
104.941
104.916
104.891
104.867
104.843
104.82
104.797
104.774
104.752
104.73
104.802
104.78
104.846
104.905
104.926
104.867
104.888
104.823
104.845
104.868
104.89
104.913
104.977
104.954
104.932
104.91
104.968
104.947
104.999
104.978
104.958
105.004
105.024
105.045
105.084
105.064
105.044
105.077
105.097
105.117
105.138
105.105
105.066
105.02
105.042
104.99
105.012
105.034
105.086
105.063
105.109
105.087
105.126
105.159
105.18
105.147
105.169
105.13
105.153
105.108
105.057
105
104.937
104.961
104.985
105.01
105.072
105.048
105.024
105.08
105.104
105.128
105.152
105.097
105.035
105.061
105.087
105.114
105.174
105.148
105.122
105.177
105.202
105.228
105.277
105.251
105.226
105.202
105.178
105.154
105.131
105.175
105.198
105.222
105.259
105.236
105.213
105.191
105.223
105.201
105.227
105.206
105.185
105.164
105.144
105.124
105.104
105.124
105.104
105.117
105.098
105.079
105.06
105.042
105.049
105.031
105.068
105.086
105.105
105.124
105.144
105.136
105.156
105.143
105.163
105.176
105.183
105.163
105.204
105.196
105.184
105.204
105.225
105.246
105.259
105.238
105.217
105.224
105.245
105.266
105.288
105.28
105.268
105.249
105.271
105.245
105.268
105.291
105.314
105.283
105.245
105.269
105.294
105.319
105.356
105.331
105.307
105.338
105.362
105.386
105.411
105.387
105.363
105.339
105.316
105.293
105.312
105.29
105.302
105.309
105.331
105.324
105.347
105.335
105.358
105.381
105.405
105.429
105.441
105.417
105.393
105.37
105.377
105.354
105.4
105.424
105.448
105.472
105.465
105.454
105.436
105.411
105.381
105.345
105.303
105.255
105.201
105.141
105.075
105.002
104.922
104.834
104.739
104.634
104.517
104.387
104.24
104.077
103.899
103.709
103.511
103.521
103.319
103.329
103.339
103.348
103.145
102.939
102.949
102.959
102.968
103.174
103.164
103.155
103.357
103.366
103.375
103.574
103.566
103.557
103.548
103.54
103.53
103.729
103.719
103.911
104.092
104.106
103.922
103.932
103.738
103.746
103.755
103.763
103.77
103.965
103.957
103.95
103.941
104.13
104.119
104.293
104.277
104.259
104.41
104.431
104.452
104.592
104.568
104.543
104.661
104.688
104.715
104.742
104.615
104.471
104.308
104.321
104.14
104.149
104.156
104.164
103.972
103.778
103.582
103.384
103.182
102.977
102.985
102.993
103.001
103.206
103.199
103.191
103.392
103.4
103.407
103.414
103.213
103.007
103.013
103.019
103.023
103.23
103.225
103.219
103.421
103.426
103.431
103.629
103.623
103.618
103.611
103.605
103.597
103.59
103.785
103.792
103.799
103.991
103.985
103.978
104.17
104.176
104.182
104.187
103.997
103.805
103.811
103.817
103.822
104.012
104.007
104.002
104.192
104.196
104.2
104.388
104.384
104.38
104.376
104.371
104.365
104.359
104.351
104.342
104.332
104.504
104.488
104.637
104.768
104.793
104.658
104.677
104.517
104.53
104.54
104.549
104.556
104.732
104.721
104.709
104.694
104.839
104.816
104.937
104.909
104.881
104.853
104.824
104.796
104.767
104.863
104.892
104.921
105.009
104.979
104.95
105.03
105.059
105.088
105.118
105.038
104.951
104.98
105.01
105.04
105.13
105.099
105.069
105.148
105.178
105.209
105.241
105.161
105.069
104.963
104.989
104.859
104.878
104.894
104.908
104.741
104.562
104.567
104.571
104.574
104.759
104.754
104.749
104.92
104.929
104.936
105.101
105.088
105.073
105.055
105.035
105.013
105.127
105.098
105.192
105.272
105.304
105.222
105.253
105.154
105.18
105.204
105.226
105.246
105.366
105.34
105.312
105.283
105.368
105.336
105.408
105.375
105.343
105.312
105.281
105.25
105.22
105.19
105.16
105.131
105.103
105.169
105.197
105.226
105.284
105.256
105.228
105.282
105.309
105.337
105.365
105.313
105.255
105.284
105.314
105.345
105.402
105.372
105.342
105.394
105.423
105.453
105.497
105.468
105.44
105.411
105.383
105.356
105.329
105.371
105.397
105.424
105.459
105.433
105.407
105.437
105.462
105.489
105.515
105.486
105.451
105.479
105.508
105.536
105.569
105.541
105.513
105.542
105.569
105.597
105.625
105.598
105.565
105.527
105.483
105.432
105.376
105.407
105.438
105.47
105.525
105.494
105.463
105.513
105.543
105.574
105.605
105.557
105.503
105.44
105.473
105.4
105.432
105.462
105.491
105.389
105.263
105.111
104.942
104.762
104.577
104.391
104.204
104.016
103.826
103.633
103.436
103.234
103.027
102.816
102.819
102.603
102.605
102.607
102.607
102.606
102.386
102.384
102.381
102.157
102.152
101.924
101.692
101.456
101.215
101.21
101.202
101.194
101.433
101.442
101.45
101.686
101.678
101.669
101.9
101.91
101.918
102.146
102.138
102.128
102.351
102.362
102.37
102.376
102.596
102.601
102.604
102.82
102.822
102.823
102.823
102.821
103.033
103.031
103.237
103.439
103.442
103.24
103.241
103.034
103.035
103.034
103.032
103.029
102.817
102.812
102.806
102.59
102.581
102.57
102.786
102.797
103.008
103.017
103.024
103.231
103.236
103.239
103.241
103.242
103.444
103.444
103.641
103.64
103.637
103.83
103.833
103.835
104.024
104.023
104.02
104.207
104.209
104.211
104.212
104.025
103.836
103.642
103.642
103.444
103.442
103.439
103.637
103.64
103.834
103.835
104.025
104.211
104.209
104.023
104.02
103.831
103.826
103.632
103.434
103.427
103.224
103.215
103.203
102.997
103.406
103.418
103.616
103.625
103.819
103.809
103.797
103.603
103.986
103.999
104.008
104.015
104.201
104.206
104.389
104.393
104.395
104.396
104.396
104.395
104.393
104.578
104.579
104.58
104.764
104.764
104.763
104.945
104.947
104.947
104.946
104.763
104.579
104.578
104.575
104.571
104.752
104.757
104.76
104.943
104.939
104.933
105.115
105.121
105.125
105.127
105.126
105.124
105.119
105.276
105.287
105.295
105.443
105.429
105.411
105.518
105.543
105.566
105.584
105.454
105.299
105.3
105.299
105.294
105.463
105.464
105.462
105.599
105.609
105.613
105.612
105.458
105.286
105.107
104.926
104.745
104.565
104.384
104.376
104.194
104.184
104.171
104.353
104.366
104.546
104.557
104.737
104.917
104.905
104.726
104.712
104.533
104.891
105.07
105.085
105.097
105.276
105.264
105.249
105.424
105.437
105.449
105.607
105.598
105.587
105.728
105.735
105.739
105.739
105.734
105.723
105.706
105.685
105.66
105.632
105.602
105.571
105.539
105.506
105.568
105.535
105.589
105.636
105.667
105.621
105.654
105.602
105.635
105.667
105.699
105.73
105.782
105.751
105.719
105.687
105.73
105.698
105.736
105.706
105.676
105.646
105.616
105.586
105.556
105.594
105.623
105.652
105.683
105.655
105.626
105.653
105.681
105.708
105.736
105.711
105.682
105.711
105.739
105.768
105.794
105.767
105.739
105.763
105.789
105.815
105.831
105.807
105.781
105.755
105.729
105.701
105.674
105.646
105.619
105.592
105.565
105.538
105.512
105.486
105.461
105.478
105.504
105.529
105.541
105.515
105.49
105.497
105.522
105.547
105.573
105.567
105.555
105.582
105.609
105.635
105.646
105.619
105.593
105.599
105.626
105.652
105.679
105.673
105.662
105.69
105.717
105.743
105.753
105.727
105.7
105.706
105.732
105.759
105.784
105.779
105.77
105.795
105.819
105.842
105.85
105.828
105.804
105.809
105.833
105.855
105.874
105.87
105.864
105.854
105.839
105.82
105.796
105.766
105.795
105.761
105.792
105.822
105.85
105.811
105.758
105.784
105.806
105.822
105.879
105.861
105.838
105.875
105.897
105.914
105.936
105.921
105.901
105.878
105.852
105.824
105.85
105.823
105.845
105.862
105.884
105.87
105.893
105.875
105.899
105.919
105.936
105.949
105.957
105.946
105.931
105.914
105.923
105.905
105.912
105.895
105.875
105.883
105.901
105.917
105.919
105.905
105.889
105.892
105.907
105.92
105.932
105.932
105.931
105.928
105.942
105.939
105.951
105.961
105.967
105.964
105.958
105.947
105.928
105.893
105.833
105.838
105.838
105.836
105.908
105.906
105.901
105.937
105.944
105.95
105.969
105.963
105.956
105.966
105.971
105.977
105.979
105.975
105.97
105.972
105.977
105.981
105.981
105.977
105.973
105.968
105.961
105.953
105.952
105.943
105.942
105.942
105.95
105.951
105.959
105.96
105.967
105.972
105.977
105.981
105.98
105.976
105.971
105.965
105.964
105.957
105.969
105.974
105.978
71.2545
81.2459
76.5152
65.0115
71.922
25.553
37.0149
50.8557
39.8103
38.6905
28.8068
23.0471
34.2846
43.8424
55.649
45.8613
62.5618
55.9823
60.6017
23.8352
23.9344
23.7979
46.5498
54.972
55.0086
59.4922
54.0374
54.9421
59.4452
52.2544
30.3151
12.6873
24.1328
13.9745
27.0852
32.294
29.2638
11.4822
20.0694
12.1655
22.9892
29.7491
10.9285
16.9881
11.3641
19.8322
27.8788
11.6932
21.2633
11.7881
20.8107
58.3742
49.6217
27.9362
21.9902
12.8942
18.3088
13.4293
20.6093
28.0678
58.993
61.483
59.2077
28.9726
64.5298
74.9337
18.7757
24.404
42.6057
28.3677
31.2158
20.8291
18.1839
23.5409
34.3923
53.7233
36.7596
63.8833
50.1471
28.5213
29.9284
58.8456
34.6973
32.2671
66.1148
67.8366
70.2801
70.8889
69.4929
70.114
71.0878
71.7588
71.6536
71.301
70.7445
71.897
72.0124
72.0928
72.1137
72.1096
72.0963
72.0819
72.0652
72.038
72.0245
72.0111
72.0018
72.0189
72.0841
72.2015
72.357
72.5317
72.7124
72.8925
73.0707
73.248
73.4262
73.6071
73.7921
73.9819
74.1769
74.3773
74.583
74.7937
75.0093
75.2297
75.4548
75.6844
75.9185
76.1571
76.4001
76.6476
76.8993
77.1553
77.4154
77.6797
77.948
78.2202
78.4963
78.7761
79.0596
79.3466
79.6371
79.931
80.2281
80.5283
80.8316
81.1379
81.4469
81.7586
82.073
82.3897
82.7089
83.0302
83.3537
83.6791
84.0064
84.3353
84.6659
84.998
85.3314
85.666
86.0017
86.3384
86.6759
87.014
87.3528
87.6919
88.0314
88.3711
88.7107
89.0503
89.3897
89.7287
90.0672
90.4052
90.7424
91.0787
91.414
91.7482
92.0811
92.4127
92.7427
93.0712
93.3979
93.7227
94.0456
94.3663
94.6848
95.0011
95.3148
95.6261
95.9346
96.2405
96.5434
96.8434
97.1404
97.4342
97.7248
98.0121
98.2959
98.5763
98.8532
99.1264
99.396
99.6618
99.9238
100.182
100.436
100.687
100.933
101.175
101.414
101.648
101.878
102.105
102.327
102.545
102.759
102.969
103.175
103.376
103.572
103.765
103.953
104.137
104.318
104.497
104.675
104.854
105.034
105.215
105.393
105.562
105.712
105.832
105.915
105.962
105.982
105.987
105.987
105.987
105.986
105.985
105.983
)
;
boundaryField
{
bottomEmptyFaces
{
type empty;
}
topEmptyFaces
{
type empty;
}
inlet
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.15;
value nonuniform List<scalar>
159
(
105.978
105.978
105.983
105.988
105.992
105.996
105.999
105.995
105.975
105.922
105.828
105.697
105.537
105.36
105.177
104.994
104.814
104.637
104.46
104.284
104.105
103.923
103.737
103.547
103.352
103.152
102.948
102.739
102.527
102.31
102.089
101.863
101.634
101.401
101.163
100.922
100.676
100.426
100.173
99.9153
99.6538
99.3885
99.1193
98.8465
98.57
98.2899
98.0063
97.7193
97.429
97.1354
96.8386
96.5387
96.2359
95.9302
95.6218
95.3106
94.997
94.6808
94.3624
94.0417
93.7189
93.3941
93.0674
92.739
92.409
92.0775
91.7446
91.4104
91.0752
90.7389
90.4017
90.0638
89.7253
89.3863
89.047
88.7074
88.3678
88.0282
87.6887
87.3496
87.0109
86.6727
86.3353
85.9986
85.663
85.3284
84.995
84.663
84.3324
84.0035
83.6763
83.3509
83.0275
82.7062
82.3871
82.0704
81.7561
81.4444
81.1355
80.8293
80.5261
80.2259
79.9288
79.6351
79.3447
79.0577
78.7744
78.4947
78.2188
77.9467
77.6786
77.4145
77.1545
76.8987
76.6472
76.4
76.1573
75.9189
75.685
75.4557
75.2309
75.0107
74.7953
74.5847
74.3792
74.1791
73.9844
73.7952
73.6111
73.4313
73.2542
73.0776
72.8989
72.7159
72.5285
72.3414
72.1672
72.0268
71.9416
71.9182
71.9404
71.9816
72.0262
72.071
72.1148
72.1562
72.1904
72.2087
72.1991
72.1489
71.8993
72.0407
71.6891
71.3391
70.8771
105.975
66.5696
69.4542
70.2119
)
;
}
outlet
{
type inletOutlet;
inletValue uniform 1;
value nonuniform List<scalar>
60
(
93.6861
93.684
93.6805
93.6753
93.6682
93.6592
93.6484
93.6357
93.6213
93.6051
93.5871
93.5673
93.5457
93.5224
93.4974
93.4707
93.4426
93.4131
93.3826
93.3513
93.3197
93.2885
93.2585
93.2309
93.2072
93.1894
93.1804
93.1837
93.2042
93.2481
93.3231
93.4392
93.6082
93.8428
94.1552
94.5538
95.0366
95.5829
96.1428
96.6277
96.9053
96.8057
96.1547
94.7718
92.5726
89.5364
85.8246
81.7587
57.0752
72.7395
52.5188
47.7601
42.3009
40.2828
41.265
59.3587
93.687
97.0934
123.169
96.5222
)
;
}
walls
{
type kqRWallFunction;
value nonuniform List<scalar>
1732
(
93.7828
94.0459
93.4015
93.6993
93.097
93.4214
92.8569
93.2016
92.6661
93.0253
92.5138
92.8821
92.3924
92.7687
92.3021
92.6832
92.2394
92.6264
92.202
92.5949
92.1869
92.587
92.1938
92.5946
92.2122
92.6117
92.2385
92.6328
92.2676
92.6575
92.3003
92.6823
92.3316
92.7081
92.3648
92.7325
92.3947
92.756
92.4248
92.7772
92.4507
92.7966
92.4765
92.8162
92.5007
92.8322
92.5215
92.8473
92.5409
92.8578
92.5544
92.8649
92.5651
92.8672
92.5699
92.8654
92.5703
92.8574
92.5641
92.8435
92.5507
92.8206
92.5284
92.7906
92.4987
92.7522
92.4611
92.7077
92.4173
92.6566
92.3675
92.6009
92.3121
92.5392
92.2509
92.474
92.1859
92.4045
92.1182
92.3333
92.0474
92.2588
91.975
92.1836
91.9008
92.1064
91.8261
92.0296
91.7506
91.9516
91.6753
91.8747
91.6002
91.7978
91.5262
91.7227
91.4525
91.6476
91.38
91.5741
91.3079
91.5008
91.2371
91.4293
91.1673
91.3585
91.0989
91.2899
91.0321
91.2224
90.9672
91.1573
90.9039
91.0937
90.8428
91.032
90.7826
90.972
90.7251
90.9135
90.6678
90.8566
90.6134
90.8014
90.5594
90.7479
90.5083
90.6964
90.4581
90.647
90.4106
90.5996
90.3645
90.5542
90.3208
90.5105
90.278
90.4683
90.2375
90.4278
90.1979
90.389
90.1607
90.3518
90.1244
90.3163
90.0904
90.2822
90.0571
90.2496
90.026
90.2185
89.9954
90.1887
89.967
90.1602
89.9391
90.1329
89.9131
90.1068
89.8875
90.0819
89.8638
90.058
89.8403
90.0351
89.8186
90.0133
89.797
89.9923
89.7771
89.9722
89.7573
89.953
89.7391
89.9346
89.7209
89.9169
89.7042
89.9
89.6874
89.8837
89.6721
89.8681
89.6566
89.8531
89.6425
89.8387
89.6281
89.8248
89.6151
89.8115
89.6018
89.7986
89.5898
89.7863
89.5773
89.7743
89.5662
89.7628
89.5546
89.7517
89.5443
89.741
89.5335
89.7307
89.5239
89.7207
89.5139
89.7111
89.505
89.7019
89.4956
89.693
89.4874
89.6844
89.4786
89.676
89.471
89.668
89.4628
89.6601
89.4556
89.6525
89.4477
89.6451
89.4409
89.6378
89.4334
89.6308
89.427
89.6239
89.4199
89.6172
89.4138
89.6106
89.407
89.6043
89.4012
89.598
89.3947
89.5918
89.3891
89.5858
89.3827
89.5798
89.3773
89.574
89.3712
89.5681
89.3658
89.5623
89.3597
89.5566
89.3547
89.5512
89.3489
89.5457
89.3438
89.5399
89.3376
89.5341
89.3324
89.5283
89.3263
89.5227
89.3212
89.5172
89.3155
89.5118
89.3106
89.5065
89.3049
89.5011
89.3
89.4957
89.2943
89.4904
89.2896
89.4853
89.2842
89.4803
89.2796
89.4753
89.2743
89.4703
89.2698
89.4655
89.2648
89.4609
89.2607
89.4564
89.2558
89.4518
89.2517
89.4472
89.2467
89.4426
89.2427
89.4383
89.2381
89.4341
89.2344
89.4299
89.2298
89.4256
89.226
89.4213
89.2215
89.4173
89.2182
89.4138
89.2143
89.4103
89.2114
89.4069
89.2075
89.4035
89.2048
89.4006
89.2019
89.3985
89.2006
89.397
89.199
89.3959
89.1986
89.3954
89.1981
89.3959
89.1997
89.3978
89.202
89.4011
89.2063
89.4056
89.2109
89.4111
89.2176
89.4181
89.2252
89.427
89.2356
89.4379
89.2469
89.4504
89.2605
89.4643
89.275
89.4801
89.2924
89.4982
89.3112
89.5183
89.3326
89.5398
89.3545
89.5627
89.3786
89.5871
89.4036
89.6134
89.4315
89.6425
89.462
89.674
89.4952
89.712
89.5403
89.7782
89.5977
90.0228
89.7817
90.4373
90.5355
91.4783
92.7391
94.6189
36.559
46.8946
41.5559
39.8509
51.659
40.5581
51.3464
35.8437
45.7275
33.7428
42.954
34.8779
44.9558
34.3735
43.8794
38.1702
37.6207
47.794
32.7119
41.216
33.0804
42.4192
35.9661
47.098
39.9128
34.3021
43.4793
36.3547
46.4505
36.8989
48.1893
34.9763
44.6687
35.6001
45.3938
38.859
49.9553
37.5229
48.581
39.4479
49.5903
39.1592
38.1285
48.5804
23.8472
23.0474
28.3853
22.311
28.7299
24.2916
20.8249
26.7904
23.3022
29.6938
24.693
21.5693
27.9402
23.0349
29.4214
21.4886
27.709
24.8208
31.9191
26.42
22.7352
29.1257
25.4138
31.8274
26.0618
33.7176
29.5467
25.2856
32.5859
26.184
33.3273
26.8188
34.6765
24.5412
31.5705
28.6298
27.8147
34.825
25.2797
32.5178
27.702
25.7258
32.7955
26.5251
33.9211
28.3163
24.4849
31.61
27.4179
34.5236
23.9032
30.6197
22.9483
29.2309
22.3739
28.1064
22.7121
29.7486
25.7956
24.574
31.0405
23.8084
30.1406
23.5804
29.9641
24.1464
31.213
26.4941
25.3935
31.5799
25.8459
24.2884
30.5959
35.9729
34.9286
43.8175
30.0786
38.2658
31.7518
40.4963
30.4593
39.2891
34.0501
32.4296
41.8704
33.4362
41.7893
31.0244
39.2719
31.5772
40.2729
29.3147
37.5952
29.463
37.9921
27.901
35.2696
32.2951
31.1907
39.3706
28.3944
36.4828
27.3217
34.8792
27.832
35.6897
30.5848
27.5323
35.4365
26.2633
33.8579
28.4742
36.8577
29.6213
37.791
31.2657
26.8315
34.0001
30.4993
38.364
33.2686
28.601
36.7253
29.5808
37.6335
30.2629
39.2679
32.5183
41.101
31.4745
40.0942
33.9546
43.2788
34.5786
44.5241
36.5546
35.3637
44.9921
32.7633
41.883
31.9678
40.9091
33.7102
43.6833
28.7028
36.4542
27.8631
25.7651
28.5185
22.1024
20.0711
24.1189
24.4971
22.2993
25.618
25.9582
23.9471
27.142
23.2214
21.2075
25.15
18.9213
17.9764
18.2107
18.4788
16.8732
21.065
16.6344
20.8125
17.9505
16.3344
20.6546
16.3139
20.6153
20.0531
21.3283
21.1758
19.2847
23.355
19.5484
18.2295
23.0186
17.382
21.7988
21.0999
18.4125
19.0097
16.7127
21.5526
19.0761
19.0593
17.4734
22.4482
16.6842
21.1082
16.0864
20.5259
18.4725
16.6678
21.6908
17.1386
22.204
16.9906
21.3377
19.9606
17.3742
21.8941
19.5916
17.9205
23.0963
17.3279
22.4475
19.8044
18.5546
23.3593
21.1866
19.4895
25.0972
18.4954
23.3735
18.7201
23.7595
19.83
17.5023
22.4554
17.8611
23.3067
17.5381
17.6353
17.6302
17.5757
15.8121
20.1099
15.963
20.0581
17.492
15.6579
20.0636
15.9477
20.172
17.6724
17.9097
16.1479
20.7923
17.2911
16.0162
20.2225
15.1013
18.9874
15.7742
20.047
18.044
15.9076
20.8718
17.6023
17.6508
15.8165
20.2709
15.7852
20.2171
17.8197
15.8763
20.3045
15.6993
20.4915
17.6598
17.787
16.1491
20.4778
15.867
20.1498
17.7408
16.0196
20.2489
15.8124
20.2824
17.6825
15.5692
19.5674
18.2439
16.2949
21.2365
16.2756
20.7995
44.31
41.7842
49.3982
47.2352
57.811
51.7736
67.8734
57.4505
80.5356
54.7954
49.2323
42.3609
41.7042
43.4708
31.6725
28.8789
33.0964
15.7759
27.4071
25.9262
13.4352
31.9293
36.6538
39.2741
38.275
33.336
34.5907
28.0386
29.6839
29.9121
31.9737
22.267
23.0037
13.5904
20.1673
23.5857
13.8723
19.6329
16.9256
20.4226
13.0399
17.381
15.9655
19.2876
13.1794
17.8414
16.0599
15.0693
17.5173
12.8206
16.5004
15.0564
14.2975
17.0323
12.4127
16.2258
15.187
14.5304
13.713
13.1602
15.2556
11.2615
14.7446
14.2609
13.3608
12.9028
15.1226
11.4542
14.8168
14.3879
13.8485
13.4547
12.686
12.1637
14.1105
10.4517
13.9388
13.6129
13.0097
12.3938
11.7125
10.7051
10.4237
13.2995
9.08894
13.3382
13.2419
13.0183
12.5507
12.0235
11.3989
10.9562
10.2046
9.90256
12.6099
8.41318
12.7845
12.7032
12.3621
11.7144
10.9113
10.2744
9.55336
8.85232
8.21864
7.72154
7.28379
7.03133
7.21687
12.1735
6.15229
12.4675
12.5333
12.4098
12.1182
11.6898
11.1883
10.7399
10.3289
9.93925
9.46624
9.0931
8.73578
8.37462
8.03349
7.78125
7.56651
7.31618
7.02064
6.76895
6.5982
6.47566
6.40392
6.35487
6.3371
6.33518
6.34497
6.36255
6.39858
22.1592
22.3508
19.1304
24.5808
19.612
25.5849
20.848
26.5138
21.7516
19.2552
24.4567
20.198
25.6395
21.0873
19.7956
24.7914
18.4179
23.3442
19.3902
24.6892
18.9283
24.0405
22.1811
20.7029
26.3465
19.2544
24.8034
20.3104
26.0488
23.3312
21.7015
27.4063
20.6054
25.7877
20.9755
26.8959
21.2899
26.8376
6.42868
6.46258
6.4834
6.49715
6.50018
6.49941
6.49331
6.4847
6.46643
6.45228
6.4272
6.40885
6.38031
6.35964
6.3296
6.30767
6.27734
6.25524
6.22531
6.20325
6.17403
6.15247
6.12414
6.10298
6.07549
6.05501
6.02839
6.00832
5.98244
5.963
5.93787
5.91879
5.89429
5.87579
5.85196
5.83377
5.81052
5.79289
5.77024
5.7529
5.73079
5.71397
5.69243
5.67586
5.65481
5.63875
5.61821
5.60237
5.58227
5.56692
5.54732
5.53217
5.51296
5.49826
5.47951
5.46498
5.44658
5.43246
5.41448
5.40051
5.38284
5.36926
5.35198
5.33854
5.32156
5.3085
5.2919
5.27897
5.26264
5.25008
5.2341
5.22164
5.2059
5.1938
5.17841
5.1664
5.15123
5.13959
5.12475
5.11318
5.09855
5.08732
5.07301
5.06183
5.0477
5.03685
5.02301
5.0122
4.99853
4.98804
4.97465
4.96418
4.95096
4.94082
4.92786
4.91775
4.90496
4.89518
4.88266
4.87292
4.86059
4.85117
4.83912
4.82976
4.8179
4.80889
4.79733
4.78839
4.77705
4.76849
4.75749
4.74908
4.73843
4.73057
4.72036
4.71309
4.70239
4.70033
4.68081
4.69977
4.69926
4.8528
4.84531
4.84661
4.84975
4.99279
5.16316
59.5967
58.624
74.6059
50.9695
65.158
54.0412
70.6763
52.8993
67.6487
54.5715
69.6482
55.8229
72.3489
51.3982
65.3285
52.7742
67.8044
58.6848
56.4221
72.8358
72.6765
67.4985
88.0147
63.5305
82.2513
87.2636
81.6538
106.297
84.9756
108.343
85.6656
82.3516
106.561
75.1235
98.3157
85.7292
82.1405
105.579
79.2635
104.22
82.1659
107.03
88.9542
77.654
102.08
85.1439
110.514
75.9048
100.111
77.4943
79.3385
73.8629
95.9503
69.4779
90.3377
78.3188
68.4766
89.4957
73.5998
96.2207
75.8627
96.9253
75.6841
97.3218
74.0453
64.5623
83.4895
71.2588
91.9918
67.6813
87.224
72.4074
92.1977
68.4481
89.3333
70.4763
90.0739
74.8517
97.2693
77.3566
98.2939
65.0386
63.429
82.2172
63.8296
80.9723
58.5362
75.5481
63.7323
62.5997
79.7534
60.9591
80.1413
56.7324
72.3681
66.9777
65.5656
83.1115
60.482
77.8405
69.2649
67.0521
85.8316
63.5223
83.2964
69.8234
60.6611
77.1722
62.5918
81.1399
65.3319
85.3369
69.4284
88.1167
58.3135
74.553
60.7975
78.3112
62.2145
55.3673
70.2489
56.84
73.0753
59.1245
77.5139
60.7223
77.2055
55.8557
72.3552
54.1359
69.1783
57.7283
75.0348
105.351
99.2351
89.5012
118.293
95.2209
123.052
103.148
99.3535
130.47
92.1688
123.382
104.06
111.961
96.9956
127.988
115.987
120.538
112.946
148.814
101.258
136.833
99.2429
132.782
114.117
105.605
138.927
105.272
140.564
105.536
98.8337
130.349
91.7009
121.708
98.7985
128.58
90.5713
121.453
104.253
141.567
128.319
115.318
155.401
121.058
112.236
149.296
136.09
121.45
164.741
145.041
132.949
182.251
139.45
128.197
170.952
131.928
119.439
160.291
152.033
133.787
182.051
153.933
137.441
186.677
152.518
134.619
184.114
163.232
143.534
197.284
176.115
160.144
184.658
155.843
216.36
155.466
143.571
194.752
151.706
133.632
182.588
122.654
106.831
140.477
115.044
151.763
195.634
167.095
232.497
184.96
211.79
200.609
225.868
191.32
272.115
177.586
248.089
211.89
236.138
260.647
205.883
295.573
223.557
255.414
280.212
220.612
323.29
236.811
262.689
281.113
308.046
251.801
271.753
314.659
235.604
351.897
292.327
304.218
320.491
320.7
317.062
300.762
291.06
274.937
254.204
231.413
210.751
191.908
175.81
161.629
149.549
138.677
129.884
123.593
118.714
114.868
111.559
108.871
39.8203
50.4397
40.4772
51.348
106.406
104.455
102.549
101.167
99.604
98.8185
97.4445
97.2054
95.9851
96
95.0179
95.1374
94.2999
94.5023
172.288
152.234
212.501
200.706
174.012
242.173
46.3869
59.6474
49.5001
49.2643
61.569
48.11
62.6396
42.7228
54.2249
43.4496
55.8556
95.8968
44.5122
56.8173
45.4697
59.4048
97.6342
92.4789
120.811
85.3684
112.451
90.8888
117.729
43.4625
55.9371
93.5111
41.0169
52.4251
47.3979
46.3686
58.9474
42.2593
53.9667
90.0608
117.895
83.8113
46.3796
45.6723
57.8124
45.0677
57.9395
112.044
86.4598
115.364
49.4349
63.4097
55.0002
52.958
68.5895
53.6348
68.2325
47.6532
61.0688
45.8671
57.9597
46.868
59.2138
43.552
56.0474
50.6073
49.5531
63.4257
47.4478
60.8583
49.0235
63.4287
52.983
52.0202
66.0811
51.1649
66.2619
55.6147
48.0602
61.2688
49.2434
63.523
50.6923
65.7238
54.7159
69.7754
45.2065
58.0798
39.7767
50.7533
41.3348
53.9311
40.4888
51.6555
44.6089
42.6898
55.6283
43.6002
55.369
40.9953
52.1347
41.5748
53.6575
38.5695
49.5657
42.8554
36.8383
46.7313
37.5167
48.2911
38.5833
49.9864
42.3012
53.2393
97.0934
5.20754
55.804
49.1395
44.1857
39.3978
36.3999
33.2713
31.4072
29.4738
28.2663
26.9063
26.1287
25.1687
24.6324
24.074
23.8006
23.4115
23.2238
22.9054
22.7537
22.4718
22.3388
22.0812
21.9607
21.7223
21.6112
21.3888
21.285
21.0766
20.9789
20.7824
20.69
20.5039
20.4163
20.2394
20.156
19.9875
19.9078
19.7467
19.6705
19.5162
19.4431
19.2949
19.2245
19.0818
19.014
18.8761
18.8104
18.6768
18.613
18.4832
18.4212
18.2948
18.2344
18.111
18.052
17.9314
17.8737
17.7556
17.699
17.5833
17.5277
17.414
17.3593
17.2475
17.1936
17.0834
17.0302
16.9215
16.8689
16.7614
16.7093
16.6028
16.5512
16.4455
16.3942
16.2893
16.2382
16.1338
16.0829
15.9789
15.9281
15.8243
15.7735
15.6699
15.6191
15.5154
15.4645
15.3608
15.3097
15.2057
15.1544
15.0502
14.9986
14.894
14.8421
14.737
14.6845
14.5789
14.5249
14.4191
14.3632
14.2578
14.2
14.0949
14.0354
13.9305
13.8693
13.7646
13.7019
13.5973
13.533
13.4283
13.3625
13.2578
13.1906
13.0857
13.017
12.9117
12.8417
12.7359
12.6646
12.5582
12.4857
12.3786
12.3048
12.1969
12.122
12.0131
11.9371
11.8272
11.7502
11.6392
11.5613
11.4491
11.3703
11.2568
11.1773
11.0626
10.9824
10.8663
10.7857
10.6682
10.5872
10.4684
10.387
10.2669
10.1855
10.0641
9.9827
9.86001
9.77889
9.65499
9.5743
9.44931
9.36927
9.24333
9.16418
9.03747
8.95947
8.83221
8.75563
8.62806
8.55321
8.42563
8.35282
8.22556
8.15513
8.02857
7.96087
7.83543
7.77081
7.64702
7.58576
7.46444
7.40625
7.2888
7.23367
7.12083
7.06882
6.961
6.91233
6.81009
6.76518
6.6692
6.62838
6.53925
6.50281
6.42099
6.38914
6.31499
6.28786
6.22163
6.1993
6.14117
6.12378
6.07361
6.06345
6.02118
6.0165
5.98068
5.98118
5.95245
5.95838
5.93402
5.94573
5.92612
5.94343
5.92902
5.95138
5.94285
5.96842
5.96438
5.99282
5.99267
6.02349
6.02649
6.06081
6.06636
6.10337
6.11158
6.15112
6.16139
6.20222
6.21368
6.25477
6.26715
6.30826
6.32145
6.3626
6.37648
6.41738
6.4316
6.4719
6.48509
6.5237
6.53604
6.57315
6.58466
6.62031
6.63098
6.66515
6.67496
6.70763
6.71655
6.74773
6.75574
6.78547
6.79275
6.82111
6.82796
6.85501
6.86132
6.88695
6.89272
6.91696
6.92221
6.94512
6.94989
6.97159
6.97592
6.9965
7.00043
7.02004
7.0236
7.04237
7.04562
7.06364
7.06661
7.08401
7.08673
7.10356
7.10601
7.12227
7.12445
7.1402
7.14211
7.15738
7.15905
7.17386
7.17528
7.18965
7.19083
7.20473
7.20565
7.21907
7.21973
7.23267
7.23307
7.24552
7.24565
7.25758
7.25745
7.26892
7.2685
7.27962
7.2789
7.28968
7.28869
7.2992
7.29797
7.30831
7.30694
7.31729
7.31593
7.3267
7.32571
7.33941
7.33683
7.41577
7.38576
7.45731
7.47865
7.65766
7.78845
7.8558
7.90807
62.3535
7.96876
)
;
}
rightWall
{
type inletOutlet;
inletValue uniform 1;
value nonuniform List<scalar>
51
(
16.9021
18.0335
20.3814
23.2834
25.0266
27.9194
30.8341
33.233
35.3939
37.4964
39.3067
40.8913
42.2226
43.337
44.2446
44.9672
45.5243
45.9376
46.2186
46.38
46.4307
46.3785
46.2297
45.9881
45.6582
45.2406
44.737
44.1469
43.47
42.7036
41.8445
40.8871
39.8272
38.6531
37.3596
35.9232
34.3377
32.5542
30.5588
28.239
25.5867
22.249
19.3067
16.4382
14.422
7.96876
12.2266
12.5295
5.20754
12.305
14.2274
)
;
}
symmetryLine
{
type symmetryPlane;
}
}
// ************************************************************************* //
|
|
f5c033aba5e7d05f9aacca5b7f00dbf233e4f543
|
c036d3b8dac648900fea6c0fa25a06581fac6245
|
/emptyheaded/src/Trie.hpp
|
01de5a481e24889322c27694c9f019598f0c5d86
|
[] |
no_license
|
meego/chinstrap
|
70b4a3e8847800d7644b14fc8692107c7f24df5c
|
6c9ded20ce9e11cdf33ed133c9adade49b714301
|
refs/heads/master
| 2021-01-22T13:47:08.458614
| 2015-04-30T01:02:57
| 2015-04-30T01:02:57
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,194
|
hpp
|
Trie.hpp
|
#ifndef _TRIE_H_
#define _TRIE_H_
#include "Block.hpp"
#include "Encoding.hpp"
#include "tbb/parallel_sort.h"
#include "tbb/task_scheduler_init.h"
struct SortColumns{
std::vector<Column<uint32_t>> *columns;
SortColumns(std::vector<Column<uint32_t>> *columns_in){
columns = columns_in;
}
bool operator()(size_t i, size_t j) const {
for(size_t c = 0; c < columns->size(); c++){
if(columns->at(c).at(i) != columns->at(c).at(j)){
return columns->at(c).at(i) < columns->at(c).at(j);
}
}
return true;
}
};
template<class T>
struct Trie{
Head<T> *head;
Trie<T>(Head<T> *head_in){
head = head_in;
};
template<typename F>
static Trie<T>* build(std::vector<Column<uint32_t>> *attr_in, F f);
};
size_t produce_ranges(size_t start, size_t end,
size_t *next_ranges, uint32_t *data,
uint32_t *indicies, Column<uint32_t> * current){
size_t num_distinct = 0;
size_t i = start;
while(true){
const size_t start_range = i;
const uint32_t cur = current->at(indicies[i]);
uint32_t prev = cur;
next_ranges[num_distinct] = start_range;
data[num_distinct] = cur;
if(++i == end)
break;
num_distinct++;
while(cur == prev && i < end){
prev = current->at(indicies[i++]);
}
--i;
}
next_ranges[num_distinct] = end;
return num_distinct; //should be all you need.
}
void encode_tail(size_t start, size_t end, uint32_t *data, Column<uint32_t> *current, uint32_t *indicies){
for(size_t i = start; i < end; i++){
*data++ = current->at(indicies[i]);
}
}
template<typename F>
uint32_t* perform_selection(uint32_t *iterator, size_t num_rows, F f){
for(size_t i = 0; i < num_rows; i++){
if(f(i)){
*iterator++ = i;
}
}
return iterator;
}
template<class B, class T>
B* build_block(const size_t tid, allocator::memory<uint8_t> *data_allocator,
const size_t max_set_size, const size_t set_size, uint32_t *set_data_buffer){
B *block = (B*)data_allocator->get_next(tid,sizeof(B),BYTES_PER_CACHELINE);
const size_t set_alloc_size = max_set_size*sizeof(uint64_t)+100;
uint8_t* set_data_in = data_allocator->get_next(tid,set_alloc_size,BYTES_PER_REG);
block->data = Set<T>::from_array(set_data_in,set_data_buffer,set_size);
assert(set_alloc_size > block->data.number_of_bytes);
data_allocator->roll_back(tid,set_alloc_size-block->data.number_of_bytes);
return block;
}
template<class T> template <typename F>
inline Trie<T>* Trie<T>::build(std::vector<Column<uint32_t>> *attr_in, F f){
const size_t num_levels = attr_in->size();
const size_t num_rows = attr_in->at(0).size();
//Filter rows via selection and sort for the Trie
uint32_t *indicies = new uint32_t[num_rows];
uint32_t *iterator = perform_selection(indicies,num_rows,f);
const size_t num_rows_post_filter = iterator-indicies;
tbb::task_scheduler_init init(NUM_THREADS);
tbb::parallel_sort(indicies,iterator,SortColumns(attr_in));
//Where all real data goes
allocator::memory<uint8_t> data_allocator((num_rows*num_levels*sizeof(uint64_t)*sizeof(Block<T>))/NUM_THREADS);
//always just need two buffers(that swap)
allocator::memory<size_t> ranges(num_rows_post_filter);
allocator::memory<size_t> next_ranges(num_rows_post_filter);
allocator::memory<uint32_t> set_data_buffer(num_rows_post_filter);
allocator::memory<uint32_t> new_set_data_buffer(num_rows_post_filter);
//Find the ranges for distinct values in the head
size_t head_size = produce_ranges(0,
num_rows_post_filter,
ranges.get_memory(0),
set_data_buffer.get_memory(0),
indicies,
&attr_in->at(0));
//Build the head set.
Head<T>* new_head = build_block<Head<T>,T>(0,&data_allocator,num_rows,head_size,set_data_buffer.get_memory(0));
new_head->map = (Block<T>**)data_allocator.get_next(0,num_rows*sizeof(Block<T>*));
par::for_range(0,num_rows,100,[&](size_t tid, size_t i){
(void) tid;
new_head->map[i] = NULL;
});
size_t cur_level = 1;
par::for_range(0,head_size,100,[&](size_t tid, size_t i){
//some sort of recursion here
size_t start = ranges.get_memory(0)[i];
size_t end = ranges.get_memory(0)[i+1];
uint32_t data = set_data_buffer.get_memory(0)[i];
//std::cout << "s: " << start << " e: " << end << std::endl;
while(cur_level < (num_levels-1)){
std::cout << "ERROR" << std::endl;
cur_level++;
}
//places items in set data buffer
uint32_t *sb = new_set_data_buffer.get_memory(tid);
encode_tail(start,end,sb,&attr_in->at(cur_level),indicies);
Tail<T> *tail = build_block<Tail<T>,T>(tid,&data_allocator,num_rows,(end-start),sb);
new_head->set_block(data,(Block<T>*)tail);
/*
std::cout << "node: " << data << std::endl;
new_head.get_block(data)->data.foreach([&](uint32_t d){
std::cout << d << std::endl;
});
*/
});
next_ranges.free();
ranges.free();
set_data_buffer.free();
new_set_data_buffer.free();
//encode the set, create a block with NULL pointers to next level
//should be a 1-1 between pointers in block and next ranges
//also a 1-1 between blocks and numbers of next ranges
return new Trie(new_head);
}
#endif
|
dc53f227eb653fea402a0490798fe086db1f8ea5
|
9581061fc52c42fbb91d853f44f448e3747a5da5
|
/Source/Nelobin/Types.cpp
|
41f425bed53be43d91cf768118fe6c2455dd17c3
|
[
"MIT"
] |
permissive
|
dgdev1024/Nelobin_Library
|
afd83d1483acf13d3cfc77f60ed9ea1d7d1aa7dd
|
74f6174a069b6852fe7ffb8f690f99ee4f8f45f8
|
refs/heads/master
| 2021-01-11T20:34:24.337372
| 2017-01-16T19:54:05
| 2017-01-16T19:54:05
| 79,144,791
| 2
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 863
|
cpp
|
Types.cpp
|
///
/// \file Types.cpp
///
#include <Nelobin/Types.hpp>
namespace Nelobin
{
String stringifyType (const U8 a_type)
{
switch (a_type)
{
case Datatypes::Unknown: return "Unknown";
case Datatypes::SignedByte: return "Signed Byte";
case Datatypes::SignedShort: return "Signed Short";
case Datatypes::SignedInteger: return "Signed Integer";
case Datatypes::UnsignedByte: return "Unsigned Byte";
case Datatypes::UnsignedShort: return "Unsigned Short";
case Datatypes::UnsignedInteger: return "Unsigned Integer";
case Datatypes::FloatingPoint: return "Floating-Point Number";
case Datatypes::StringLiteral: return "String Literal";
default: return "Unknown";
}
}
}
|
b456afb43be4cc8875a09109963665e3675e8831
|
2d7974502098a1c6c3b064befee0b68cd966fea1
|
/C/PSU_zappy_2018/src/Graph/Game/Game.cpp
|
e49e857391ea65e4310c57e0d5d5b658cdef6ed7
|
[] |
no_license
|
Tifloz/Tek2
|
85d280aac303a81cecbba7f0254b23a434583efd
|
e4cf798878c991ca7bc41e3dc075d47da8b854aa
|
refs/heads/master
| 2020-12-10T15:15:16.569214
| 2020-01-13T15:43:33
| 2020-01-13T15:43:33
| 233,628,967
| 0
| 0
| null | 2020-10-13T18:49:49
| 2020-01-13T15:33:25
|
C++
|
UTF-8
|
C++
| false
| false
| 19,420
|
cpp
|
Game.cpp
|
/*
** EPITECH PROJECT, 2019
** Graph
** File description:
** Created by Denis Demouveau,
*/
#include <sstream>
#include "Error.hpp"
#include "Game.hpp"
Game::Game(sf::RenderWindow *window, std::string &activeTab, Socket &server) :
Scene(window, activeTab), _server(server)
{
}
#include <iostream>
std::vector<std::string> Game::explode(const std::string& str, const char& ch) {
std::string next;
std::vector<std::string> result;
for (std::string::const_iterator it = str.begin(); it != str.end(); it++) {
if (*it == ch) {
if (!next.empty()) {
result.push_back(next);
next.clear();
}
} else {
next += *it;
}
}
if (!next.empty())
result.push_back(next);
return result;
}
bool Game::init()
{
std::string infos;
std::string tmp;
if (!(_server << "GRAPHIC"))
throw ZappyError("initial message error");
_server >> tmp;
if (tmp.find("start init") == std::string::npos) {
if (tmp == "Graphic already connected\n")
throw ZappyError("too many graphical interfaces connected");
throw ZappyError("connection initialising error");
}
bool isBreak = false;
while (infos.find("end init") == std::string::npos) {
std::vector<std::string> lines = explode(tmp, '\n');
for (const auto &string: lines) {
if (string == "YOU ARE GRAPHIC") {
isBreak = true;
break;
}
infos += string + "\n";
}
if (isBreak)
break;
_server >> tmp;
}
infos += tmp;
std::stringstream stream(infos);
std::string line;
std::getline(stream, line);
std::getline(stream, line);
std::getline(stream, line);
tna(line);
std::getline(stream, line);
while (line.substr(0, 4) == "jpp ") {
pp(line);
std::getline(stream, line);
}
if (!msz(line))
return false;
std::getline(stream, line);
while (line.substr(0, 4) == "bct ") {
bct(line);
std::getline(stream, line);
}
_orig = _window->getView();
_sprites["transition"] = new Sprite(_window, "assets/transition.png", 6, 7);
_sprites["transition"]->addAnimation(16, 41, 30, false, false);
_sprites["transition"]->setAnimation(0);
_sprites["transition"]->setScale({1.5, 1.7});
for (int x = 0; x < _map.getWidth(); x++) {
for (int y = 0; y < _map.getHeight(); y++) {
Sprite *tile = new Sprite(_window, "assets/tile.png", 1, 1);
tile->setPosition({static_cast<float>(x * 64), static_cast<float>(y * 64)});
_tiles.push_back(tile);
}
}
for (const auto &team: _teams) {
for (auto player: team->getPlayers()) {
player->_sprite = new Sprite(_window, "assets/character.png", 3, 1);
player->_sprite->setPosition({static_cast<float>(player->getX() * 64), static_cast<float>(player->getY() * 64)});
}
}
for (unsigned int y = 0; y < _map.getTiles().size(); y++) {
for (unsigned int x = 0; x < _map.getTiles()[y].size(); x++) {
for (int i = 0; i < _map.getTiles()[x][y].food; i++) {
Sprite *food = new Sprite(_window, "assets/food.png", 1, 1);
food->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_food.push_back(food);
}
for (int i = 0; i < _map.getTiles()[x][y].thystame; i++) {
Sprite *thystame = new Sprite(_window, "assets/thystame.png", 1, 1);
thystame->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_thystame.push_back(thystame);
}
for (int i = 0; i < _map.getTiles()[x][y].phiras; i++) {
Sprite *phiras = new Sprite(_window, "assets/phiras.png", 1, 1);
phiras->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_phiras.push_back(phiras);
}
for (int i = 0; i < _map.getTiles()[x][y].mendiane; i++) {
Sprite *mendiane = new Sprite(_window, "assets/mendiane.png", 1, 1);
mendiane->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_mendiane.push_back(mendiane);
}
for (int i = 0; i < _map.getTiles()[x][y].sibur; i++) {
Sprite *sibur = new Sprite(_window, "assets/sibur.png", 1, 1);
sibur->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_sibur.push_back(sibur);
}
for (int i = 0; i < _map.getTiles()[x][y].deraumere; i++) {
Sprite *deraumere = new Sprite(_window, "assets/deraumere.png", 1, 1);
deraumere->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_deraumere.push_back(deraumere);
}
for (int i = 0; i < _map.getTiles()[x][y].linemate; i++) {
Sprite *linemate = new Sprite(_window, "assets/linemate.png", 1, 1);
linemate->setPosition({
static_cast<float>(rand()%(((x + 1) * 64 - 4) - x * 64 + 1) + x * 64),
static_cast<float>(rand()%(((y + 1) * 64 - 4) - y * 64 + 1) + y * 64)
});
_linemate.push_back(linemate);
}
}
}
_selector = new Sprite(_window, "assets/selector.png", 1, 1);
_selector2 = new Sprite(_window, "assets/selector2.png", 1, 1);
_peekMenu = new Sprite(_window, "assets/peek_menu.png", 1, 1);
_peekMenu->setPosition({1200, 0});
_sprites["peekMenuRightArrow"] = new Sprite(_window, "assets/right_arrow.png", 1, 1);
_sprites["linematePrev"] = new Sprite(_window, "assets/linemate_preview.png", 1, 1);
_sprites["linematePrev"]->setScale({0.1, 0.1});
_sprites["deraumerePrev"] = new Sprite(_window, "assets/deraumere_preview.png", 1, 1);
_sprites["deraumerePrev"]->setScale({0.1, 0.1});
_sprites["siburPrev"] = new Sprite(_window, "assets/sibur_preview.png", 1, 1);
_sprites["siburPrev"]->setScale({0.1, 0.1});
_sprites["mendianePrev"] = new Sprite(_window, "assets/mendiane_preview.png", 1, 1);
_sprites["mendianePrev"]->setScale({0.1, 0.1});
_sprites["phirasPrev"] = new Sprite(_window, "assets/phiras_preview.png", 1, 1);
_sprites["phirasPrev"]->setScale({0.1, 0.1});
_sprites["thystamePrev"] = new Sprite(_window, "assets/thystame_preview.png", 1, 1);
_sprites["thystamePrev"]->setScale({0.1, 0.1});
_sprites["background"] = new Sprite(_window, "assets/game_background.png", 1, 1);
_sprites["keys"] = new Sprite(_window, "assets/keys.png", 1, 1);
_sprites["keys"]->setScale({2, 2});
_sprites["keys"]->setPosition({10, 10});
if (!_font.loadFromFile("assets/font.ttf"))
throw ZappyError("The font 'assets/font.ttf did not load properly, aborting...'");
_texts["title"] = sf::Text("Tile Ressources", _font, 30);
_texts["food"] = sf::Text("Food: ", _font, 30);
_texts["linemate"] = sf::Text("Linemate: ", _font, 30);
_texts["deraumere"] = sf::Text("Deraumere: ", _font, 30);
_texts["sibur"] = sf::Text("Sibur: ", _font, 30);
_texts["mendiane"] = sf::Text("Mendiane: ", _font, 30);
_texts["phiras"] = sf::Text("Phiras: ", _font, 30);
_texts["thystame"] = sf::Text("Thystame: ", _font, 30);
_texts["playersOnTile"] = sf::Text("Players on this tile: ", _font, 30);
_view.setCenter((_map.getWidth() / 2) * 64, (_map.getHeight() / 2) *64);
_loaded = true;
return true;
}
void Game::update()
{
fd_set rd;
struct timeval tm = {0, 0};
std::string line;
FD_ZERO(&rd);
FD_SET(_server.getFd(), &rd);
if (select(_server.getFd() + 1, &rd, nullptr, nullptr, &tm) == -1)
throw ZappyError("select error");
if (FD_ISSET(_server.getFd(), &rd)) {
_server >> line;
handleCommand(line);
}
/*
for (auto team: _teams) {
for (auto player: team->getPlayers()) {
player->_sprite->setNextFrame();
}
}*/
if (_sprites["transition"]->getCurrentFrame() < 41) {
_sprites["transition"]->setNextFrame();
}
sf::Vector2i mousePos = sf::Mouse::getPosition(*_window);
sf::Vector2f mousePosWorld = _window->mapPixelToCoords(mousePos, _view);
for (const auto &tile: _tiles) {
if (tile->getSprite().getGlobalBounds().contains({mousePosWorld.x, mousePosWorld.y})) {
_selector->setPosition(tile->getSprite().getPosition());
}
}
_peekMenu->setPosition({(_peekRessources ? 1200 - _peekMenu->getSprite().getGlobalBounds().width : 1200), 0});
_texts["title"].setString("Tile Resources");
_texts["food"].setString("Food: " + std::to_string(selectedTile.food));
_texts["linemate"].setString("Linemate: " + std::to_string(selectedTile.linemate));
_texts["deraumere"].setString("Deraumere: " + std::to_string(selectedTile.deraumere));
_texts["sibur"].setString("Sibur: " + std::to_string(selectedTile.sibur));
_texts["mendiane"].setString("Mendiane: " + std::to_string(selectedTile.mendiane));
_texts["phiras"].setString("Phiras: " + std::to_string(selectedTile.phiras));
_texts["thystame"].setString("Thystame: " + std::to_string(selectedTile.thystame));
int playersOnTile = 0;
for (auto team: _teams) {
for (auto player: team->getPlayers()) {
if (player->getX() * 64 == _selector->getSprite().getPosition().x && player->getY() * 64 == _selector->getSprite().getPosition().y) {
playersOnTile += 1;
}
}
}
_texts["playersOnTile"].setString("Players: " + (playersOnTile == 0 ? "none" : std::to_string(playersOnTile)));
_sprites["linematePrev"]->setPosition({_peekMenu->getPosition().x + 10, 200});
_sprites["deraumerePrev"]->setPosition({_peekMenu->getPosition().x + 10, 250});
_sprites["siburPrev"]->setPosition({_peekMenu->getPosition().x + 10, 300});
_sprites["mendianePrev"]->setPosition({_peekMenu->getPosition().x + 10, 350});
_sprites["phirasPrev"]->setPosition({_peekMenu->getPosition().x + 10, 400});
_sprites["thystamePrev"]->setPosition({_peekMenu->getPosition().x + 10, 450});
_texts["title"].setPosition({_peekMenu->getPosition().x + 100, 100});
_texts["food"].setPosition({_peekMenu->getPosition().x + 100, 150});
_texts["linemate"].setPosition({_peekMenu->getPosition().x + 100, 200});
_texts["deraumere"].setPosition({_peekMenu->getPosition().x + 100, 250});
_texts["sibur"].setPosition({_peekMenu->getPosition().x + 100, 300});
_texts["mendiane"].setPosition({_peekMenu->getPosition().x + 100, 350});
_texts["phiras"].setPosition({_peekMenu->getPosition().x + 100, 400});
_texts["thystame"].setPosition({_peekMenu->getPosition().x + 100, 450});
_texts["playersOnTile"].setPosition({_peekMenu->getPosition().x + 100, 500});
_sprites["peekMenuRightArrow"]->setPosition({_peekMenu->getSprite().getGlobalBounds().left + _peekMenu->getSprite().getGlobalBounds().width - _sprites["peekMenuRightArrow"]->getSprite().getGlobalBounds().width - 20, 20});
if (sf::Keyboard::isKeyPressed(sf::Keyboard::Q)) {
_view.move({-2, 0});
} else if (sf::Keyboard::isKeyPressed(sf::Keyboard::S)) {
_view.move({0, 2});
} else if (sf::Keyboard::isKeyPressed(sf::Keyboard::D)) {
_view.move({2, 0});
} else if (sf::Keyboard::isKeyPressed(sf::Keyboard::Z)) {
_view.move({0, -2});
}
if (sf::Keyboard::isKeyPressed(sf::Keyboard::A)) {
_view.zoom(1.02);
} else if (sf::Keyboard::isKeyPressed(sf::Keyboard::E)) {
_view.zoom(0.98);
}
}
void Game::draw()
{
_window->draw(*_sprites["background"]);
_window->setView(_view);
for (const auto &tile: _tiles) {
_window->draw(*tile);
}
for (const auto &food: _food) {
_window->draw(*food);
}
for (const auto &thystame: _thystame) {
_window->draw(*thystame);
}
for (const auto &phiras: _phiras) {
_window->draw(*phiras);
}
for (const auto &mendiane: _mendiane) {
_window->draw(*mendiane);
}
for (const auto &sibur: _sibur) {
_window->draw(*sibur);
}
for (const auto &deraumere: _deraumere) {
_window->draw(*deraumere);
}
for (const auto &linemate: _linemate) {
_window->draw(*linemate);
}
if (_peekRessources)
_window->draw(*_selector2);
_window->draw(*_selector);
for (auto team: _teams) {
for (auto player: team->getPlayers()) {
if (!player->s_init)
player->initSprite(_window, "assets/character.png", 3, 1);
player->_sprite->setPosition({
static_cast<float>(player->getX() * 64 + player->_sprite->getSprite().getGlobalBounds().width / 2),
static_cast<float>(player->getY() * 64 + player->_sprite->getSprite().getGlobalBounds().height / 2)
});
_window->draw(*player->_sprite);
}
}
_window->setView(_orig);
_window->draw(*_peekMenu);
_window->draw(*_sprites["peekMenuRightArrow"]);
_window->draw(*_sprites["linematePrev"]);
_window->draw(*_sprites["deraumerePrev"]);
_window->draw(*_sprites["siburPrev"]);
_window->draw(*_sprites["mendianePrev"]);
_window->draw(*_sprites["phirasPrev"]);
_window->draw(*_sprites["thystamePrev"]);
_window->draw(*_sprites["keys"]);
for (const auto &text: _texts) {
_window->draw(text.second);
}
if (_sprites["transition"]->getCurrentFrame() < 41) {
_window->draw(*_sprites["transition"]);
}
}
void Game::unload()
{
_loaded = false;
}
void Game::handleCommand(const std::string &line)
{
size_t pos = 0;
std::string copy(line);
std::string token;
while ((pos = copy.find('\n')) != std::string::npos) {
token = copy.substr(0, pos);
std::string head = copy.substr(0, copy.find_first_of(" \n"));
if (head == "Quit")
_window->close();
else if (head == "pdi")
pdi(token);
else if (head == "jpp")
pp(token);
else if (head == "bct")
bct(token);
copy.erase(0, pos + 1);
}
}
bool Game::msz(const std::string &line)
{
std::string copy(line);
int x, y;
copy.erase(0, copy.find(' ') + 1);
x = stoi(copy.substr(0, copy.find(' ')));
copy.erase(0, copy.find(' ') + 1);
y = stoi(copy.substr(0, copy.find(' ')));
return _map.init(x, y);
}
bool Game::bct(const std::string &line)
{
size_t pos = 0;
std::string copy(line);
std::string token;
std::vector<int> infos;
copy.erase(0, copy.find(' ') + 1);
while ((pos = copy.find_first_of(" \n")) != std::string::npos) {
token = copy.substr(0, pos);
infos.push_back(stoi(copy.substr(0, copy.find_first_of(" \n"))));
copy.erase(0, pos + 1);
}
infos.push_back(stoi(copy));
_map.setTile(infos[0], infos[1], {infos[2], infos[3], infos[4], infos[5], infos[6], infos[7], infos[8]});
return true;
}
bool Game::tna(const std::string &line)
{
size_t pos = 0;
std::string copy(line);
std::string token;
copy.erase(0, copy.find(' ') + 1);
while ((pos = copy.find(' ')) != std::string::npos) {
token = copy.substr(0, pos);
_teams.push_back(new Team(token));
copy.erase(0, pos + 1);
}
return true;
}
bool Game::pp(const std::string &line)
{
size_t pos = 0;
std::string copy(line);
std::string token;
std::vector<int> infos;
copy.erase(0, copy.find(' ') + 1);
while ((pos = copy.find(' ')) != std::string::npos) {
token = copy.substr(0, pos);
infos.push_back(stoi(copy.substr(0, copy.find(' '))));
copy.erase(0, pos + 1);
}
for (auto player : _teams[infos[0]]->getPlayers()) {
if (player->getId() == infos[1]) {
_teams[infos[0]]->setPlayer(infos);
return true;
}
}
_teams[infos[0]]->addPlayer(infos);
return true;
}
bool Game::pdi(const std::string &line)
{
size_t pos = 0;
std::string copy(line);
std::string token;
std::vector<int> infos;
copy.erase(0, copy.find(' ') + 1);
while ((pos = copy.find(' ')) != std::string::npos) {
token = copy.substr(0, pos);
infos.push_back(stoi(copy.substr(0, copy.find(' '))));
copy.erase(0, pos + 1);
}
infos[1] = stoi(copy);
_teams[infos[0]]->removePlayer(infos[1]);
return true;
}
void Game::handleEvents() {
while (_window->pollEvent(_event)) {
switch (_event.type) {
case sf::Event::Closed:
_window->close();
break;
case sf::Event::KeyPressed:
break;
case sf::Event::MouseButtonReleased:
{
_window->setView(_view);
sf::Vector2i mousePos = sf::Mouse::getPosition(*_window);
sf::Vector2f mousePosWorld = _window->mapPixelToCoords(mousePos, _view);
if (_sprites["peekMenuRightArrow"]->getSprite().getGlobalBounds().contains({static_cast<float>(mousePos.x), static_cast<float>(mousePos.y)})) {
_peekRessources = false;
}
_window->setView(_orig);
for (const auto &tile: _tiles) {
if (tile->getSprite().getGlobalBounds().contains({mousePosWorld.x, mousePosWorld.y})) {
_selector2->setPosition(tile->getPosition());
_peekRessources = true;
break;
}
}
Tile tile = _map.getTiles()[_selector2->getSprite().getPosition().x / 64][_selector2->getSprite().getPosition().y / 64];
selectedTile = tile;
break;
}
default:
break;
}
}
}
|
32d540c3f2074f0bae54147581414bff0692b05c
|
c51a6916d05c907779eb4b0864de678a9a95a065
|
/arduino/pirem.cpp
|
3f8a269be8f7700f6fcf3341e879f0f2a41288c2
|
[] |
no_license
|
julianes10/ipaem
|
b197f9cf2079498ba9e7a9687086175a5d1d4743
|
6f6e3179aa64b29d697059662697b835eebf706a
|
refs/heads/master
| 2022-03-28T14:28:44.990515
| 2022-03-09T17:26:55
| 2022-03-09T17:26:55
| 104,714,268
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,037
|
cpp
|
pirem.cpp
|
#include <Arduino.h>
#include "pirem.h"
class PIREM PIREM;
#define DATA_PIN_PIR 8
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
PIREM::PIREM()
{
_status=false;
pinMode(DATA_PIN_PIR, INPUT); // declare sensor as input
}
//------------------------------------------------
int PIREM::refresh(void)
{
int rt=PIR_INFO_LOW2LOW;
int aux=0;
aux = digitalRead(DATA_PIN_PIR);
//Serial.print(aux);
if (aux==HIGH){
//new Fresh value is HIGH
if (_status) { rt=PIR_INFO_HIGH2HIGH;}
else {
rt=PIR_INFO_LOW2HIGH;
Serial.println("PIR_INFO_LOW2HIGH");
}
}
else {
//new Fresh value is LOW
if (_status) {
rt=PIR_INFO_HIGH2LOW;
Serial.println("PIR_INFO_HIGH2LOW");
}
else { rt=PIR_INFO_LOW2LOW;}
}
_status=aux;
return rt;
}
|
fa1a6bb789166efe78b022c07a67645b92a09f80
|
bfa94b1e2deed41e36a9ab56446b5d06cc8ee110
|
/Trees/Judge Reviews.cpp
|
60e3cbe9ca0952e71cad3f4e689c5a36eef22cb6
|
[
"MIT"
] |
permissive
|
shawamar/InterviewBit
|
2f067392a4ed1a3c4b588fa1816fc88081481372
|
6a800a35e8f9bc0a66d7f94c1dca25bca3abff6f
|
refs/heads/master
| 2020-12-26T18:19:11.166699
| 2020-02-01T09:52:30
| 2020-02-01T09:52:30
| 237,594,236
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,407
|
cpp
|
Judge Reviews.cpp
|
/*
Judge Reviews
You are given the task of ranking hotel reviews in this question. Lets say, you are given a bunch of user reviews where
each review is a string. Assume that our Expedia bots have figured out a set of "Good words" which indicate that the
user likes the hotel. The more the number of "Good words", the more the user likes the hotel. Given multiple such
reviews and the list of good words, you need to rank the reviews with the most positive review first and the most
negative review the last. In other words, the review with the most number of good words comes first and the one with
least number of good words comes last in the ranking. Note: Sorting should be stable. If review i and review j have
the same number of "Good words", then their original order would be preserved.
Example:
Input:
S = "pool_fridge_wifi"
R = ["water_in_pool", "pond_fridge_drink", "pool_wifi_speed"]
Output:
ans = [2, 0, 1]
Here, sorted reviews are ["pool_wifi_speed", "water_in_pool", "pond_fridge_drink"]
#Python 3.7
class Solution:
# @param A : string
# @param B : list of strings
# @return a list of integers
def solve(self, A, B):
goodKeyword=(A.split('_'))
good_dict={}
for word in goodKeyword:
good_dict[word]=1
points=[]
sol=[]
i=0
for review in B:
c=0
for keyword in (review.split('_')):
if keyword in good_dict:
c+=1
points.append([-c,i])
i+=1
points.sort()
return [x[1] for x in points]
*/
struct TrieNode{
bool isWord;
unordered_map<char, TrieNode*> children;
TrieNode(bool word): isWord(word) {}
};
struct res {
int index, score;
};
void tokenize (string good_string, vector<string> &goodWords) {
good_string += "_";
string temp="";
for (int i=0; i<good_string.length(); i++) {
if (good_string[i]!='_') {
temp += good_string[i];
} else {
if (temp.length()) {
goodWords.push_back(temp);
temp = "";
}
}
}
}
bool sortByScore (res lhs, res rhs) {
if (lhs.score > rhs.score) return true;
else if (lhs.score == rhs.score) return lhs.index < rhs.index;
return false;
}
void constructTrie(TrieNode* A, vector<string> goodWords) {
TrieNode* current = A;
for (int i=0; i<goodWords.size(); i++) {
current = A;
for (int j=0; j<goodWords[i].length(); j++) {
auto it = (current->children).find(goodWords[i][j]);
if (it != (current->children).end()) {
current = it->second;
} else {
TrieNode* B = new TrieNode(false);
(current->children)[goodWords[i][j]] = B;
current = B;
}
if (j == goodWords[i].length()-1) current->isWord = true;
}
}
}
vector<int> sortReviews(vector<string> reviews, TrieNode* root) {
int score;
vector<res> result;
TrieNode* current;
vector<string> temp;
for (int i=0; i<reviews.size(); i++) {
res t;
temp.clear();
score = 0;
reviews[i] += "_";
tokenize(reviews[i], temp);
for (int j=0; j<temp.size(); j++) {
current = root;
for (int k=0; k<temp[j].length(); k++) {
auto it = (current->children).find(temp[j][k]);
if (it == (current->children).end()) {
break;
}
current = it->second;
if (k == temp[j].length()-1 && current->isWord) score++;
}
}
t.index = i;
t.score = score;
result.push_back(t);
}
sort(result.begin(), result.end(), sortByScore);
vector<int> ret;
for (int i=0; i<result.size(); i++) {
ret.push_back(result[i].index);
}
return ret;
}
vector<int> Solution::solve(string A, vector<string> &B) {
TrieNode* root = new TrieNode(false);
vector<string> good_words;
tokenize(A, good_words);
constructTrie(root, good_words);
vector<int> result = sortReviews(B, root);
return result;
}
|
ec0e7ff3f64d00015ec5b33e25776172a0592801
|
3749d1d4397b075d681fe75fc235ceb58180642c
|
/2.1/point/util.cpp
|
3aaa1cd006e10997d0e81ba07313691f8aadb2a0
|
[] |
no_license
|
Examnes/super-pooper
|
35564acf64b99cbbc7769bb7dc42e27e7ffdc952
|
b2762c2c7a5bf4eaeeb291d23372d49fd806b057
|
refs/heads/master
| 2022-10-20T16:26:01.844675
| 2020-07-03T20:11:00
| 2020-07-03T20:11:00
| 266,134,009
| 1
| 0
| null | null | null | null |
WINDOWS-1251
|
C++
| false
| false
| 2,475
|
cpp
|
util.cpp
|
#include "util.h"
#include <fstream>
#include <limits>
#include <math.h>
#include <algorithm>
#include "point2d.h"
void randomToFile(std::string fname,unsigned int count)
{
if(count)
{
std::ofstream file;
file.open(fname);
for(count;count;count--)
{
file<<(rand()/(RAND_MAX + 1.)-0.5)*10<<" ";
}
file.close();
}
}
bool fequal(float f1,float f2)
{
return std::abs(f1-f2) <= std::numeric_limits<float>::epsilon() * std::max(std::abs(f1), std::abs(f2)) * 10;
}
std::vector<point> fromFile(std::string filename,errno_t& error)
{
std::ifstream file(filename);
if(!file)
{
std::cout<<"Невозможно открыть файл."<<std::endl;
error = 1;
return std::vector<point>();
}
float* raw = new float[100000];
int i = 0;
while(!file.eof())
{
file>>raw[i];
i++;
}
i-=i%2;
if(i<8)
{
std::cout<<"В файле недостаточно точек чтобы построить квадрат."<<std::endl;
error = 2;
return std::vector<point>();
}
std::vector<point> v = std::vector<point>();
for(int j = 0;j<i/2;j++)
{
point curpoint = point(raw[j*2],raw[j*2+1]);
bool alreadyExists = false;
for(int k = 0;k<v.size();k++)
{
if(v[k]==curpoint) alreadyExists = true;
}
if(!alreadyExists) v.push_back(curpoint);
}
delete [] raw;
return v;
}
float fromSquareOneSide(point p1,point p2,point p3,point p4)
{
float d1 = p1.distance(p2);
float d2 = p2.distance(p3);
float d3 = p3.distance(p4);
float d4 = p4.distance(p1);
point R = p1+p2+p3+p4;
R.x = R.x/4;
R.y = R.y/4;
float r1 = R.distance(p2);
float r2 = R.distance(p3);
float r3 = R.distance(p4);
float r4 = R.distance(p1);
if( fequal(d1,d2)&fequal(d2,d3)&fequal(d3,d4)&fequal(d4,d1)&fequal(r1,r2)&fequal(r2,r3)&fequal(r3,r4)&fequal(r4,r1) )
{
return r1*2/((float)sqrt(2));
}
return 0;
}
void saver()
{
std::cout<<"Данное программное обеспечение называется square2d,\n оно предназначено для поиска наибольшего квадрата,\n задаваемого точками из файла. Программа была разработана Тагировым Русланом."<<std::endl;
}
|
8fcf06d9c660d8e7539116cc591dfbb500b2d9a3
|
25b36236d90aa38deb0e28db06f5f5ee5264d931
|
/NPSimulation/Scorers/CylinderTPCScorers.cc
|
fd02e7dbb71827956165f7fcd77c6108c11a03e9
|
[] |
no_license
|
adrien-matta/nptool
|
54b5ea6fe2d8c226e7422a948d3ecc94d62d1ff2
|
415ad50066f715ca1de312da1202201f9381e87e
|
refs/heads/NPTool.2.dev
| 2021-04-18T23:52:44.645407
| 2019-09-02T12:38:49
| 2019-09-02T12:38:49
| 13,268,020
| 36
| 20
| null | 2016-12-05T11:46:35
| 2013-10-02T10:11:22
|
C++
|
UTF-8
|
C++
| false
| false
| 5,770
|
cc
|
CylinderTPCScorers.cc
|
/*****************************************************************************
* Copyright (C) 2009-2016 this file is part of the NPTool Project *
* For the licensing terms see $NPTOOL/Licence/NPTool_Licence *
* For the list of contributors see $NPTOOL/Licence/Contributors *
*****************************************************************************/
/*****************************************************************************
* Original Author: Cyril Lenain contact address: lenain@lpccaen.in2p3.fr *
* *
* Creation Date : february 2019 *
* Last update : *
*---------------------------------------------------------------------------*
* Decription: *
* Scorer for MINOS-TPC Drift Electron collector *
* *
*---------------------------------------------------------------------------*
* Comment: *
* Count drift electrons per pads in MINOS *
* *
*****************************************************************************/
#include "CylinderTPCScorers.hh"
#include "G4UnitsTable.hh"
using namespace CylinderTPCScorers;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
vector<AnodeData>::iterator AnodeDataVector::find(const unsigned int& Pad){
for(vector<AnodeData>::iterator it= m_Data.begin() ; it !=m_Data.end() ; it++){
if((*it).GetPad()==Pad)
return it;
}
return m_Data.end();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
PS_TPCAnode::PS_TPCAnode(G4String name,vector<G4int> NestingLevel,G4int depth)
:G4VPrimitiveScorer(name, depth){
m_NestingLevel = NestingLevel;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
PS_TPCAnode::~PS_TPCAnode(){
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4bool PS_TPCAnode::ProcessHits(G4Step* aStep, G4TouchableHistory*){
/* unsigned int mysize = m_NestingLevel.size(); */
/* for (unsigned int i =0; i < mysize ; i++){ */
/* t_Level.push_back(aStep->GetPreStepPoint()->GetTouchableHandle()->GetCopyNumber(m_NestingLevel[i])); */
/* } */
G4String PID = aStep->GetTrack()->GetDefinition()->GetParticleName();
if(PID!="driftelectron"){
return false;
}
G4int Pad = aStep->GetPreStepPoint()->GetTouchableHandle()->GetCopyNumber(0);
// contain Enegy Time, DetNbr, StripFront and StripBack
t_Charge = aStep->GetTrack()->GetWeight();
t_DriftTime = aStep->GetPreStepPoint()->GetProperTime();
// Convert Pad number to X,Y position
//For the case of replica pads
G4int Ring = aStep->GetPreStepPoint()->GetTouchableHandle()->GetCopyNumber(1);
int PadsPerRing[18]={144,152,156,164,172,176,184,192,196,204,212,216,224,228,236,244,248,256};
G4double R = (50.+ Ring*2.2)*mm;
G4double dPhi= (2.*M_PI/PadsPerRing[Ring]);
G4double Phi = Pad*dPhi;
for(int i = 0; i < Ring; i++){
Pad += PadsPerRing[i];
}
t_Pad = Pad;
//For the case of parameterized pads
/*
t_Pad = Pad;
G4int Ring = 0;
if (Pad<144){
Ring = 0;}
else if (144<=Pad && Pad<296){
Ring = 1;}
else if (296<=Pad && Pad<452){
Ring = 2;}
else if (452<=Pad && Pad<616){
Ring = 3;}
else if (616<=Pad && Pad<788){
Ring = 4;}
else if (788<=Pad && Pad<964){
Ring = 5;}
else if (964<=Pad && Pad<1148){
Ring = 6;}
else if (1148<=Pad && Pad<1340){
Ring = 7;}
else if (1340<=Pad && Pad<1536){
Ring = 8;}
else if (1536<=Pad && Pad<1740){
Ring = 9;}
else if (1740<=Pad && Pad<1952){
Ring = 10;}
else if (1952<=Pad && Pad<2168){
Ring = 11;}
else if (2168<=Pad && Pad<2392){
Ring = 12;}
else if (2392<=Pad && Pad<2620){
Ring = 13;}
else if (2620<=Pad && Pad<2856){
Ring = 14;}
else if (2856<=Pad && Pad<3100){
Ring = 15;}
else if (3100<=Pad && Pad<3348){
Ring = 16;}
else if (3348<=Pad && Pad<3604){
Ring = 17;}
G4double R = (50.+ Ring*2.2)*mm;
G4double dPhi= (2*M_PI/PadsPerRing[Ring]);
for(int i = 0; i < Ring; i++) {
Pad -= PadsPerRing[Ring];
}
G4double Phi = Pad*dPhi;
*/
t_X = R*cos(Phi);
t_Y = R*sin(Phi);
vector<AnodeData>::iterator it;
it = m_Data.find(t_Pad);
if(it!= m_Data.end())
it->Add(t_Charge);
else
m_Data.Set(t_Charge,t_DriftTime,t_Pad,t_X,t_Y);
return TRUE;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void PS_TPCAnode::Initialize(G4HCofThisEvent*){
m_Data.clear();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void PS_TPCAnode::EndOfEvent(G4HCofThisEvent*){
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void PS_TPCAnode::clear(){
m_Data.clear();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void PS_TPCAnode::DrawAll(){
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void PS_TPCAnode::PrintAll(){
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
cabccbb4001679716d79fc5fd7e7f702b38efe1b
|
b8e815a57b1ec7592769433a07a6c79b26678145
|
/UVa/11334 - Antenna in the Cinoc Mountains/cinoc.6.cpp
|
05a66170f12198f8d2ad91301c9cf2bdc406e8df
|
[] |
no_license
|
AlMamun-CSE/competitive_programming
|
865ece03cd9a6235bd9412244e650cc57c70e0d2
|
c167e0de7b59849e47ab8404c4018a3eb1ffa3bf
|
refs/heads/master
| 2023-08-26T11:01:21.419074
| 2021-11-04T01:41:37
| 2021-11-04T01:41:37
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,736
|
cpp
|
cinoc.6.cpp
|
// Andrés Mejía
// Accepted, too.
using namespace std;
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <bitset>
#include <string>
#include <cstdio>
#include <vector>
#include <cmath>
#include <queue>
#include <deque>
#include <stack>
#include <list>
#include <map>
#include <set>
////////////// Prewritten code follows. Look down for solution. ////////////////
#define foreach(x, v) for (typeof (v).begin() x=(v).begin(); x !=(v).end(); ++x)
#define For(i, a, b) for (int i=(a); i<(b); ++i)
#define D(x) cout << #x " is " << (x) << endl
const double EPS = 1e-9;
int cmp(double x, double y = 0, double tol = EPS) {
return (x <= y + tol) ? (x + tol < y) ? -1 : 0 : 1;
}
////////////////////////// Solution starts below. //////////////////////////////
template<typename T> struct Point {
T x, y, z;
Point(T x, T y, T z) : x(x), y(y), z(z) {}
Point(){}
void print() {
cout << "(" << x << ", " << y << ", " << z << ")" << endl;
}
// dot product
T operator ^(const Point<T> other) const {
return x * other.x + y * other.y + z * other.z;
}
// sum
Point<T> operator +(const Point<T> other) const {
Point<T> ans(x + other.x, y + other.y, z + other.z);
return ans;
}
// difference
Point<T> operator -(const Point<T> other) const {
Point<T> ans(x - other.x, y - other.y, z - other.z);
return ans;
}
Point<T> operator *=(T scalar) {
x *= scalar; y *= scalar; z *= scalar;
}
Point<T> operator -() const {
Point<T> ans(-x, -y, -z);
return ans;
}
};
template<typename T> Point<T> operator * (T scalar, Point<T> p) {
return Point<T>(p.x * scalar, p.y * scalar, p.z * scalar);
}
const int MAXN = 55;
struct Cone {
int x, y, z, r;
void print() {
printf("(x = %d, y = %d, z = %d, r = %d)\n", x, y, z, r);
}
} cones[MAXN];
struct Antenna {
int x, y, z;
void print() {
printf("(x = %d, y = %d, z = %d)\n", x, y, z);
}
};
bool coneSegmentIntersection(Cone C, Point<long double> A, Point<long double> B) {
long double height = C.z;
// Move everything so that the apex of the cone ends being at the origin.
// This simplifies the equations a lot.
A.x -= C.x, A.y -= C.y, A.z -= C.z;
B.x -= C.x, B.y -= C.y, B.z -= C.z;
long double u = C.r / height;
// standard cone equation
long double a, b, c, d, e, f, g, h, j, k;
a = b = 1.0;
c = -u * u;
d = e = f = g = h = j = k = 0;
// solves the equation as explained in http://users.wowway.com/~phkahler/quadrics.pdf
long double x1 = B.x - A.x, y1 = B.y - A.y, z1 = B.z - A.z,
x0 = A.x, y0 = A.y, z0 = A.z;
Point<long double> v1(x1 * x1, y1 * y1, z1 * z1),
v2(x1 * y1, y1 * z1, x1 * z1),
v3(x0 * x1, y0 * y1, z0 * z1),
v4(x1 * y0 + x0 * y1, y0 * z1 + y1 * z0, x0 * z1 + x1 * z0),
v5(x1, y1, z1),
v6(x0 * x0, y0 * y0, z0 * z0),
v7(x0 * y0, y0 * z0, x0 * z0),
v8(x0, y0, z0);
// not 1
v2 *= 2.0;
v3 *= 2.0;
v4 *= 2.0;
v5 *= 2.0;
// not 6
v7 *= 2.0;
v8 *= 2.0;
Point<long double> q1(a, b, c), q2(d, e, f), q3(g, h, j);
double aa = (q1 ^ v1) + (q2 ^ v2);
double bb = (q1 ^ v3) + (q2 ^ v4) + (q3 ^ v5);
double cc = (q1 ^ v6) + (q2 ^ v7) + (q3 ^ v8) + k;
// Now we have a quadratic equation.
// If the three are zero, it means the segment is coincident with the cone.
assert(cmp(aa, 0) != 0 or cmp(bb, 0) != 0 or cmp(cc, 0) != 0);
double det = bb * bb - 4.0 * aa * cc;
if (cmp(det, 0) < 0) return false; // no intersection
vector< long double > solutions;
if (cmp(det, 0) == 0) { // only one solution
long double t0 = -bb / (2 * aa);
solutions.push_back(t0);
} else { // two solutions
long double t0 = (-bb + sqrt(det)) / (2 * aa);
long double t1 = (-bb - sqrt(det)) / (2 * aa);
solutions.push_back(t0);
solutions.push_back(t1);
}
for (int i = 0; i < solutions.size(); ++i) {
long double t = solutions[i];
if (cmp(0, t) <= 0 and cmp(t, 1) <= 0) { // inside the segment
Point<long double> inter = A + t * (B - A);
// check that the actual intersection point happens in the part of the cone that we are interested in.
if (cmp(-height, inter.z) <= 0 and cmp(inter.z, 0) <= 0) {
return true;
}
}
}
return false;
}
// Returns true if the Antenna a is completely inside the Cone c, or on its surface.
bool insideCone(Cone c, Antenna a) {
long double dx = a.x - c.x;
long double dy = a.y - c.y;
long double d = sqrt(dx * dx + dy * dy); // distance
if (cmp(d, c.r) > 0) return false; // The distance from the antenna to the center of the cone is more than the radius
long double p = (c.r - d) / c.r * c.z; // height of the cone at d units away from the center
return cmp(a.z, p) <= 0; // on the surface is considered inside
}
int main(){
int n;
while (cin >> n) {
if (n == -1) break;
for (int i = 0; i < n; ++i) {
cin >> cones[i].x >> cones[i].y >> cones[i].z >> cones[i].r;
}
Antenna a, b;
cin >> a.x >> a.y >> a.z >> b.x >> b.y >> b.z;
if (a.z == 0 or b.z == 0) { // One of the antennas touches the floor
puts("No");
continue;
}
assert(a.x != b.x or a.y != b.y); // The antennas must be at different places
for (int i = 0; i < n; ++i) {
for (int j = i + 1; j < n; ++j) {
assert(cones[i].x != cones[j].x or cones[i].y != cones[j].y); // The cones have different centers
}
}
for (int i = 0; i < n; ++i) {
assert(cones[i].r > 0); // All mountains have positive radius
assert(cones[i].z > 0); // and positive height
}
Point<long double> pa, pb;
pa.x = a.x, pa.y = a.y, pa.z = a.z;
pb.x = b.x, pb.y = b.y, pb.z = b.z;
bool good = true;
for (int i = 0; i < n; ++i) {
if (insideCone(cones[i], a) or insideCone(cones[i], b)) {
good = false;
}
}
for (int i = 0; i < n and good; ++i) {
if (coneSegmentIntersection(cones[i], pa, pb)) {
good = false;
break;
}
}
puts(good ? "Yes" : "No");
}
return 0;
}
|
2de1e6204921bf3c85e302ccaccfa8c304e0aecc
|
b67825906580033d17f4451e51b707e6db24e2a3
|
/cpp/sd_common/Frame.cpp
|
1d871d0179c6a84adc2606ccc3fd153e0a8b0c1b
|
[] |
no_license
|
emilmoham/SignDetectionSystemCIS4398
|
43716593172c44922ebbd233341815695956eefa
|
ed91a3ded24a2f7a3810635e9a5a4f489e3db02e
|
refs/heads/master
| 2021-08-28T09:46:29.816025
| 2017-12-11T21:51:25
| 2017-12-11T21:51:25
| 105,054,002
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,564
|
cpp
|
Frame.cpp
|
#include "mpi.h"
#include <cstdlib>
#include "Frame.h"
#include "LogHelper.h"
static const int MAX_FRAME_BUFFER_LEN = 8 * 1024 * 1024;
Frame::Frame() :
cvFrame(),
index(0),
m_buffer(nullptr),
m_bufferLen(0)
{
}
Frame::Frame(cv::Mat frame, int frameIndex) :
cvFrame(frame),
index(frameIndex),
m_buffer(nullptr),
m_bufferLen(0)
{
}
Frame::Frame(const Frame &other)
{
cvFrame = other.cvFrame;
index = other.index;
m_buffer = other.m_buffer;
m_bufferLen = other.m_bufferLen;
}
Frame::Frame(Frame &&other)
{
cvFrame = other.cvFrame;
index = other.index;
m_buffer = other.m_buffer;
m_bufferLen = other.m_bufferLen;
other.m_buffer = nullptr;
other.m_bufferLen = 0;
}
Frame::~Frame()
{
if (m_buffer != nullptr)
delete[] m_buffer;
}
void Frame::send(int recipient)
{
//unsigned char buffer[MAX_FRAME_BUFFER_LEN];
if (m_buffer == nullptr)
m_buffer = new unsigned char[MAX_FRAME_BUFFER_LEN];
LOG_DEBUG("serializable", "Frame::send(recipient=", recipient, "): allocated memory for buffer.");
int rows = cvFrame.rows;
int cols = cvFrame.cols;
int type = cvFrame.type();
int channels = cvFrame.channels();
// Copy frame metadata into buffer
memcpy(&m_buffer[0], (unsigned char*)&rows, sizeof(int));
memcpy(&m_buffer[sizeof(int)], (unsigned char*)&cols, sizeof(int));
memcpy(&m_buffer[2 * sizeof(int)], (unsigned char*)&type, sizeof(int));
LOG_DEBUG("serializable", "Copied metadata into frame sending buffer");
int numBytes = rows * cols * channels;
if (!cvFrame.isContinuous())
cvFrame = cvFrame.clone();
// Copy frame data into buffer
memcpy(&m_buffer[3 * sizeof(int)], cvFrame.data, numBytes);
LOG_DEBUG("serializable", "Copied cv::Mat data into frame sending buffer");
// Send frame index, buffer length, and finally the frame data
int bufferLen = numBytes + 3 * sizeof(int);
MPI_Send(&index, 1, MPI_INT, recipient, 0, MPI_COMM_WORLD);
LOG_DEBUG("serializable", "Sent index value ", index);
MPI_Send(&bufferLen, 1, MPI_INT, recipient, 0, MPI_COMM_WORLD);
LOG_DEBUG("serializable", "Sent buffer length value ", bufferLen);
MPI_Send(&m_buffer[0], numBytes + 3 * sizeof(int), MPI_UNSIGNED_CHAR, recipient, 0, MPI_COMM_WORLD);
LOG_DEBUG("serializable", "Sent all frame data", bufferLen);
}
void Frame::receive(int sender)
{
//MPI_Status status;
int rows, cols, type, channels, count;
int bufferLen = -1;
// Read frame index and buffer length
MPI_Recv(&index, 1, MPI_INT, sender, 0, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
LOG_DEBUG("serializable", "Received index value ", index);
MPI_Recv(&bufferLen, 1, MPI_INT, sender, 0, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
LOG_DEBUG("serializable", "Received buffer length value of ", bufferLen);
if (bufferLen > m_bufferLen)
{
delete[] m_buffer;
m_buffer = new unsigned char[bufferLen];
m_bufferLen = bufferLen;
}
MPI_Recv(&m_buffer[0], bufferLen, MPI_UNSIGNED_CHAR, sender, 0, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
// Copy metadata into rows, cols, and type integers
memcpy((unsigned char*)&rows, &m_buffer[0], sizeof(int));
memcpy((unsigned char*)&cols, &m_buffer[sizeof(int)], sizeof(int));
memcpy((unsigned char*)&type, &m_buffer[2 * sizeof(int)], sizeof(int));
// Move frame data from buffer into opencv frame structure
cvFrame = cv::Mat(rows, cols, type, (unsigned char*)&m_buffer[3 * sizeof(int)]);
}
|
93242f92809588102ef81ffd8440016bcf5d203f
|
46c8e4ce6be2805014a87dfa36a64af99d1ceec3
|
/opencv/6/boxFilter.cpp
|
19e42ba692949a6ec080511b01e38cc8630a794a
|
[] |
no_license
|
sjtujxwang/image-processing
|
05550152013a1cdbef022ecb9255a62736866f42
|
8592fdeeaefad5483062ace94cbc97ec87b0d2ae
|
refs/heads/master
| 2022-11-26T13:54:59.498308
| 2020-07-27T15:14:50
| 2020-07-27T15:14:50
| 276,915,806
| 5
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 1,692
|
cpp
|
boxFilter.cpp
|
//--------------------------------------【程序说明】-------------------------------------------
// 程序说明:《OpenCV3编程入门》OpenCV3版书本配套示例程序31
// 程序描述:方框滤波boxFilter函数的使用示例程序
// 开发测试所用操作系统: Windows 7 64bit
// 开发测试所用IDE版本:Visual Studio 2010
// 开发测试所用OpenCV版本: 3.0 beta
// 2014年11月 Created by @浅墨_毛星云
// 2014年12月 Revised by @浅墨_毛星云
//------------------------------------------------------------------------------------------------
//---------------------------------【头文件、命名空间包含部分】-------------------------------
// 描述:包含程序所使用的头文件和命名空间
//------------------------------------------------------------------------------------------------
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
using namespace cv;
//-----------------------------------【main( )函数】--------------------------------------------
// 描述:控制台应用程序的入口函数,我们的程序从这里开始
//-----------------------------------------------------------------------------------------------
int main( )
{
// 载入原图
Mat image=imread("1.jpg");
//创建窗口
namedWindow( "方框滤波【原图】" );
namedWindow( "方框滤波【效果图】");
//显示原图
imshow( "方框滤波【原图】", image );
//进行方框滤波操作
Mat out;
boxFilter( image, out, -1,Size(5, 5));
//显示效果图
imshow( "方框滤波【效果图】" ,out );
waitKey( 0 );
}
|
80f3e3227dbd95a076aa20c8000ff1474f116f22
|
b88330194eab0dbbb0742129dcb77282da4ba0b8
|
/2/cpp/bomberman-2015-beaume_a/src/tronberman/Menu/Items/Resume.cpp
|
c43d9f7ac0eb79adc7c393d915e6042f93831fd6
|
[] |
no_license
|
GeoffreyHervet/epitek
|
98cba959844812c5363bb514b948ce2f3bdca79b
|
e37bcf1136929e519bd1ffabe014e12c8a9f78e2
|
refs/heads/master
| 2021-03-24T10:25:36.869836
| 2013-02-01T15:03:04
| 2013-02-01T15:03:04
| 3,387,019
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 274
|
cpp
|
Resume.cpp
|
#include "Resume.hpp"
namespace Menu
{
Resume::Resume(const std::string &name) :
AMenuObject(name)
{
}
Resume::~Resume()
{
}
bool Resume::selected(::Menu::IMenu &, MyGame &game, gdl::Input &)
{
game.setState(MyGame::GAME);
return true;
}
}
|
ff54a445f800b0e787e1d9217378b26065137e72
|
ace20ae898aadf18c4ef8a2355b528422fc27bb5
|
/ccc_cco/coolnumbers.cpp
|
ef65e04a50491d9afccc08a9b3d34ad8f123be8e
|
[] |
no_license
|
pidddgy/competitive-programming
|
19fd79e7888789c68bf93afa3e63812587cbb0fe
|
ec86287a0a70f7f43a13cbe26f5aa9c5b02f66cc
|
refs/heads/master
| 2022-01-28T07:01:07.376581
| 2022-01-17T21:37:06
| 2022-01-17T21:37:06
| 139,354,420
| 0
| 3
| null | 2021-04-06T16:56:29
| 2018-07-01T19:03:53
|
C++
|
UTF-8
|
C++
| false
| false
| 283
|
cpp
|
coolnumbers.cpp
|
// https://dmoj.ca/problem/ccc09s1
#include <bits/stdc++.h>
using namespace std;
int main() {
int aqt, bqt, rqt = 0;
cin >> aqt >> bqt;
for(int i = 0; i < 23; i++) {
if(pow(i, 6) >= aqt && pow(i, 6) <= bqt)
rqt++;
}
cout << rqt << endl;
}
|
c0e0251cc5cdc4a963676d3de948831a40b6a95a
|
98f217e4b47b71d0b24145340bf865fba2dd2cb4
|
/Level_5/Visrrut Assignments/DD_projects_3.5.5_v2/DD_projects_3.5.5_v2/main.cpp
|
a86c772e27f2bae7b786f1ed8435ab7e78debcf6
|
[] |
no_license
|
VictorTo100/BaruchCplusplus
|
21c15549c089b3351fb454db6e907f6ab6c4d369
|
17a00873d79afd843e6d9d70a7e7b791de2a5dc1
|
refs/heads/master
| 2023-04-11T03:10:32.233937
| 2021-04-24T14:09:57
| 2021-04-24T14:09:57
| 361,177,309
| 0
| 0
| null | null | null | null |
WINDOWS-1252
|
C++
| false
| false
| 3,685
|
cpp
|
main.cpp
|
/*Author: Vishrut Talekar; Nov 2020
*/
/*Testing:
****************** Deleted functionalities already tested in level 3
***************** Already Tested in 2.4.1 *****************************
* Testing the Operator overloading for Point class primarily
*
* ***************** Already Tested in 2.4.2 *****************************
* Testing implemenation of << operator to send data to the os input argument
*
* ***************** Already Tested in 2.4.3 *****************************
* Testing the explicit constructor for Point with same
* value for coordinates x and y
*
* ***************** Already Tested in 2.4.4 *****************************
* Make ostream << operator a friend function
*
* ***************** Test in 2.5.1 *****************************
* Create Point object on Stack
*
* ******************* Already Tested in 2.5.2 *****************************
* • Create an array of Point pointers with 3 elements on the heap.
* • Create for each element in the array a point on the heap.
* • Iterate the array and print each point in the array.
* • Iterate the array again and delete each point in the array.
* • Delete the array itself.
*
* ******************* Already Tested in 2.5.3 *****************************
* Create an Array class and Test the functionalities of the class
*
* Default Constructor: Constructor that allocates 10 elements
* Parameter Constructor: Constructor with Size arguments
* Copy Constructor, Destructor,
* Member functions:
* Size, SetElements, GetElements
* Operator Overloading:
* Assignment Operator, Square bracket[] operator,
* Const version of the square bracket operator
*
* ******************** Already Tested in 2.6.1 *****************************
* Test the functionalities after embedding classes in CAD and
* Containers namespace respectively
*
* ******************** Test in 2.6.1 *****************************
* Test the functionalities after embedding classes in CAD and
* Containers namespace respectively
*
* ******************** Test in 3.4.1 *****************************
* Test Colon Syntax:
*
* ******************** Test in 3.4.2 *****************************
* Create then Shape base class of Point, Line and Circle
* Test the functionalities of Shape Class as given in the exercise
*
* ******************** Test in 3.5.1 *****************************
* Polymorphism od ToString fucnction
* Declare ToString in Shape class virtual
* Test: ToString() function of Point called when you use a Shape* that contains a Point
*
* ******************** Test in 3.5.2 *****************************
* Calling base class functionality
* Call std::string s=Shape::ToString(); in ToString of Point, Line and Circle
* Append the Shape description to Point, Line and Circle and add description string
* before returning.
*
* ******************** Test in 3.5.3 *****************************
* Virtual Destructors
* Declare the Destructor of the Shape Class virtual so that
* derived class destructors are appropriately called
*
* ******************** Test in 3.5.4 *****************************
* Make Shape Abstract class
* Add pure virtual function
* virtual void Draw()=0;
*
*
*
*/
#include "Point.h"
#include "Line.h"
#include "Circle.h"
#include "Array.h"
#include "Shape.h"
#include<iostream>
#include<sstream>
using namespace std;
using namespace VISHRUTTALEKAR;
int main()
{
using CAD::Shape;
using CAD::Point;
using CAD::Line;
using CAD::Circle;
Point p1(3, 6);
Line l1(Point(), Point(3, 6));
// Test the Print function
p1.Print();
l1.Print();
/*The Print function works as expected
*/
return 0;
}
/*References
* https://quantnet.com/threads/3-5-5-question-about-template-method-pattern.30582/
*/
|
8cbe55784ffcc3fb42945d83d39957879f921696
|
2d91d1af1f049248c9e5f2c4047289d614fcb0b4
|
/cpp_utils/SSLUtils.h
|
90546b83865b46af27ed5fb6d7c96237ba6f5095
|
[
"Apache-2.0"
] |
permissive
|
chegewara/esp32-snippets
|
8b9d8e5fb8cbe9ef912b38561795620944b59b01
|
874ce79815817a4796612716c95ea6d639c9df0b
|
refs/heads/wip
| 2021-05-07T03:38:48.099902
| 2018-10-01T23:37:06
| 2018-10-01T23:37:06
| 110,790,433
| 9
| 4
|
Apache-2.0
| 2018-10-03T22:53:41
| 2017-11-15T06:01:18
|
C
|
UTF-8
|
C++
| false
| false
| 494
|
h
|
SSLUtils.h
|
/*
* SSLUtils.h
*
* Created on: Sep 16, 2017
* Author: kolban
*/
#ifndef COMPONENTS_CPP_UTILS_SSLUTILS_H_
#define COMPONENTS_CPP_UTILS_SSLUTILS_H_
#include <string>
class SSLUtils {
private:
static char* m_certificate;
static char* m_key;
public:
SSLUtils();
virtual ~SSLUtils();
static void setCertificate(std::string certificate);
static char* getCertificate();
static void setKey(std::string key);
static char* getKey();
};
#endif /* COMPONENTS_CPP_UTILS_SSLUTILS_H_ */
|
8615873a269aaf0a58eec683a6d2ea2a622043e1
|
f50776ed33831ff7fe93d185e051cce5ebd4636a
|
/MyApplication.cpp
|
663361c1fede4f7cc1f0e4266b4a72f833992430
|
[] |
no_license
|
Md5Inj/Xlebovich_1.1
|
b876fca26e646ba5e034ab815846624e7054b381
|
32d576301b0864b6ed5d1172877c94c212ebeed4
|
refs/heads/master
| 2021-04-15T19:00:42.910800
| 2018-03-26T21:04:57
| 2018-03-26T21:04:57
| 126,889,890
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,288
|
cpp
|
MyApplication.cpp
|
#include "MyApplication.h"
MyApplication::MyApplication()
{
List l;
char input = 0;
int keyCode = 0, choice = 0;
string s;
char c[30];
while ((int)input != 48)
{
cout << "1 - Add the element to array" << endl
<< "2 - Print a array" << endl
<< "3 - Remove the element" << endl
<< "4 - Get element from date" << endl
<< "5 - Get element from phone" << endl
<< "6 - Sort the array" << endl
<< "0 - Exit" << endl;
cin >> input;
keyCode = (int)input;
switch (keyCode)
{
case 49:
{
l.Add();
break;
}
case 50:
{
l.Print();
break;
}
case 51:
{
cout << "Input the surname to delete: "; getline(cin, s);
l.Remove(s);
break;
}
case 52:
{
cout << "Input the date: "; cin >> c;
(*l.GetFromDate(c)).Print();
break;
}
case 53:
{
cout << "Input the phone: "; cin >> c;
(*l.GetFromPhone(c)).Print();
break;
}
case 54:
{
cout << "Input variant of sort(0 - surname, 1 - date, 2 - phone): "; cin >> choice;
l.Sort(choice);
break;
}
}
system("read _");
system("clear");
}
}
MyApplication::~MyApplication()
{
}
|
895014f44066d1dd1a15f565c295ddf747029ed4
|
d5819163e2c72bd2022b8557987140bed8fc615f
|
/Project1/Project1/MinerView.h
|
f3759f7b06f4d82af208c516894b3351294a9896
|
[] |
no_license
|
MiliMoutin/BitcoinsFaseI
|
0df89081e155c20891e5d39cd105923fe7591d72
|
f1f8c0e36b75ae1f7b8f8e98c95eab8c20415e80
|
refs/heads/master
| 2020-05-27T09:12:00.049805
| 2019-06-26T20:31:24
| 2019-06-26T20:31:24
| 188,560,780
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 230
|
h
|
MinerView.h
|
#pragma once
#include "Allegro.h"
#include "Miners.h"
class MinerView: public Observer
{
public:
MinerView(Allegro& alle);
~MinerView(){}
void update(void* model);
private:
ALLEGRO_SAMPLE* sound;
void ChaChig(Miner* min);
};
|
cc58b2be3257a34600bccad7ec9e797900de3589
|
eb384883038c4b8d21c617418f0827902673f01c
|
/NetSDK/SDKDEMO/MsgDlg.h
|
745f7d2f11bdbe1a9bbfb6c29ec9ca91b653e4f8
|
[] |
no_license
|
vaizmanai/TVT_SDK_1.2.0.44
|
a62a4f50f50a4917936f5f5db70a89a2a5ad9e11
|
e50355afe217b4d0c5f95aaadda910bda374ca9a
|
refs/heads/master
| 2022-12-25T22:50:07.089526
| 2020-10-02T16:33:40
| 2020-10-02T16:33:40
| 299,368,639
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 592
|
h
|
MsgDlg.h
|
#pragma once
#include "afxwin.h"
#include "afxcmn.h"
// CMsgDlg 对话框
class CMsgDlg : public CDialog
{
DECLARE_DYNAMIC(CMsgDlg)
public:
CMsgDlg(CWnd* pParent = NULL); // 标准构造函数
virtual ~CMsgDlg();
// 对话框数据
enum { IDD = IDD_MSG_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
afx_msg void OnBnClickedCancel();
afx_msg LRESULT OnRecieveMsg(WPARAM wparam, LPARAM lparam);
afx_msg void OnBnClickedButtonMsgClear();
public:
CListCtrl m_msgList;
};
|
44260080e2cf2a6365a50753cd24e9a1a7b717eb
|
28ec742cca66c25a7aacbfda5d907cfe94f45a67
|
/main.cpp
|
7db4ff1e1c67ab092cffe0fdef60d01983df9843
|
[] |
no_license
|
jinlin1/Reed-Solomon-Encoder-Decoder
|
8232e1b36a8fdbf88a0ece18fa2ad347637e9ae2
|
3d88b51f0331242a22194b0ad723fb40c11a7d14
|
refs/heads/master
| 2020-04-05T12:49:42.272122
| 2019-05-17T17:28:49
| 2019-05-17T17:28:49
| 156,882,416
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 8,371
|
cpp
|
main.cpp
|
#include <chrono>
#include <gtkmm.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include "Package.h"
#include "Parse.h"
#include "Encoder.h"
#include "Decoder.h"
void encode_button_clicked(Glib::RefPtr<Gtk::Builder> builder)
{
Gtk::Window* error_window;
Gtk::Label* error_msg_widget;
Gtk::ComboBoxText* gf_widget;
Gtk::ComboBoxText* prim_poly_widget;
Gtk::ComboBoxText* gen_poly_widget;
Gtk::TextView* msg_widget;
Gtk::TextView* output_widget;
Gtk::TextView* info_widget;
Gtk::TextBuffer* output_buffer;
Gtk::TextBuffer* info_buffer;
builder->get_widget("errwin", error_window);
builder->get_widget("errmsg", error_msg_widget);
builder->get_widget("GF Size", gf_widget);
builder->get_widget("Prim Poly", prim_poly_widget);
builder->get_widget("Gen Poly", gen_poly_widget);
builder->get_widget("msg", msg_widget);
builder->get_widget("output", output_widget);
builder->get_widget("info", info_widget);
string gfeStr = gf_widget->get_active_text();
string primpolyStr = prim_poly_widget->get_active_id() ;
string genpolyStr = gen_poly_widget->get_active_id();
string msgStr = msg_widget->get_buffer()->get_text();
stringstream ss;
if(msgStr.empty()) {
error_msg_widget->set_text("Message cannot be empty");
error_window->show();
return;
}
Parse parse = Parse(gfeStr, primpolyStr, genpolyStr, msgStr);
if(parse.getMsg().size() + parse.getGenpoly().size() >= 1 <<parse.getGfe() ){
error_msg_widget->set_text("Message contains too many symbols for the selected GF size and Generator Polynomial");
error_window->show();
return;
}
auto start = chrono::steady_clock::now();
Encoder encoder = Encoder();
Package package = encoder.encode(
parse.getGfe(),
parse.getPrimpoly(),
parse.getGenpoly(),
parse.getMsg());
auto end = chrono::steady_clock::now();
int data_size = sizeof(parse.getMsg());
double elapsed_time_us = chrono::duration_cast<chrono::microseconds>(end - start).count();
ss << "MSG: " << data_size << " B; Elapsed Time: " << elapsed_time_us << " µs; xfer rate: "<< ( data_size * 8 * 1000000 ) / ( elapsed_time_us * 1024 ) << " kbps";
info_widget->get_buffer()->set_text(ss.str());
output_widget->get_buffer()->set_text(package.getOutPolyStr());
}
void decode_button_clicked(Glib::RefPtr<Gtk::Builder> builder)
{
Gtk::Window* error_window;
Gtk::Label* error_msg_widget;
Gtk::ComboBoxText* gf_widget;
Gtk::ComboBoxText* prim_poly_widget;
Gtk::ComboBoxText* gen_poly_widget;
Gtk::TextView* msg_widget;
Gtk::TextView* output_widget;
Gtk::TextView* info_widget;
Gtk::TextBuffer* output_buffer;
Gtk::TextBuffer* info_buffer;
builder->get_widget("errwin", error_window);
builder->get_widget("errmsg", error_msg_widget);
builder->get_widget("GF Size", gf_widget);
builder->get_widget("Prim Poly", prim_poly_widget);
builder->get_widget("Gen Poly", gen_poly_widget);
builder->get_widget("msg", msg_widget);
builder->get_widget("output", output_widget);
builder->get_widget("info", info_widget);
string gfeStr = gf_widget->get_active_text();
string primpolyStr = prim_poly_widget->get_active_id() ;
string genpolyStr = gen_poly_widget->get_active_id();
string msgStr = msg_widget->get_buffer()->get_text();
stringstream ss;
if(msgStr.empty()) {
error_msg_widget->set_text("Message cannot be empty");
error_window->show();
return;
}
Parse parse = Parse(gfeStr, primpolyStr, genpolyStr, msgStr);
if(parse.getMsg().size() != pow(2, stoi(gfeStr)) -1) {
error_msg_widget->set_text("Message contains too few symbols for the selected GF size");
error_window->show();
return;
}
auto start = chrono::steady_clock::now();
Decoder decoder = Decoder();
Package package = decoder.decode(
parse.getGfe(),
parse.getPrimpoly(),
parse.getGenpoly(),
parse.getMsg());
auto end = chrono::steady_clock::now();
int data_size = sizeof(parse.getMsg());
double elapsed_time_us = chrono::duration_cast<chrono::microseconds>(end - start).count();
ss << "MSG: " << data_size << " B; Elapsed Time: " << elapsed_time_us << " µs; xfer rate: "<< ( data_size * 8 * 1000000 ) / ( elapsed_time_us * 1024 ) << " kbps";
info_widget->get_buffer()->set_text(ss.str());
if(package.getSuccess()) {
output_widget->get_buffer()->set_text(package.getOutPolyStr());
} else {
error_msg_widget->set_text(package.getErrorMessage());
error_window->show();
}
}
void populate_combo_box(Glib::RefPtr<Gtk::Builder> builder) {
Gtk::ComboBoxText* gf_widget;
builder->get_widget("GF Size", gf_widget);
ifstream infile("rsed.config");
string lineTemp;
while(!infile.eof()) {
getline(infile, lineTemp);
if(lineTemp.length() == 0) {
continue;
}
if(lineTemp.find("GF:") != string::npos) {
stringstream ss(lineTemp);
string label;
string gfValue;
getline(ss, label, ':');
getline(ss, gfValue, ':');
gf_widget->append(gfValue);
}
}
infile.close();
}
void change_combo_box(Glib::RefPtr<Gtk::Builder> builder) {
Gtk::ComboBoxText* gf_widget;
Gtk::ComboBoxText* prim_poly_widget;
Gtk::ComboBoxText* gen_poly_widget;
builder->get_widget("GF Size", gf_widget);
builder->get_widget("Prim Poly", prim_poly_widget);
builder->get_widget("Gen Poly", gen_poly_widget);
prim_poly_widget->remove_all();
gen_poly_widget->remove_all();
ifstream infile("rsed.config");
string lineTemp;
bool selectedField = false;
while(!infile.eof()) {
getline(infile, lineTemp);
if(lineTemp.length() == 0) {
continue;
}
if(lineTemp.find("GF:") != string::npos) {
stringstream ss(lineTemp);
string label;
string gfValue;
getline(ss, label, ':');
getline(ss, gfValue, ':');
if(gf_widget->get_active_text() == gfValue) {
selectedField = true;
}
}
if(selectedField) {
getline(infile, lineTemp);
bool isActivePrimPolyId = true;
bool isActiveGenPolyId = true;
while (lineTemp.length() != 0) {
stringstream ss(lineTemp);
string label;
string value;
getline(ss, label, ':');
getline(ss, value, ':');
stringstream token(value);
string tokenId;
string tokenValue;
getline(token, tokenId, '|');
getline(token, tokenValue, '|');
if(lineTemp.find("Prim:") != string::npos) {
prim_poly_widget->append(tokenId,tokenValue);
if(isActivePrimPolyId) {
prim_poly_widget->set_active_id(tokenId);
}
isActivePrimPolyId = false;
} else if(lineTemp.find("Gen:") != string::npos) {
gen_poly_widget->append(tokenId,tokenValue);
if(isActiveGenPolyId) {
gen_poly_widget->set_active_id(tokenId);
}
isActiveGenPolyId = false;
}
getline(infile, lineTemp);
}
break;
}
}
infile.close();
}
void close_window(Gtk::Window* window) {
window->hide();
}
int main(int argc, char *argv[])
{
auto app =
Gtk::Application::create(argc, argv,
"org.gtkmm.examples.base");
Gtk::Window* window;
Gtk::Window* errorWindow;
Gtk::ComboBoxText* gf_widget;
Gtk::Button* encodeButton;
Gtk::Button* decodeButton;
Gtk::Button* errorButton;
Glib::RefPtr<Gtk::Builder> builder = Gtk::Builder::create_from_file("ui1.glade");
builder->get_widget("mainwin", window);
builder->get_widget("errwin", errorWindow);
builder->get_widget("GF Size", gf_widget);
builder->get_widget("encode", encodeButton);
builder->get_widget("decode", decodeButton);
builder->get_widget("errbutton", errorButton);
populate_combo_box(builder);
gf_widget->signal_changed().connect(sigc::bind<Glib::RefPtr<Gtk::Builder>>(sigc::ptr_fun(&change_combo_box), builder));
encodeButton->signal_clicked().connect(sigc::bind<Glib::RefPtr<Gtk::Builder>>(sigc::ptr_fun(&encode_button_clicked), builder));
decodeButton->signal_clicked().connect(sigc::bind<Glib::RefPtr<Gtk::Builder>>(sigc::ptr_fun(&decode_button_clicked), builder));
errorButton->signal_clicked().connect(sigc::bind<Gtk::Window*>(sigc::ptr_fun(&close_window), errorWindow));
return app->run(*window);
}
|
48ebe11ecdf4345b326008541f6cc2a411c2b00e
|
bb844c108809aefa32fc46f1db0c07d670b19598
|
/src/AST/AST.cpp
|
434db4d27d086f368e0191ab0b363199cb67e89f
|
[] |
no_license
|
jdao55/toy-compiler
|
de81a2397820451c4d68fcc20743fbc0ba1839e6
|
1b182941004a80eba32b46cbb20456af973b1434
|
refs/heads/master
| 2021-07-05T07:58:36.994994
| 2020-12-22T01:16:46
| 2020-12-22T01:16:46
| 212,196,914
| 1
| 0
| null | 2020-08-17T22:12:43
| 2019-10-01T20:49:35
|
C++
|
UTF-8
|
C++
| false
| false
| 14,261
|
cpp
|
AST.cpp
|
#include "llvm/IR/Verifier.h"
#include "AST.hpp"
#include "../misc/util.hpp"
#include <fmt/format.h>
std::map<std::string, uint32_t> BinopPrecedence{ { "<", 10 }, { "+", 20 }, { "-", 20 }, { "*", 40 } };
llvm::Value *LogErrorV(std::string_view Str) { return util::logError<llvm::Value *>(Str); }
llvm::Function *getFunction(std::string Name, CodeModule &code_module)
{
// First, see if the function has already been added to the current module.
if (auto *F = code_module.TheModule->getFunction(Name)) return F;
// If not, check whether we can codegen the declaration from some existing
// prototype.
auto FI = code_module.FunctionProtos.find(Name);
if (FI != code_module.FunctionProtos.end()) return FI->second->codegen(code_module);
// If no existing prototype exists, return null.
return nullptr;
}
/// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
/// the function. This is used for mutable variables etc.
llvm::AllocaInst *CreateEntryBlockAlloca(llvm::Function *TheFunction, llvm::StringRef VarName, CodeModule &code_module)
{
llvm::IRBuilder<> TmpB(&TheFunction->getEntryBlock(), TheFunction->getEntryBlock().begin());
return TmpB.CreateAlloca(llvm::Type::getDoubleTy(code_module.TheContext), nullptr, VarName);
}
llvm::Value *NumberExprAST::codegen(CodeModule &code_module)
{
return llvm::ConstantFP::get(code_module.TheContext, llvm::APFloat(Val));
}
llvm::Value *VariableExprAST::codegen(CodeModule &code_module)
{
// Look this variable up in the function.
llvm::Value *V = code_module.NamedValues[Name];
if (!V) return LogErrorV(fmt::format("Unknown variable name: {}", Name));
// Load the value.
return code_module.Builder.CreateLoad(V, Name.c_str());
}
llvm::Value *UnaryExprAST::codegen(CodeModule &code_module)
{
llvm::Value *OperandV = Operand->codegen(code_module);
if (!OperandV) return nullptr;
llvm::Function *F = getFunction(std::string("unary") + Opcode, code_module);
if (!F) return LogErrorV("Unknown unary operator");
return code_module.Builder.CreateCall(F, OperandV, "unop");
}
llvm::Value *BinaryExprAST::codegen(CodeModule &code_module)
{
// Special case '=' because we don't want to emit the LHS as an expression.
if (Op == '=')
{
// Assignment requires the LHS to be an identifier.
// This assume we're building without RTTI because LLVM builds that way by
// default. If you build LLVM with RTTI this can be changed to a
// dynamic_cast for automatic error checking.
VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get());
if (!LHSE) return LogErrorV("destination of '=' must be a variable");
// Codegen the RHS.
llvm::Value *Val = RHS->codegen(code_module);
if (!Val) return nullptr;
// Look up the name.
llvm::Value *Variable = code_module.NamedValues[LHSE->getName()];
if (!Variable) return LogErrorV("Unknown variable name");
code_module.Builder.CreateStore(Val, Variable);
return Val;
}
llvm::Value *L = LHS->codegen(code_module);
llvm::Value *R = RHS->codegen(code_module);
if (!L || !R) return nullptr;
switch (Op)
{
case '+':
return code_module.Builder.CreateFAdd(L, R, "addtmp");
case '-':
return code_module.Builder.CreateFSub(L, R, "subtmp");
case '*':
return code_module.Builder.CreateFMul(L, R, "multmp");
case '<':
L = code_module.Builder.CreateFCmpULT(L, R, "cmptmp");
// Convert bool 0/1 to double 0.0 or 1.0
return code_module.Builder.CreateUIToFP(L, llvm::Type::getDoubleTy(code_module.TheContext), "booltmp");
default:
break;
}
// If it wasn't a builtin binary operator, it must be a user defined one. Emit
// a call to it.
llvm::Function *F = getFunction(std::string("binary") + Op, code_module);
assert(F && "binary operator not found!");
llvm::Value *Ops[] = { L, R };
return code_module.Builder.CreateCall(F, Ops, "binop");
}
llvm::Value *CallExprAST::codegen(CodeModule &code_module)
{
// Look up the name in the global module table.
llvm::Function *CalleeF = getFunction(Callee, code_module);
if (!CalleeF) return LogErrorV("Unknown function referenced");
// If argument mismatch error.
if (CalleeF->arg_size() != Args.size()) return LogErrorV("Incorrect # arguments passed");
std::vector<llvm::Value *> ArgsV;
for (size_t i = 0, e = Args.size(); i != e; ++i)
{
ArgsV.push_back(Args[i]->codegen(code_module));
if (!ArgsV.back()) return nullptr;
}
return code_module.Builder.CreateCall(CalleeF, ArgsV, "calltmp");
}
llvm::Value *IfExprAST::codegen(CodeModule &code_module)
{
llvm::Value *CondV = Cond->codegen(code_module);
if (!CondV) return nullptr;
// Convert condition to a bool by comparing non-equal to 0.0.
CondV = code_module.Builder.CreateFCmpONE(
CondV, llvm::ConstantFP::get(code_module.TheContext, llvm::APFloat(0.0)), "ifcond");
llvm::Function *TheFunction = code_module.Builder.GetInsertBlock()->getParent();
// Create blocks for the then and else cases. Insert the 'then' block at the
// end of the function.
llvm::BasicBlock *ThenBB = llvm::BasicBlock::Create(code_module.TheContext, "then", TheFunction);
llvm::BasicBlock *ElseBB = llvm::BasicBlock::Create(code_module.TheContext, "else");
llvm::BasicBlock *MergeBB = llvm::BasicBlock::Create(code_module.TheContext, "ifcont");
code_module.Builder.CreateCondBr(CondV, ThenBB, ElseBB);
// Emit then value.
code_module.Builder.SetInsertPoint(ThenBB);
llvm::Value *ThenV = Then->codegen(code_module);
if (!ThenV) return nullptr;
code_module.Builder.CreateBr(MergeBB);
// Codegen of 'Then' can change the current block, update ThenBB for the PHI.
ThenBB = code_module.Builder.GetInsertBlock();
// Emit else block.
TheFunction->getBasicBlockList().push_back(ElseBB);
code_module.Builder.SetInsertPoint(ElseBB);
llvm::Value *ElseV = Else->codegen(code_module);
if (!ElseV) return nullptr;
code_module.Builder.CreateBr(MergeBB);
// Codegen of 'Else' can change the current block, update ElseBB for the PHI.
ElseBB = code_module.Builder.GetInsertBlock();
// Emit merge block.
TheFunction->getBasicBlockList().push_back(MergeBB);
code_module.Builder.SetInsertPoint(MergeBB);
llvm::PHINode *PN = code_module.Builder.CreatePHI(llvm::Type::getDoubleTy(code_module.TheContext), 2, "iftmp");
PN->addIncoming(ThenV, ThenBB);
PN->addIncoming(ElseV, ElseBB);
return PN;
}
// Output for-loop as:
// var = alloca double
// ...
// start = startexpr
// store start -> var
// goto loop
// loop:
// ...
// bodyexpr
// ...
// loopend:
// step = stepexpr
// endcond = endexpr
//
// curvar = load var
// nextvar = curvar + step
// store nextvar -> var
// br endcond, loop, endloop
// outloop:
llvm::Value *ForExprAST::codegen(CodeModule &code_module)
{
llvm::Function *TheFunction = code_module.Builder.GetInsertBlock()->getParent();
// Create an alloca for the variable in the entry block.
llvm::AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName, code_module);
// Emit the start code first, without 'variable' in scope.
llvm::Value *StartVal = Start->codegen(code_module);
if (!StartVal) return nullptr;
// Store the value into the alloca.
code_module.Builder.CreateStore(StartVal, Alloca);
// Make the new basic block for the loop header, inserting after current
// block.
llvm::BasicBlock *LoopBB = llvm::BasicBlock::Create(code_module.TheContext, "loop", TheFunction);
// Insert an explicit fall through from the current block to the LoopBB.
code_module.Builder.CreateBr(LoopBB);
// Start insertion in LoopBB.
code_module.Builder.SetInsertPoint(LoopBB);
// Within the loop, the variable is defined equal to the PHI node. If it
// shadows an existing variable, we have to restore it, so save it now.
llvm::AllocaInst *OldVal = code_module.NamedValues[VarName];
code_module.NamedValues[VarName] = Alloca;
// Emit the body of the loop. This, like any other expr, can change the
// current BB. Note that we ignore the value computed by the body, but don't
// allow an error.
if (!Body->codegen(code_module)) return nullptr;
// Emit the step value.
llvm::Value *StepVal = nullptr;
if (Step)
{
StepVal = Step->codegen(code_module);
if (!StepVal) return nullptr;
}
else
{
// If not specified, use 1.0.
StepVal = llvm::ConstantFP::get(code_module.TheContext, llvm::APFloat(1.0));
}
// Compute the end condition.
llvm::Value *EndCond = End->codegen(code_module);
if (!EndCond) return nullptr;
// Reload, increment, and restore the alloca. This handles the case where
// the body of the loop mutates the variable.
llvm::Value *CurVar = code_module.Builder.CreateLoad(Alloca, VarName.c_str());
llvm::Value *NextVar = code_module.Builder.CreateFAdd(CurVar, StepVal, "nextvar");
code_module.Builder.CreateStore(NextVar, Alloca);
// Convert condition to a bool by comparing non-equal to 0.0.
EndCond = code_module.Builder.CreateFCmpONE(
EndCond, llvm::ConstantFP::get(code_module.TheContext, llvm::APFloat(0.0)), "loopcond");
// Create the "after loop" block and insert it.
llvm::BasicBlock *AfterBB = llvm::BasicBlock::Create(code_module.TheContext, "afterloop", TheFunction);
// Insert the conditional branch into the end of LoopEndBB.
code_module.Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
// Any new code will be inserted in AfterBB.
code_module.Builder.SetInsertPoint(AfterBB);
// Restore the unshadowed variable.
if (OldVal)
code_module.NamedValues[VarName] = OldVal;
else
code_module.NamedValues.erase(VarName);
// for expr always returns 0.0.
return llvm::Constant::getNullValue(llvm::Type::getDoubleTy(code_module.TheContext));
}
llvm::Value *VarExprAST::codegen(CodeModule &code_module)
{
std::vector<llvm::AllocaInst *> OldBindings;
llvm::Function *TheFunction = code_module.Builder.GetInsertBlock()->getParent();
// Register all variables and emit their initializer.
for (size_t i = 0, e = VarNames.size(); i != e; ++i)
{
const std::string &VarName = VarNames[i].first;
ExprAST *Init = VarNames[i].second.get();
// Emit the initializer before adding the variable to scope, this prevents
// the initializer from referencing the variable itself, and permits stuff
// like this:
// var a = 1 in
// var a = a in ... # refers to outer 'a'.
llvm::Value *InitVal;
if (Init)
{
InitVal = Init->codegen(code_module);
if (!InitVal) return nullptr;
}
else
{// If not specified, use 0.0.
InitVal = llvm::ConstantFP::get(code_module.TheContext, llvm::APFloat(0.0));
}
llvm::AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName, code_module);
code_module.Builder.CreateStore(InitVal, Alloca);
// Remember the old variable binding so that we can restore the binding when
// we unrecurse.
OldBindings.push_back(code_module.NamedValues[VarName]);
// Remember this binding.
code_module.NamedValues[VarName] = Alloca;
}
// Codegen the body, now that all vars are in scope.
llvm::Value *BodyVal = Body->codegen(code_module);
if (!BodyVal) return nullptr;
// Pop all our variables from scope.
for (size_t i = 0, e = VarNames.size(); i != e; ++i) code_module.NamedValues[VarNames[i].first] = OldBindings[i];
// Return the body computation.
return BodyVal;
}
llvm::Function *PrototypeAST::codegen(CodeModule &code_module)
{
// Make the function type: double(double,double) etc.
std::vector<llvm::Type *> Doubles(Args.size(), llvm::Type::getDoubleTy(code_module.TheContext));
llvm::FunctionType *FT = llvm::FunctionType::get(llvm::Type::getDoubleTy(code_module.TheContext), Doubles, false);
llvm::Function *F = llvm::Function::Create(FT, llvm::Function::ExternalLinkage, Name, code_module.TheModule.get());
// Set names for all arguments.
unsigned Idx = 0;
for (auto &Arg : F->args()) Arg.setName(Args[Idx++]);
return F;
}
llvm::Function *FunctionAST::codegen(CodeModule &code_module)
{
// Transfer ownership of the prototype to the FunctionProtos map, but keep a
// reference to it for use below.
auto &P = *Proto;
code_module.FunctionProtos[Proto->getName()] = std::move(Proto);
llvm::Function *TheFunction = getFunction(P.getName(), code_module);
if (!TheFunction) return nullptr;
// If this is an operator, install it.
if (P.isBinaryOp()) BinopPrecedence[P.getName()] = P.getBinaryPrecedence();
// Create a new basic block to start insertion into.
llvm::BasicBlock *BB = llvm::BasicBlock::Create(code_module.TheContext, "entry", TheFunction);
code_module.Builder.SetInsertPoint(BB);
// Record the function arguments in the NamedValues map.
code_module.NamedValues.clear();
for (auto &Arg : TheFunction->args())
{
// Create an alloca for this variable.
llvm::AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName(), code_module);
// Store the initial value into the alloca.
code_module.Builder.CreateStore(&Arg, Alloca);
// Add arguments to variable symbol table.
code_module.NamedValues[std::string(Arg.getName())] = Alloca;
}
if (llvm::Value *RetVal = Body->codegen(code_module))
{
// Finish off the function.
code_module.Builder.CreateRet(RetVal);
// Validate the generated code, checking for consistency.
llvm::verifyFunction(*TheFunction);
return TheFunction;
}
// Error reading body, remove function.
TheFunction->eraseFromParent();
if (P.isBinaryOp()) BinopPrecedence.erase(P.getName());
return nullptr;
}
|
2acdbb39dd0bf7c2ab444093961f167b37a40875
|
f444bfd99194475fd394ef2a63a37fc3b8937440
|
/KonoCPP/Human.h
|
105aec3fbf8199bd184043da1603eee050bf4d80
|
[] |
no_license
|
taweisse/kono-cpp
|
abc61cebe7ce459790ee9211d9da909003ab9a27
|
72f82c0bb57a0dd62dcaca4124227d90b0360f71
|
refs/heads/master
| 2021-09-06T11:45:38.047228
| 2018-02-06T06:43:49
| 2018-02-06T06:43:49
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 508
|
h
|
Human.h
|
#pragma once
#include <string>
#include "Player.h"
#include "Helpers.h"
using namespace std;
class Human : public Player
{
public:
Human(const helpers::Color& = helpers::NullColor, const int& = 0);
// Displays a menu to the player before they actually make a move.
virtual const Move PrePlay(Board&);
// Actually make a move.
virtual const Move Play(Board&);
// Returns the name of the player.
virtual inline const PlayerType GetType() const {
return human;
}
};
|
25edef5f3c6634957aaba067bc6860aeb1729ba8
|
b294e49b0ac4305e433d90a179eb309e6ba9238e
|
/graphics/applications/view_points/shape_reader_base.h
|
4ccbdc6bd0a61cfab2b5c92b6d603908a804af0e
|
[
"BSD-2-Clause"
] |
permissive
|
NEU-LC/snark
|
beeb81fc2d66a543035d9e576f100483c8c10a98
|
db890f73f4c4bbe679405f3a607fd9ea373deb2c
|
refs/heads/master
| 2023-08-16T09:24:29.362774
| 2021-08-25T01:12:48
| 2021-08-25T01:12:48
| 418,307,005
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,594
|
h
|
shape_reader_base.h
|
// Copyright (c) 2017 The University of Sydney
#pragma once
#include <Eigen/Core>
#include "../../../math/interval.h"
#include "reader.h"
#include "types.h"
#include "../../block_buffer.h"
namespace snark { namespace graphics { namespace view {
class shape_reader_base : public Reader
{
public:
void add_vertex( const vertex_t& v, unsigned int block );
void add_label( const label_t& l, unsigned int block );
void extent_hull( const snark::math::closed_interval< float, 3 >& x );
void extent_hull( const Eigen::Vector3f& p );
protected:
shape_reader_base( const reader_parameters& params, colored* c, const std::string& label, std::size_t shape_size );
block_buffer< vertex_t > buffer_;
block_buffer< label_t > labels_;
};
shape_reader_base::shape_reader_base( const reader_parameters& params, colored* c, const std::string& label, std::size_t shape_size )
: Reader( params, c, label )
, buffer_( size * shape_size )
, labels_( size )
{
}
inline void shape_reader_base::add_vertex( const vertex_t& v, unsigned int block ) { buffer_.add( v, block ); }
inline void shape_reader_base::add_label( const label_t& l, unsigned int block ) { labels_.add( l, block ); }
inline void shape_reader_base::extent_hull( const snark::math::closed_interval< float, 3 >& x ) { m_extents = m_extents ? m_extents->hull( x ) : x; }
inline void shape_reader_base::extent_hull( const Eigen::Vector3f& p ) { m_extents = m_extents ? m_extents->hull( p ) : snark::math::closed_interval< float, 3 >( p ); }
} } } // namespace snark { namespace graphics { namespace view {
|
457879ab92421885287e7994686bc7ba5dd6299e
|
366e2cdd40f6afef727cf24f71c70e555410fef5
|
/dev/exceptions/badindex.cpp
|
56641ba3db95c1ee2b955f6d109e1ba5dbc657b9
|
[] |
no_license
|
benkopolis/kmeanstriangleclustering
|
20a1060040074dfd28125c8b87b2d387e6bf65f5
|
8714d70f1a3e6542d44cfe16e29ce97de64622ff
|
refs/heads/master
| 2020-12-24T13:17:10.643581
| 2017-03-22T20:31:07
| 2017-03-22T20:31:07
| 32,231,248
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 307
|
cpp
|
badindex.cpp
|
#include "badindex.h"
BadIndex::BadIndex(const char *file, int line) :
_data("Given index is out of range", file, line)
{
}
BadIndex::BadIndex(const char * msg, const char *file, int line) :
_data(msg, file, line)
{
}
const char *BadIndex::what() const throw()
{
return this->_data.what();
}
|
849882d942534e8b828dd8ca1ba7d747988796a5
|
7b884afc99055f0734435d918a9e11cdcede3499
|
/GameTutorial/CSniperBoss.cpp
|
f2797a1cd5b2a0beb785de09f9cc16739bd380f6
|
[] |
no_license
|
doanhtdpl/game-con-tra
|
5ea83a20a15632fe7facd89910b4754a212f0305
|
c3dc9e0e49e71d35f82326ec8f387130154b1ca0
|
refs/heads/master
| 2020-06-05T02:09:10.183272
| 2015-01-23T17:35:01
| 2015-01-23T17:35:01
| 40,470,425
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 8,598
|
cpp
|
CSniperBoss.cpp
|
#include "CSniperBoss.h"
#include "CPoolingObject.h"
#include "CCollision.h"
#include "CContra.h"
#include "CLoadGameObject.h"
#include "CCamera.h"
#include "CManageAudio.h"
CSniperBoss::CSniperBoss(void)
{
this->Init();
}
CSniperBoss::CSniperBoss(const std::vector<int> &info)
{
if(!info.empty())
{
this->m_id = info.at(0) % 1000;
this->m_idType = info.at(0) / 1000;
this->m_pos = D3DXVECTOR2(info.at(1), info.at(2));
this->m_width = info.at(3);
this->m_height = info.at(4);
}
this->Init();//
}
// Ham khoi tao
void CSniperBoss::Init()
{
this->m_idImage = 0;
this->m_isALive = true;
this->m_isAnimatedSprite = true;
this->m_width = 48.0f;
this->m_height = 80.0f;
this->m_left = false;
//Khoi tao cac thong so chuyen doi sprite
this->m_currentTime = 0;
this->m_currentFrame = 0;
this->m_elapseTimeChangeFrame = 0.25f;
this->m_increase = 1;
this->m_totalFrame = 8;
this->m_column = 8;
//
this->m_isShoot = false;
this->m_stateCurrent = SNIPERBOSS_STATE::SNB_IS_HIDING;
this->m_bulletCount = 0;
this->m_timeDelay = 2.0f;
this->m_timeDelayForStand = 0.8f;
this->m_waitForGrowUp = 0.0f;
this->m_waitForChangeToDie = 0.0f;
this->m_allowShoot = true;
//
this->SetLayer(LAYER::ENEMY);
}
void CSniperBoss::Update(float deltaTime)
{
}
void CSniperBoss::Update(float deltaTime, std::vector<CGameObject*>* listObjectCollision)
{
if (this->IsAlive())
{
this->SetFrame(deltaTime);
this->ChangeFrame(deltaTime);
this->BulletUpdate(deltaTime);
if (this->m_currentFrame != 0)
{
this->OnCollision(deltaTime, nullptr);
}
}
else
{
//play sound
ManageAudio::GetInstance()->stopSound(TypeAudio::ENEMY_DEAD_SFX);
}
}
void CSniperBoss::OnCollision(float deltaTime, std::vector<CGameObject*>* listObjectCollision)
{
float normalX = 0;
float normalY = 0;
float moveX = 0.0f;
float moveY = 0.0f;
float timeCollision;
for (std::vector<CBullet*>::iterator it = CPoolingObject::GetInstance()->m_listBulletOfObject.begin(); it != CPoolingObject::GetInstance()->m_listBulletOfObject.end();)
{
CGameObject* obj = *it;
timeCollision = CCollision::GetInstance()->Collision(obj, this, normalX, normalY, moveX, moveY, deltaTime);
if((timeCollision > 0.0f && timeCollision < 1.0f) || timeCollision == 2.0f)
{
if(obj->IsAlive() && obj->GetLayer() == LAYER::PLAYER)
{
// Gan trang thai die cho doi tuong
this->m_stateCurrent = SNB_IS_DIE;
// Xoa vien dan ra khoi d.s
it = CPoolingObject::GetInstance()->m_listBulletOfObject.erase(it);
//play sound
ManageAudio::GetInstance()->playSound(TypeAudio::ENEMY_DEAD_SFX);
}
else
++it;
}
else
{
++it;
}
}
}
void CSniperBoss::BulletUpdate(float deltaTime)
{
#pragma region THIET LAP GOC BAN
D3DXVECTOR2 posContra = CContra::GetInstance()->GetPos();
float spaceX = posContra.x - this->m_pos.x; //
float spaceY = posContra.y - this->m_pos.y;
double shootAngleNormal = PI / 10; //
double angle = 0.0f;
if(spaceX != 0)
{
angle = atan(spaceY / abs(spaceX));
if(angle < 0)
{
//Chuyen sang toa do duong
angle += 2*PI;
}
if(int(angle / shootAngleNormal) != 0 && int(angle / shootAngleNormal) != 10)
angle = (int(angle / shootAngleNormal) + 1) * shootAngleNormal;
else
angle = (int(angle / shootAngleNormal)) * shootAngleNormal;
}
else
{
if(spaceY > 0)
{
angle = PI/2;
}
else
{
angle = -PI/2;
}
}
#pragma endregion
#pragma region THIET LAP TRANG THAI BAN
if(this->m_isShoot && this->m_stateCurrent != SNB_IS_DIE)
{
angle = (angle > 2 * PI) ? angle - 2*PI : angle;
int space = int(angle / shootAngleNormal);
switch(space)
{
case 0: case 10: case 20:
{
this->m_stateShoot = SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_NORMAL;
break;
}
case 11: case 12: case 13: case 14: case 16: case 17: case 18: case 19:
{
this->m_stateShoot = SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_DIAGONAL_DOWN;
break;
}
case 15:
{
this->m_stateShoot = SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_DOWN;
break;
}
}
}
#pragma endregion
#pragma region KHOI TAO MOT VIEN DAN THEO HUONG
D3DXVECTOR2 offset;
switch(this->m_stateShoot)
{
case SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_NORMAL:
{
if (this->m_left)
{
offset.x = this->m_width / 2;
offset.y = 17.0f;
}
else
{
offset.y = 17.0f;
offset.x = 0;
}
break;
}
case SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_DOWN:
{
if (this->m_left)
{
offset.y = 0;
offset.x = this->m_width / 2;
}
else
{
offset.y = 0.0f;
offset.x = this->m_width / 2;
}
break;
}
case SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_DIAGONAL_DOWN:
{
if (this->m_left)
{
offset.y = -8.0f;
offset.x = this->m_width / 2;
}
else
{
offset.y = -8.0f;
offset.x = -10.0f;
}
break;
}
default:
{
break;
}
}
#pragma endregion
#pragma region THIET LAP TOC DO DAN
if (this->m_currentFrame == 4 && this->m_increase >= 1)
{
this->m_isShoot = true;
this->m_stateCurrent = SNIPERBOSS_STATE::SNB_IS_SHOOTING;
}
// Cho phep ban dan
if(this->m_isShoot)
{
// Sau khi ban xong
if(m_bulletCount > 2 && this->m_stateCurrent == SNIPERBOSS_STATE::SNB_IS_SHOOTING)
{
this->m_currentFrame = 5;
this->m_increase = 0;
if (this->m_timeDelayForStand > 0.8f)
{
this->m_bulletCount = 0;
this->m_isShoot = false;
this->m_timeDelayForStand = 0.0f;
this->m_increase = -1;
this->m_stateCurrent = SNIPERBOSS_STATE::SNB_IS_HIDING;
}
this->m_timeDelayForStand += deltaTime;
}
else
{
if(this->m_timeDelay >= 0.35f)
{
CBullet_N* bullet = new CBullet_N(angle, this->m_pos, offset, !this->m_left);
bullet->SetLayer(LAYER::ENEMY);
CPoolingObject::GetInstance()->m_listBulletOfObject.push_back(bullet);
this->m_timeDelay = 0;
m_bulletCount ++;
}
m_timeDelay += deltaTime;
}
}
#pragma endregion
}
void CSniperBoss::SetFrame(float deltaTime)
{
//Chuyen doi frame
switch (this->m_stateCurrent)
{
case SNIPERBOSS_STATE::SNB_IS_HIDING:
{
this->m_startFrame = 0;
this->m_endFrame = 4;
if (this->m_currentFrame == 0)
{
this->m_increase = 0;
if (this->m_waitForGrowUp > 0.4f)
{
this->m_waitForGrowUp = 0.0f;
this->m_increase = 1;
}
this->m_waitForGrowUp += deltaTime;
}
break;
}
case SNIPERBOSS_STATE::SNB_IS_SHOOTING:
{
this->m_startFrame = 4;
this->m_endFrame = 7;
break;
}
case SNIPERBOSS_STATE::SNB_IS_DIE:
{
this->m_currentFrame = 5;
this->m_startFrame = 5;
this->m_endFrame = 5;
// dich chuyen doi tuong.
if (this->m_waitForChangeToDie <= 0.2f)
{
this->m_waitForChangeToDie += deltaTime;
this->m_pos.y += 3;
this->m_pos.x -= 1;
}
else
{
// Lay doi tuong ra
CEnemyEffect* effect = CPoolingObject::GetInstance()->GetEnemyEffect();
effect->SetAlive(true);
effect->SetPos(this->m_pos);
this->m_isALive = false;
}
break;
}
default:
break;
}
// Neu trang thai dang ban, moi set lai frame
if (this->m_stateCurrent == SNIPERBOSS_STATE::SNB_IS_SHOOTING)
{
switch (this->m_stateShoot)
{
case SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_NORMAL:
{
if(this->m_isShoot)
{
this->m_startFrame = 4;
this->m_endFrame = 5;
}
else
{
this->m_startFrame = 4;
this->m_endFrame = 4;
}
break;
}
case SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_DIAGONAL_DOWN: case SNIPERBOSS_SHOOT_STATE::SNB_IS_SHOOTING_DOWN:
{
if(this->m_isShoot)
{
this->m_startFrame = 6;
this->m_endFrame = 7;
}
else
{
this->m_startFrame = 6;
this->m_endFrame = 6;
}
break;
}
default:
break;
}
}
}
RECT* CSniperBoss::GetBound()
{
return nullptr;
}
RECT* CSniperBoss::GetRectRS()
{
return this->UpdateRectResource(this->m_height, this->m_width);
}
Box CSniperBoss::GetBox()
{
if (this->m_stateCurrent == SNIPERBOSS_STATE::SNB_IS_HIDING)
{
return Box(this->m_pos.x, this->m_pos.y - 20, this->m_width - 20, this->m_height - 50, 0, 0);
}
else
{
return Box(this->m_pos.x, this->m_pos.y, this->m_width - 20, this->m_height - 4, 0, 0);
}
}
CSniperBoss::~CSniperBoss()
{
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.