blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
1138cc5e6815efa91f1af4a0a0a6662e57aa85e7
e2ef7cc247d7aec8613f6a188ccf74e58fc763f5
/FramworkApSampler/Include/ProcessInterfaceZS.h
0095b28f0b4189f685aca9362f28e203f7cc9c2b
[ "MIT" ]
permissive
springwindyike/Quotation
06886eb0ea2d0b262ba7022361ba9e2c9326369f
7b5aadb77872d4a075cb6ab1ab03ff7ac10ec7f6
refs/heads/master
2021-09-26T12:37:55.090333
2018-10-30T09:43:50
2018-10-30T09:43:50
null
0
0
null
null
null
null
GB18030
C++
false
false
1,911
h
//协议流程 适用于如下接口的服务端流程: // #ifndef _PROCESS_INTERFACE_ZS_H #define _PROCESS_INTERFACE_ZS_H #include "CommApSampler.h" #include "ProcessInterfaceNm.h" #include "SamplerPacket.h" #include "ApConstant.h" using namespace std; class COMMAPSAMPLER_CLASS CProcessInterfaceZS : public CProcessInterfaceSvrNm { public: CProcessInterfaceZS(void); ~CProcessInterfaceZS(void); typedef struct tagGessPktInfo { unsigned long ulIdleInterval; //空闲时正常发送Hello间隔时间,也是链路上的最长净空时间 unsigned long ulIntervalReSend; //无应答后重检查间隔 unsigned long ulHelloReSend; //无应答而重发心跳的次数 bool blNeedLogin; //是否需要登录 std::string node_type; std::string node_id; std::string node_name; std::string host_id; std::string sUserName; //做客户时向服务端登录用户名 std::string sPassword; //做客户时向服务端登录密码 } GessPktInfo,*PGessPktInfo; int Init(CConfig * pCfg); virtual int OnAccept(); // 作服务端接收到连接后回调 virtual void OnClose(); // 断开连接时调用 int GetNmKey(string& sKey); protected: //父类定义的回调函数实现 virtual int OnPacket(char * pData, size_t nSize); virtual void GetPacketInfo(PacketInfo & stInfo);//报文格式信息 virtual int HandleTimeout(unsigned long& ulTmSpan); //virtual bool IsLogin() {return m_blIsLogin;} //登录状态 //协议定义的交互报文 //virtual int OnLogin(CTradePacket & GessPacket); private: int SendHello(); int OnHello(CSamplerPacket & GessPacket); static GessPktInfo m_GessPktInfo; static bool m_blGessPktInfoInited; //bool m_blIsLogin; //登录状态 CConfig * m_pCfg; CGessMutex m_csZS; unsigned long m_uiCountNoAlive; //超时无来报文次数 unsigned long m_uiCountSended; //无应答后已发送心跳次数 }; #endif
646598ef3e5014e0ae6b3edf35df798fad70051d
f0b7bcc41298354b471a72a7eeafe349aa8655bf
/codebase/libs/radar/src/include/radar/chill_to_iwrf.hh
cd7a089e6d8010ec1638f29209eb4a561e0e324f
[ "BSD-3-Clause" ]
permissive
NCAR/lrose-core
23abeb4e4f1b287725dc659fb566a293aba70069
be0d059240ca442883ae2993b6aa112011755688
refs/heads/master
2023-09-01T04:01:36.030960
2023-08-25T00:41:16
2023-08-25T00:41:16
51,408,988
90
53
NOASSERTION
2023-08-18T21:59:40
2016-02-09T23:36:25
C++
UTF-8
C++
false
false
6,362
hh
// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* // ** Copyright UCAR (c) 1990 - 2016 // ** University Corporation for Atmospheric Research (UCAR) // ** National Center for Atmospheric Research (NCAR) // ** Boulder, Colorado, USA // ** BSD licence applies - redistribution and use in source and binary // ** forms, with or without modification, are permitted provided that // ** the following conditions are met: // ** 1) If the software is modified to produce derivative works, // ** such modified software should be clearly marked, so as not // ** to confuse it with the version available from UCAR. // ** 2) Redistributions of source code must retain the above copyright // ** notice, this list of conditions and the following disclaimer. // ** 3) Redistributions in binary form must reproduce the above copyright // ** notice, this list of conditions and the following disclaimer in the // ** documentation and/or other materials provided with the distribution. // ** 4) Neither the name of UCAR nor the names of its contributors, // ** if any, may be used to endorse or promote products derived from // ** this software without specific prior written permission. // ** DISCLAIMER: THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS // ** OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED // ** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* /******************************************************************/ /** * * /file <chill_to_iwrf.hh> * * Utility routines for converting chill time series * data to iwrf time series format * Functions for handling moments and time series radar data. * * CSU-CHILL/NCAR * IWRF - INTEGRATED WEATHER RADAR FACILILTY * * Mike Dixon, RAL, NCAR, Boulder, CO * Feb 2009 * *********************************************************************/ #ifndef _CHILL_TO_IWRF_ #define _CHILL_TO_IWRF_ #include <cstdio> #include <string> #include <radar/iwrf_data.h> #include <radar/iwrf_functions.hh> #include <radar/chill_types.h> using namespace std; // functions // string representation of chill enums extern string chill_scan_type_to_str(int scan_type); extern string chill_follow_mode_to_str(int follow_mode); extern string chill_pol_mode_to_str(int pol_mode); extern string chill_pulse_type_to_str(int pulse_type); extern string chill_test_type_to_str(int test_type); extern string chill_event_notice_cause_to_str(int event_notice_cause); // printing extern void chill_generic_packet_header_print (ostream &out, const generic_packet_header_t &hdr); extern void chill_radar_info_print(ostream &out, const radar_info_t &info); extern void chill_scan_seg_print(ostream &out, const scan_seg_t &seg); extern void chill_proc_info_print(ostream &out, const processor_info_t &proc); extern void chill_power_update_print(ostream &out, const power_update_t &pup); extern void chill_xmit_sample_print(ostream &out, const xmit_sample_t &xmit); extern void chill_event_notice_print(ostream &out, const event_notice_t &event); extern void chill_cal_terms_print(ostream &out, const cal_terms_t &cal); extern void chill_phasecode_print(ostream &out, const phasecode_t &code); extern void chill_xmit_info_print(ostream &out, const xmit_info_t &info); extern void chill_ant_corr_print(ostream &out, const antenna_correction_t &corr); extern void chill_sdb_version_print(ostream &out, const sdb_version_hdr_t &version); ////////////////////////////////////////////// // load up IWRF structs from CHILL structs extern void chill_iwrf_radar_info_load(const radar_info_t &info, si64 seq_num, iwrf_radar_info_t &iwrf); extern void chill_iwrf_scan_seg_load(const scan_seg_t &info, si64 seq_num, iwrf_scan_segment_t &iwrf); extern void chill_iwrf_ant_corr_load(const antenna_correction_t &corr, si64 seq_num, iwrf_antenna_correction_t &iwrf); extern void chill_iwrf_ts_proc_load(const processor_info_t &proc, si64 seq_num, iwrf_ts_processing_t &iwrf); extern void chill_iwrf_xmit_power_load(const power_update_t &pwr, si64 seq_num, iwrf_xmit_power_t &iwrf); extern void chill_iwrf_xmit_sample_load(const xmit_sample_t &sample, si64 seq_num, iwrf_xmit_sample_t &iwrf); extern void chill_iwrf_xmit_info_load(const xmit_info_t &info, si64 seq_num, iwrf_xmit_info_t &iwrf); extern void chill_iwrf_calibration_load(const radar_info_t &rinfo, const cal_terms_t &cal, const power_update_t &pwr, si64 seq_num, iwrf_calibration_t &iwrf); extern void chill_iwrf_event_notice_load(const event_notice_t &event, const scan_seg_t &scan, si64 seq_num, iwrf_event_notice_t &iwrf); extern void chill_iwrf_phasecode_load(const phasecode_t &code, si64 seq_num, iwrf_phasecode_t &iwrf); #endif
a0b72833243c7f76c3ceff212fb05aa505df5648
614b0ef75290b69464b614ab636c2fe9faed115d
/Genie_final/Genie_final.ino
1cd4acffef98e3853fe91d1b9891322c3250602e
[]
no_license
ArshGuddu99/puppet_show7.0
65931fe1e3bf0c6e9b0a0bea663d6a62d2b81d2d
9f81ce4b67cb2faba6984b936d58c4ae48fa7ca9
refs/heads/master
2020-03-28T14:32:04.074100
2019-01-03T07:20:36
2019-01-03T07:20:36
148,495,944
0
0
null
null
null
null
UTF-8
C++
false
false
2,863
ino
// defines pins numbers #include<SD.h> #include<SPI.h> #include<AccelStepper.h> /* Arduino MEGA MOSI -51 MISO - 50 SCK - 52 CS - 53 */ const int a_1= 9; const int a_2= 8; const int a_3= 7; const int a_4= 6; const int b_1= A3; const int b_2= A4; const int b_3= A1; const int b_4= A0; int j; AccelStepper a(AccelStepper::FULL4WIRE, a_1, a_2, a_3, a_4); AccelStepper b(AccelStepper::FULL4WIRE, b_1, b_2, b_3, b_4); int reading; int file_read[4]; File myFile; void setup() { pinMode(a_1,OUTPUT); pinMode(a_2,OUTPUT); pinMode(a_3,OUTPUT); pinMode(a_4,OUTPUT); pinMode(b_1,OUTPUT); pinMode(b_2,OUTPUT); pinMode(b_3,OUTPUT); pinMode(b_4,OUTPUT); // Sets the four pins corresponding to each driver as Outputs Serial.begin(9600); //begin serial communication if(!SD.begin(4)){ //initialize the SD card for later use Serial.println("Initialization failed"); return; } Serial.println("Initialization successful"); myFile=SD.open("genie",FILE_READ); //Open the required file from the SD card if(!myFile){ //Check if the file has opened properly Serial.println("File opening failed"); return; } //set a maximum speed for each of these motors, for a start a.setMaxSpeed(200); b.setMaxSpeed(200); //initialize the stepper motors, all to a common acceleration a.setAcceleration(50); b.setAcceleration(50); } void zeros() //make all values in array zero, to avoid junk errors {for(int i=0;i<4;i++){ file_read[i]=0; } } void arrtoint(int i){ // convert the values read from the array in character form to integer file_read[i]=0; while((reading=myFile.read()-'0')!='\n') { if(reading!='\n'&&reading>=0) file_read[i]=10*file_read[i]+reading; else break; } if(file_read[i]%10==9){ file_read[i]*=-1; file_read[i]/=10; } } void loop() { if(a.distanceToGo()==0 && b.distanceToGo()==0){ zeros(); j=0; while(myFile.available()&& j<4){ for (j=0;j<4;j++){ arrtoint(j); Serial.println(file_read[j]); }} if(!myFile.available()){ Serial.println("END"); } //set the maximum speeds for each of the motors as read from the file if(file_read[0]!=12345){ a.enableOutputs(); b.enableOutputs(); a.setMaxSpeed(file_read[1]); b.setMaxSpeed(file_read[3]); //set the target position for each of the motors a.move(file_read[0]); b.move(file_read[2]); Serial.println("motor 1:Max Speed:"); Serial.print(file_read[1]); Serial.println("motor 1: Target pos: "); Serial.print(file_read[0]); Serial.println("motor 2: Max Speed: "); Serial.print(file_read[3]); Serial.println("motor 2: Target pos: "); }} if(file_read[0]!=12345){ //give the run command a.run(); b.run(); } else{ a.disableOutputs(); b.disableOutputs(); delay(file_read[1]);} Serial.println("Next"); }
755cd4df6b4565ca545b2e8804a2bdd2638e724c
e24700638476d9d9b1cfbeb05cefd8fc5deee4b1
/src/unit_tests/misc/array_range_test.cpp
f2d70f8a07856cfb56bfc32ca1f3268cf7bf8900
[ "MIT", "LicenseRef-scancode-free-unknown" ]
permissive
CognexVisionSoftware/rttr
7df8b228fa8624bad3a1df1ba7ee79d6e6b88269
a7226667a4d08e6b79682e324e0ad74ee6c0e8cf
refs/heads/master
2022-11-30T15:27:55.163929
2022-11-24T15:46:38
2022-11-24T15:46:38
238,074,618
1
2
MIT
2022-11-24T15:46:39
2020-02-03T22:26:35
null
UTF-8
C++
false
false
7,191
cpp
/************************************************************************************ * * * Copyright (c) 2014 - 2018 Axel Menzel <[email protected]> * * * * This file is part of RTTR (Run Time Type Reflection) * * License: MIT License * * * * 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 <rttr/type> #include <iostream> #include <memory> #include <functional> #include <type_traits> #include <catch/catch.hpp> using namespace rttr; using namespace std; ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - empty", "[array_range]") { auto range = array_range<int>(); CHECK(range.begin() == range.end()); CHECK(range.rbegin() == range.rend()); CHECK(range.empty() == true); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - size", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; auto range = array_range<int>(&list[0], 5); CHECK(range.size() == 5); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - begin()", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; auto range = array_range<int>(&list[0], 5); using value_begin_t = decltype((*range.begin())); static_assert(std::is_same<const int&, value_begin_t>::value, "value should be const!"); static_assert(std::is_same<decltype(range.begin()), decltype(range.end())>::value, "begin and end should not be different iterator types!"); int index = 0; for (auto& i : range) { CHECK(i == list[index]); ++index; } CHECK(index == 5); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - begin() const", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; const auto range = array_range<int>(&list[0], 5); using value_begin_t = decltype((*range.begin())); static_assert(std::is_same<const int&, value_begin_t>::value, "value should be const!"); static_assert(std::is_same<decltype(range.begin()), decltype(range.end())>::value, "begin and end should not be different iterator types!"); int index = 0; for (auto& i : range) { CHECK(i == list[index]); ++index; } CHECK(index == 5); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - cbegin()", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; auto range = array_range<int>(&list[0], 5); using value_begin_t = decltype((*range.cbegin())); static_assert(std::is_same<const int&, value_begin_t>::value, "value should be const!"); static_assert(std::is_same<decltype(range.rbegin()), decltype(range.rend())>::value, "begin and end should not be different iterator types!"); int index = 0; auto itr = range.cbegin(); for (; itr != range.cend(); ++itr) { CHECK(*itr == list[index]); ++index; } CHECK(index == 5); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - rbegin()", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; auto range = array_range<int>(&list[0], 5); using value_begin_t = decltype((*range.rbegin())); static_assert(std::is_same<const int&, value_begin_t>::value, "value should be non const!"); static_assert(std::is_same<decltype(range.rbegin()), decltype(range.rend())>::value, "begin and end should not be different iterator types!"); int index = 4; for (auto& i : detail::reverse(range)) { CHECK(i == list[index]); --index; } CHECK(index == -1); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - rbegin() const", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; const auto range = array_range<int>(&list[0], 5); using value_begin_t = decltype((*range.rbegin())); static_assert(std::is_same<const int&, value_begin_t>::value, "value should be const!"); static_assert(std::is_same<decltype(range.rbegin()), decltype(range.rend())>::value, "begin and end should not be different iterator types!"); int index = 4; for (auto& i : detail::reverse(range)) { CHECK(i == list[index]); --index; } CHECK(index == -1); } ///////////////////////////////////////////////////////////////////////////////////////// TEST_CASE("array_range<T> - crbegin()", "[array_range]") { int list[5] = {1, 2, 3, 4, 5}; auto range = array_range<int>(&list[0], 5); using value_begin_t = decltype((*range.crbegin())); static_assert(std::is_same<const int&, value_begin_t>::value, "value should be const!"); static_assert(std::is_same<decltype(range.rbegin()), decltype(range.rend())>::value, "begin and end should not be different iterator types!"); int index = 4; auto itr = range.crbegin(); for (; itr != range.crend(); ++itr) { CHECK(*itr == list[index]); --index; } CHECK(index == -1); } /////////////////////////////////////////////////////////////////////////////////////////
c3d5eefdc7173389d11aabed2ba15ee43105bdbe
6852e6f5e9b44c11519a4a13558128c3551c7c2d
/src/main.cpp
0b3c4b43d279985bb7615a5800f5b5780af7d75c
[]
no_license
bfovet/hyperion-lag
4be045b5e0d625b556449c4507329cdd84668ea7
6790916501bab76ef8ef0cdaacdace45fb144ef7
refs/heads/master
2023-02-19T07:42:27.788297
2021-01-11T14:16:26
2021-01-11T14:16:26
294,501,617
1
25
null
2021-01-23T22:54:22
2020-09-10T19:18:16
C++
UTF-8
C++
false
false
1,432
cpp
/*---------------------------------------------------------------------------*/ /* "main.cpp" */ /* */ /* HyPERION entry point. */ /*---------------------------------------------------------------------------*/ #include <iostream> /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ #include <yaml-cpp/yaml.h> /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ #include "HyperionMainDriver.hpp" /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ int main(int argc, char** argv) { if (argc < 1) { std::cout << "Usage : h2p dataset.yaml\n"; return 1; } // Read the dataset file std::string dataset_file(argv[1]); YAML::Node dataset; try { dataset = YAML::LoadFile(dataset_file); } catch (const YAML::Exception &e) { throw std::runtime_error("Error: can't load file " + dataset_file); } HyperionMainDriver driver(dataset); driver.load_mesh(); driver.run(); return 0; }
dc3014af70c874964528e0a76001cef43cb50b06
d8985ee11b1feae57b587666e05d686507da2b0f
/Spheres/Spheres/objloader.h
16783b50ab262795616cb7523405a94b97f2e3bf
[]
no_license
ThomasWalsh18/Renderer
8632e7507046b42d78b3f3903536302413d70bcf
309d9fcda5c718ca5e9638848aa6aa217407cced
refs/heads/master
2022-11-15T00:57:46.621439
2020-06-29T16:24:03
2020-06-29T16:24:03
275,868,004
0
0
null
null
null
null
UTF-8
C++
false
false
204
h
#ifndef OBJLOADER_H #define OBJLOADER_H #include <vector> using namespace std; using namespace glm; bool loadOBJ( const char * path, vector<vec3> & out_vertices, vector<vec3> & out_normals ); #endif
fe3c357e9001e58572be48f4860b5202557a46c6
cc63612e896bb05a8d5345c3525d4aa6d0e75265
/15.1110. Delete Nodes And Return Forest.cpp
998c0b48527735b25d1a2caeca5c030bba194423
[]
no_license
avotaliff/tg_mpei_course
5ed5f7c99037d19c8afd789e5f4956e2c74d98a8
4eedc6bcce0641f0062ffa23383e2974ed76b3c0
refs/heads/master
2020-07-19T09:35:58.094975
2020-01-11T11:43:31
2020-01-11T11:43:31
206,421,161
1
0
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
//https://leetcode.com/problems/delete-nodes-and-return-forest/ /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: void rec(vector<TreeNode*> &x, TreeNode* &tree, vector<int> & y){ if (tree->left!=nullptr) rec(x, tree->left, y); if (tree->right!=nullptr) rec(x, tree->right, y); if (y.size()!=0){ bool fl=false; int i=0; while (i<y.size() && !(fl)) if (tree->val == y[i]) fl=true; else i++; if (fl){ if (tree->left!=nullptr) x.push_back(tree->left); if (tree->right!=nullptr) x.push_back(tree->right); y.erase(y.begin()+i); tree=nullptr;} } } vector<TreeNode*> delNodes(TreeNode* root, vector<int>& to_delete) { vector<TreeNode*> x(0); rec(x,root,to_delete); if (root!=nullptr) x.insert(x.begin(),root); return x; } };
313aed1132abfe185a562db0dd39890cdb52b539
c834f1c3ba7f922f6a6ff16aabd4d130d7678a2c
/Gen5/UC3B/Source/driver/boot.cpp
50b0b535b5eb74dfa14e2553981714d8dcc34d56
[]
no_license
Nkyoku/KIKS
d2fe67f9d19ffd48ed54b09d5827fd43626dbfd0
411520115265d0cc1ce16a0fa22bc398bb897123
refs/heads/master
2021-03-12T21:37:32.164099
2014-04-16T05:28:55
2014-04-16T05:28:55
17,817,877
1
0
null
null
null
null
UTF-8
C++
false
false
2,308
cpp
/** @file @brief APPモードとDFUモードの切り替え */ #include "boot.h" #include "gpio.h" #include "int.h" #include "../asm/Trampoline.h" #include <string.h> namespace Boot{ // フラグが立っていればAPPモードへジャンプ void JumpToAPPIfNecessary(void){ SetPull(PIN_SETTING_APPLICATION, PIN_nSW1, PULL_UP); for(int cnt = 10; 0 < cnt; cnt--){ NOP(); // プルアップが効くまで待つ } int gplp0 = AVR32_PM.gplp[0]; static const int MASK = AVR32_PM_RCAUSE_JTAGHARD_MASK | AVR32_PM_RCAUSE_CPUERR_MASK | AVR32_PM_RCAUSE_SLEEP_MASK | AVR32_PM_RCAUSE_JTAG_MASK | AVR32_PM_RCAUSE_WDT_MASK | AVR32_PM_RCAUSE_EXT_MASK | AVR32_PM_RCAUSE_BOD_MASK; if (AVR32_PM.rcause & MASK){ gplp0 = BOOT_COLDSTART; } if (gplp0 == BOOT_COLDSTART){ if (GetIn(PIN_SETTING_APPLICATION) == IN_LOW){ // コールドスタート時に設定ピンがLowだったらアプリケーションを起動 gplp0 = BOOT_APP; } } if ((gplp0 == BOOT_APP) || (gplp0 == BOOT_SAFE_APP)){ // シグネチャを確認 const void *app_start = (const void*)(AVR32_FLASH_ADDRESS + SIGNATURE_OFFSET); if (memcmp(app_start, SIGNATURE_STRING, sizeof(SIGNATURE_STRING)) == 0){ // シグネチャが一致 // ファームウェアは正しいと思われる if (GetIn(PIN_nSW1) == IN_LOW){ // APPモードで起動時にスイッチが押されていたらセーフAPPモードで起動 gplp0 = BOOT_SAFE_APP; } AVR32_PM.gplp[0] = gplp0; __asm__ __volatile__( "mov r8, %[offset21] \n" "orh r8, 0x8000 \n" "mov pc, r8" :: [offset21]"i"(PROGRAM_START_OFFSET) ); while(true); }else{ // シグネチャが一致しない gplp0 = BOOT_COLDSTART; } } AVR32_PM.gplp[0] = gplp0; } // APPモードで起動フラグをセットする void CheckFlagAtAPP(void){ // DFUが書き込まれていないときにはフラグが異常になっている if (AVR32_PM.gplp[0] == BOOT_COLDSTART){ AVR32_PM.gplp[0] = BOOT_APP; } } // モードを移行 NORETURN SwitchTo(BOOT_e mode){ DisableGlobalInt(); AVR32_PM.gplp[0] = mode; __builtin_mtdr(AVR32_DC, AVR32_DC_DBE_MASK); __builtin_mtdr(AVR32_DC, AVR32_DC_RES_MASK); while(true); } }
468b310816345ff4e6ee3a898d4ef2a2fdaca6d1
c8cf973af91404a716d08d6ac12f6cc8601421d4
/1701/2010956_AC_15MS_260K.cpp
3a0a1920bc977a502a2123c9386a7f8e300c7bc2
[ "MIT" ]
permissive
Xuhui-Wang/poj-solutions
f1cd7009fcc37672d3a2ca81851ac3b3cc64ca02
4895764ab800e8c2c4b2334a562dec2f07fa243e
refs/heads/master
2021-05-05T00:14:35.384333
2015-08-19T21:57:31
2015-08-19T21:57:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
759
cpp
#include<stdio.h> void main() { int iCaseNum,iFloorNum,iFloor[11000],iUp,iDown,iSum,iAdd,i,iMin; __int64 iLeft[11000],iRight[11000]; scanf("%d",&iCaseNum); while(iCaseNum--) { scanf("%d%d%d",&iFloorNum,&iDown,&iUp); for(i=0;i<iFloorNum;i++) scanf("%d",&iFloor[i]); iLeft[0]=iAdd=0; iSum=iFloor[0]; for(i=1;i<iFloorNum;i++) { iLeft[i]=iLeft[i-1]+iUp*iSum+iAdd; iAdd+=iSum; iSum+=iFloor[i]; } iRight[iFloorNum-1]=iAdd=0; iSum=iFloor[iFloorNum-1]; for(i=iFloorNum-2;i>=0;i--) { iRight[i]=iRight[i+1]+iDown*iSum+iAdd; iAdd+=iSum; iSum+=iFloor[i]; } iMin=0; for(i=1;i<iFloorNum;i++) if(iLeft[i]+iRight[i]<iLeft[iMin]+iRight[iMin]) iMin=i; printf("%d\n",iMin+1); } }
9334dca36ff0525d6fbc5b840cd73cce3abb4b24
3478ccef99c85458a9043a1040bc91e6817cc136
/HFrame/HExtras/Projector/Source/ComponentEditor/PaintElements/PaintElement.h
7c36cf3e4167b46054c8759f4f747616413e94bf
[]
no_license
gybing/Hackett
a1183dada6eff28736ebab52397c282809be0e7b
f2b47d8cc3d8fa9f0d9cd9aa71b707c2a01b8a50
refs/heads/master
2020-07-25T22:58:59.712615
2019-07-09T09:40:00
2019-07-09T09:40:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,171
h
/* ============================================================================== This file is part of the H library. Copyright (c) 2017 - ROLI Ltd. H is an open source library subject to commercial or open-source licensing. By using H, you agree to the terms of both the H 5 End-User License Agreement and H 5 Privacy Policy (both updated and effective as of the 27th April 2017). End User License Agreement: www.H.com/H-5-licence Privacy Policy: www.H.com/H-5-privacy-policy Or: You may also use this code under the terms of the GPL v3 (see www.gnu.org/licenses). H IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE DISCLAIMED. ============================================================================== */ #pragma once #include "../GeneratedCode.h" #include "../UI/RelativePositionedRectangle.h" class FillType; class PaintRoutine; class JucerDocument; class ElementSiblingComponent; //============================================================================== /** Base class for objects that can be used in a PaintRoutine. */ class PaintElement : public Component, public ChangeListener, public ComponentBoundsConstrainer { public: //============================================================================== PaintElement (PaintRoutine* owner, const String& typeName); ~PaintElement() override; //============================================================================== virtual void setInitialBounds (int parentWidth, int parentHeight); virtual Rectangle<int> getCurrentBounds (const Rectangle<int>& activeArea) const; virtual void setCurrentBounds (const Rectangle<int>& newBounds, const Rectangle<int>& activeArea, const bool undoable); const RelativePositionedRectangle& getPosition() const; void setPosition (const RelativePositionedRectangle& newPosition, const bool undoable); void setPaintElementBounds (const Rectangle<int>& newBounds, const bool undoable); void setPaintElementBoundsAndProperties (PaintElement* elementToPosition, const Rectangle<int>& newBounds, PaintElement* referenceElement, const bool undoable); void updateBounds (const Rectangle<int>& activeArea); const String& getTypeName() const noexcept { return typeName; } PaintRoutine* getOwner() const noexcept { return owner; } //============================================================================== virtual void draw (Graphics& g, const ComponentLayout* layout, const Rectangle<int>& parentArea) = 0; virtual void drawExtraEditorGraphics (Graphics& g, const Rectangle<int>& relativeTo); virtual void getEditableProperties (Array<PropertyComponent*>& props, bool multipleSelected); virtual void showPopupMenu(); //============================================================================== virtual XmlElement* createXml() const = 0; virtual bool loadFromXml (const XmlElement& xml) = 0; //============================================================================== virtual void fillInGeneratedCode (GeneratedCode& code, String& paintMethodCode) = 0; JucerDocument* getDocument() const; virtual void changed(); bool perform (UndoableAction* action, const String& actionName); //============================================================================== void paint (Graphics&) override; void resized() override; void mouseDown (const MouseEvent&) override; void mouseDrag (const MouseEvent&) override; void mouseUp (const MouseEvent&) override; void changeListenerCallback (ChangeBroadcaster*) override; void parentHierarchyChanged() override; virtual void applyCustomPaintSnippets (StringArray&) {} int borderThickness; protected: PaintRoutine* const owner; RelativePositionedRectangle position; void resizeStart() override; void resizeEnd() override; void checkBounds (Rectangle<int>& bounds, const Rectangle<int>& previousBounds, const Rectangle<int>& limits, bool isStretchingTop, bool isStretchingLeft, bool isStretchingBottom, bool isStretchingRight) override; void applyBoundsToComponent (Component&, Rectangle<int>) override; Rectangle<int> getCurrentAbsoluteBounds() const; void getCurrentAbsoluteBoundsDouble (double& x, double& y, double& w, double& h) const; virtual void selectionChanged (const bool isSelected); virtual void createSiblingComponents(); void siblingComponentsChanged(); OwnedArray <ElementSiblingComponent> siblingComponents; void updateSiblingComps(); private: std::unique_ptr<ResizableBorderComponent> border; String typeName; bool selected, dragging, mouseDownSelectStatus; double originalAspectRatio; ChangeBroadcaster selfChangeListenerList; }; //============================================================================== template <typename ElementType> class ElementListener : public ChangeListener { public: ElementListener (ElementType* e) : owner (e), broadcaster (*owner->getDocument()), propToRefresh (nullptr) { broadcaster.addChangeListener (this); } ~ElementListener() { HAssert (propToRefresh != nullptr); broadcaster.removeChangeListener (this); } void setPropertyToRefresh (PropertyComponent& pc) { propToRefresh = &pc; } void changeListenerCallback (ChangeBroadcaster*) { HAssert (propToRefresh != nullptr); if (propToRefresh != nullptr && owner != nullptr) propToRefresh->refresh(); } mutable Component::SafePointer<ElementType> owner; ChangeBroadcaster& broadcaster; PropertyComponent* propToRefresh; HDECLARE_NON_COPYABLE (ElementListener) };
5af1dce1359df0fbfc0cebcf1c01343757d87dfd
1aa89f54d359ce483737b674ee81f8da19bc344d
/test/test_community.cpp
19b4e831ad489164934ba48b7952bcf7cf308fd0
[]
no_license
Nehri/sc-warmup
c86fe3186e644e93ce8c33b26efd3109f76e4d9c
a87e7de0a785d3776c8ba1388f316c8f9c77b106
refs/heads/master
2020-08-23T16:20:04.081677
2014-10-07T04:38:21
2014-10-07T04:38:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
837
cpp
#include "gtest/gtest.h" #include "person.h" #include "community.h" // this class is used for testing public methods in class Community class test_community: public ::testing::Test { protected: Community community; }; // you should complete the following test cases // you should add more if you see fit // test get_name TEST_F(test_community, get_name) { } // test set_name TEST_F(test_community, set_name) { } // test add_person TEST_F(test_community, add_person) { } // test get_all_usernames // there's no EXPERT functions for comparing non-built-in types, you need to // do some parsing by yourself TEST_F(test_community, get_all_usernames) { } // test find_member TEST_F(test_community, find_member) { } // test get_member TEST_F(test_community, get_member) { } // test send_msg TEST_F(test_community, send_msg) { }
317bd7f780c95bf86d1099473d7b2e0a1bedcdd4
3f81cea57b5eeec1436bc6a2f6069ce110809ea4
/bgi/graphics.h
0eefebc2510a69c9bc817d35bd1ca78b43ff0160
[]
no_license
hukka-mail-ru/bgi-examples
0de2777561edb268c3091a6814f11380111a88c8
2a1131a04678c4579441ceb6f434044f132552f9
refs/heads/master
2022-12-23T15:34:29.610776
2020-09-25T05:54:52
2020-09-25T05:54:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,676
h
// The winbgim library, Version 6.0, August 9, 2004 // Written by: // Grant Macklem ([email protected]) // Gregory Schmelter ([email protected]) // Alan Schmidt ([email protected]) // Ivan Stashak ([email protected]) // Michael Main ([email protected]) // CSCI 4830/7818: API Programming // University of Colorado at Boulder, Spring 2003 // --------------------------------------------------------------------------- // Notes // --------------------------------------------------------------------------- // * This library is still under development. // * Please see http://www.cs.colorado.edu/~main/bgi for information on // * using this library with the mingw32 g++ compiler. // * This library only works with Windows API level 4.0 and higher (Windows 95, NT 4.0 and newer) // * This library may not be compatible with 64-bit versions of Windows // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- // Macro Guard and Include Directives // --------------------------------------------------------------------------- #ifndef WINBGI_H #define WINBGI_H #include <windows.h> // Provides the mouse message types #include <limits.h> // Provides INT_MAX #include <sstream> // Provides std::ostringstream // --------------------------------------------------------------------------- #define WIN_MAIN(XXX) APIENTRY WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow) // --------------------------------------------------------------------------- // Definitions // --------------------------------------------------------------------------- // Definitions for the key pad extended keys are added here. When one // of these keys are pressed, getch will return a zero followed by one // of these values. This is the same way that it works in conio for // dos applications. #define KEY_HOME 71 #define KEY_UP 72 #define KEY_PGUP 73 #define KEY_LEFT 75 #define KEY_CENTER 76 #define KEY_RIGHT 77 #define KEY_END 79 #define KEY_DOWN 80 #define KEY_PGDN 81 #define KEY_INSERT 82 #define KEY_DELETE 83 #define KEY_F1 59 #define KEY_F2 60 #define KEY_F3 61 #define KEY_F4 62 #define KEY_F5 63 #define KEY_F6 64 #define KEY_F7 65 #define KEY_F8 66 #define KEY_F9 67 // Line thickness settings #define NORM_WIDTH 1 #define THICK_WIDTH 3 // Character Size and Direction #define USER_CHAR_SIZE 0 #define HORIZ_DIR 0 #define VERT_DIR 1 // Constants for closegraph #define CURRENT_WINDOW -1 #define ALL_WINDOWS -2 #define NO_CURRENT_WINDOW -3 // The standard Borland 16 colors #define MAXCOLORS 15 enum colors { BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, LIGHTGRAY, DARKGRAY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED, LIGHTMAGENTA, YELLOW, WHITE }; // The standard line styles enum line_styles { SOLID_LINE, DOTTED_LINE, CENTER_LINE, DASHED_LINE, USERBIT_LINE }; // The standard fill styles enum fill_styles { EMPTY_FILL, SOLID_FILL, LINE_FILL, LTSLASH_FILL, SLASH_FILL, BKSLASH_FILL, LTBKSLASH_FILL, HATCH_FILL, XHATCH_FILL, INTERLEAVE_FILL, WIDE_DOT_FILL, CLOSE_DOT_FILL, USER_FILL }; // The various graphics drivers enum graphics_drivers { DETECT, CGA, MCGA, EGA, EGA64, EGAMONO, IBM8514, HERCMONO, ATT400, VGA, PC3270 }; // Various modes for each graphics driver enum graphics_modes { CGAC0, CGAC1, CGAC2, CGAC3, CGAHI, MCGAC0 = 0, MCGAC1, MCGAC2, MCGAC3, MCGAMED, MCGAHI, EGALO = 0, EGAHI, EGA64LO = 0, EGA64HI, EGAMONOHI = 3, HERCMONOHI = 0, ATT400C0 = 0, ATT400C1, ATT400C2, ATT400C3, ATT400MED, ATT400HI, VGALO = 0, VGAMED, VGAHI, PC3270HI = 0, IBM8514LO = 0, IBM8514HI }; // Borland error messages for the graphics window. #define NO_CLICK -1 // No mouse event of the current type in getmouseclick enum graph_errors { grInvalidVersion = -18, grInvalidDeviceNum = -15, grInvalidFontNum, grInvalidFont, grIOerror, grError, grInvalidMode, grNoFontMem, grFontNotFound, grNoFloodMem, grNoScanMem, grNoLoadMem, grInvalidDriver, grFileNotFound, grNotDetected, grNoInitGraph, grOk }; // Write modes enum putimage_ops{ COPY_PUT, XOR_PUT, OR_PUT, AND_PUT, NOT_PUT }; // Text Modes enum horiz { LEFT_TEXT, CENTER_TEXT, RIGHT_TEXT }; enum vertical { BOTTOM_TEXT, VCENTER_TEXT, TOP_TEXT }; // middle not needed other than as seperator enum font_names { DEFAULT_FONT, TRIPLEX_FONT, SMALL_FONT, SANS_SERIF_FONT, GOTHIC_FONT, SCRIPT_FONT, SIMPLEX_FONT, TRIPLEX_SCR_FONT, COMPLEX_FONT, EUROPEAN_FONT, BOLD_FONT }; // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- // Structures // --------------------------------------------------------------------------- // This structure records information about the last call to arc. It is used // by getarccoords to get the location of the endpoints of the arc. struct arccoordstype { int x, y; // Center point of the arc int xstart, ystart; // The starting position of the arc int xend, yend; // The ending position of the arc. }; // This structure defines the fill style for the current window. Pattern is // one of the system patterns such as SOLID_FILL. Color is the color to // fill with struct fillsettingstype { int pattern; // Current fill pattern int color; // Current fill color }; // This structure records information about the current line style. // linestyle is one of the line styles such as SOLID_LINE, upattern is a // 16-bit pattern for user defined lines, and thickness is the width of the // line in pixels. struct linesettingstype { int linestyle; // Current line style unsigned upattern; // 16-bit user line pattern int thickness; // Width of the line in pixels }; // This structure records information about the text settings. struct textsettingstype { int font; // The font in use int direction; // Text direction int charsize; // Character size int horiz; // Horizontal text justification int vert; // Vertical text justification }; // This structure records information about the viewport struct viewporttype { int left, top, // Viewport bounding box right, bottom; int clip; // Whether to clip image to viewport }; // This structure records information about the palette. struct palettetype { unsigned char size; signed char colors[MAXCOLORS + 1]; }; // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- // API Entries // --------------------------------------------------------------------------- #ifdef __cplusplus extern "C" { #endif // Drawing Functions void arc( int x, int y, int stangle, int endangle, int radius ); void bar( int left, int top, int right, int bottom ); void bar3d( int left, int top, int right, int bottom, int depth, int topflag ); void circle( int x, int y, int radius ); void cleardevice( ); void clearviewport( ); void drawpoly(int n_points, int* points); void ellipse( int x, int y, int stangle, int endangle, int xradius, int yradius ); void fillellipse( int x, int y, int xradius, int yradius ); void fillpoly(int n_points, int* points); void floodfill( int x, int y, int border ); void line( int x1, int y1, int x2, int y2 ); void linerel( int dx, int dy ); void lineto( int x, int y ); void pieslice( int x, int y, int stangle, int endangle, int radius ); void putpixel( int x, int y, int color ); void rectangle( int left, int top, int right, int bottom ); void sector( int x, int y, int stangle, int endangle, int xradius, int yradius ); // Miscellaneous Functions int getdisplaycolor( int color ); int converttorgb( int color ); void delay( int msec ); void getarccoords( arccoordstype *arccoords ); int getbkcolor( ); int getcolor( ); void getfillpattern( char *pattern ); void getfillsettings( fillsettingstype *fillinfo ); void getlinesettings( linesettingstype *lineinfo ); int getmaxcolor( ); int getmaxheight( ); int getmaxwidth( ); int getmaxx( ); int getmaxy( ); bool getrefreshingbgi( ); int getwindowheight( ); int getwindowwidth( ); int getpixel( int x, int y ); void getviewsettings( viewporttype *viewport ); int getx( ); int gety( ); void moverel( int dx, int dy ); void moveto( int x, int y ); void refreshbgi(int left, int top, int right, int bottom); void refreshallbgi( ); void setbkcolor( int color ); void setcolor( int color ); void setfillpattern( char *upattern, int color ); void setfillstyle( int pattern, int color ); void setlinestyle( int linestyle, unsigned upattern, int thickness ); void setrefreshingbgi(bool value); void setviewport( int left, int top, int right, int bottom, int clip ); void setwritemode( int mode ); // Window Creation / Graphics Manipulation void closegraph( int wid=ALL_WINDOWS ); void detectgraph( int *graphdriver, int *graphmode ); void getaspectratio( int *xasp, int *yasp ); char *getdrivername( ); int getgraphmode( ); int getmaxmode( ); char *getmodename( int mode_number ); void getmoderange( int graphdriver, int *lomode, int *himode ); void graphdefaults( ); char *grapherrormsg( int errorcode ); int graphresult( ); void initgraph( int *graphdriver, int *graphmode, char *pathtodriver ); int initwindow ( int width, int height, const char* title="Windows BGI", int left=0, int top=0, bool dbflag=false, bool closeflag=true ); int installuserdriver( char *name, int *fp ); // Not available in WinBGI int installuserfont( char *name ); // Not available in WinBGI int registerbgidriver( void *driver ); // Not available in WinBGI int registerbgifont( void *font ); // Not available in WinBGI void restorecrtmode( ); void setaspectratio( int xasp, int yasp ); unsigned setgraphbufsize( unsigned bufsize ); // Not available in WinBGI void setgraphmode( int mode ); void showerrorbox( const char *msg = NULL ); // User Interaction int getch( ); int kbhit( ); // User-Controlled Window Functions (winbgi.cpp) int getcurrentwindow( ); void setcurrentwindow( int window ); // Double buffering support (winbgi.cpp) int getactivepage( ); int getvisualpage( ); void setactivepage( int page ); void setvisualpage( int page ); void swapbuffers( ); // Image Functions (drawing.cpp) unsigned imagesize( int left, int top, int right, int bottom ); void getimage( int left, int top, int right, int bottom, void *bitmap ); void putimage( int left, int top, void *bitmap, int op ); void printimage( const char* title=NULL, double width_inches=7, double border_left_inches=0.75, double border_top_inches=0.75, int left=0, int right=0, int top=INT_MAX, int bottom=INT_MAX, bool active=true, HWND hwnd=NULL ); void readimagefile( const char* filename=NULL, int left=0, int top=0, int right=INT_MAX, int bottom=INT_MAX ); void writeimagefile( const char* filename=NULL, int left=0, int top=0, int right=INT_MAX, int bottom=INT_MAX, bool active=true, HWND hwnd=NULL ); // Text Functions (text.cpp) void gettextsettings(struct textsettingstype *texttypeinfo); void outtext(char *textstring); void outtextxy(int x, int y, char *textstring); void settextjustify(int horiz, int vert); void settextstyle(int font, int direction, int charsize); void setusercharsize(int multx, int divx, int multy, int divy); int textheight(char *textstring); int textwidth(char *textstring); extern std::ostringstream bgiout; void outstream(std::ostringstream& out=bgiout); void outstreamxy(int x, int y, std::ostringstream& out=bgiout); // Mouse Functions (mouse.cpp) void clearmouseclick( int kind ); void clearresizeevent( ); void getmouseclick( int kind, int& x, int& y ); bool ismouseclick( int kind ); bool isresizeevent( ); int mousex( ); int mousey( ); void registermousehandler( int kind, void h( int, int ) ); void setmousequeuestatus( int kind, bool status=true ); // Palette Functions palettetype *getdefaultpalette( ); void getpalette( palettetype *palette ); int getpalettesize( ); void setallpalette( palettetype *palette ); void setpalette( int colornum, int color ); void setrgbpalette( int colornum, int red, int green, int blue ); // Color Macros #define IS_BGI_COLOR(v) ( ((v) >= 0) && ((v) < 16) ) #define IS_RGB_COLOR(v) ( (v) & 0x03000000 ) #define RED_VALUE(v) int(GetRValue( converttorgb(v) )) #define GREEN_VALUE(v) int(GetGValue( converttorgb(v) )) #define BLUE_VALUE(v) int(GetBValue( converttorgb(v) )) #undef COLOR int COLOR(int r, int g, int b); // No longer a macro #ifdef __cplusplus }; #endif // --------------------------------------------------------------------------- #endif // WINBGI_H
9fcc6b87bb930f2aae66dd4c75113009b5216e70
c16075d1db918bd9cef4600b6e869393dd52db56
/TCPRetroClientConCurrent/TCPRetroClientConCurrent/pch.cpp
4f8a5422beb54d926c3798a3b7eacdc1f35e22da
[]
no_license
suniven/WinSocket
978793d4bc68d7768a038310ef9f50dffd8e15b4
5e188ee289126857d39f1b93484a53d80b71b1e3
refs/heads/master
2022-08-22T04:16:50.489823
2019-11-29T11:52:19
2019-11-29T11:52:19
222,052,850
0
0
null
null
null
null
UTF-8
C++
false
false
266
cpp
// pch.cpp: 与预编译标头对应的源文件;编译成功所必需的 #define _WINSOCK_DEPRECATED_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS #include "pch.h" // 一般情况下,忽略此文件,但如果你使用的是预编译标头,请保留它。
c06ae39ef6400ca04e65e56e3ce2c3cef60858e3
fbbe3b44216a8bfb21a28c6a7b21367db197466c
/Dynamic programming/11052 카드 구매하기.cpp
4be4e148302e06917fbf488dfbb4786dc7960172
[]
no_license
YoonJihwan39/Algorithms-BOJ
d05cacb1d31fab0adf1cef72bfa05a12ea2266a4
a9dc9431f7daa54fb14a80d0c5dd053634ca1a2b
refs/heads/master
2021-09-10T10:13:47.313664
2021-09-05T09:21:35
2021-09-05T09:21:35
178,673,935
1
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include<iostream> using namespace std; int N; int P[1001]; int cache[1001]; // n은 현재 가지고 있는 카드의 수 // n에서 N-n개의 카드를 구입하기 위해 최대의 비용을 return int DynamicProgramming (int n){ int price = 0; if(n == N){ return 0; } if(cache[n] != 0){ return cache[n]; } for(int i = 1; i <= N-n; i++){ price = max(price, P[i] + DynamicProgramming(n+i)); } cache[n] = price; return price; } int main(){ cin >> N; for(int i = 1; i <= N; i++){ cin >> P[i]; } cout << DynamicProgramming(0); return 0; }
bc6cca2b246a17029c2d7876708d03d1e3c78874
bdc0b8809d52933c10f8eb77442bd0b4453f28f9
/install/rcl_interfaces/include/rcl_interfaces/msg/parameter_descriptor__rosidl_typesupport_introspection_cpp.hpp
a319c4262ca01a2bd7033c4ed2484f8e6a4ae9bc
[]
no_license
ClaytonCalabrese/BuiltRos2Eloquent
967f688bbca746097016dbd34563716bd98379e3
76bca564bfd73ef73485e5c7c48274889032e408
refs/heads/master
2021-03-27T22:42:12.976367
2020-03-17T14:24:07
2020-03-17T14:24:07
247,810,969
1
0
null
null
null
null
UTF-8
C++
false
false
1,058
hpp
// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em // with input from rcl_interfaces:msg/ParameterDescriptor.idl // generated code does not contain a copyright notice #ifndef RCL_INTERFACES__MSG__PARAMETER_DESCRIPTOR__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ #define RCL_INTERFACES__MSG__PARAMETER_DESCRIPTOR__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ #include "rosidl_generator_c/message_type_support_struct.h" #include "rosidl_typesupport_interface/macros.h" #include "rosidl_typesupport_introspection_cpp/visibility_control.h" #ifdef __cplusplus extern "C" { #endif // TODO(dirk-thomas) these visibility macros should be message package specific ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC const rosidl_message_type_support_t * ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, rcl_interfaces, msg, ParameterDescriptor)(); #ifdef __cplusplus } #endif #endif // RCL_INTERFACES__MSG__PARAMETER_DESCRIPTOR__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_
465a98f1173c626990ef4965d172363a45e92676
df9f260c6826413dd123d669f33451f3d09fc230
/source/scene/physics/RigidBody.cpp
7290a394dcba457770b3c383b19edcb25c4178ca
[]
no_license
VladasZ/scene
a6d8fa1f7b8c3d20a2411e96c195120973c91966
042e466fab32e098cd22094da21562720d6c5679
refs/heads/master
2021-06-15T00:37:24.130015
2021-03-26T16:03:10
2021-03-26T16:03:10
167,333,650
0
0
null
null
null
null
UTF-8
C++
false
false
2,068
cpp
// // RigidBody.cpp // scene // // Created by Vladas Zakrevskis on 02/02/20. // Copyright © 2020 VladasZ. All rights reserved. // #include "Log.hpp" #include "Physics3D.hpp" #include "RigidBody.hpp" #include "ForceConvert.hpp" using namespace gm; using namespace scene; RigidBody::RigidBody(Vector3 pos, float size, float mass, RigidBody::Shape shape_type) { #ifdef USING_BULLET3D if (physics == nullptr) { Fatal("Physics is not set for rigid body"); } //create a dynamic rigidbody if (shape_type == RigidBody::Shape::Box) { shape = new btBoxShape(btVector3(size / 2, size / 2, size / 2)); } else { shape = new btSphereShape(size / 2); } /// Create Dynamic Objects btTransform startTransform; startTransform.setIdentity(); pos.flip_height(); startTransform.setOrigin({ pos.x, pos.y, pos.z }); //rigidbody is dynamic if and only if mass is non zero, otherwise static _is_dynamic = (mass != 0.f); btVector3 localInertia(0, 0, 0); if (_is_dynamic) { shape->calculateLocalInertia(mass, localInertia); } //using motionstate is recommended, it provides interpolation capabilities, and only synchronizes 'active' objects motion_state = new btDefaultMotionState(startTransform); btRigidBody::btRigidBodyConstructionInfo rbInfo(mass, motion_state, shape, localInertia); body = new btRigidBody(rbInfo); // body->setRestitution(0.5); physics->add_rigid_body(this); #endif } RigidBody::~RigidBody() { #ifdef USING_BULLET3D delete shape; delete body; delete motion_state; #endif } void RigidBody::update() { physics->update_rigid_body(this); } void RigidBody::set_position(const Vector3& position) { #ifdef USING_BULLET3D btTransform transform; body->getMotionState()->getWorldTransform(transform); _position = position; _position.flip_height(); transform.setOrigin(cu::force_cast<btVector3>(_position)); body->setWorldTransform(transform); motion_state->setWorldTransform(transform); #endif }
3c46afff1b6105880fdac1e01b08d3f2bc53dd16
67b70b3555625372c6a50a8d5f1a917cba982cd7
/src/rpcmasternode-budget.cpp
c1903ffdedae7f71bd5a79872824bed309dc161d
[ "MIT" ]
permissive
GoodsCore/GoodsCore
b551f70fcb9029a5f14a489a5435362aab53e723
b498e045b9ad4091095da49326a5867be1e447e5
refs/heads/master
2020-03-19T06:47:02.624709
2018-06-04T16:53:50
2018-06-04T16:53:50
134,756,970
0
1
null
null
null
null
UTF-8
C++
false
false
44,413
cpp
// Copyright (c) 2014-2015 The Dash Developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "activemasternode.h" #include "db.h" #include "init.h" #include "main.h" #include "masternode-budget.h" #include "masternode-payments.h" #include "masternodeconfig.h" #include "masternodeman.h" #include "rpcserver.h" #include "utilmoneystr.h" #include <fstream> using namespace json_spirit; using namespace std; void budgetToJSON(CBudgetProposal* pbudgetProposal, Object& bObj) { CTxDestination address1; ExtractDestination(pbudgetProposal->GetPayee(), address1); CBitcoinAddress address2(address1); bObj.push_back(Pair("Name", pbudgetProposal->GetName())); bObj.push_back(Pair("URL", pbudgetProposal->GetURL())); bObj.push_back(Pair("Hash", pbudgetProposal->GetHash().ToString())); bObj.push_back(Pair("FeeHash", pbudgetProposal->nFeeTXHash.ToString())); bObj.push_back(Pair("BlockStart", (int64_t)pbudgetProposal->GetBlockStart())); bObj.push_back(Pair("BlockEnd", (int64_t)pbudgetProposal->GetBlockEnd())); bObj.push_back(Pair("TotalPaymentCount", (int64_t)pbudgetProposal->GetTotalPaymentCount())); bObj.push_back(Pair("RemainingPaymentCount", (int64_t)pbudgetProposal->GetRemainingPaymentCount())); bObj.push_back(Pair("PaymentAddress", address2.ToString())); bObj.push_back(Pair("Ratio", pbudgetProposal->GetRatio())); bObj.push_back(Pair("Yeas", (int64_t)pbudgetProposal->GetYeas())); bObj.push_back(Pair("Nays", (int64_t)pbudgetProposal->GetNays())); bObj.push_back(Pair("Abstains", (int64_t)pbudgetProposal->GetAbstains())); bObj.push_back(Pair("TotalPayment", ValueFromAmount(pbudgetProposal->GetAmount() * pbudgetProposal->GetTotalPaymentCount()))); bObj.push_back(Pair("MonthlyPayment", ValueFromAmount(pbudgetProposal->GetAmount()))); bObj.push_back(Pair("IsEstablished", pbudgetProposal->IsEstablished())); std::string strError = ""; bObj.push_back(Pair("IsValid", pbudgetProposal->IsValid(strError))); bObj.push_back(Pair("IsValidReason", strError.c_str())); bObj.push_back(Pair("fValid", pbudgetProposal->fValid)); } // This command is retained for backwards compatibility, but is deprecated. // Future removal of this command is planned to keep things clean. Value mnbudget(const Array& params, bool fHelp) { string strCommand; if (params.size() >= 1) strCommand = params[0].get_str(); if (fHelp || (strCommand != "vote-alias" && strCommand != "vote-many" && strCommand != "prepare" && strCommand != "submit" && strCommand != "vote" && strCommand != "getvotes" && strCommand != "getinfo" && strCommand != "show" && strCommand != "projection" && strCommand != "check" && strCommand != "nextblock")) throw runtime_error( "mnbudget \"command\"... ( \"passphrase\" )\n" "\nVote or show current budgets\n" "This command is deprecated, please see individual command documentation for future reference\n\n" "\nAvailable commands:\n" " prepare - Prepare proposal for network by signing and creating tx\n" " submit - Submit proposal for network\n" " vote-many - Vote on a Goods initiative\n" " vote-alias - Vote on a Goods initiative\n" " vote - Vote on a Goods initiative/budget\n" " getvotes - Show current masternode budgets\n" " getinfo - Show current masternode budgets\n" " show - Show all budgets\n" " projection - Show the projection of which proposals will be paid the next cycle\n" " check - Scan proposals and remove invalid\n" " nextblock - Get next superblock for budget system\n"); if (strCommand == "nextblock") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return getnextsuperblock(newParams, fHelp); } if (strCommand == "prepare") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return preparebudget(newParams, fHelp); } if (strCommand == "submit") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return submitbudget(newParams, fHelp); } if (strCommand == "vote" || strCommand == "vote-many" || strCommand == "vote-alias") { if (strCommand == "vote-alias") throw runtime_error( "vote-alias is not supported with this command\n" "Please use mnbudgetvote instead.\n" ); return mnbudgetvote(params, fHelp); } if (strCommand == "projection") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return getbudgetprojection(newParams, fHelp); } if (strCommand == "show" || strCommand == "getinfo") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return getbudgetinfo(newParams, fHelp); } if (strCommand == "getvotes") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return getbudgetvotes(newParams, fHelp); } if (strCommand == "check") { Array newParams(params.size() - 1); std::copy(params.begin() + 1, params.end(), newParams.begin()); return checkbudgets(newParams, fHelp); } return Value::null; } Value preparebudget(const Array& params, bool fHelp) { int nBlockMin = 0; CBlockIndex* pindexPrev = chainActive.Tip(); if (fHelp || params.size() != 6) throw runtime_error( "preparebudget \"proposal-name\" \"url\" payment-count block-start \"goods-address\" monthly-payment\n" "\nPrepare proposal for network by signing and creating tx\n" "\nArguments:\n" "1. \"proposal-name\": (string, required) Desired proposal name (20 character limit)\n" "2. \"url\": (string, required) URL of proposal details (64 character limit)\n" "3. payment-count: (numeric, required) Total number of monthly payments\n" "4. block-start: (numeric, required) Starting super block height\n" "5. \"goods-address\": (string, required) Goods address to send payments to\n" "6. monthly-payment: (numeric, required) Monthly payment amount\n" "\nResult:\n" "\"xxxx\" (string) proposal fee hash (if successful) or error message (if failed)\n" "\nExamples:\n" + HelpExampleCli("preparebudget", "\"test-proposal\" \"https://forum.goods.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500") + HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://forum.goods.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500")); if (pwalletMain->IsLocked()) throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first."); std::string strProposalName = SanitizeString(params[0].get_str()); if (strProposalName.size() > 20) throw runtime_error("Invalid proposal name, limit of 20 characters."); std::string strURL = SanitizeString(params[1].get_str()); if (strURL.size() > 64) throw runtime_error("Invalid url, limit of 64 characters."); int nPaymentCount = params[2].get_int(); if (nPaymentCount < 1) throw runtime_error("Invalid payment count, must be more than zero."); // Start must be in the next budget cycle if (pindexPrev != NULL) nBlockMin = pindexPrev->nHeight - pindexPrev->nHeight % GetBudgetPaymentCycleBlocks() + GetBudgetPaymentCycleBlocks(); int nBlockStart = params[3].get_int(); if (nBlockStart % GetBudgetPaymentCycleBlocks() != 0) { int nNext = pindexPrev->nHeight - pindexPrev->nHeight % GetBudgetPaymentCycleBlocks() + GetBudgetPaymentCycleBlocks(); throw runtime_error(strprintf("Invalid block start - must be a budget cycle block. Next valid block: %d", nNext)); } int nBlockEnd = nBlockStart + GetBudgetPaymentCycleBlocks() * nPaymentCount; // End must be AFTER current cycle if (nBlockStart < nBlockMin) throw runtime_error("Invalid block start, must be more than current height."); if (nBlockEnd < pindexPrev->nHeight) throw runtime_error("Invalid ending block, starting block + (payment_cycle*payments) must be more than current height."); CBitcoinAddress address(params[4].get_str()); if (!address.IsValid()) throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Goods address"); // Parse Goods address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[5]); //************************************************************************* // create transaction 15 minutes into the future, to allow for confirmation time CBudgetProposalBroadcast budgetProposalBroadcast(strProposalName, strURL, nPaymentCount, scriptPubKey, nAmount, nBlockStart, 0); std::string strError = ""; if (!budgetProposalBroadcast.IsValid(strError, false)) throw runtime_error("Proposal is not valid - " + budgetProposalBroadcast.GetHash().ToString() + " - " + strError); bool useIX = false; //true; // if (params.size() > 7) { // if(params[7].get_str() != "false" && params[7].get_str() != "true") // return "Invalid use_ix, must be true or false"; // useIX = params[7].get_str() == "true" ? true : false; // } CWalletTx wtx; if (!pwalletMain->GetBudgetSystemCollateralTX(wtx, budgetProposalBroadcast.GetHash(), useIX)) { throw runtime_error("Error making collateral transaction for proposal. Please check your wallet balance."); } // make our change address CReserveKey reservekey(pwalletMain); //send the tx to the network pwalletMain->CommitTransaction(wtx, reservekey, useIX ? "ix" : "tx"); return wtx.GetHash().ToString(); } Value submitbudget(const Array& params, bool fHelp) { int nBlockMin = 0; CBlockIndex* pindexPrev = chainActive.Tip(); if (fHelp || params.size() != 7) throw runtime_error( "submitbudget \"proposal-name\" \"url\" payment-count block-start \"goods-address\" monthly-payment \"fee-tx\"\n" "\nSubmit proposal to the network\n" "\nArguments:\n" "1. \"proposal-name\": (string, required) Desired proposal name (20 character limit)\n" "2. \"url\": (string, required) URL of proposal details (64 character limit)\n" "3. payment-count: (numeric, required) Total number of monthly payments\n" "4. block-start: (numeric, required) Starting super block height\n" "5. \"goods-address\": (string, required) Goods address to send payments to\n" "6. monthly-payment: (numeric, required) Monthly payment amount\n" "7. \"fee-tx\": (string, required) Transaction hash from preparebudget command\n" "\nResult:\n" "\"xxxx\" (string) proposal hash (if successful) or error message (if failed)\n" "\nExamples:\n" + HelpExampleCli("submitbudget", "\"test-proposal\" \"https://forum.goods.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500") + HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://forum.goods.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500")); // Check these inputs the same way we check the vote commands: // ********************************************************** std::string strProposalName = SanitizeString(params[0].get_str()); if (strProposalName.size() > 20) throw runtime_error("Invalid proposal name, limit of 20 characters."); std::string strURL = SanitizeString(params[1].get_str()); if (strURL.size() > 64) throw runtime_error("Invalid url, limit of 64 characters."); int nPaymentCount = params[2].get_int(); if (nPaymentCount < 1) throw runtime_error("Invalid payment count, must be more than zero."); // Start must be in the next budget cycle if (pindexPrev != NULL) nBlockMin = pindexPrev->nHeight - pindexPrev->nHeight % GetBudgetPaymentCycleBlocks() + GetBudgetPaymentCycleBlocks(); int nBlockStart = params[3].get_int(); if (nBlockStart % GetBudgetPaymentCycleBlocks() != 0) { int nNext = pindexPrev->nHeight - pindexPrev->nHeight % GetBudgetPaymentCycleBlocks() + GetBudgetPaymentCycleBlocks(); throw runtime_error(strprintf("Invalid block start - must be a budget cycle block. Next valid block: %d", nNext)); } int nBlockEnd = nBlockStart + (GetBudgetPaymentCycleBlocks() * nPaymentCount); // End must be AFTER current cycle if (nBlockStart < nBlockMin) throw runtime_error("Invalid block start, must be more than current height."); if (nBlockEnd < pindexPrev->nHeight) throw runtime_error("Invalid ending block, starting block + (payment_cycle*payments) must be more than current height."); CBitcoinAddress address(params[4].get_str()); if (!address.IsValid()) throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Goods address"); // Parse Goods address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[5]); uint256 hash = ParseHashV(params[6], "parameter 1"); //create the proposal incase we're the first to make it CBudgetProposalBroadcast budgetProposalBroadcast(strProposalName, strURL, nPaymentCount, scriptPubKey, nAmount, nBlockStart, hash); std::string strError = ""; int nConf = 0; if (!IsBudgetCollateralValid(hash, budgetProposalBroadcast.GetHash(), strError, budgetProposalBroadcast.nTime, nConf)) { throw runtime_error("Proposal FeeTX is not valid - " + hash.ToString() + " - " + strError); } if (!masternodeSync.IsBlockchainSynced()) { throw runtime_error("Must wait for client to sync with masternode network. Try again in a minute or so."); } // if(!budgetProposalBroadcast.IsValid(strError)){ // return "Proposal is not valid - " + budgetProposalBroadcast.GetHash().ToString() + " - " + strError; // } budget.mapSeenMasternodeBudgetProposals.insert(make_pair(budgetProposalBroadcast.GetHash(), budgetProposalBroadcast)); budgetProposalBroadcast.Relay(); if(budget.AddProposal(budgetProposalBroadcast)) { return budgetProposalBroadcast.GetHash().ToString(); } throw runtime_error("Invalid proposal, see debug.log for details."); } Value mnbudgetvote(const Array& params, bool fHelp) { std::string strCommand; if (params.size() >= 1) { strCommand = params[0].get_str(); // Backwards compatibility with legacy `mnbudget` command if (strCommand == "vote") strCommand = "local"; if (strCommand == "vote-many") strCommand = "many"; if (strCommand == "vote-alias") strCommand = "alias"; } if (fHelp || (params.size() == 3 && (strCommand != "local" && strCommand != "many")) || (params.size() == 4 && strCommand != "alias") || params.size() > 4 || params.size() < 3) throw runtime_error( "mnbudgetvote \"local|many|alias\" \"votehash\" \"yes|no\" ( \"alias\" )\n" "\nVote on a budget proposal\n" "\nArguments:\n" "1. \"mode\" (string, required) The voting mode. 'local' for voting directly from a masternode, 'many' for voting with a MN controller and casting the same vote for each MN, 'alias' for voting with a MN controller and casting a vote for a single MN\n" "2. \"votehash\" (string, required) The vote hash for the proposal\n" "3. \"votecast\" (string, required) Your vote. 'yes' to vote for the proposal, 'no' to vote against\n" "4. \"alias\" (string, required for 'alias' mode) The MN alias to cast a vote for.\n" "\nResult:\n" "{\n" " \"overall\": \"xxxx\", (string) The overall status message for the vote cast\n" " \"detail\": [\n" " {\n" " \"node\": \"xxxx\", (string) 'local' or the MN alias\n" " \"result\": \"xxxx\", (string) Either 'Success' or 'Failed'\n" " \"error\": \"xxxx\", (string) Error message, if vote failed\n" " }\n" " ,...\n" " ]\n" "}\n" "\nExamples:\n" + HelpExampleCli("mnbudgetvote", "\"local\" \"ed2f83cedee59a91406f5f47ec4d60bf5a7f9ee6293913c82976bd2d3a658041\" \"yes\"") + HelpExampleRpc("mnbudgetvote", "\"local\" \"ed2f83cedee59a91406f5f47ec4d60bf5a7f9ee6293913c82976bd2d3a658041\" \"yes\"")); uint256 hash = ParseHashV(params[1], "parameter 1"); std::string strVote = params[2].get_str(); if (strVote != "yes" && strVote != "no") return "You can only vote 'yes' or 'no'"; int nVote = VOTE_ABSTAIN; if (strVote == "yes") nVote = VOTE_YES; if (strVote == "no") nVote = VOTE_NO; int success = 0; int failed = 0; Array resultsObj; if (strCommand == "local") { CPubKey pubKeyMasternode; CKey keyMasternode; std::string errorMessage; Object statusObj; while (true) { if (!obfuScationSigner.SetKey(strMasterNodePrivKey, errorMessage, keyMasternode, pubKeyMasternode)) { failed++; statusObj.push_back(Pair("node", "local")); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Masternode signing error, could not set key correctly: " + errorMessage)); resultsObj.push_back(statusObj); break; } CMasternode* pmn = mnodeman.Find(activeMasternode.vin); if (pmn == NULL) { failed++; statusObj.push_back(Pair("node", "local")); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Failure to find masternode in list : " + activeMasternode.vin.ToString())); resultsObj.push_back(statusObj); break; } CBudgetVote vote(activeMasternode.vin, hash, nVote); if (!vote.Sign(keyMasternode, pubKeyMasternode)) { failed++; statusObj.push_back(Pair("node", "local")); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Failure to sign.")); resultsObj.push_back(statusObj); break; } std::string strError = ""; if (budget.UpdateProposal(vote, NULL, strError)) { success++; budget.mapSeenMasternodeBudgetVotes.insert(make_pair(vote.GetHash(), vote)); vote.Relay(); statusObj.push_back(Pair("node", "local")); statusObj.push_back(Pair("result", "success")); statusObj.push_back(Pair("error", "")); } else { failed++; statusObj.push_back(Pair("node", "local")); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Error voting : " + strError)); } resultsObj.push_back(statusObj); break; } Object returnObj; returnObj.push_back(Pair("overall", strprintf("Voted successfully %d time(s) and failed %d time(s).", success, failed))); returnObj.push_back(Pair("detail", resultsObj)); return returnObj; } if (strCommand == "many") { BOOST_FOREACH (CMasternodeConfig::CMasternodeEntry mne, masternodeConfig.getEntries()) { std::string errorMessage; std::vector<unsigned char> vchMasterNodeSignature; std::string strMasterNodeSignMessage; CPubKey pubKeyCollateralAddress; CKey keyCollateralAddress; CPubKey pubKeyMasternode; CKey keyMasternode; Object statusObj; if (!obfuScationSigner.SetKey(mne.getPrivKey(), errorMessage, keyMasternode, pubKeyMasternode)) { failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Masternode signing error, could not set key correctly: " + errorMessage)); resultsObj.push_back(statusObj); continue; } CMasternode* pmn = mnodeman.Find(pubKeyMasternode); if (pmn == NULL) { failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Can't find masternode by pubkey")); resultsObj.push_back(statusObj); continue; } CBudgetVote vote(pmn->vin, hash, nVote); if (!vote.Sign(keyMasternode, pubKeyMasternode)) { failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Failure to sign.")); resultsObj.push_back(statusObj); continue; } std::string strError = ""; if (budget.UpdateProposal(vote, NULL, strError)) { budget.mapSeenMasternodeBudgetVotes.insert(make_pair(vote.GetHash(), vote)); vote.Relay(); success++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "success")); statusObj.push_back(Pair("error", "")); } else { failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", strError.c_str())); } resultsObj.push_back(statusObj); } Object returnObj; returnObj.push_back(Pair("overall", strprintf("Voted successfully %d time(s) and failed %d time(s).", success, failed))); returnObj.push_back(Pair("detail", resultsObj)); return returnObj; } if (strCommand == "alias") { std::string strAlias = params[3].get_str(); std::vector<CMasternodeConfig::CMasternodeEntry> mnEntries; mnEntries = masternodeConfig.getEntries(); BOOST_FOREACH(CMasternodeConfig::CMasternodeEntry mne, masternodeConfig.getEntries()) { if( strAlias != mne.getAlias()) continue; std::string errorMessage; std::vector<unsigned char> vchMasterNodeSignature; std::string strMasterNodeSignMessage; CPubKey pubKeyCollateralAddress; CKey keyCollateralAddress; CPubKey pubKeyMasternode; CKey keyMasternode; Object statusObj; if(!obfuScationSigner.SetKey(mne.getPrivKey(), errorMessage, keyMasternode, pubKeyMasternode)){ failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Masternode signing error, could not set key correctly: " + errorMessage)); resultsObj.push_back(statusObj); continue; } CMasternode* pmn = mnodeman.Find(pubKeyMasternode); if(pmn == NULL) { failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Can't find masternode by pubkey")); resultsObj.push_back(statusObj); continue; } CBudgetVote vote(pmn->vin, hash, nVote); if(!vote.Sign(keyMasternode, pubKeyMasternode)){ failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", "Failure to sign.")); resultsObj.push_back(statusObj); continue; } std::string strError = ""; if(budget.UpdateProposal(vote, NULL, strError)) { budget.mapSeenMasternodeBudgetVotes.insert(make_pair(vote.GetHash(), vote)); vote.Relay(); success++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "success")); statusObj.push_back(Pair("error", "")); } else { failed++; statusObj.push_back(Pair("node", mne.getAlias())); statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("error", strError.c_str())); } resultsObj.push_back(statusObj); } Object returnObj; returnObj.push_back(Pair("overall", strprintf("Voted successfully %d time(s) and failed %d time(s).", success, failed))); returnObj.push_back(Pair("detail", resultsObj)); return returnObj; } return Value::null; } Value getbudgetvotes(const Array& params, bool fHelp) { if (params.size() != 1) throw runtime_error( "getbudgetvotes \"proposal-name\"\n" "\nPrint vote information for a budget proposal\n" "\nArguments:\n" "1. \"proposal-name\": (string, required) Name of the proposal\n" "\nResult:\n" "[\n" " {\n" " \"mnId\": \"xxxx\", (string) Hash of the masternode's collateral transaction\n" " \"nHash\": \"xxxx\", (string) Hash of the vote\n" " \"Vote\": \"YES|NO\", (string) Vote cast ('YES' or 'NO')\n" " \"nTime\": xxxx, (numeric) Time in seconds since epoch the vote was cast\n" " \"fValid\": true|false, (boolean) 'true' if the vote is valid, 'false' otherwise\n" " }\n" " ,...\n" "]\n" "\nExamples:\n" + HelpExampleCli("getbudgetvotes", "\"test-proposal\"") + HelpExampleRpc("getbudgetvotes", "\"test-proposal\"")); std::string strProposalName = SanitizeString(params[0].get_str()); Array ret; CBudgetProposal* pbudgetProposal = budget.FindProposal(strProposalName); if (pbudgetProposal == NULL) throw runtime_error("Unknown proposal name"); std::map<uint256, CBudgetVote>::iterator it = pbudgetProposal->mapVotes.begin(); while (it != pbudgetProposal->mapVotes.end()) { Object bObj; bObj.push_back(Pair("mnId", (*it).second.vin.prevout.hash.ToString())); bObj.push_back(Pair("nHash", (*it).first.ToString().c_str())); bObj.push_back(Pair("Vote", (*it).second.GetVoteString())); bObj.push_back(Pair("nTime", (int64_t)(*it).second.nTime)); bObj.push_back(Pair("fValid", (*it).second.fValid)); ret.push_back(bObj); it++; } return ret; } Value getnextsuperblock(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) throw runtime_error( "getnextsuperblock\n" "\nPrint the next super block height\n" "\nResult:\n" "n (numeric) Block height of the next super block\n" "\nExamples:\n" + HelpExampleCli("getnextsuperblock", "") + HelpExampleRpc("getnextsuperblock", "")); CBlockIndex* pindexPrev = chainActive.Tip(); if (!pindexPrev) return "unknown"; int nNext = pindexPrev->nHeight - pindexPrev->nHeight % GetBudgetPaymentCycleBlocks() + GetBudgetPaymentCycleBlocks(); return nNext; } Value getbudgetprojection(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) throw runtime_error( "getbudgetprojection\n" "\nShow the projection of which proposals will be paid the next cycle\n" "\nResult:\n" "[\n" " {\n" " \"Name\": \"xxxx\", (string) Proposal name\n" " \"URL\": \"xxxx\", (string) Proposal URL\n" " \"Hash\": \"xxxx\", (string) Proposal vote hash\n" " \"FeeHash\": \"xxxx\", (string) Proposal fee hash\n" " \"BlockStart\": n, (numeric) Proposal starting block\n" " \"BlockEnd\": n, (numeric) Proposal ending block\n" " \"TotalPaymentCount\": n, (numeric) Number of payments\n" " \"RemainingPaymentCount\": n, (numeric) Number of remaining payments\n" " \"PaymentAddress\": \"xxxx\", (string) Goods address of payment\n" " \"Ratio\": x.xxx, (numeric) Ratio of yeas vs nays\n" " \"Yeas\": n, (numeric) Number of yea votes\n" " \"Nays\": n, (numeric) Number of nay votes\n" " \"Abstains\": n, (numeric) Number of abstains\n" " \"TotalPayment\": xxx.xxx, (numeric) Total payment amount\n" " \"MonthlyPayment\": xxx.xxx, (numeric) Monthly payment amount\n" " \"IsEstablished\": true|false, (boolean) Established (true) or (false)\n" " \"IsValid\": true|false, (boolean) Valid (true) or Invalid (false)\n" " \"IsValidReason\": \"xxxx\", (string) Error message, if any\n" " \"fValid\": true|false, (boolean) Valid (true) or Invalid (false)\n" " \"Alloted\": xxx.xxx, (numeric) Amount alloted in current period\n" " \"TotalBudgetAlloted\": xxx.xxx (numeric) Total alloted\n" " }\n" " ,...\n" "]\n" "\nExamples:\n" + HelpExampleCli("getbudgetprojection", "") + HelpExampleRpc("getbudgetprojection", "")); Array ret; Object resultObj; CAmount nTotalAllotted = 0; std::vector<CBudgetProposal*> winningProps = budget.GetBudget(); BOOST_FOREACH (CBudgetProposal* pbudgetProposal, winningProps) { nTotalAllotted += pbudgetProposal->GetAllotted(); CTxDestination address1; ExtractDestination(pbudgetProposal->GetPayee(), address1); CBitcoinAddress address2(address1); Object bObj; budgetToJSON(pbudgetProposal, bObj); bObj.push_back(Pair("Alloted", ValueFromAmount(pbudgetProposal->GetAllotted()))); bObj.push_back(Pair("TotalBudgetAlloted", ValueFromAmount(nTotalAllotted))); ret.push_back(bObj); } return ret; } Value getbudgetinfo(const Array& params, bool fHelp) { if (fHelp || params.size() > 1) throw runtime_error( "getbudgetinfo ( \"proposal\" )\n" "\nShow current masternode budgets\n" "\nArguments:\n" "1. \"proposal\" (string, optional) Proposal name\n" "\nResult:\n" "[\n" " {\n" " \"Name\": \"xxxx\", (string) Proposal name\n" " \"URL\": \"xxxx\", (string) Proposal URL\n" " \"Hash\": \"xxxx\", (string) Proposal vote hash\n" " \"FeeHash\": \"xxxx\", (string) Proposal fee hash\n" " \"BlockStart\": n, (numeric) Proposal starting block\n" " \"BlockEnd\": n, (numeric) Proposal ending block\n" " \"TotalPaymentCount\": n, (numeric) Number of payments\n" " \"RemainingPaymentCount\": n, (numeric) Number of remaining payments\n" " \"PaymentAddress\": \"xxxx\", (string) Goods address of payment\n" " \"Ratio\": x.xxx, (numeric) Ratio of yeas vs nays\n" " \"Yeas\": n, (numeric) Number of yea votes\n" " \"Nays\": n, (numeric) Number of nay votes\n" " \"Abstains\": n, (numeric) Number of abstains\n" " \"TotalPayment\": xxx.xxx, (numeric) Total payment amount\n" " \"MonthlyPayment\": xxx.xxx, (numeric) Monthly payment amount\n" " \"IsEstablished\": true|false, (boolean) Established (true) or (false)\n" " \"IsValid\": true|false, (boolean) Valid (true) or Invalid (false)\n" " \"IsValidReason\": \"xxxx\", (string) Error message, if any\n" " \"fValid\": true|false, (boolean) Valid (true) or Invalid (false)\n" " }\n" " ,...\n" "]\n" "\nExamples:\n" + HelpExampleCli("getbudgetprojection", "") + HelpExampleRpc("getbudgetprojection", "")); Array ret; std::string strShow = "valid"; if (params.size() == 1) { std::string strProposalName = SanitizeString(params[0].get_str()); CBudgetProposal* pbudgetProposal = budget.FindProposal(strProposalName); if (pbudgetProposal == NULL) throw runtime_error("Unknown proposal name"); Object bObj; budgetToJSON(pbudgetProposal, bObj); ret.push_back(bObj); return ret; } std::vector<CBudgetProposal*> winningProps = budget.GetAllProposals(); BOOST_FOREACH (CBudgetProposal* pbudgetProposal, winningProps) { if (strShow == "valid" && !pbudgetProposal->fValid) continue; Object bObj; budgetToJSON(pbudgetProposal, bObj); ret.push_back(bObj); } return ret; } Value mnbudgetrawvote(const Array& params, bool fHelp) { if (fHelp || params.size() != 6) throw runtime_error( "mnbudgetrawvote \"masternode-tx-hash\" masternode-tx-index \"proposal-hash\" yes|no time \"vote-sig\"\n" "\nCompile and relay a proposal vote with provided external signature instead of signing vote internally\n" "\nArguments:\n" "1. \"masternode-tx-hash\" (string, required) Transaction hash for the masternode\n" "2. masternode-tx-index (numeric, required) Output index for the masternode\n" "3. \"proposal-hash\" (string, required) Proposal vote hash\n" "4. yes|no (boolean, required) Vote to cast\n" "5. time (numeric, required) Time since epoch in seconds\n" "6. \"vote-sig\" (string, required) External signature\n" "\nResult:\n" "\"status\" (string) Vote status or error message\n" "\nExamples:\n" + HelpExampleCli("mnbudgetrawvote", "") + HelpExampleRpc("mnbudgetrawvote", "")); uint256 hashMnTx = ParseHashV(params[0], "mn tx hash"); int nMnTxIndex = params[1].get_int(); CTxIn vin = CTxIn(hashMnTx, nMnTxIndex); uint256 hashProposal = ParseHashV(params[2], "Proposal hash"); std::string strVote = params[3].get_str(); if (strVote != "yes" && strVote != "no") return "You can only vote 'yes' or 'no'"; int nVote = VOTE_ABSTAIN; if (strVote == "yes") nVote = VOTE_YES; if (strVote == "no") nVote = VOTE_NO; int64_t nTime = params[4].get_int64(); std::string strSig = params[5].get_str(); bool fInvalid = false; vector<unsigned char> vchSig = DecodeBase64(strSig.c_str(), &fInvalid); if (fInvalid) throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Malformed base64 encoding"); CMasternode* pmn = mnodeman.Find(vin); if (pmn == NULL) { return "Failure to find masternode in list : " + vin.ToString(); } CBudgetVote vote(vin, hashProposal, nVote); vote.nTime = nTime; vote.vchSig = vchSig; if (!vote.SignatureValid(true)) { return "Failure to verify signature."; } std::string strError = ""; if (budget.UpdateProposal(vote, NULL, strError)) { budget.mapSeenMasternodeBudgetVotes.insert(make_pair(vote.GetHash(), vote)); vote.Relay(); return "Voted successfully"; } else { return "Error voting : " + strError; } } Value mnfinalbudget(const Array& params, bool fHelp) { string strCommand; if (params.size() >= 1) strCommand = params[0].get_str(); if (fHelp || (strCommand != "suggest" && strCommand != "vote-many" && strCommand != "vote" && strCommand != "show" && strCommand != "getvotes")) throw runtime_error( "mnfinalbudget \"command\"... ( \"passphrase\" )\n" "Vote or show current budgets\n" "\nAvailable commands:\n" " vote-many - Vote on a finalized budget\n" " vote - Vote on a finalized budget\n" " show - Show existing finalized budgets\n" " getvotes - Get vote information for each finalized budget\n"); if (strCommand == "vote-many") { if (params.size() != 2) throw runtime_error("Correct usage is 'mnfinalbudget vote-many BUDGET_HASH'"); std::string strHash = params[1].get_str(); uint256 hash(strHash); int success = 0; int failed = 0; Object resultsObj; BOOST_FOREACH (CMasternodeConfig::CMasternodeEntry mne, masternodeConfig.getEntries()) { std::string errorMessage; std::vector<unsigned char> vchMasterNodeSignature; std::string strMasterNodeSignMessage; CPubKey pubKeyCollateralAddress; CKey keyCollateralAddress; CPubKey pubKeyMasternode; CKey keyMasternode; Object statusObj; if (!obfuScationSigner.SetKey(mne.getPrivKey(), errorMessage, keyMasternode, pubKeyMasternode)) { failed++; statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("errorMessage", "Masternode signing error, could not set key correctly: " + errorMessage)); resultsObj.push_back(Pair(mne.getAlias(), statusObj)); continue; } CMasternode* pmn = mnodeman.Find(pubKeyMasternode); if (pmn == NULL) { failed++; statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("errorMessage", "Can't find masternode by pubkey")); resultsObj.push_back(Pair(mne.getAlias(), statusObj)); continue; } CFinalizedBudgetVote vote(pmn->vin, hash); if (!vote.Sign(keyMasternode, pubKeyMasternode)) { failed++; statusObj.push_back(Pair("result", "failed")); statusObj.push_back(Pair("errorMessage", "Failure to sign.")); resultsObj.push_back(Pair(mne.getAlias(), statusObj)); continue; } std::string strError = ""; if (budget.UpdateFinalizedBudget(vote, NULL, strError)) { budget.mapSeenFinalizedBudgetVotes.insert(make_pair(vote.GetHash(), vote)); vote.Relay(); success++; statusObj.push_back(Pair("result", "success")); } else { failed++; statusObj.push_back(Pair("result", strError.c_str())); } resultsObj.push_back(Pair(mne.getAlias(), statusObj)); } Object returnObj; returnObj.push_back(Pair("overall", strprintf("Voted successfully %d time(s) and failed %d time(s).", success, failed))); returnObj.push_back(Pair("detail", resultsObj)); return returnObj; } if (strCommand == "vote") { if (params.size() != 2) throw runtime_error("Correct usage is 'mnfinalbudget vote BUDGET_HASH'"); std::string strHash = params[1].get_str(); uint256 hash(strHash); CPubKey pubKeyMasternode; CKey keyMasternode; std::string errorMessage; if (!obfuScationSigner.SetKey(strMasterNodePrivKey, errorMessage, keyMasternode, pubKeyMasternode)) return "Error upon calling SetKey"; CMasternode* pmn = mnodeman.Find(activeMasternode.vin); if (pmn == NULL) { return "Failure to find masternode in list : " + activeMasternode.vin.ToString(); } CFinalizedBudgetVote vote(activeMasternode.vin, hash); if (!vote.Sign(keyMasternode, pubKeyMasternode)) { return "Failure to sign."; } std::string strError = ""; if (budget.UpdateFinalizedBudget(vote, NULL, strError)) { budget.mapSeenFinalizedBudgetVotes.insert(make_pair(vote.GetHash(), vote)); vote.Relay(); return "success"; } else { return "Error voting : " + strError; } } if (strCommand == "show") { Object resultObj; std::vector<CFinalizedBudget*> winningFbs = budget.GetFinalizedBudgets(); BOOST_FOREACH (CFinalizedBudget* finalizedBudget, winningFbs) { Object bObj; bObj.push_back(Pair("FeeTX", finalizedBudget->nFeeTXHash.ToString())); bObj.push_back(Pair("Hash", finalizedBudget->GetHash().ToString())); bObj.push_back(Pair("BlockStart", (int64_t)finalizedBudget->GetBlockStart())); bObj.push_back(Pair("BlockEnd", (int64_t)finalizedBudget->GetBlockEnd())); bObj.push_back(Pair("Proposals", finalizedBudget->GetProposals())); bObj.push_back(Pair("VoteCount", (int64_t)finalizedBudget->GetVoteCount())); bObj.push_back(Pair("Status", finalizedBudget->GetStatus())); std::string strError = ""; bObj.push_back(Pair("IsValid", finalizedBudget->IsValid(strError))); bObj.push_back(Pair("IsValidReason", strError.c_str())); resultObj.push_back(Pair(finalizedBudget->GetName(), bObj)); } return resultObj; } if (strCommand == "getvotes") { if (params.size() != 2) throw runtime_error("Correct usage is 'mnbudget getvotes budget-hash'"); std::string strHash = params[1].get_str(); uint256 hash(strHash); Object obj; CFinalizedBudget* pfinalBudget = budget.FindFinalizedBudget(hash); if (pfinalBudget == NULL) return "Unknown budget hash"; std::map<uint256, CFinalizedBudgetVote>::iterator it = pfinalBudget->mapVotes.begin(); while (it != pfinalBudget->mapVotes.end()) { Object bObj; bObj.push_back(Pair("nHash", (*it).first.ToString().c_str())); bObj.push_back(Pair("nTime", (int64_t)(*it).second.nTime)); bObj.push_back(Pair("fValid", (*it).second.fValid)); obj.push_back(Pair((*it).second.vin.prevout.ToStringShort(), bObj)); it++; } return obj; } return Value::null; } Value checkbudgets(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) throw runtime_error( "checkbudgets\n" "\nInitiates a buddget check cycle manually\n" "\nExamples:\n" + HelpExampleCli("checkbudgets", "") + HelpExampleRpc("checkbudgets", "")); budget.CheckAndRemove(); return Value::null; }
8d7c79678eaa755f6b17e5857281f3a51505d2c4
d6f953af753a435e2de9daddeec20b8ca225230f
/main_new.cpp
7f1c314b619550a0998d2ea9dfc0cd6e1c55fcc3
[]
no_license
Andreasco/RemoteBackupServer
ce5e555beac79a483d0d8525d386dc357484565a
7dff42817fb6ee8557cd1564e1af5347710bd26d
refs/heads/master
2023-02-25T18:43:06.538981
2021-01-17T10:44:54
2021-01-17T10:44:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
259
cpp
// // Created by guido on 28/11/20. // #include "server.h" int main() { try{ server server(5004); server.run(); } catch(const std::exception& e){ std::cerr << "Error: " << e.what() << std::endl; std::exit(-1); } }
54053ec8018027bc0f7548b25e02774058370032
ad4268fca6ac3bb9a356b2a50c742b269f76f0aa
/src/wallet_ismine.cpp
8c4976e6566623475aa46fe8818c4371d1f5a148
[ "MIT" ]
permissive
bnxxbitcoinnexx/bitcoinnexx-core
3af6af089d5282ad9dfce6d23041a82628f901fb
c1522c0f95a0b27989dbe8c08d2a3b1055a9ddb1
refs/heads/master
2022-12-07T12:18:54.792384
2020-08-27T10:59:22
2020-08-27T10:59:22
283,929,104
1
0
null
null
null
null
UTF-8
C++
false
false
3,075
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2016-2017 The PIVX developers // Copyright (c) 2019 The BitcoinNexx developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "wallet_ismine.h" #include "key.h" #include "keystore.h" #include "script/script.h" #include "script/standard.h" #include "util.h" #include <boost/foreach.hpp> using namespace std; typedef vector<unsigned char> valtype; unsigned int HaveKeys(const vector<valtype>& pubkeys, const CKeyStore& keystore) { unsigned int nResult = 0; BOOST_FOREACH (const valtype& pubkey, pubkeys) { CKeyID keyID = CPubKey(pubkey).GetID(); if(keystore.HaveKey(keyID)) ++nResult; } return nResult; } isminetype IsMine(const CKeyStore& keystore, const CTxDestination& dest) { CScript script = GetScriptForDestination(dest); return IsMine(keystore, script); } isminetype IsMine(const CKeyStore& keystore, const CScript& scriptPubKey) { if(keystore.HaveWatchOnly(scriptPubKey)) return ISMINE_WATCH_ONLY; if(keystore.HaveMultiSig(scriptPubKey)) return ISMINE_MULTISIG; vector<valtype> vSolutions; txnouttype whichType; if(!Solver(scriptPubKey, whichType, vSolutions)) { if(keystore.HaveWatchOnly(scriptPubKey)) return ISMINE_WATCH_ONLY; if(keystore.HaveMultiSig(scriptPubKey)) return ISMINE_MULTISIG; return ISMINE_NO; } CKeyID keyID; switch (whichType) { case TX_NONSTANDARD: case TX_NULL_DATA: break; case TX_ZEROCOINMINT: case TX_PUBKEY: keyID = CPubKey(vSolutions[0]).GetID(); if(keystore.HaveKey(keyID)) return ISMINE_SPENDABLE; break; case TX_PUBKEYHASH: keyID = CKeyID(uint160(vSolutions[0])); if(keystore.HaveKey(keyID)) return ISMINE_SPENDABLE; break; case TX_SCRIPTHASH: { CScriptID scriptID = CScriptID(uint160(vSolutions[0])); CScript subscript; if(keystore.GetCScript(scriptID, subscript)) { isminetype ret = IsMine(keystore, subscript); if(ret != ISMINE_NO) return ret; } break; } case TX_MULTISIG: { // Only consider transactions "mine" if we own ALL the // keys involved. multi-signature transactions that are // partially owned (somebody else has a key that can spend // them) enable spend-out-from-under-you attacks, especially // in shared-wallet situations. vector<valtype> keys(vSolutions.begin() + 1, vSolutions.begin() + vSolutions.size() - 1); if(HaveKeys(keys, keystore) == keys.size()) return ISMINE_SPENDABLE; break; } } if(keystore.HaveWatchOnly(scriptPubKey)) return ISMINE_WATCH_ONLY; if(keystore.HaveMultiSig(scriptPubKey)) return ISMINE_MULTISIG; return ISMINE_NO; }
21997f82ce700272eca859a5ba357cb45a06f48c
792e697ba0f9c11ef10b7de81edb1161a5580cfb
/tools/clang/unittests/StaticAnalyzer/NoStateChangeFuncVisitorTest.cpp
a9700e6e7766d4717d75aaee3f5870865237bfdc
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
opencor/llvmclang
9eb76cb6529b6a3aab2e6cd266ef9751b644f753
63b45a7928f2a8ff823db51648102ea4822b74a6
refs/heads/master
2023-08-26T04:52:56.472505
2022-11-02T04:35:46
2022-11-03T03:55:06
115,094,625
0
1
Apache-2.0
2021-08-12T22:29:21
2017-12-22T08:29:14
LLVM
UTF-8
C++
false
false
9,182
cpp
//===- unittests/StaticAnalyzer/NoStateChangeFuncVisitorTest.cpp ----------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "CheckerRegistration.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h" #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h" #include "clang/StaticAnalyzer/Core/Checker.h" #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h" #include "clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h" #include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h" #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h" #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h" #include "clang/StaticAnalyzer/Frontend/AnalysisConsumer.h" #include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include "gtest/gtest.h" #include <memory> //===----------------------------------------------------------------------===// // Base classes for testing NoStateChangeFuncVisitor. // // Testing is done by observing a very simple trait change from one node to // another -- the checker sets the ErrorPrevented trait to true if // 'preventError()' is called in the source code, and sets it to false if // 'allowError()' is called. If this trait is false when 'error()' is called, // a warning is emitted. // // The checker then registers a simple NoStateChangeFuncVisitor to add notes to // inlined functions that could have, but neglected to prevent the error. //===----------------------------------------------------------------------===// REGISTER_TRAIT_WITH_PROGRAMSTATE(ErrorPrevented, bool) namespace clang { namespace ento { namespace { class ErrorNotPreventedFuncVisitor : public NoStateChangeFuncVisitor { public: ErrorNotPreventedFuncVisitor() : NoStateChangeFuncVisitor(bugreporter::TrackingKind::Thorough) {} virtual PathDiagnosticPieceRef maybeEmitNoteForObjCSelf(PathSensitiveBugReport &R, const ObjCMethodCall &Call, const ExplodedNode *N) override { return nullptr; } virtual PathDiagnosticPieceRef maybeEmitNoteForCXXThis(PathSensitiveBugReport &R, const CXXConstructorCall &Call, const ExplodedNode *N) override { return nullptr; } virtual PathDiagnosticPieceRef maybeEmitNoteForParameters(PathSensitiveBugReport &R, const CallEvent &Call, const ExplodedNode *N) override { PathDiagnosticLocation L = PathDiagnosticLocation::create( N->getLocation(), N->getState()->getStateManager().getContext().getSourceManager()); return std::make_shared<PathDiagnosticEventPiece>( L, "Returning without prevening the error"); } void Profile(llvm::FoldingSetNodeID &ID) const override { static int Tag = 0; ID.AddPointer(&Tag); } }; template <class Visitor> class StatefulChecker : public Checker<check::PreCall> { mutable std::unique_ptr<BugType> BT; public: void checkPreCall(const CallEvent &Call, CheckerContext &C) const { if (CallDescription{"preventError", 0}.matches(Call)) { C.addTransition(C.getState()->set<ErrorPrevented>(true)); return; } if (CallDescription{"allowError", 0}.matches(Call)) { C.addTransition(C.getState()->set<ErrorPrevented>(false)); return; } if (CallDescription{"error", 0}.matches(Call)) { if (C.getState()->get<ErrorPrevented>()) return; const ExplodedNode *N = C.generateErrorNode(); if (!N) return; if (!BT) BT.reset(new BugType(this->getCheckerName(), "error()", categories::SecurityError)); auto R = std::make_unique<PathSensitiveBugReport>(*BT, "error() called", N); R->template addVisitor<Visitor>(); C.emitReport(std::move(R)); } } }; } // namespace } // namespace ento } // namespace clang //===----------------------------------------------------------------------===// // Non-thorough analysis: only the state right before and right after the // function call is checked for the difference in trait value. //===----------------------------------------------------------------------===// namespace clang { namespace ento { namespace { class NonThoroughErrorNotPreventedFuncVisitor : public ErrorNotPreventedFuncVisitor { public: virtual bool wasModifiedInFunction(const ExplodedNode *CallEnterN, const ExplodedNode *CallExitEndN) override { return CallEnterN->getState()->get<ErrorPrevented>() != CallExitEndN->getState()->get<ErrorPrevented>(); } }; void addNonThoroughStatefulChecker(AnalysisASTConsumer &AnalysisConsumer, AnalyzerOptions &AnOpts) { AnOpts.CheckersAndPackages = {{"test.StatefulChecker", true}}; AnalysisConsumer.AddCheckerRegistrationFn([](CheckerRegistry &Registry) { Registry .addChecker<StatefulChecker<NonThoroughErrorNotPreventedFuncVisitor>>( "test.StatefulChecker", "Description", ""); }); } TEST(NoStateChangeFuncVisitor, NonThoroughFunctionAnalysis) { std::string Diags; EXPECT_TRUE(runCheckerOnCode<addNonThoroughStatefulChecker>(R"( void error(); void preventError(); void allowError(); void g() { //preventError(); } void f() { g(); error(); } )", Diags)); EXPECT_EQ(Diags, "test.StatefulChecker: Calling 'g' | Returning without prevening " "the error | Returning from 'g' | error() called\n"); Diags.clear(); EXPECT_TRUE(runCheckerOnCode<addNonThoroughStatefulChecker>(R"( void error(); void preventError(); void allowError(); void g() { preventError(); allowError(); } void f() { g(); error(); } )", Diags)); EXPECT_EQ(Diags, "test.StatefulChecker: Calling 'g' | Returning without prevening " "the error | Returning from 'g' | error() called\n"); Diags.clear(); EXPECT_TRUE(runCheckerOnCode<addNonThoroughStatefulChecker>(R"( void error(); void preventError(); void allowError(); void g() { preventError(); } void f() { g(); error(); } )", Diags)); EXPECT_EQ(Diags, ""); } } // namespace } // namespace ento } // namespace clang //===----------------------------------------------------------------------===// // Thorough analysis: only the state right before and right after the // function call is checked for the difference in trait value. //===----------------------------------------------------------------------===// namespace clang { namespace ento { namespace { class ThoroughErrorNotPreventedFuncVisitor : public ErrorNotPreventedFuncVisitor { public: virtual bool wasModifiedBeforeCallExit(const ExplodedNode *CurrN, const ExplodedNode *CallExitBeginN) override { return CurrN->getState()->get<ErrorPrevented>() != CallExitBeginN->getState()->get<ErrorPrevented>(); } }; void addThoroughStatefulChecker(AnalysisASTConsumer &AnalysisConsumer, AnalyzerOptions &AnOpts) { AnOpts.CheckersAndPackages = {{"test.StatefulChecker", true}}; AnalysisConsumer.AddCheckerRegistrationFn([](CheckerRegistry &Registry) { Registry.addChecker<StatefulChecker<ThoroughErrorNotPreventedFuncVisitor>>( "test.StatefulChecker", "Description", ""); }); } TEST(NoStateChangeFuncVisitor, ThoroughFunctionAnalysis) { std::string Diags; EXPECT_TRUE(runCheckerOnCode<addThoroughStatefulChecker>(R"( void error(); void preventError(); void allowError(); void g() { //preventError(); } void f() { g(); error(); } )", Diags)); EXPECT_EQ(Diags, "test.StatefulChecker: Calling 'g' | Returning without prevening " "the error | Returning from 'g' | error() called\n"); Diags.clear(); EXPECT_TRUE(runCheckerOnCode<addThoroughStatefulChecker>(R"( void error(); void preventError(); void allowError(); void g() { preventError(); allowError(); } void f() { g(); error(); } )", Diags)); EXPECT_EQ(Diags, "test.StatefulChecker: error() called\n"); Diags.clear(); EXPECT_TRUE(runCheckerOnCode<addThoroughStatefulChecker>(R"( void error(); void preventError(); void allowError(); void g() { preventError(); } void f() { g(); error(); } )", Diags)); EXPECT_EQ(Diags, ""); } } // namespace } // namespace ento } // namespace clang
44b1972f80da58a86abe3d73927d510fe1a6a595
e376d58caed295d6c6bc0f6368599086be4ae8c8
/c_src/libsass/functions.hpp
7664362684ad04c6591136366bb8e7ef8247e9ab
[ "MIT" ]
permissive
skatt/sassy
d66b755ea36f95325cc3079e6a884a93670b8572
ff32c97b4b9d697c98e0f51b8f46ef204472f2e8
refs/heads/master
2021-01-15T10:30:04.831422
2014-05-12T02:54:22
2014-05-12T02:54:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,739
hpp
#define SASS_FUNCTIONS #ifndef SASS_ENVIRONMENT #include "environment.hpp" #endif #ifndef SASS #include "sass.h" #endif #include <string> #ifndef SASS_POSITION #include "position.hpp" #endif #define BUILT_IN(name) Expression*\ name(Env& env, Context& ctx, Signature sig, const string& path, Position position, Backtrace* backtrace) namespace Sass { struct Context; struct Backtrace; class AST_Node; class Expression; class Definition; typedef Environment<AST_Node*> Env; typedef const char* Signature; typedef Expression* (*Native_Function)(Env&, Context&, Signature, const string&, Position, Backtrace*); Definition* make_native_function(Signature, Native_Function, Context&); Definition* make_c_function(Signature sig, Sass_C_Function f, void* cookie, Context& ctx); namespace Functions { extern Signature rgb_sig; extern Signature rgba_4_sig; extern Signature rgba_2_sig; extern Signature red_sig; extern Signature green_sig; extern Signature blue_sig; extern Signature mix_sig; extern Signature hsl_sig; extern Signature hsla_sig; extern Signature hue_sig; extern Signature saturation_sig; extern Signature lightness_sig; extern Signature adjust_hue_sig; extern Signature lighten_sig; extern Signature darken_sig; extern Signature saturate_sig; extern Signature desaturate_sig; extern Signature grayscale_sig; extern Signature complement_sig; extern Signature invert_sig; extern Signature alpha_sig; extern Signature opacity_sig; extern Signature opacify_sig; extern Signature fade_in_sig; extern Signature transparentize_sig; extern Signature fade_out_sig; extern Signature adjust_color_sig; extern Signature scale_color_sig; extern Signature change_color_sig; extern Signature ie_hex_str_sig; extern Signature unquote_sig; extern Signature quote_sig; extern Signature percentage_sig; extern Signature round_sig; extern Signature ceil_sig; extern Signature floor_sig; extern Signature abs_sig; extern Signature min_sig; extern Signature max_sig; extern Signature length_sig; extern Signature nth_sig; extern Signature index_sig; extern Signature join_sig; extern Signature append_sig; extern Signature zip_sig; extern Signature compact_sig; extern Signature type_of_sig; extern Signature unit_sig; extern Signature unitless_sig; extern Signature comparable_sig; extern Signature not_sig; extern Signature if_sig; extern Signature image_url_sig; BUILT_IN(rgb); BUILT_IN(rgba_4); BUILT_IN(rgba_2); BUILT_IN(red); BUILT_IN(green); BUILT_IN(blue); BUILT_IN(mix); BUILT_IN(hsl); BUILT_IN(hsla); BUILT_IN(hue); BUILT_IN(saturation); BUILT_IN(lightness); BUILT_IN(adjust_hue); BUILT_IN(lighten); BUILT_IN(darken); BUILT_IN(saturate); BUILT_IN(desaturate); BUILT_IN(grayscale); BUILT_IN(complement); BUILT_IN(invert); BUILT_IN(alpha); BUILT_IN(opacify); BUILT_IN(transparentize); BUILT_IN(adjust_color); BUILT_IN(scale_color); BUILT_IN(change_color); BUILT_IN(ie_hex_str); BUILT_IN(sass_unquote); BUILT_IN(sass_quote); BUILT_IN(percentage); BUILT_IN(round); BUILT_IN(ceil); BUILT_IN(floor); BUILT_IN(abs); BUILT_IN(min); BUILT_IN(max); BUILT_IN(length); BUILT_IN(nth); BUILT_IN(index); BUILT_IN(join); BUILT_IN(append); BUILT_IN(zip); BUILT_IN(compact); BUILT_IN(type_of); BUILT_IN(unit); BUILT_IN(unitless); BUILT_IN(comparable); BUILT_IN(sass_not); BUILT_IN(sass_if); BUILT_IN(image_url); } }
91e977221629e1f55b980e811d6e9f920c54cdf2
ca95560dea9ea65d554e563cbb44963bb99b10f0
/src/helpers/workload.cpp
ed3394b49a642d7a73e82fc81041a899ecf9d1ca
[]
no_license
whuwuchen/MultidimensionalAdaptiveIndexing
de8e9321758007cf5bb1e5440d74ac3f14960f98
f8be92d0119010c68f6de8c6c356ff77b4e8fff3
refs/heads/master
2023-03-17T19:29:06.080401
2020-11-23T13:31:14
2020-11-23T13:31:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,829
cpp
#include "workload.hpp" #include "split_string.hpp" #include <fstream> Workload::Workload(){} void Workload::append(Query query){ queries.push_back(query); } Workload Workload::read_file(string path){ ifstream file(path.c_str(), ios::in); if(!file.is_open()){ cout << "Error *opening* file\n"; exit(-1); } auto workload = Workload(); string low_line; string high_line; string col_line; while(getline(file, low_line)){ getline(file, high_line); getline(file, col_line); auto lows = SplitString<float>::split(low_line, " "); auto highs = SplitString<float>::split(high_line, " "); auto cols = SplitString<size_t>::split(col_line, " "); workload.append( Query(lows, highs, cols) ); } file.close(); return workload; } void Workload::save_file(string path){ ofstream file(path.c_str(), ios::out); for(auto& query : queries){ auto dimensions = query.predicate_count(); // Write the lows for(size_t j = 0; j < query.predicate_count(); ++j){ file << query.predicates.at(j).low; if(j + 1 != dimensions) file << " "; } file << std::endl; // Write the highs for(size_t j = 0; j < query.predicate_count(); ++j){ file << query.predicates.at(j).high; if(j + 1 != dimensions) file << " "; } file << std::endl; // Write the cols for(size_t j = 0; j < query.predicate_count(); ++j){ file << query.predicates.at(j).column; if(j + 1 != dimensions) file << " "; } file << std::endl; } file.close(); } size_t Workload::query_count() const{ return queries.size(); }
fd3cfcaf93c6befd15f2549ca7dad14fe80e7a34
aab3a814eb3086dcba0e4474cda4434453c78246
/src/VTK/Curve3DWidget.h
5167d42f67aa12eba9c37762d4141d5276d7475b
[]
no_license
isliulin/Msigma_DAR
239744e60905a81381c50244dbda1bcce199f725
93b441b2c2c0b2b454f30617319a125022bc5f65
refs/heads/main
2023-08-25T18:20:36.534371
2021-10-13T02:01:53
2021-10-13T02:01:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,844
h
#ifndef CURVE3DWIDGET_H #define CURVE3DWIDGET_H #include <QVTKOpenGLStereoWidget.h> #include <vtkRenderer.h> #include <vtkCamera.h> #include <vtkRenderWindow.h> #include <vtkPolyDataMapper.h> #include <vtkBox.h> #include <vtkExtractPoints.h> #include <vtkOrientationMarkerWidget.h> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include "ViewInteratorStyleTrackballCamera.h" #include "ViewBase.h" #include "PolyDataObject.h" #include "vtkScalarBarWidget.h" #include "vtkLookupTable.h" #include "MsigmaBase.h" #include "vtkCubeAxesActor.h" #include "LineObject.h" /** * @brief The Curve3DWidget class * 3D曲线图 */ class Curve3DWidget : public QVTKOpenGLStereoWidget, public ViewBase, public MsigmaBase { public: Curve3DWidget(QWidget *parent = nullptr, QString classname = "Curve3DWidget"); ~Curve3DWidget(); void OnRightButtonDown(); // 鼠标右键按下事件 void OnRightButtonUp(); // 鼠标右键抬起事件 void OnLeftButtonDown(); // 鼠标左键按下 void OnMouseMove(); // 鼠标移动 void OnLeftButtonUp(); // 鼠标左键抬起 void resetCamera(); void initScalarBarWidget(vtkLookupTable* lookupTable); void initCubeAxesActor(double* bound); public: void setModelBases(std::vector<ModelBase *> modelObjects, int index); void addModelBase(ModelBase* modelObject); void clearModelBase(); void updataView(); protected: vtkSmartPointer<vtkRenderer> renderer; // 渲染器 vtkSmartPointer<ViewInteratorStyleTrackballCamera> viewInteratorStyle; // 轨迹球交互 vtkSmartPointer<vtkLookupTable> pColorTable; // 颜色条映射 vtkSmartPointer<vtkScalarBarWidget> scalarWidget; // 颜色条窗口 vtkSmartPointer<vtkCubeAxesActor> m_cubeAxesActor; // 刻度尺 std::vector<LineObject*> lineObjects; // 曲线 }; #endif // CURVE3DWIDGET_H
883cd9b179fe7f84aff07831a2d1c264ddc658f8
edba58e3f39f7b6bde70e0076661d959db4ea336
/src/routes/ChangePassWdRequestHandler.h
8721ea9b8b803e70f1ea9b38f7170542ada5a454
[ "MIT" ]
permissive
radtek/rsyncAgent
dd7061dfd116a9f633bad07106d746e28a1d0205
c8aa8f2f7c28a38798be1b3eebceb4dc3659d884
refs/heads/master
2022-04-13T19:18:42.357192
2020-04-14T08:24:58
2020-04-14T08:29:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,093
h
#pragma once #include "Command.h" #include "RESTfulRequestHandler.h" #include "Poco/Util/Application.h" using Poco::Util::Application; namespace Reach { ///RS_ChangePassWd class ChangePassWd :public Command { public: ChangePassWd(const std::string& uid, const std::string& oldCode, const std::string& newCode); virtual void run(); private: std::string _uid; std::string _oldCode; std::string _newCode; }; class ChangePassWdRequestHandler : public RESTfulRequestHandler { public: void handleRequest(HTTPServerRequest& request, HTTPServerResponse& response) { poco_debug_f1(Application::instance().logger(), "Request from %s", request.clientAddress().toString()); RESTfulRequestHandler::handleCORS(request, response); HTMLForm form(request, request.stream()); std::string uid(form.get("containerId", "")); std::string oldCode(form.get("oldCode", "")); std::string newCode(form.get("newCode", "")); ChangePassWd command(uid, oldCode, newCode); command.execute(); return response.sendBuffer(command().data(), command().length()); } }; }
d7c81f885624399f59f2aae35896dbfb8d40292d
3a26434a65a69f642c3e13eb7c3ac9e94d13e0c5
/src/header/audio_server.h
5f1418940f0e9333d65f39c916ae5a279238f1cc
[ "MIT" ]
permissive
aliabbas299792/radio
064bbe8c1850f03c1d4679af80b9b5c5a5a4bc5d
d7b941657a6918e5249e96f6a9b2f8776270bf88
refs/heads/main
2023-09-03T12:50:12.961272
2021-11-16T13:21:29
2021-11-16T13:21:29
382,019,216
2
1
null
null
null
null
UTF-8
C++
false
false
10,443
h
#ifndef AUDIO_BROADCAST #define AUDIO_BROADCAST #include <chrono> #include <iostream> #include <list> #include <dirent.h> #include <sys/eventfd.h> #include <sys/timerfd.h> #include <atomic> #include "utility.h" #include "web_server/web_server.h" #include "../vendor/readerwriterqueue/atomicops.h" #include "../vendor/readerwriterqueue/readerwriterqueue.h" #include <liburing.h> //for liburing constexpr const char *extension_opus = ".opus"; struct audio_info { std::string name{}; std::string artists{}; // comma separated if multiple std::string album{}; std::string album_art_path{}; std::string release_data{}; }; struct audio_data { std::vector<char> audio_data{}; audio_info audio1_info{}; // if another piece of audio starts during this interval // just include it here at the correct offset audio_info audio2_info{}; float audio2_start_offset{}; }; enum class audio_events { AUDIO_BROADCAST_EVT, FILE_REQUEST, INOTIFY_DIR_CHANGED, AUDIO_LIST, AUDIO_LIST_UPDATE, FILE_READY, AUDIO_REQUEST_FROM_PROGRAM, AUDIO_QUEUE, BROADCAST_TIMER, KILL, REQUEST_SKIP }; static struct { std::array<float, 4> silkOnly{10, 20, 40, 60}; std::array<float, 2> hybrid{10, 20}; std::array<float, 4> celtOnly{2.5, 5, 10, 20}; } audio_frame_durations; struct audio_req { audio_events event{}; std::vector<char> buff{}; int fd = -1; }; struct audio_file_list_data { bool addition{}; // adding it or removing it std::vector<std::string> file_list{}; std::string appropriate_str{}; // either slash separated file list, or just a new file name audio_file_list_data(std::string appropriate_str = "", bool addition = false, std::vector<std::string> file_list = {}) : file_list(file_list), appropriate_str(appropriate_str), addition(addition) {} }; struct file_transfer_data { std::string filepath{}; std::vector<char> data{}; file_transfer_data(const std::string filepath = "", std::vector<char> &&buff = {}) : filepath(filepath), data(std::move(buff)) {} }; struct audio_page_data { std::vector<char> buff{}; time_t duration{}; audio_page_data(std::vector<char> &&buff, time_t duration) : duration(duration), buff(std::move(buff)) {} }; struct audio_byte_length_duration { time_t duration{}; size_t byte_length{}; audio_byte_length_duration(time_t duration, size_t byte_length) : duration(duration), byte_length(byte_length) {} audio_byte_length_duration() {} }; struct audio_chunk { int duration{}; time_t start_offset{}; time_t total_length{}; std::string title{}; std::vector<audio_page_data> pages{}; bool insert_data(audio_page_data &&page){ if(duration < BROADCAST_INTERVAL_MS){ // less than BROADCAST_INTERVAL_MS pages.push_back(page); duration += page.duration; return true; } return false; } }; struct combined_data_chunk { std::string audio_data{}; std::string metdata_only{}; std::string track_name{}; combined_data_chunk(std::string &&audio_data, std::string &&metdata_only, std::string track_name) : audio_data{audio_data}, metdata_only{metdata_only}, track_name{track_name} {} combined_data_chunk() {} }; struct audio_req_from_program { int client_idx = -1; std::string str_data{}; // either file name or response int thread_id = -1; // what thread is it from audio_req_from_program(std::string str_data, int client_idx, int thread_id) : client_idx(client_idx), str_data(str_data), thread_id(thread_id) {} audio_req_from_program() {} }; struct audio_queue_data { int client_idx = -1; int thread_id = -1; std::string file_queue{}; audio_queue_data() {} audio_queue_data(int client_idx, int thread_id, std::string file_queue = "") : file_queue(file_queue), thread_id(thread_id), client_idx(client_idx) {} // file_queue is only used in the response, so optional }; struct request_skip_data { std::string ip{}; int client_idx = -1; int thread_id = -1; std::string resp_str = ""; request_skip_data() {} request_skip_data(int client_idx, int thread_id, std::string ip, std::string resp_str = "") : client_idx(client_idx), thread_id(thread_id), ip(ip), resp_str(resp_str) {} }; class audio_server { std::unordered_set<std::string> file_set{}; std::unordered_set<std::string> request_skip_ips{}; // cleared after each track - contains the IP of anyone who's requested to skip std::vector<std::string> audio_file_paths{}; std::vector<std::string> audio_list{}; std::string slash_separated_audio_list{}; // file names are in quotes std::list<int> last_10_items{}; std::deque<audio_chunk> chunks_of_audio{}; std::vector<std::string> currently_queued_audio{}; std::queue<std::string> audio_queue{}; // ////communication between threads//// // //lock free queues used to transport data between threads moodycamel::ReaderWriterQueue<audio_file_list_data> audio_file_list_data_queue{}; moodycamel::ReaderWriterQueue<file_transfer_data> file_transfer_queue{}; moodycamel::ReaderWriterQueue<file_transfer_data> file_req_transfer_queue{}; moodycamel::ReaderWriterQueue<audio_req_from_program> audio_request_queue{}; moodycamel::ReaderWriterQueue<audio_req_from_program> audio_request_response_queue{}; moodycamel::ReaderWriterQueue<request_skip_data> request_to_skip_queue{}; moodycamel::ReaderWriterQueue<request_skip_data> request_to_skip_response_queue{}; moodycamel::ReaderWriterQueue<combined_data_chunk> broadcast_queue{}; // the audio data chunk and the metadata only chunk std::string audio_server_name{}; std::string dir_path = ""; void broadcast_routine(); void process_audio(file_transfer_data &&data); std::string currently_processing_audio{}; // the name of the current file being processed - it is blank after processing std::chrono::system_clock::time_point current_audio_finish_time{}; std::chrono::system_clock::time_point current_playback_time{}; // is relative to the actual system clock static std::vector<audio_server*> audio_servers; void fd_read_req(int fd, audio_events event, size_t size = sizeof(uint64_t)); io_uring ring; int get_config_num(int num); // gets the config number from the number provided int get_frame_duration_ms(int config); // uses data in the first byte of each segment in a page to get the duration audio_byte_length_duration get_ogg_page_info(char *buff); // gets the ogg page length and duration std::vector<audio_page_data> get_audio_page_data(std::vector<char> &&buff); // returns a vector of pointers for the pages along with their durations static int max_id; static int active_instances; std::thread audio_thread{}; void run(); // run the audio server public: audio_server(audio_server &&server) = delete; audio_server(std::string audio_server_name, std::string dir_path); int id = -1; static std::unordered_map<std::string, int> server_id_map; static audio_server *instance(int id){ return audio_servers[id]; } static void audio_server_req_handler(int server_id, int event_fd); static std::vector<std::string> audio_server_names; // the names of the audio server are stored here void kill_server(); int kill_efd = eventfd(0, 0); // these deal with keeping the files in the specified audio file directory syncd with what we've loaded in (so no need to restart the program) const int inotify_fd = inotify_init(); void respond_with_file_list(); int send_audio_list = eventfd(0, 0); // asks the audio_server to send the audio list int notify_audio_list_available = eventfd(0, 0); // tells the program that we've queued some data int audio_list_update = eventfd(0, 0); // tell the program there is a change in the audio void post_audio_list_update(const bool addition, const std::string &appropriate_str); void request_audio_list(); audio_file_list_data get_from_audio_file_list_data_queue(); // relating to the actual broadcast const int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); std::string get_requested_audio(); void submit_audio_req(std::string filename, int client_idx, int thread_id); void submit_audio_req_response(std::string resp, int client_idx, int thread_id); audio_req_from_program get_from_audio_req_queue(); audio_req_from_program get_from_audio_req_response_queue(); const int audio_req_fd = eventfd(0, 0); // should push data to the audio_req queue const int audio_req_response_fd = eventfd(0, 0); // should push some data to the response queue void send_file_request_to_program(const std::string &path); void send_file_back_to_audio_server(const std::string &path, std::vector<char> &&buff); file_transfer_data get_from_file_req_transfer_queue(); file_transfer_data get_from_file_transfer_queue(); const int file_request_fd = eventfd(0, 0); const int file_ready_fd = eventfd(0, 0); combined_data_chunk get_broadcast_data(); void broadcast_to_central_server(std::string &&audio_data, std::string &&metadata_only, std::string track_name); const int broadcast_fd = eventfd(0, 0); void send_request_to_skip_to_audio_server(const std::string &ip, int client_idx, int thread_id); void respond_to_request_to_skip(std::string resp_str, int client_idx, int thread_id); request_skip_data get_request_to_skip_data(); request_skip_data get_request_to_skip_response_data(); const int request_skip_fd = eventfd(0, 0); const int request_skip_response_fd = eventfd(0, 0); int num_skip_votes = 0; // reset for every track bool skip_track = false; // reset for every track bool skipped_track_metadata_info = false; // reset once sent out in metadata std::atomic<uint32_t> num_listeners{}; // number of people listening on the station, atomic, can be read/written from central server and here at the same time // these are updated via the event loop on the main thread, rather than directly since could cause a data race struct { std::string slash_separated_audio_list{}; std::unordered_map<int, std::string> fd_to_filepath{}; std::vector<char> last_broadcast_audio_data{}; std::vector<char> second_last_broadcast_audio_data{}; std::vector<char> last_broadcast_metadata_only{}; std::vector<char> second_last_broadcast_metadata_only{}; std::deque<std::string> queued_audio{}; } main_thread_state; ~audio_server(){ // this will be called as soon as it goes out of scope, unlike the web kill_server(); if(audio_thread.joinable()) audio_thread.join(); // join its own audio thread } }; #endif
b1f76561b2633024f106c3ff3883cb262bb213ec
672f256f520af75516ac186249dab9177e301ac3
/reverselinkedlist2.cpp
70ddc326ce3e9eace46c34293842d7579c12f333
[]
no_license
kadir001/CPP-code
044eafab74f6db867fca16ae0137cef2bd5ec134
08dc14606a429071ee3bc77c6dca418f19e8d630
refs/heads/master
2023-02-15T15:56:40.734937
2021-01-15T21:30:38
2021-01-15T21:30:38
277,788,033
0
0
null
null
null
null
UTF-8
C++
false
false
1,593
cpp
#include <bits/stdc++.h> using namespace std; // Data Structure to store a linked list node struct Node { int data; Node* next; }; // Helper function to print given linked list void printList(struct Node* head) { struct Node* ptr = head; while (ptr) { cout << ptr->data << " "; ptr = ptr->next; } } // Helper function to insert a new node in the beginning of the linked list void push(struct Node** headRef, int data) { struct Node* newNode = (struct Node*)malloc(sizeof(struct Node)); newNode->data = data; newNode->next = *headRef; *headRef = newNode; } // Recursive function to reverse the given linked list. It reverses the // given linked list by fixing the head pointer first and then .next // pointers of very node in reverse order void reverse(Node* curr, Node* prev, Node** headRef) { // base case: end of the list reached if (curr == nullptr) { // fix head pointer *headRef = prev; return; } // recuse for next node and pass current node as previous node reverse(curr->next, curr, headRef); // fix current node(nodes following it are already fixed) curr->next = prev; } // Reverse the given linked list. The function takes a pointer // (reference) to the head pointer void reverse(struct Node** headRef) { reverse (*headRef, nullptr, headRef); } // main method int main() { // input keys int keys[] = { 5, 1, 2, 3, 4 }; int n = sizeof(keys)/sizeof(keys[0]); struct Node *head = nullptr; for (int i = n - 1; i >=0; i--) push(&head, keys[i]); reverse(&head); printList(head); return 0; }
0d62d4fa98832f04bc1b11e82d002b425e069b18
b6ddecc5b86767280fe4b62ccbeaef5c9cae3ad0
/EllipticalHoughTransform.cpp
8f4e1f9fa28f8fabded10a500463b69399459ab2
[ "MIT" ]
permissive
zhulz/OpenCV-journey
24e5e5f6726f12f4fb272d595afb6af62cb0aa7a
f224fc49f2631b0327d51bae64a7a26d3b94cd62
refs/heads/master
2020-09-28T02:08:15.603273
2018-07-23T08:43:00
2018-07-23T08:43:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,263
cpp
#include<opencv2\opencv.hpp> #include<cmath> #include<iostream> #define SQR(x) x*x using namespace cv; using namespace std; struct HoughParams { //minimum and Maximum size of the major axis of the ellipse int minMajAxisLength, maxMajAxisLength; //minimum and maximum angle span of the ellipse int Angle, angleSpan; //minimum Ratio between the minor axis and the major axis of the ellipse double AxisRatio; double smoothStdDev; bool uniformWeights; //number of best fit parameters int numBest; //for Randomizing the Hough Transform int randomize; //Constructor for Loading default values HoughParams() { minMajAxisLength = 100; maxMajAxisLength = 200; Angle = 0; angleSpan = 0; AxisRatio = 0.5; uniformWeights = true; numBest = 3; randomize = 2; smoothStdDev = 1; } //Constructor to get parameters from the default ellipse HoughParams(const cv::RotatedRect& ell) { double MajAxis = ell.size.width > ell.size.height ? ell.size.width : ell.size.height; double MinAxis = ell.size.width < ell.size.height ? ell.size.width : ell.size.height; minMajAxisLength = round(MajAxis * 0.75); maxMajAxisLength = round(MajAxis * 1.25); Angle = round(ell.angle); angleSpan = 20; AxisRatio = 0.5; smoothStdDev = 1; uniformWeights = true; numBest = 3; randomize = 2; } ~HoughParams() { } }; //This function performs full one dimensional convolution template<typename T> void conv(std::vector<T> const &f, std::vector<T> const &g, std::vector<T>& out) { int const nf = f.size(); int const ng = g.size(); int const n = nf + ng - 1; //convolution length out.resize(n, T()); for (auto i(0); i < n; ++i) { int const jmn = (i >= ng - 1) ? i - (ng - 1) : 0; int const jmx = (i < nf - 1) ? i : nf - 1; for (auto j(jmn); j <= jmx; ++j) { out[i] += (f[j] * g[i - j]); }//end for }//end for }//end conv // Overview: // -------- // Fits an ellipse by examining all possible major axes(all pairs of points) and // getting the minor axis using Hough transform.The algorithm complexity depends on // the number of valid non - zero points, therefore it is beneficial to provide as many // restrictions in the "params" input arguments as possible if there is any prior // knowledge about the problem. // // The code can be quite memory intensive.If you get out of memory errors, either // downsample the input image or somehow decrease the number of non - zero points in it. // It can deal with big amount of noise but can have severe problem with occlusions(major axis // end points need to be visible) // // Input arguments : // -------- // src // -One - channel input image(greyscale or binary). // params // -Parameters of the algorithm : // minMajorAxis : Minimal length of major axis accepted. // maxMajorAxis : Maximal length of major axis accepted. // Angle, AngleSpanSpan : Specification of restriction on the angle of the major axis in degrees. // If rotationSpan is in(0, 90), only angles within[rotation - rotationSpan, // rotation + rotationSpan] are accepted. // AxisRatio : Minimal aspect ratio of an ellipse(in(0, 1)) // randomize : Subsampling of all possible point pairs.Instead of examining all N*N pairs, runs // only on N*randomize pairs.If 0, randomization is turned off. // numBest : Top numBest to return // smoothStddev : In order to provide more stability of the solution, the accumulator is convolved with // a gaussian kernel.This parameter specifies its standard deviation in pixels. // // Return value : // -------- // Returns a matrix of best fits.Each row(there are params.numBest of them) contains six elements : // [x0 y0 a b alpha score] being the center of the ellipse, its major and minor axis, its angle in degrees and score. // // Based on : // -------- // -"A New Efficient Ellipse Detection Method" (Yonghong Xie Qiang, Qiang Ji / 2002) // -random subsampling inspired by "Randomized Hough Transform for Ellipse Detection with Result Clustering" // (CA Basca, M Talos, R Brad / 2005) // //TO DO: //To include exit parameters when the algorithm fails void EllipticalHoughTransform_1(cv::Mat& src, HoughParams params, cv::RotatedRect& finalEll) { double eps = 0.0001; Mat1f bestFits = Mat::zeros(params.numBest, 6, CV_32FC1); params.angleSpan = std::min(params.angleSpan, 90); Mat1f h = getGaussianKernel(7, params.smoothStdDev); vector<double>H; for (int i = 0; i < h.rows; ++i) H.push_back(h(i, 0)); h.release(); vector<int> X, Y; for (int i = 0; i < src.rows; ++i) { for (int j = 0; j < src.cols; ++j) { if (src.at<uchar>(i, j) == 0) continue; X.push_back(i); Y.push_back(j); } } int N = X.size(); vector<int> idx, I, J; Mat1f distsSq = Mat::zeros(N, N, CV_32FC1); double minmajsq = pow(params.minMajAxisLength, 2); double maxmajsq = pow(params.maxMajAxisLength, 2); //computing pairwise distances between points and filter for (int i = 0; i < N; ++i) { for (int j = 0; j < N; ++j) { double d = pow(X[j] - X[i], 2) + pow(Y[j] - Y[i], 2); distsSq(i, j) = d; if (d < minmajsq || d > maxmajsq)continue; if (j > i) continue; I.push_back(j); J.push_back(i); } } //computing pairwise angles and filter if (params.angleSpan > 0) { double tmp = (params.Angle - params.angleSpan)*CV_PI / 180; double tanLo = round(tan((params.Angle - params.angleSpan)*CV_PI / 180)); double tanHi = round(tan((params.Angle + params.angleSpan)*CV_PI / 180)); if (tanLo == 90 || tanLo == -90 || tanLo == 270 || tanLo == -270 || tanLo > 360 || tanLo < -360) tanLo = numeric_limits<double>::infinity(); if (tanHi == 90 || tanHi == -90 || tanHi == 270 || tanHi == -270 || tanHi > 360 || tanHi <-360) tanHi = numeric_limits<double>::infinity(); for (int i = 0; i < I.size(); ++i) { double tangents; if ((X[I[i]] - X[J[i]]) == 0) tangents = numeric_limits<double>::infinity(); else tangents = (Y[I[i]] - Y[J[i]]) / (X[I[i]] - X[J[i]]); if (abs(tanLo) < abs(tanHi)) { if (tangents > tanLo && tangents < tanHi) idx.push_back(i); } else { if (tangents > tanLo || tangents < tanHi) idx.push_back(i); } } vector<int> tmpI, tmpJ; tmpI = I; tmpJ = J; I.clear(); J.clear(); for (int i = 0; i < idx.size(); ++i) { I.push_back(tmpI[idx[i]]); J.push_back(tmpJ[idx[i]]); } tmpI.clear(); tmpJ.clear(); idx.clear(); } vector<int> pairSubset; for (int i = 0; i < I.size(); ++i) pairSubset.push_back(i); //computing random choice and filter if (params.randomize > 0) { randShuffle(pairSubset); int num = std::min((int)pairSubset.size(), N*params.randomize); pairSubset.resize(num); } //check out all hypotheses for (int p = 0; p < pairSubset.size(); ++p) { double x1, x2, y1, y2; x1 = X[I[pairSubset[p]]]; y1 = Y[I[pairSubset[p]]]; x2 = X[J[pairSubset[p]]]; y2 = Y[J[pairSubset[p]]]; //Computing the centers double x0 = (x1 + x2) / 2; double y0 = (y1 + y2) / 2; //Computing the major axis double aSq = distsSq(I[pairSubset[p]], J[pairSubset[p]]) / 4; vector<double> thirdPtDistsSq, K(X.size()), cosTau, sinTauSq, fSq; //get minor ax propositions for all other points for (int i = 0; i < X.size(); ++i) { double tmp = pow(X[i] - x0, 2) + pow(Y[i] - y0, 2); thirdPtDistsSq.push_back(tmp); if (tmp > aSq) continue; K[i] = 1; fSq.push_back(pow(X[i] - x2, 2) + pow(Y[i] - y2, 2)); } int num = 0; for (int i = 0; i < K.size(); ++i) { if (K[i] == 0) continue; double tmp = (aSq + thirdPtDistsSq[i] - fSq[num++]) / (2 * sqrt(aSq*thirdPtDistsSq[i])); tmp = std::min(1.0, std::max(-1.0, tmp)); cosTau.push_back(tmp); sinTauSq.push_back(1 - SQR(tmp)); } num = 0; vector<double> b; //proper bins for b for (int i = 0; i < K.size(); ++i) { if (K[i] == 0)continue; b.push_back(sqrt((aSq * thirdPtDistsSq[i] * sinTauSq[num]) / (aSq - thirdPtDistsSq[i] * pow(cosTau[num], 2) + eps))); num++; } thirdPtDistsSq.clear(); fSq.clear(); K.clear(); sinTauSq.clear(); cosTau.clear(); vector<int> idxs; for (int i = 0; i < b.size(); ++i) idxs.push_back(ceil(b[i] + eps)); b.clear(); vector<double> accumarray, tmpaccum(2 + *max_element(idxs.begin(), idxs.end())); for (int i = 0; i < idxs.size(); i++) tmpaccum[idxs[i]]++; idxs.clear(); //a bit of smoothing and finding the most busy bin conv(tmpaccum, H, accumarray); tmpaccum.clear(); for (int i = 0; i < H.size() / 2; ++i) { accumarray.erase(accumarray.begin()); accumarray.erase(accumarray.begin() + accumarray.size() - 1); } for (int i = 0; i < accumarray.size(); ++i) { if (i > ceil(sqrt(aSq)*params.AxisRatio)) break; accumarray[i] = 0; } double score = *max_element(accumarray.begin(), accumarray.end()); int index = distance(accumarray.begin(), max_element(accumarray.begin(), accumarray.end())); accumarray.clear(); //keeping only the params.numBest best hypothesis(no non - maxima suppresion) if (bestFits(params.numBest - 1, params.numBest - 1) < score) { bestFits(params.numBest - 1, 0) = x0; bestFits(params.numBest - 1, 1) = y0; bestFits(params.numBest - 1, 2) = sqrt(aSq); bestFits(params.numBest - 1, 3) = index; bestFits(params.numBest - 1, 4) = atan((y1 - y2) / (x1 - x2)) * 180 / CV_PI; bestFits(params.numBest - 1, 5) = score; if (params.numBest > 1) { cv::Mat one = bestFits.col(5); cv::Mat1i idx; cv::sortIdx(one, idx, cv::SORT_EVERY_COLUMN + cv::SORT_DESCENDING); cv::Mat result(bestFits.rows, bestFits.cols, bestFits.type()); for (int i = 0; i < idx.rows; ++i) { bestFits.row(idx(i, 0)).copyTo(result.row(i)); } bestFits = result.clone(); result.release(); idx.release(); one.release(); } } //cout << bestFits << endl; } distsSq.release(); pairSubset.clear(); I.clear(); J.clear(); X.clear(); Y.clear(); finalEll.center.x = round(bestFits(0, 1)); finalEll.center.y = round(bestFits(0, 0)); finalEll.size.height = 2 * bestFits(0, 2); finalEll.size.width = 2 * bestFits(0, 3); finalEll.angle = bestFits(0, 4); std::cout << bestFits << endl; bestFits.release(); }
2f9013238ffdcf4150988e9c3e12518429973641
fda81f8897ac68d09fea92c22afff053ffb3b7b3
/lab4/netsjson/main.cpp
b1bf7dc8c6256abf6fa7b0c76f9e8d6c78ad9f0e
[]
no_license
Szymmate/C
1058ecce15477155c8f98c56a178c18ab3149f50
fc795dd8203b9d3b04dd3b764eaecddf60b1c22e
refs/heads/master
2021-04-12T11:05:37.865154
2017-06-11T20:09:11
2017-06-11T20:09:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,321
cpp
// // Created by kerni on 26.03.2017. // #include <string> #include <iostream> #include <vector> #include <map> #include "SimpleJson.h" using ::std::vector; using ::std::map; using ::std::cout; using ::std::endl; using ::std::string; using ::nets::JsonValue; using ::std::literals::operator""s; int main() { vector<JsonValue> js {JsonValue{56.6},JsonValue{45},JsonValue{"abc"s}}; map<string, JsonValue> obj_v {{"account_balance", {-107.89}},{"values",JsonValue{js}},{"name",JsonValue{"Test name"s}},{"age",JsonValue{13}}}; JsonValue obj {obj_v}; cout<<obj.ToString(); {"age": 13, "name": "Test name", "values": [56.6, 45, "abc"]} kolejność argumentów nie ma znaczenia w przypadku obiektu cout << obj.ToString() << endl; cout << "name: " << obj.ValueByName("name")->ToString() << endl; cout << "values: " << obj.ValueByName("values")->ToString() << endl; cout << "age: " << obj.ValueByName("age")->ToString() << endl; //obiekty optional można traktować jak wartości boolean (true wartość obecna, false optional jest pusty) if (obj.ValueByName("xyz")) { cout << "is present" << endl; } else { cout << "is absent" << endl; } map<string, JsonValue> obj_2 {{R"(\"abc\")"s, JsonValue{10}}}; JsonValue obj2 = JsonValue{obj_2}; cout<<obj2.ToString(); }
c12cd803f76f5f7f87e3bfe675695fd06bf03d53
51c2e55e6a6532f2259d639e4105b090785eaae4
/BFS/main.cpp
45e47d68083b50044448bb97ddb372331af073b2
[]
no_license
FaisalAhmedBijoy/Competitive-programming
41ba9768622156076604675ff4e21ebf79035d06
4c4630e6a964cc0e52a75e66f99411d98eb87ddc
refs/heads/master
2023-01-28T18:02:29.827315
2023-01-16T16:00:11
2023-01-16T16:00:11
210,657,063
3
0
null
null
null
null
UTF-8
C++
false
false
4,786
cpp
#include <iostream> #include <fstream> #include <vector> #include <list> #include <iterator> using namespace std; class nodeproperty { public : int nodeid ; char colour ; int distance ; int parent ; nodeproperty (int id,char c,int d,int p) { nodeid =id ; colour =c ; distance =d ; parent =p ; } }; vector <nodeproperty> node ; vector <int >path ; int setnodeproperty (int nid,char c, int d,int p) { vector <nodeproperty> ::iterator it ; for (it=node.begin() ; it!= node.end() ; it++) { advance(it,nid) ; (*it).colour=c ; (*it).distance= d; (*it).parent=p ; break ; } return 0 ; } int isvisited (int v) { vector <nodeproperty>::iterator i; for (i=node.begin() ; i!=node.end(); i++) { advance(i,v) ; if ((*i).colour !='W') { return true ; } else { return false ; } } return 0 ; } int distanceofU(int u) { vector <nodeproperty>::iterator i; for (i=node.begin() ; i!=node.end(); i++) { advance(i,u) ; return (*i).distance ; } return 0 ; } int colourchanceofU(int u) { vector <nodeproperty>::iterator i; for (i=node.begin() ; i!=node.end(); i++) { advance(i,u) ; (*i).colour='B' ; break ; } return 0 ; } int despath(int nid) { vector <nodeproperty>::iterator i ; for (i=node.begin() ;i!=node.end();i++) { advance( i,nid) ; return (*i).parent ; } } int searchpath(int des) { vector <nodeproperty>::iterator i; for (i=node.begin() ; i!=node.end(); i++) { advance(i,des) ; cout<<"Destination "<<(*i).distance <<endl;; int parent=(*i).parent ; path.push_back(des) ; path.push_back(parent) ; while (1) { parent =despath(parent); if (parent == -1) break ; path.push_back(parent) ; } cout<<"Path "<<endl; for (int m=path.size();m>=0;m--) { cout<<path[m] ; if (m!=0) { cout<<" -> " ; } } break ; } return 0 ; } int BFS (vector <list <int> > AdjList,int source ) { setnodeproperty (source,'G',0,-1) ; int queuesize =AdjList.size() ; //cout<<queuesize; int nodequeue [queuesize] ; int insertpoint=0,deletepoint=0 ; nodequeue [insertpoint++]=source ; while (deletepoint !=queuesize) { int u =nodequeue [deletepoint++] ; vector <list<int> >::iterator i ; for (i=AdjList.begin(); i!= AdjList.end(); i++) { advance(i,u) ; list <int >li =*i ; list <int> ::iterator itr ; for (itr=li.begin(); itr!=li.end(); itr++) { bool visit=isvisited (*itr) ; if (!visit) { //property Change int d=distanceofU(*itr) ; setnodeproperty(*itr,'G',d+1,u) ; nodequeue[insertpoint++]=*itr ; } } colourchanceofU (u) ; break ; } } return 0 ; } int main() { int totalnode,node1,node2 ; ifstream input("test.txt"); if (input.is_open()) { cout<<"File Open "<<endl; input >>totalnode ; vector <list <int> >AdjList (totalnode) ; while (input >>node1 >>node2) { AdjList[node1].push_back(node2) ; } input.close() ; for (int m=0 ; m<totalnode ; m++) { node.push_back(nodeproperty(m,'W',1000,-1)) ; } /* vector <nodeproperty> :: iterator it ; cout<<"Node Colour Distance Parent "<<endl<<endl; for (it=node.begin() ; it!=node.end() ; it++) { cout<<"[ "<<(*it).nodeid<<" , "<<(*it).colour<<" , "<<(*it).distance<<" , "<<(*it).parent<<" ]" ; cout<<endl; } */ int source ; cout<<"Enter Source "<<endl; cin>>source ; BFS(AdjList,source) ; /* vector <nodeproperty> :: iterator it ; cout<<"Node Colour Distance Parent "<<endl<<endl; for (it=node.begin() ; it!=node.end() ; it++) { cout<<"[ "<<(*it).nodeid<<" , "<<(*it).colour<<" , "<<(*it).distance<<" , "<<(*it).parent<<" ]" ; cout<<endl; } */ int destination ; cout<<"Enter The Destination "<<endl; cin>>destination ; searchpath(destination) ; } else { cout<<"File Not Open "<<endl; } return 0; }
cf65a7e80a5e9e8f5c29a9478f0f3eeb3d051ebc
898963e39dd5314fb2737820a83d94603372adfc
/src/card.cpp
4df77682d288944e966e62c1f4f28ec32cd05b2d
[]
no_license
present42/COMP2012H_Monopoly
45c2e64d2926f695a246216793be830cf5358bf0
572d0ef4b0d2b8371fc6bab28e24371ed9e09c14
refs/heads/master
2020-04-07T22:46:55.548056
2018-12-02T14:59:39
2018-12-02T14:59:39
158,784,603
0
0
null
null
null
null
UTF-8
C++
false
false
301
cpp
#include "card.h" Card::Card(int id, QString explanation, QString type): id(id), explanation(explanation), type(type) { } int Card::get_id() const{ return id; } QString Card::get_explanation() const{ return explanation; } QString Card::get_type() const{ return type; } Card::~Card(){}
bf37c38c151a9cbce24797151e8c79ba88929793
8741a8e1fa4c910f47c1246fd11411fa36029578
/MyTiming/MyTiming/MyTimingDlg.h
61956b122b19f5ef846bff3ebd6c67749537c5f3
[]
no_license
liwenlang/MyMFC
36b38198908c712fa366b24baeefa0f70825d874
2fb1ccddbdd57de8585f55adc486859e240532a5
refs/heads/master
2023-02-26T01:08:09.172756
2021-01-27T09:19:22
2021-01-27T09:19:22
268,955,339
0
0
null
null
null
null
GB18030
C++
false
false
597
h
// MyTimingDlg.h : 头文件 // #pragma once // CMyTimingDlg 对话框 class CMyTimingDlg : public CDialog { // 构造 public: CMyTimingDlg(CWnd* pParent = NULL); // 标准构造函数 // 对话框数据 enum { IDD = IDD_MYTIMING_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持 public: void TimeTest(); // 实现 protected: HICON m_hIcon; // 生成的消息映射函数 virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() };
ac60c7ae7daeb5e6cdb850cf47928e699edc094c
3308dce07b6e551708fc6c3e7fd3a043f14717d3
/libraries/chain/include/graphene/chain/fba_accumulator_id.hpp
cb83e329211a38288d1b6cd938653069db9ce92f
[ "MIT" ]
permissive
EDCBlockchain/blockchain
e7067c0a5a4e7cb3c149862bbed80b1d9ad4bae9
e22bf21a1aae92b5d9da93fa716deec893258e57
refs/heads/master
2022-02-04T09:40:13.944559
2022-01-26T15:39:43
2022-01-26T15:39:43
175,849,006
15
11
null
null
null
null
UTF-8
C++
false
false
400
hpp
// see LICENSE.txt #pragma once #include <graphene/protocol/types.hpp> namespace graphene { namespace chain { /** * An object will be created at genesis for each of these FBA accumulators. */ enum graphene_fba_accumulator_id_enum { fba_accumulator_id_transfer_to_blind = 0, fba_accumulator_id_blind_transfer, fba_accumulator_id_transfer_from_blind, fba_accumulator_id_count }; } }
f1649bfe9ef131bdc19a59cef66561eacfd0a88f
c397afcd21547175ebc9e8f5c0287e06facc530c
/project1/webcrawler/inc/XMLGenerator.h
f87f2be870d724a2141796a5db8c556f72fec59f
[]
no_license
jaredpilcher/CS-240
3c6ab417b77950caa66f3922d9d516fe7df45e58
95fbdfa511c8181e8dfc0ff21cf6f7daee236d0b
refs/heads/master
2016-09-06T10:56:28.599248
2012-02-16T02:54:36
2012-02-16T02:54:36
3,114,577
0
0
null
null
null
null
UTF-8
C++
false
false
242
h
/* * XMLGenerator.h * * Created on: Feb 10, 2012 * Author: jared */ #ifndef XMLGENERATOR_H_ #define XMLGENERATOR_H_ class XMLGenerator{ public: XMLGenerator(){ } ~XMLGenerator(){ } private: }; #endif /* XMLGENERATOR_H_ */
b079b6a37f9d1343f2f64a7c2cbeb8bd8b5c8dd8
37cca16f12e7b1d4d01d6f234da6d568c318abee
/src/rice/p2p/aggregation/AggregationImpl_lookup_34_receiveResult_34_1.cpp
1f889f838a2a40282a27ef25141f082b941a5787
[]
no_license
subhash1-0/thirstyCrow
e48155ce68fc886f2ee8e7802567c1149bc54206
78b7e4e3d2b9a9530ad7d66b44eacfe73ceea582
refs/heads/master
2016-09-06T21:25:54.075724
2015-09-21T17:21:15
2015-09-21T17:21:15
42,881,521
0
0
null
null
null
null
UTF-8
C++
false
false
2,784
cpp
// Generated from /pastry-2.1/src/rice/p2p/aggregation/AggregationImpl.java #include <rice/p2p/aggregation/AggregationImpl_lookup_34_receiveResult_34_1.hpp> #include <java/lang/Exception.hpp> #include <java/lang/NullPointerException.hpp> #include <java/lang/Object.hpp> #include <java/lang/String.hpp> #include <java/lang/StringBuilder.hpp> #include <rice/Continuation.hpp> #include <rice/environment/logging/Logger.hpp> #include <rice/p2p/aggregation/AggregationImpl_lookup_34.hpp> #include <rice/p2p/aggregation/AggregationImpl.hpp> #include <rice/p2p/commonapi/Id.hpp> template<typename T> static T* npc(T* t) { if(!t) throw new ::java::lang::NullPointerException(); return t; } rice::p2p::aggregation::AggregationImpl_lookup_34_receiveResult_34_1::AggregationImpl_lookup_34_receiveResult_34_1(AggregationImpl_lookup_34 *AggregationImpl_lookup_34_this, ::rice::p2p::commonapi::Id* id, int64_t version, ::rice::Continuation* command) : super(*static_cast< ::default_init_tag* >(0)) , AggregationImpl_lookup_34_this(AggregationImpl_lookup_34_this) , id(id) , version(version) , command(command) { clinit(); ctor(); } void rice::p2p::aggregation::AggregationImpl_lookup_34_receiveResult_34_1::receiveResult(::java::lang::Object* o) { if(o != nullptr) { if(npc(AggregationImpl_lookup_34_this->AggregationImpl_this->logger)->level <= ::rice::environment::logging::Logger::FINE) npc(AggregationImpl_lookup_34_this->AggregationImpl_this->logger)->log(::java::lang::StringBuilder().append(u"VL: Found in Object.VersioningPAST: "_j)->append(static_cast< ::java::lang::Object* >(id)) ->append(u"v"_j) ->append(version)->toString()); npc(command)->receiveResult(o); } else { if(npc(AggregationImpl_lookup_34_this->AggregationImpl_this->logger)->level <= ::rice::environment::logging::Logger::WARNING) npc(AggregationImpl_lookup_34_this->AggregationImpl_this->logger)->log(::java::lang::StringBuilder().append(u"VL: LOOKUP FAILED, OBJECT NOT FOUND: "_j)->append(static_cast< ::java::lang::Object* >(id)) ->append(u"v"_j) ->append(version)->toString()); npc(command)->receiveResult(nullptr); } } void rice::p2p::aggregation::AggregationImpl_lookup_34_receiveResult_34_1::receiveException(::java::lang::Exception* e) { npc(command)->receiveException(e); } extern java::lang::Class *class_(const char16_t *c, int n); java::lang::Class* rice::p2p::aggregation::AggregationImpl_lookup_34_receiveResult_34_1::class_() { static ::java::lang::Class* c = ::class_(u"", 0); return c; } java::lang::Class* rice::p2p::aggregation::AggregationImpl_lookup_34_receiveResult_34_1::getClass0() { return class_(); }
9034742f315f6434d6b79427b09998cde9d3599f
07fe910f4a2c7d14e67db40ab88a8c91d9406857
/contrib/CCF/CCF/CCF/IDL2/SemanticAction/Impl/Struct.cpp
966eba12824c0f3b0bf839a66127aca665f71804
[]
no_license
SEDS/GAME
e6d7f7a8bb034e421842007614d306b3a6321fde
3e4621298624b9189b5b6b43ff002306fde23f08
refs/heads/master
2021-03-12T23:27:39.115003
2015-09-22T15:05:33
2015-09-22T15:05:33
20,278,561
1
0
null
null
null
null
UTF-8
C++
false
false
2,308
cpp
// file : CCF/IDL2/SemanticAction/Impl/Struct.cpp // author : Jeff Parsons <[email protected]> // cvs-id : $Id$ #include "CCF/IDL2/SemanticAction/Impl/Struct.hpp" #include <iostream> using std::cerr; using std::endl; namespace CCF { namespace IDL2 { namespace SemanticAction { namespace Impl { using namespace SemanticGraph; Struct:: Struct (Context& c) : ScopeBase<SemanticGraph::Struct> (c) { } // @@ I need a mechanism for propagating exceptions from // semantic actions to the parser in order to stop // semantic action invocation. // void Struct:: begin_def (SimpleIdentifierPtr const& id) { if (ctx.trace ()) cerr << "struct def " << id << endl; SimpleName name (id->lexeme ()); if (Nameable* s = lookup (ctx.tu (), ctx.scope (), name)) { now (dynamic_cast<SemanticGraph::Struct&>(*s)); } else { now (ctx.tu ().new_node<SemanticGraph::Struct> ( ctx.file (), id->line ())); } ctx.tu ().new_edge<Defines> (ctx.scope (), now (), name); } void Struct:: begin_fwd (SimpleIdentifierPtr const& id) { if (ctx.trace ()) cerr << "struct fwd " << id << endl; SimpleName name (id->lexeme ()); if (Nameable* s = lookup (ctx.tu (), ctx.scope (), name)) { now (dynamic_cast<SemanticGraph::Struct&>(*s)); } else { now (ctx.tu ().new_node<SemanticGraph::Struct> ( ctx.file (), id->line ())); } ctx.tu ().new_edge<Mentions> (ctx.scope (), now (), name); } void Struct:: open_scope () { if (ctx.trace ()) cerr << "scope open" << endl; push (ctx.scope ()); ctx.scope (now ()); } void Struct:: close_scope () { ctx.scope (top ()); pop (); if (ctx.trace ()) cerr << "scope close" << endl; } void Struct:: end () { if (ctx.trace ()) cerr << "end" << endl; } } } } }
378ad43de7e2ccc6f471d86e7ab6e18690db4149
8475895034981114538f856a3ad3f5769543cb46
/Codigo base SPACE INVADER_v3/personajes.cpp
356cef78c00035af9a7a499a139861900d680ad9
[]
no_license
Space-Invaders-THE-VIDEOGAME/Game-Final
9096997759c82071b6db32495bc7f26f09143c53
5892002bba025c15c17b19c2e21faab408ea4bd2
refs/heads/master
2022-11-18T08:48:32.621738
2020-07-17T20:07:25
2020-07-17T20:07:25
277,952,922
0
0
null
null
null
null
UTF-8
C++
false
false
4,422
cpp
#include "personajes.h" #include "disenio.h" #include "disparos.h" #include "allegro.h" #define ANCHO 600 #define ALTO 600 void Nave::inicia(const char *ruta_nave,const char *ruta_bala, int _ancho_b , int _alto_b , int _ancho_p , int _alto_p ,int _x , int _y ,int _dir_bala, int _tipo ,int _vida){ x = _x; y = _y; n_disp = 0; max_disp = 2; img_nav = load_bitmap(ruta_nave,NULL); img_bala = load_bitmap(ruta_bala,NULL); tick = 0; ancho_b = _ancho_b; alto_b = _alto_b; alto_p = _alto_p; ancho_p = _ancho_p; dir_bala = _dir_bala; tipo = _tipo; vida = _vida; exp_n = load_bitmap("Recursos/pum_enemigo.bmp" , NULL); } bool Nave::temporizador(int tiempo){ tick++; if(tick == tiempo){ tick = 0; return true; } return false; } void Nave::pinta(BITMAP *buffer ,int ix , int iy){ masked_blit(img_nav,buffer,ix*ancho_p,iy*alto_p,x,y,ancho_p,alto_p); } void Nave::mueve(){ if(key[KEY_LEFT]){x -= 8;} if(key[KEY_RIGHT]){x += 8;} } void Nave::dispara(struct Balas disparos[] , BITMAP *buffer){ if(tipo) crear_bala(n_disp,max_disp,disparos, x , y ,dir_bala); pintar_bala(n_disp,max_disp,disparos,buffer,img_bala ,ancho_b , alto_b); elimina_bala(n_disp,max_disp,disparos,ANCHO,ALTO); } void acomoda_enemigos(Nave E[]){ int indice = -1; int _tipo = 0; for(int x = 0; x < 5 ; x++){ _tipo++; if(_tipo == 4){_tipo = 1;} for(int i = 0; i < 11 ; i++){ indice++; E[indice].inicia("Recursos/enemigos.bmp","Recursos/Bala_enem.bmp", 6 , 12 , 25 , 20 ,140+i*30,130+x*24, 10,_tipo,1); } } } void pintar_enemigos(Nave E[], BITMAP *buffer, int mov) { int indice = -1; for(int x = 0; x < 5; x++) { for(int j= 0; j < 11; j++){ indice++; if(E[indice].vida > 0){ E[indice].pinta(buffer,mov,E[indice].tipo - 1); } } } } void explosion1(struct Nave E, BITMAP *buffer){ BITMAP *parche = create_bitmap(25 , 20 ); clear_to_color(parche , 0x000000); blit(parche , buffer ,0,0, E.x , E.y , 25, 20); masked_blit(E.exp_n , buffer , 0,0,E.x - 10 , E.y , 41 , 34); } void crear_bala_enemigo(struct Nave E[] , int &azar){ if(E[azar].n_disp == 0){ azar = rand()% 55; while(E[azar].vida == 0){ azar = rand()%55; } } } void crear_bala_nave(struct Nave &objNave, struct Balas disparos[]){ if(key[KEY_SPACE] && objNave.temporizador(3)) crear_bala(objNave.n_disp , objNave.max_disp , disparos , objNave.x , objNave.y , objNave.dir_bala); } bool limites(struct Nave E[] , int &dir){ for(int i = 0; i < 55 ;i++){ if((E[i].x > 520 || E[i].x < 50)&& E[i].vida != 0){ dir = -1 * dir; return true; } } return false; } void mover_enemigos(struct Nave E[] , int &mov , int &dir){ for(int i = 0; i < 55;i++){E[i].x += dir;} if(++mov == 2){mov = 0;} if(limites(E,dir)){ for(int j = 0; j < 55;j++){E[j].y += 10;} } } void iniciar_escudo(struct escudo muros[]){ char pos_muros[3][22] = { "AEC AEC AEC AEC", "B D B D B D B D", }; int r = 0; for(int i = 0; i < 21; i++){ for(int j = 0; j < 2; j++){ if(pos_muros[j][i] != ' '){ //donde haya espacios vacios que haga algo muros[r].x = 90+i*20; muros[r].y = 400+j*15; muros[r].dan = 0; if(pos_muros[j][i] == 'A'){muros[r].tipo = 0;} if(pos_muros[j][i] == 'B'){muros[r].tipo = 1;} if(pos_muros[j][i] == 'C'){muros[r].tipo = 2;} if(pos_muros[j][i] == 'D'){muros[r].tipo = 3;} if(pos_muros[j][i] == 'E'){muros[r].tipo = 4;} r++; } } } } void pintar_escudos(struct escudo ES[], BITMAP *img_muro, BITMAP *buffer){ for(int x = 0; x < 20 ; x++){ // 20 son los muros if(ES[x].dan != 3){ masked_blit(img_muro , buffer , ES[x].dan*20, ES[x].tipo*16, ES[x].x, ES[x].y,20,16); } } }
1c4d61af5d32138dfdf92f0074f539ce8b85d043
f519368bd2754af3ce4f43fd0a3e48c76d0b99a8
/competitve/final/count_subset_with_diff.cpp
116b57133597549a14c603c3dde6fdfc3617969b
[]
no_license
AdarshKandwal/AlgorithmsDataStructure
eaec8a96c67f1a5a9484ae0dfed0e625425cff7d
7114f9c6b520217d430c21002d5acfdd29112e0d
refs/heads/master
2022-10-24T08:03:45.190542
2020-06-08T15:54:51
2020-06-08T15:54:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
564
cpp
#include<iostream> #include<vector> #include<numeric> using namespace std; int main(){ int n,diff;cin>>n>>diff; vector<int>arr(n);for(int i=0;i<n;i++)cin>>arr[i]; int sum=accumulate(arr.begin(),arr.end(),0); int s1=(diff+sum)/2;; vector<vector<int>>t(n+1,vector<int>(sum+1)); for(int i=0;i<n+1;i++){ for(int j=0;j<s1+1;j++){ if(i==0)t[i][j]=0; if(j==0)t[i][j]=1;}} for(int i=1;i<n+1;i++){ for(int j=1;j<s1+1;j++){ if(arr[i-1]<=j)t[i][j]=t[i-1][j-arr[i-1]]+t[i-1][j]; else t[i][j]=t[i-1][j];}} cout<<t[n][s1]; return 0; }
948ac1ffb5c58b65246c18d56753a466c7ba3b29
f1eb4b3e56730c69390c25416ccb32ec5a08ef6b
/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h
605d866f676ec16491611341f07b02180b49bf6d
[ "Apache-2.0" ]
permissive
lastmoonbeam/DiligentCore
7827d975aa97e1228fc26ee2f657ce1327af5dc0
c712d72297ad5d8dca5e61b2d93a034312fda79d
refs/heads/master
2020-04-02T16:58:37.217169
2018-10-23T02:05:03
2018-10-23T02:05:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,641
h
/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * 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 OF ANY PROPRIETARY RIGHTS. * * In no event and under no legal theory, whether in tort (including negligence), * contract, or otherwise, unless required by applicable law (such as deliberate * and grossly negligent acts) or agreed to in writing, shall any Contributor be * liable for any damages, including any direct, indirect, special, incidental, * or consequential damages of any character arising as a result of this License or * out of the use or inability to use the software (including but not limited to damages * for loss of goodwill, work stoppage, computer failure or malfunction, or any and * all other commercial damages or losses), even if such Contributor has been advised * of the possibility of such damages. */ #pragma once /// \file /// Definition of the Diligent::IRenderDeviceGL interface #include "../../GraphicsEngine/interface/RenderDevice.h" /// Namespace for the OpenGL implementation of the graphics engine namespace Diligent { // {B4B395B9-AC99-4E8A-B7E1-9DCA0D485618} static constexpr INTERFACE_ID IID_RenderDeviceGL = { 0xb4b395b9, 0xac99, 0x4e8a, { 0xb7, 0xe1, 0x9d, 0xca, 0xd, 0x48, 0x56, 0x18 } }; /// Interface to the render device object implemented in OpenGL class IRenderDeviceGL : public IRenderDevice { public: /// Creates a texture from OpenGL handle /// \param [in] GLHandle - OpenGL texture handle /// \param [in] TexDesc - Texture description. The engine can automatically /// set texture width, height, depth, mip levels count, and format. /// Remaining fields should be set up by the app. /// \param [out] ppTexture - Address of the memory location where the pointer to the /// texture interface will be stored. /// The function calls AddRef(), so that the new object will contain /// one refernce. /// \note Diligent engine texture object does not take ownership of the GL resource, /// and the application must not destroy it while it is in use by the engine. virtual void CreateTextureFromGLHandle(Uint32 GLHandle, const TextureDesc &TexDesc, ITexture **ppTexture) = 0; /// Creates a buffer from OpenGL handle /// \param [in] GLHandle - OpenGL buffer handle /// \param [in] BuffDesc - Buffer description. The engine can automatically /// recover buffer size, but the rest of the fields need to /// be set by the client. /// \param [out] ppBuffer - Address of the memory location where the pointer to the /// texture interface will be stored. /// The function calls AddRef(), so that the new object will contain /// one refernce. /// \note Diligent engine buffer object does not take ownership of the GL resource, /// and the application must not destroy it while it is in use by the engine. virtual void CreateBufferFromGLHandle(Uint32 GLHandle, const BufferDesc &BuffDesc, IBuffer **ppBuffer) = 0; }; }
36c2046b6311834b46dd2bd4482d41c5c5fc276f
67968e4725dbed41fbf2673b7a1fdd5bbcb3da12
/c++/curses/main.cpp
1fde226aed7f7eaa71de4d3d8bde3bcbabb74989
[]
no_license
arnaudgelas/Examples
3491d619992ffa67face2f7ec452df99c38b1331
670431ab907f5f385ccaf4a6957df922b4b71077
refs/heads/master
2021-01-18T18:06:19.161912
2014-09-19T06:35:51
2014-09-19T06:35:51
24,218,906
0
1
null
null
null
null
UTF-8
C++
false
false
848
cpp
#include <ncurses.h> #include <iostream> //#include <termios.h> //#include <term.h> //#include <unistd.h> using namespace std; int kbhit() { char ch; int nread; if(peek_character != -1) return 1; new_settings.c_cc[VMIN]=0; tcsetattr(0, TCSANOW, &new_settings); nread = read(0,&ch,1); new_settings.c_cc[VMIN]=1; tcsetattr(0, TCSANOW, &new_settings); if(nread == 1) { peek_character = ch; return 1; } return 0; } int readch() { char ch; if(peek_character != -1) { ch = peek_character; peek_character = -1; return ch; } read(0,&ch,1); return ch; } int main() { initscr(); printw("Hi."); getch(); refresh(); // getch(); int i =0; for(int i = 0; i < 20000; i ++) { cout << i << endl; if(kbhit()) break; } endwin(); return 0; }
af18432b4baba1575e641af38e6a7534377d2578
9849194b3d1648ce91e4cde70bf8ccb37c7ea251
/src/antlr4_parser.h
a0c1cee904364087a788b371e2166a748883e12e
[]
no_license
DaOnlyOwner/Forschungspraktikum
c30955af8673af8afd7c8689fe69f9a0792334a8
f0b106fce47718c24acb876a0fe367191b83c1be
refs/heads/master
2022-11-05T22:58:49.049053
2020-06-10T23:12:14
2020-06-10T23:12:14
263,164,115
0
0
null
null
null
null
ISO-8859-3
C++
false
false
3,169
h
#pragma once #include "base_parser.h" #include <string> #include <istream> #include "antlr4-runtime.h" #include <stdio.h> #include <cassert> #include <memory> #include "ebnf_antlr4_ast_gen.h" template<typename TLexer, typename TParser> struct antlr4_parser_vars { antlr4_parser_vars(const std::string& filename) : stream(filename), input(stream), lexer(&input), token_stream(&lexer), parser(&token_stream) { if (!stream.good()) throw std::runtime_error("Bad filename: " + filename); } ~antlr4_parser_vars() { stream.close(); } std::ifstream stream; antlr4::ANTLRInputStream input; TLexer lexer; antlr4::CommonTokenStream token_stream; TParser parser; }; template<typename TLexer, typename TParser> class antlr4_parser : public base_parser { public: // Geerbt über base_parser antlr4_parser(std::unique_ptr<antlr4::tree::ParseTreeVisitor>&& visitor_) { visitor = std::move(visitor_); } virtual bool parse(const startup_info& info) override { assert(parser_vars != nullptr); auto& interpreter = *parser_vars->parser.template getInterpreter<antlr4::atn::ParserATNSimulator>(); auto prediction_mode = info.use_fast_algorithm ? antlr4::atn::PredictionMode::SLL : antlr4::atn::PredictionMode::LL; interpreter.setPredictionMode(prediction_mode); parser_vars->parser.setErrorHandler(bail_strat); parser_vars->parser.setBuildParseTree(info.build_ast); try { auto tree = parser_vars->parser.start(); // SLL if (info.build_ast) build_ast(tree); return true; } catch (antlr4::ParseCancellationException& ex) { try { #ifndef NDEBUG printf("Input triggered non SLL(k) alternative in grammar \"%s\". Switching to ALL(*).\n", parser_vars->parser.getGrammarFileName().c_str()); #endif reset_state_inner(); auto tree = parser_vars->parser.start(); if (info.build_ast) build_ast(tree); return true; } catch (std::exception& ex) { return false; } } return false; } virtual void reset_stream(const std::string& filename) override { this->filename = filename; parser_vars = std::make_unique<antlr4_parser_vars<TLexer, TParser>>(filename); } virtual void reset_state() override { reset_state_inner(); } private: void reset_state_inner() { parser_vars = std::make_unique<antlr4_parser_vars<TLexer, TParser>>(filename); //parser_vars->parser.setBuildParseTree(false); //parser_vars->parser.setErrorHandler(default_strat); //parser_vars->token_stream.reset(); //parser_vars->parser.reset(); //auto& interpreter = *parser_vars->parser.template getInterpreter<antlr4::atn::ParserATNSimulator>(); //interpreter.setPredictionMode(antlr4::atn::PredictionMode::LL); } void build_ast(typename TParser::StartContext* tree) { tree->accept(visitor.get()); //delete tree; } std::string filename; std::unique_ptr<antlr4_parser_vars<TLexer,TParser>> parser_vars = nullptr; std::shared_ptr<antlr4::ANTLRErrorStrategy> bail_strat = std::make_shared<antlr4::BailErrorStrategy>(); std::shared_ptr<antlr4::ANTLRErrorStrategy> default_strat = std::make_shared<antlr4::DefaultErrorStrategy>(); std::unique_ptr<antlr4::tree::ParseTreeVisitor> visitor; };
dba06994b902dca80c7cd58a3492b3312f94e89e
b355f7de5ddbda5b9c72b77f80754c82ee37ba04
/2.递归/爬楼梯.cpp
96b71be4b0929688a08921f8274054a7fe53d7b2
[]
no_license
1297436022/Algorithm-core
92a91714b490d272a58f0a8309af69fe2237009f
2c4eafee9b687dae86de7009af37a58abdb2153e
refs/heads/master
2021-02-12T17:04:42.519154
2020-03-15T09:26:33
2020-03-15T09:26:33
244,609,906
0
0
null
null
null
null
UTF-8
C++
false
false
239
cpp
#include<iostream> using namespace std; int N; int stairs(int n) { if(n < 0) return 0; if(n == 0) return 1; return stairs(n-1) + stairs(n-2); } int main() { while(cin >> N) { cout << stairs(N) << endl; } return 0; }
e680dc34a551d55fe7a8cc4127086e288d0b95ee
8d30aece94cb060dc6068b006858dfca2ac35cfa
/ABC127/A.cpp
3fe9ab29b32f121cd15431106d00f48cc459f66a
[]
no_license
h-hirai/MyRecordOfAtCoder
573936f9fe4aed90fed7ba7105dbe8b36ec30f81
1d0dea81aae9f0479b13be15583fd176f455ec7f
refs/heads/master
2020-03-22T19:59:05.573672
2020-02-24T03:12:31
2020-02-24T03:12:31
140,565,689
0
0
null
null
null
null
UTF-8
C++
false
false
225
cpp
#include <iostream> int main() { int A, B; std::cin >> A >> B; if (A < 6) std::cout << 0 << std::endl; else if (A < 13) std::cout << B/2 << std::endl; else std::cout << B << std::endl; return 0; }
050f0ec86f254dfd8b190ad19ec3d934fecaa3bf
1ae180007a3890e939ba31043f270b36a8b2af4f
/10347.cpp
a7f528248448117e25c64423e1c54dceb4119c99
[]
no_license
krishnaanaril/UVA
c828796ae9fb31a66c77aaac15e7b540f31f51a4
61972eb8f78628bf4c68f6d5e896783ea633f832
refs/heads/master
2020-04-15T23:47:20.331399
2016-08-28T17:10:11
2016-08-28T17:10:11
25,128,130
0
0
null
null
null
null
UTF-8
C++
false
false
291
cpp
#include <bits/stdc++.h> using namespace std; double a, b, c; int main() { while(cin>>a>>b>>c) { double s = (a+b+c)/2; double area = sqrt(s*(s-a)*(s-b)*(s-c))*4.0/3.0; area = area>0.0 ? area : -1; cout<<setprecision(3)<<fixed<<area<<endl; } }
9396f615f6d42a4bae787b1f02ae8a99f7f2c6eb
b2d377e6f94cc1a67704e57d6bc74cfedcb51198
/FileReader.cpp
3374b6b11480506c49e6cc30cb055058b606d0aa
[]
no_license
Proxypepe/JsonParser
7bce7a058f281b1d87a0e9ef706fa0d0d1c8f1f3
7b775efc99fd3c94e391a5b971fd47c089c65073
refs/heads/main
2023-07-19T16:10:20.212339
2021-09-07T10:05:32
2021-09-07T10:05:32
397,391,381
0
0
null
2021-09-07T10:05:33
2021-08-17T21:06:38
C++
UTF-8
C++
false
false
560
cpp
#include "FileReader.h" FileReader::value_type FileReader::formate_line(const_reference line) { value_type formated_line = ""; for (auto c : line) if (c != '\t') formated_line += c; return formated_line; } std::string FileReader::read_file(const_reference file_name) { std::ifstream file(file_name); std::string line; std::string result = ""; if (file.is_open()) { while (getline(file, line)) { result += formate_line(line); } file.close(); } else { throw FileNotFound(); } return result; }
f8a7e064b5c08e328b506112ae7fde3e88067529
522a0dc45f5cc0bba008ad1b597a7dd472233ab5
/List.h
6747287239f48140169d119840eed6657aa9a38f
[]
no_license
jqb1/DataStructures
e136f5a9d1fec3324df577fe0907f40f39b87bd6
1913545fe74898f7e5d3bf67baa2fab78aee23e3
refs/heads/master
2020-03-09T01:56:49.891847
2018-05-03T13:14:16
2018-05-03T13:14:16
128,528,304
0
0
null
null
null
null
UTF-8
C++
false
false
897
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: List.h * Author: Jakub * * Created on 31 March 2018, 13:47 */ #ifndef LIST_H #define LIST_H #include <iostream> class List{ struct listElement{ int value; listElement *next; }; public: // single list element structure // list class contains information of head and tail of the elements listElement *head,*tail; int listSize; List(); ~List(); void addHead(int value); void addTail(int value); void addAnywhere(int value,int index); void deleteHead(); void deleteTail(); void deleteAnywhere(int index); void showList(); bool ifExist(int value); }; #endif /* LIST_H */
ee25cb42c0d8e27d065faca3e18ec6f7ebf93b13
c31d44d4a89633ac7be1d7a6756d8d301bdb0634
/questão3.cpp
48bf4e79ab44fa3a5149478b3c6cabfcc7e720d0
[]
no_license
MatheusClaubert/Estrutura-de-dados
c96d34e4349f95c59c2f4424700a52388443cb10
c2d39b9cce910b96f97f08dda5208844c32df27b
refs/heads/master
2020-08-30T05:59:35.550055
2019-10-29T12:39:26
2019-10-29T12:39:26
218,283,983
2
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
#include <stdio.h> #include <stdlib.h> int main(int argc, char** argv) { int tam; printf("digite o tamanho do vetor:\n"); scanf("%d", &tam); int *elementos = (int*)malloc(sizeof(int) * tam); int soma = 0; for(int i = 0; i < tam; i++) { printf("digite o valor da %d-posicao:\n", i + 1); scanf("%d", &elementos[i]); if(elementos[i] % 2 != 0 ) { soma += elementos[i]; } } printf("\nA soma dos impares eh:\n%d\n", soma); return 0; }
90ddf73adc527f51065b0fa357722f7bfd5c5907
f3f01eb7588437a28945936539f74f0247745835
/commandmodel.h
08a3c63470f9fcd9ddfb72477ed9fac4e63ef39f
[]
no_license
Tomic-Tech/Database
93d1d3b23c15337555a957988eede041209b7c56
a85073eb623e96594de0fadac9418714f2fc651b
refs/heads/master
2016-09-05T15:59:51.892906
2012-05-08T14:03:13
2012-05-08T14:03:13
3,524,182
0
0
null
null
null
null
UTF-8
C++
false
false
423
h
#ifndef COMMAND_MODEL_H #define COMMAND_MODEL_H #ifdef _MSC_VER #pragma once #endif #include <QtCore> #include <QtSql> class CommandModel : public QSqlTableModel { public: CommandModel(QObject *parent = 0, QSqlDatabase db = QSqlDatabase()); QVariant data(const QModelIndex &idx, int role = Qt::DisplayRole) const; bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole); }; #endif
3788ef4a1a6035558b71453e2955a034f87d24ea
e1393824bf942e826829723c2a839b3a5201ad44
/Lab/Lab_Assigment6/Menu6/main.cpp
5b6923f948c85aa28fe908e8dda1a58425e47543
[]
no_license
dyllawav/YazdaniDylan_CIS5_40106
771fd002361ab4b782beffa3dc4d85008143c880
48b9d48f6a6fd8c5945c85a3e837ff1667a81f3d
refs/heads/master
2020-04-17T13:21:09.988879
2019-01-25T19:01:01
2019-01-25T19:01:01
166,612,035
0
0
null
null
null
null
UTF-8
C++
false
false
5,817
cpp
/* * File: main.cpp * Author: Dylan Yazdani * Purpose: Lab Assignment 6 Menu * Created on January 21, 2019, 8:21 PM */ //System Libraries #include <iostream>//Input/Output Library #include <cstdlib> //Random Library #include <iomanip> //Format Library #include <ctime> //Time Library #include <cmath> //Math Library using namespace std; //User Libraries //Global Constants, no Global Variables are allowed //Math/Physics/Conversions/Higher Dimensions - i.e. PI, e, etc... //Function Prototypes //Execution Begins Here! int main(int argc, char** argv) { //Declare Variables char wchProb;//Choose which problem do{ //Initialize or input i.e. set variable values cout<<"\nMenu Program"<<endl; cout<<"Type 1 for Sum"<<endl; cout<<"Type 2 for Min Max"<<endl; cout<<"Type 3 for Pattern"<<endl; cout<<"Type 4 for PayInPennies"<<endl; cout<<"Type anything else to exit"<<endl; cin>>wchProb; //Solve Problems switch(wchProb){ case '1':{ //Declare Variables int num = 0; //number int sum = 0; //the sum of the numbers //Initialize or input i.e. set variable values cin>>num; //input a number //Map inputs -> outputs while (num < 0) //if the number is less than 0 it does the following { cout<<"Please enter positive integer ONLY.\n"; //words are prompted cin>>num; //enter new number } for (int i = 1; i <= num; i++) //loop of increase until it is equal to number { sum += i; //adds up the numbers that are before and includes the input } //Display the outputs cout<<"Sum = "<<sum; //final message, shows the end result break; } case '2':{ //Declare Variables int number = 0; //input int high; //highest value int low; //lowest value int counter = 0; //stops at defined number //Initialize or input i.e. set variable values while (number != -99) //number cannot be -99 { cin>>number; //input if (counter == 0) //counter stops at 0 { high = number; //high is equal to number low = number; //low is equal to number } else { if (number > high && number != -99) //number is greater than high high = number; else if (number < low && number != -99) //number is less than low low = number; } counter++; } //Display the outputs cout<<"Smallest number in the series is "<<low<<endl; //output cout<<"Largest number in the series is "<<high; //output //Exit stage right or left! break; } case '3':{ int i; //input cin>>i; //input a number for (int r = 1; r <= i; r++) //loop increase { for (int c = 0; c < r; c++) //loop increase { cout << "+"; //plus signs displayed } cout << endl << endl; //spaces } for (int r = i; r > 0; r--) //loop decrease { for (int c = 0; c < r; c++) //loop increase { cout << "+"; //plus signs displayed } if (r != 1) //cannot = 1 { cout<<endl<<endl; //spaces } } break; } case '4':{ //Declare Variables int numDays = 1; //number of days float totalPay; //total amount of pay double dayPay; //payment per day double money = 1; //dollar amount //Initialize or input i.e. set variable values cin>>numDays; //input number of days //Map inputs -> outputs while (numDays < 1) //if input is less than one { cout<<"Enter a positive value ONLY!\n"; //prompts to enter new number cin>>numDays; //enter new number } for(int i = 1; i <= numDays; i++) //loop of increase until it is equal { dayPay = money / 100; //converting 1 penny to 0.01 dollars totalPay += dayPay; //total pay calculation money *=2; //increases amount with increase in days } cout<<"Pay = $"<<fixed<<setprecision(2)<<totalPay; //result with 0.00 fixed //Exit stage right or left! break; } default: cout<<"Exiting Menu, no problem selected"<<endl; } } while(wchProb>='1'&&wchProb<='4'); //Exit stage right or left! return 0; }
51102731518cb159cbb8833d843467cae61db669
b7f2c737686d1feb87a819def55c1df9729bd3f7
/UVa/10356.cpp
df03a9277b88e3fdebecaa28aba4a5042a976ae6
[]
no_license
frontseat-astronaut/Competitive-Programming
e052c887497c5da9b82c701eacc765b7f839049f
eb49d9112cfe35cd0ef8cf1b690b607a8beede7d
refs/heads/master
2020-03-21T03:15:41.561248
2019-01-27T15:59:19
2019-01-27T15:59:19
138,044,632
0
0
null
null
null
null
UTF-8
C++
false
false
1,228
cpp
#include<iostream> #include<vector> #define inf 1e9 #include<queue> #define pii pair<int,int> #define v first #define w second using namespace std; void dijkstra(vector<pii> adj[], int n) { int dist[n][2]; for(int i=0; i<n; ++i) { dist[i][0]=inf; dist[i][1]=inf; } dist[0][0]=0; priority_queue <pii> Q[2]; Q[0].push({0,0}); bool processed[n][2]={}; while(!Q[0].empty() || !Q[1].empty()) { for(int i=0; i<2; ++i) { if(!Q[i].empty()) { int x=Q[i].top().w; Q[i].pop(); if(processed[x][i]) { continue; } processed[x][i]=1; for(auto y:adj[x]) { if(dist[y.v][0]>dist[x][1]+y.w) { dist[y.v][0]=dist[x][1]+y.w; Q[0].push({-dist[y.v][0], y.v}); } if(dist[y.v][1]>dist[x][0]+y.w) { dist[y.v][1]=dist[x][0]+y.w; Q[1].push({-dist[y.v][1], y.v}); } } } } } if(dist[n-1][0]>=inf) cout<<"?"<<endl; else cout<<dist[n-1][0]<<endl; } int main() { int n, m; int scnt=1; while(cin>>n>>m) { vector<pii>adj[n]; for (int i = 0; i < m; ++i) { int u, v, w; cin>>u>>v>>w; adj[u].push_back({v,w}); adj[v].push_back({u,w}); } cout<<"Set #"<<scnt++<<endl; dijkstra(adj, n); } return 0; }
a86995cf70e7689f93a43e9692290883e7591079
03f037d0f6371856ede958f0c9d02771d5402baf
/graphics/VTK-7.0.0/IO/LSDyna/vtkLSDynaPart.cxx
7a407de0e57547f5cedfe0d47e69720b55540582
[ "BSD-3-Clause" ]
permissive
hlzz/dotfiles
b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb
0591f71230c919c827ba569099eb3b75897e163e
refs/heads/master
2021-01-10T10:06:31.018179
2016-09-27T08:13:18
2016-09-27T08:13:18
55,040,954
4
0
null
null
null
null
UTF-8
C++
false
false
31,273
cxx
/*========================================================================= Program: Visualization Toolkit Module: vtkLSDynaPart.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #include "vtkLSDynaPart.h" #include "vtkCellArray.h" #include "vtkCellData.h" #include "vtkDataArray.h" #include "vtkDoubleArray.h" #include "vtkIdTypeArray.h" #include "vtkIntArray.h" #include "vtkFloatArray.h" #include "vtkObjectFactory.h" #include "vtkPoints.h" #include "vtkPointData.h" #include "vtkStringArray.h" #include "vtkUnsignedCharArray.h" #include "vtkUnstructuredGrid.h" #include <algorithm> #include <vector> #include <map> namespace { static const char* TypeNames[] = { "PARTICLE", "BEAM", "SHELL", "THICK_SHELL", "SOLID", "RIGID_BODY", "ROAD_SURFACE", NULL}; typedef std::vector<bool> BitVector; } //----------------------------------------------------------------------------- //lightweight class that holds the cell properties class vtkLSDynaPart::InternalCellProperties { protected: class CellProperty { public: template<typename T> CellProperty(T, const int& sp, const vtkIdType &numTuples, const vtkIdType& nc): startPos(sp), numComps(nc) { Data =new unsigned char[numTuples * nc * sizeof(T)]; loc = Data; len = numComps * sizeof(T); } ~CellProperty() { delete[] Data; } template<typename T> void insertNextTuple(T* values) { memcpy(loc,values+startPos,len); loc = ((T*)loc) + numComps; } void resetForNextTimeStep() { loc = Data; } unsigned char *Data; protected: int startPos; size_t len; vtkIdType numComps; void *loc; }; public: InternalCellProperties(): DeadCells(NULL),DeadIndex(0),UserIds(NULL),UserIdIndex(0){} ~InternalCellProperties() { std::vector<CellProperty*>::iterator it; for(it=Properties.begin();it!=Properties.end();++it) { delete (*it); (*it)=NULL; } this->Properties.clear(); delete[] this->DeadCells; delete[] this->UserIds; } bool NoDeadCells() const { return DeadCells == NULL; } bool NoUserIds() const { return UserIds == NULL; } template<typename T> void* AddProperty(const int& offset, const int& numTuples, const int& numComps) { CellProperty *prop = new CellProperty(T(),offset,numTuples,numComps); this->Properties.push_back(prop); //return the location to set the void pointer too return prop->Data; } template<typename T> void AddCellInfo(T* cellproperty) { std::vector<CellProperty*>::iterator it; for(it=Properties.begin();it!=Properties.end();++it) { (*it)->insertNextTuple(cellproperty); } } void SetDeadCells(unsigned char* dead, const vtkIdType& size) { memcpy(this->DeadCells+this->DeadIndex,dead,sizeof(unsigned char)*size); this->DeadIndex += size; } bool IsCellDead(const vtkIdType &index) const { return this->DeadCells[index]==0; } void SetNextUserId(const vtkIdType &id) { this->UserIds[this->UserIdIndex++]=id; } void SetDeadCellArray(unsigned char* gc) { this->DeadCells = gc; this->DeadIndex = 0; } void SetMaterialIdArray(vtkIdType* ids) { this->UserIds = ids; this->UserIdIndex = 0; } void ResetForNextTimeStep() { this->DeadIndex = 0; this->UserIdIndex = 0; std::vector<CellProperty*>::iterator it; for(it=Properties.begin();it!=Properties.end();++it) { (*it)->resetForNextTimeStep(); } } void* GetDeadVoidPtr() { return static_cast<void*>(this->DeadCells); } protected: std::vector<CellProperty*> Properties; //the two cell data arrays that aren't packed with cell state info unsigned char* DeadCells; vtkIdType DeadIndex; vtkIdType* UserIds; vtkIdType UserIdIndex; }; //----------------------------------------------------------------------------- class vtkLSDynaPart::InternalCells { //lightweight class that holds the cell topology.In buildTopology //we will set the unstructured grid pointers to look at these vectors public: size_t size() const {return types.size();} size_t dataSize() const {return data.size();} void add(const int& cellType, const vtkIdType& npts, vtkIdType conn[8]) { types.push_back(static_cast<unsigned char>(cellType)); data.push_back(npts); //add in the num of points locations.push_back(static_cast<vtkIdType>(data.size()-1)); data.insert(data.end(),conn,conn+npts); } void reserve(const vtkIdType& numCells, const vtkIdType& dataLen) { types.reserve(numCells); locations.reserve(numCells); //data len only holds total number of points across the cells data.reserve(numCells+dataLen); } std::vector<unsigned char> types; std::vector<vtkIdType> locations; std::vector<vtkIdType> data; }; //----------------------------------------------------------------------------- class vtkLSDynaPart::InternalPointsUsed { //Base class that tracks which points this part uses public: //uses the relative index based on the minId InternalPointsUsed(const vtkIdType& min, const vtkIdType& max): MinId(min),MaxId(max+1){} //maxId is meant to be exclusive virtual ~InternalPointsUsed(){}; virtual bool isUsed(const vtkIdType &index) const = 0; //the min and max id allow the parts to be sorted in the collection //based on the points they need to allow for subsections of the global point //array to be sent to only parts that use it vtkIdType minId() const { return MinId; } vtkIdType maxId() const { return MaxId; } protected: vtkIdType MinId; vtkIdType MaxId; }; //----------------------------------------------------------------------------- class vtkLSDynaPart::DensePointsUsed : public vtkLSDynaPart::InternalPointsUsed { //uses a min and max id to bound the bit vector of points that this part //uses. If the points for the part are all bunched up in the global point //space this is used as it saves tons of space. public: DensePointsUsed(BitVector *pointsUsed, const vtkIdType& min, const vtkIdType& max): InternalPointsUsed(min,max), UsedPoints(pointsUsed->begin()+min,pointsUsed->begin()+(max+1)) { } bool isUsed(const vtkIdType &index) const {return UsedPoints[index];} protected: BitVector UsedPoints; }; //----------------------------------------------------------------------------- class vtkLSDynaPart::SparsePointsUsed : public vtkLSDynaPart::InternalPointsUsed { //uses a set to store highly unrelated points. I doubt this is used by //many parts as the part would need to use a few points whose indices was //at the extremes of the global point set public: SparsePointsUsed(BitVector *pointsUsed, const vtkIdType& min, const vtkIdType& max): InternalPointsUsed(min,max) { for(vtkIdType i=this->MinId; i<this->MaxId; ++i) { //we need relative ids if((*pointsUsed)[i]) { this->UsedPoints.insert(i-this->MinId); } } } bool isUsed(const vtkIdType &index) const { return this->UsedPoints.find(index) != this->UsedPoints.end(); } protected: std::set<vtkIdType> UsedPoints; }; //----------------------------------------------------------------------------- class vtkLSDynaPart::InternalCurrentPointInfo { public: InternalCurrentPointInfo():ptr(NULL),index(0){} void *ptr; vtkIdType index; }; vtkStandardNewMacro(vtkLSDynaPart); //----------------------------------------------------------------------------- vtkLSDynaPart::vtkLSDynaPart() { this->Cells = new vtkLSDynaPart::InternalCells(); this->CellProperties = new vtkLSDynaPart::InternalCellProperties(); this->CurrentPointPropInfo = new vtkLSDynaPart::InternalCurrentPointInfo(); this->GlobalPointsUsed = NULL; this->Type = LSDynaMetaData::NUM_CELL_TYPES; this->Name = vtkStdString(); this->UserMaterialId = -1; this->PartId = -1; this->NumberOfCells = -1; this->NumberOfPoints = -1; this->DeadCellsAsGhostArray = false; this->HasDeadCells = false; this->TopologyBuilt = false; this->DoubleBased = true; this->Grid = NULL; this->ThresholdGrid = NULL; this->Points = NULL; } //----------------------------------------------------------------------------- vtkLSDynaPart::~vtkLSDynaPart() { delete this->Cells; delete this->CellProperties; delete this->CurrentPointPropInfo; if(Grid) { Grid->Delete(); Grid=NULL; } if(Points) { Points->Delete(); Points=NULL; } delete this->GlobalPointsUsed; if(this->ThresholdGrid) { this->ThresholdGrid->Delete(); } } //----------------------------------------------------------------------------- void vtkLSDynaPart::PrintSelf(ostream &os, vtkIndent indent) { os << indent << "Type " << this->Type << "(" << TypeNames[this->Type] << ")" << endl; os << indent << "Name " << this->Name << endl; os << indent << "UserMaterialId " << this->UserMaterialId << endl; os << indent << "Number of Cells " << this->NumberOfCells << endl; os << indent << "Number of Points " << this->NumberOfPoints << endl; os << indent << "TopologyBuilt" << this->TopologyBuilt << endl; } //----------------------------------------------------------------------------- bool vtkLSDynaPart::HasCells() const { return this->Cells->size() > 0; } //----------------------------------------------------------------------------- void vtkLSDynaPart::InitPart(vtkStdString name, const vtkIdType& partId, const vtkIdType& userMatId, const vtkIdType& numGlobalPoints, const int& sizeOfWord) { //we don't know intill we read the material section //which type of a part we are. This is because //when using user material ids they are in Id sorted order //not in order based on the part type this->Name = name; this->PartId = partId; this->UserMaterialId = userMatId; this->DoubleBased = (sizeOfWord == 8); this->NumberOfGlobalPoints = numGlobalPoints; this->GlobalPointsUsed = NULL; this->Grid = vtkUnstructuredGrid::New(); this->Points = vtkPoints::New(); this->Grid->SetPoints(this->Points); //now add in the field data to the grid. //Data is the name, type, and material id vtkFieldData *fd = this->Grid->GetFieldData(); vtkStringArray *partName = vtkStringArray::New(); partName->SetName("Name"); partName->SetNumberOfValues(1); partName->SetValue(0,this->Name); fd->AddArray(partName); partName->FastDelete(); vtkStringArray *partType = vtkStringArray::New(); partType->SetName("Type"); partType->SetNumberOfValues(1); partType->SetValue(0,TypeNames[this->Type]); fd->AddArray(partType); partType->FastDelete(); vtkIntArray *materialId = vtkIntArray::New(); materialId->SetName("Material Id"); materialId->SetNumberOfValues(1); materialId->SetValue(0,this->UserMaterialId); fd->AddArray(materialId); materialId->FastDelete(); } //----------------------------------------------------------------------------- void vtkLSDynaPart::SetPartType(int type) { switch(type) { case 0: this->Type = LSDynaMetaData::PARTICLE; break; case 1: this->Type = LSDynaMetaData::BEAM; break; case 2: this->Type = LSDynaMetaData::SHELL; break; case 3: this->Type = LSDynaMetaData::THICK_SHELL; break; case 4: this->Type = LSDynaMetaData::SOLID; break; case 5: this->Type = LSDynaMetaData::RIGID_BODY; break; case 6: this->Type = LSDynaMetaData::ROAD_SURFACE; break; default: vtkErrorMacro("Invalid Part Type set"); break; } } //----------------------------------------------------------------------------- bool vtkLSDynaPart::hasValidType() const { return (this->Type >= LSDynaMetaData::PARTICLE && this->Type <= LSDynaMetaData::ROAD_SURFACE); } //----------------------------------------------------------------------------- void vtkLSDynaPart::AllocateCellMemory(const vtkIdType& numCells, const vtkIdType& cellLen) { this->Cells->reserve(numCells,cellLen); } //----------------------------------------------------------------------------- void vtkLSDynaPart::AddCell(const int& cellType, const vtkIdType& npts, vtkIdType conn[8]) { this->Cells->add(cellType,npts,conn); } //----------------------------------------------------------------------------- void vtkLSDynaPart::BuildToplogy() { //make the unstrucuted grid data point to the Cells memory this->BuildCells(); //determine the number of points that this part has //and what points those are in the global point map //fixup the cell topology to use the local parts point ids this->BuildUniquePoints(); this->TopologyBuilt = true; } //----------------------------------------------------------------------------- vtkUnstructuredGrid* vtkLSDynaPart::GenerateGrid() { this->CellProperties->ResetForNextTimeStep(); //we have to mark all the properties as modified so the information //tab will be at the correct values vtkCellData* cd = this->Grid->GetCellData(); int numArrays = cd->GetNumberOfArrays(); for(int i=0; i<numArrays; ++i) { cd->GetArray(i)->Modified(); } this->Points->Modified(); vtkPointData *pd = this->Grid->GetPointData(); numArrays = pd->GetNumberOfArrays(); for(int i=0; i<numArrays; ++i) { pd->GetArray(i)->Modified(); } if(!this->HasDeadCells || this->DeadCellsAsGhostArray) { return this->Grid; } else { //we threshold the datset on the ghost cells and return //the new dataset return this->RemoveDeletedCells(); } } //----------------------------------------------------------------------------- vtkUnstructuredGrid* vtkLSDynaPart::RemoveDeletedCells() { if(this->ThresholdGrid) { this->ThresholdGrid->Delete(); } this->ThresholdGrid = vtkUnstructuredGrid::New(); this->ThresholdGrid->Allocate(this->NumberOfCells); //copy field data this->ThresholdGrid->SetFieldData(this->Grid->GetFieldData()); vtkPointData *oldPd = this->Grid->GetPointData(); vtkPointData* pd = this->ThresholdGrid->GetPointData(); pd->CopyGlobalIdsOn(); pd->CopyAllocate(oldPd); vtkCellData *oldCd = this->Grid->GetCellData(); vtkCellData *cd = this->ThresholdGrid->GetCellData(); cd->CopyGlobalIdsOn(); cd->CopyAllocate(oldCd); vtkPoints* newPoints = vtkPoints::New(); if(this->DoubleBased) { newPoints->SetDataTypeToDouble(); } else { newPoints->SetDataTypeToFloat(); } newPoints->Allocate(this->NumberOfPoints); vtkIdList *pointMap = vtkIdList::New(); pointMap->SetNumberOfIds(this->NumberOfPoints); for(vtkIdType i=0; i < this->NumberOfPoints; ++i) { pointMap->SetId(i,-1); } double pt[3]; vtkIdType numCellPts=0, ptId=0, newId=0, newCellId=0; vtkIdList *newCellPts = vtkIdList::New(); vtkIdList *cellPts = NULL; for(vtkIdType cellId=0; cellId < this->NumberOfCells; ++cellId) { vtkCell *cell = this->Grid->GetCell(cellId); cellPts = cell->GetPointIds(); numCellPts = cell->GetNumberOfPoints(); if(this->CellProperties->IsCellDead(cellId) && numCellPts > 0) { for (vtkIdType i=0; i < numCellPts; i++) { ptId = cellPts->GetId(i); if ( (newId = pointMap->GetId(ptId)) < 0 ) { this->Grid->GetPoint(ptId, pt); newId = newPoints->InsertNextPoint(pt); pointMap->SetId(ptId,newId); pd->CopyData(oldPd,ptId,newId); } newCellPts->InsertId(i,newId); } newCellId = this->ThresholdGrid->InsertNextCell( cell->GetCellType(),newCellPts); cd->CopyData(oldCd,cellId,newCellId); newCellPts->Reset(); } } pointMap->Delete(); newCellPts->Delete(); this->ThresholdGrid->SetPoints(newPoints); newPoints->FastDelete(); this->ThresholdGrid->Squeeze(); cd->RemoveArray(vtkDataSetAttributes::GhostArrayName()); return this->ThresholdGrid; } //----------------------------------------------------------------------------- void vtkLSDynaPart::EnableDeadCells(const int& deadCellsAsGhostArray) { this->HasDeadCells = true; this->DeadCellsAsGhostArray = deadCellsAsGhostArray==1; if(this->CellProperties->NoDeadCells()) { //we are using the ghost levels to hide cells that have been //classified as dead, rather than the intended purpose unsigned char* dead = new unsigned char[this->NumberOfCells]; //the cell properties will delete the ghost array when needed this->CellProperties->SetDeadCellArray(dead); } if(!this->Grid->GetCellData()->HasArray(vtkDataSetAttributes::GhostArrayName())) { vtkUnsignedCharArray *deadCells = vtkUnsignedCharArray::New(); deadCells->SetName(vtkDataSetAttributes::GhostArrayName()); deadCells->SetVoidArray(this->CellProperties->GetDeadVoidPtr(), this->NumberOfCells,1); this->Grid->GetCellData()->AddArray(deadCells); deadCells->FastDelete(); } } //----------------------------------------------------------------------------- void vtkLSDynaPart::DisableDeadCells() { this->HasDeadCells = false; if(this->Grid->GetCellData()->HasArray(vtkDataSetAttributes::GhostArrayName())) { this->Grid->GetCellData()->RemoveArray(vtkDataSetAttributes::GhostArrayName()); } } //----------------------------------------------------------------------------- void vtkLSDynaPart::SetCellsDeadState(unsigned char *dead,const vtkIdType &size) { //presumes the HideDeletedCells is true, doesn't check for speed this->CellProperties->SetDeadCells(dead,size); } //----------------------------------------------------------------------------- void vtkLSDynaPart::EnableCellUserIds() { if(this->CellProperties->NoUserIds()) { vtkIdType *ids = new vtkIdType[this->NumberOfCells]; //the cell properties will delete the ghost array when needed this->CellProperties->SetMaterialIdArray(ids); vtkIdTypeArray *userIds = vtkIdTypeArray::New(); userIds->SetName("UserIds"); userIds->SetVoidArray(ids,this->NumberOfCells,1); this->Grid->GetCellData()->SetGlobalIds(userIds); userIds->FastDelete(); } } //----------------------------------------------------------------------------- void vtkLSDynaPart::SetNextCellUserIds(const vtkIdType& value) { this->CellProperties->SetNextUserId(value); } //----------------------------------------------------------------------------- void vtkLSDynaPart::AddPointProperty(const char* name, const vtkIdType& numComps, const bool &isIdTypeProperty, const bool &isProperty, const bool& isGeometryPoints) { //adding a point property means that this is the next property //we are going to be reading from file //first step is getting the ptr to the start of the right property this->GetPropertyData(name,numComps,isIdTypeProperty,isProperty, isGeometryPoints); this->CurrentPointPropInfo->index = 0; } //----------------------------------------------------------------------------- void vtkLSDynaPart::ReadPointBasedProperty(float *data, const vtkIdType& numTuples, const vtkIdType& numComps, const vtkIdType& currentGlobalPointIndex) { float *ptr = static_cast<float*>(this->CurrentPointPropInfo->ptr); this->AddPointInformation(data,ptr,numTuples, numComps,currentGlobalPointIndex); } //----------------------------------------------------------------------------- void vtkLSDynaPart::ReadPointBasedProperty(double *data, const vtkIdType& numTuples, const vtkIdType& numComps, const vtkIdType& currentGlobalPointIndex) { double *ptr = static_cast<double*>(this->CurrentPointPropInfo->ptr); this->AddPointInformation(data,ptr,numTuples, numComps,currentGlobalPointIndex); } //----------------------------------------------------------------------------- template<typename T> void vtkLSDynaPart::AddPointInformation(T *buffer, T* pointData, const vtkIdType& numTuples, const vtkIdType& numComps, const vtkIdType& currentGlobalIndex) { //only read the subset of points of this part that fall //inside the src buffer vtkIdType start(std::max(this->GlobalPointsUsed->minId(), currentGlobalIndex)); vtkIdType end(std::min(this->GlobalPointsUsed->maxId(), currentGlobalIndex+numTuples)); //if the part has no place in this section of the points buffer //end will be larger than start if(start>=end) { return; } //offset all the pointers to the correct place T *src = buffer + ((start-currentGlobalIndex) * numComps); T *dest = pointData + (this->CurrentPointPropInfo->index * numComps); const size_t msize = sizeof(T) * numComps; //fix the start and end to be relative to the min id //this is because the global point used class is relative index based start -= this->GlobalPointsUsed->minId(); end -= this->GlobalPointsUsed->minId(); vtkIdType numPointsRead = 0; for(;start<end;++start,src+=numComps) { if(this->GlobalPointsUsed->isUsed(start)) { memcpy(dest,src,msize); dest+=numComps; ++numPointsRead; } } this->CurrentPointPropInfo->index += numPointsRead; } //----------------------------------------------------------------------------- void vtkLSDynaPart::GetPropertyData(const char* name,const vtkIdType &numComps, const bool &isIdTypeProperty, const bool& isProperty, const bool& isGeometry) { this->CurrentPointPropInfo->ptr = NULL; vtkDataArray *data = NULL; if(isProperty) { data = this->Grid->GetPointData()->GetArray(name); if(!data) { //we have to construct the data array first if(!isIdTypeProperty) { data = (this->DoubleBased) ? (vtkDataArray*) vtkDoubleArray::New() : (vtkDataArray*) vtkFloatArray::New(); this->Grid->GetPointData()->AddArray(data); } else { //the exception of the point arrays is the idType array which is data = vtkIdTypeArray::New(); this->Grid->GetPointData()->SetGlobalIds(data); } data->SetName(name); data->SetNumberOfComponents(numComps); data->SetNumberOfTuples(this->NumberOfPoints); data->FastDelete(); } } if(isGeometry) { if(this->DoubleBased) { this->Points->SetDataTypeToDouble(); } else { this->Points->SetDataTypeToFloat(); } if(data) { //this is the deflection array and needs to be set as the points //array this->Points->SetData(data); } else { //this is a pure geometry array and nothing else this->Points->SetNumberOfPoints(this->NumberOfPoints); data = this->Points->GetData(); } } this->CurrentPointPropInfo->ptr = data->GetVoidPointer(0); } //----------------------------------------------------------------------------- void vtkLSDynaPart::AddCellProperty(const char* name, const int& offset, const int& numComps) { if(this->Grid->GetCellData()->HasArray(name)) { //we only have to fill the cell properties class the first //time step after creating the part, the reset of the time //we are just changing the value in the data arrays return; } vtkDataArray *data=NULL; void *ptr = NULL; if(this->DoubleBased) { ptr = this->CellProperties->AddProperty<double>(offset,this->NumberOfCells, numComps); } else { ptr = this->CellProperties->AddProperty<float>(offset,this->NumberOfCells, numComps); } if(ptr) { data = (this->DoubleBased) ? (vtkDataArray*) vtkDoubleArray::New(): (vtkDataArray*) vtkFloatArray::New(); //we will manage the memory that the cell property points too data->SetNumberOfComponents(numComps); data->SetVoidArray(ptr,this->NumberOfCells*numComps,1); data->SetName(name); this->Grid->GetCellData()->AddArray(data); data->FastDelete(); } } //----------------------------------------------------------------------------- void vtkLSDynaPart::ReadCellProperties(float *cellProperties, const vtkIdType& numCells, const vtkIdType& numPropertiesInCell) { float *cell = cellProperties; for(vtkIdType i=0;i<numCells;++i) { this->CellProperties->AddCellInfo(cell); cell += numPropertiesInCell; } } //----------------------------------------------------------------------------- void vtkLSDynaPart::ReadCellProperties(double *cellProperties, const vtkIdType& numCells, const vtkIdType& numPropertiesInCell) { double *cell = cellProperties; for(vtkIdType i=0;i<numCells;++i) { this->CellProperties->AddCellInfo(cell); cell += numPropertiesInCell; } } //----------------------------------------------------------------------------- vtkIdType vtkLSDynaPart::GetMinGlobalPointId() const { //presumes topology has been built already return this->GlobalPointsUsed->minId(); } //----------------------------------------------------------------------------- vtkIdType vtkLSDynaPart::GetMaxGlobalPointId() const { //presumes topology has been built already return this->GlobalPointsUsed->maxId(); } //----------------------------------------------------------------------------- void vtkLSDynaPart::BuildCells() { this->NumberOfCells = this->Cells->size(); //make the unstrucuted grid data structures point to the //Cells vectors underlying memory vtkIdType cellDataSize = this->Cells->dataSize(); //copy the contents from the part into a cell array. vtkIdTypeArray *cellArray = vtkIdTypeArray::New(); cellArray->SetVoidArray(&this->Cells->data[0],cellDataSize,1); //set the idtype aray as the cellarray vtkCellArray *cells = vtkCellArray::New(); cells->SetCells(this->NumberOfCells,cellArray); cellArray->FastDelete(); //now copy the cell types from the vector to vtkUnsignedCharArray* cellTypes = vtkUnsignedCharArray::New(); cellTypes->SetVoidArray(&this->Cells->types[0],this->NumberOfCells,1); //last is the cell locations vtkIdTypeArray *cellLocations = vtkIdTypeArray::New(); cellLocations->SetVoidArray(&this->Cells->locations[0],this->NumberOfCells,1); //actually set up the grid this->Grid->SetCells(cellTypes,cellLocations,cells,NULL,NULL); //remove references cellTypes->FastDelete(); cellLocations->FastDelete(); cells->FastDelete(); } //----------------------------------------------------------------------------- void vtkLSDynaPart::BuildUniquePoints() { //we need to determine the number of unique points in this part //walk the cell structure to find all the unique points std::vector<vtkIdType>::const_iterator cellIt; std::vector<vtkIdType>::iterator cIt; BitVector pointUsage(this->NumberOfGlobalPoints,false); this->NumberOfPoints = 0; for(cellIt=this->Cells->data.begin();cellIt!=this->Cells->data.end();) { const vtkIdType npts(*cellIt); ++cellIt; for(vtkIdType i=0;i<npts;++i,++cellIt) { const vtkIdType id((*cellIt)-1); if(!pointUsage[id]) { pointUsage[id] = true; ++this->NumberOfPoints; //get the number of unique points } } } //find the min and max points used vtkIdType min = this->NumberOfGlobalPoints+1; vtkIdType max = -1; vtkIdType pos=0, numPointsFound=0; for(BitVector::const_iterator constIt=pointUsage.begin(); constIt!=pointUsage.end(); ++constIt,++pos) { if(*constIt) { ++numPointsFound; } if(numPointsFound==1 && min > pos) { min = pos; } if(numPointsFound==this->NumberOfPoints) { max = pos; break; //we iterated long enough } } //we do a two phase because we can minimize memory usage //we should make this a class like DensePointsUsed since //we can use the ratio to determine if a vector or a map is more //space efficient std::vector<vtkIdType> uniquePoints; const vtkIdType size( 1 + max-min ); uniquePoints.resize(size,-1); vtkIdType idx=0; pos=0; for(vtkIdType i=min;i<=max;++i,++idx) { if(pointUsage[i]) { uniquePoints[idx]=pos++; } } //now fixup the cellIds for(cIt=this->Cells->data.begin();cIt!=this->Cells->data.end();) { const vtkIdType npts(*cIt); ++cIt; for(vtkIdType i=0;i<npts;++i,++cIt) { const vtkIdType oId((*cIt)-min-1); *cIt = uniquePoints[oId]; } } //determine the type of global point id storage is best vtkIdType ratio = (this->NumberOfPoints * sizeof(vtkIdType) ) / (max-min); if(ratio>0) { //the size of the bit array is less than the size of each number in memory //by it self this->GlobalPointsUsed = new vtkLSDynaPart::DensePointsUsed(&pointUsage,min,max); } else { this->GlobalPointsUsed = new vtkLSDynaPart::SparsePointsUsed(&pointUsage,min,max); } }
1776bf4b26a4ce0e7b3787f10b3497a1c88383bb
2b71f9562f48985c0ac78c0addd90518b2b38d9d
/Exàmens/2011/final/P71398-Procediment_per_al_dígit_màxim_i_mínim.cc
1bb9da08706ff55bc3c8b0addbcc6799cc63863a
[]
no_license
delefme/jutge-informatica
ed05fdd1aa8d95847022dc6cb847749b5817e907
4fc45bee293708074b35a62b2a43af44c66092c0
refs/heads/master
2023-08-13T17:47:02.779225
2020-08-08T22:16:24
2020-08-08T22:16:24
286,070,634
10
4
null
2021-09-23T19:55:18
2020-08-08T15:36:29
C++
UTF-8
C++
false
false
419
cc
#include <iostream> using namespace std; void digit_maxim_i_minim(int n, int& maxim, int& minim) { if (n/10 == 0) { maxim = n; minim = n; } else { digit_maxim_i_minim(n/10, maxim, minim); maxim = max(maxim, n%10); minim = min(minim, n%10); } } int main() { int x; while (cin >> x) { int a, b; digit_maxim_i_minim(x, a, b); cout << x << ' ' << a << ' ' << b << endl; } }
a972b3cdfa5b4312c3b51b2024a3f17ba7ebf89e
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-s3/source/model/AccelerateConfiguration.cpp
496478f04cf89010d25f28027e67b30524f4e0e4
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
2,007
cpp
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ #include <aws/s3/model/AccelerateConfiguration.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <utility> using namespace Aws::Utils::Xml; using namespace Aws::Utils; namespace Aws { namespace S3 { namespace Model { AccelerateConfiguration::AccelerateConfiguration() : m_status(BucketAccelerateStatus::NOT_SET), m_statusHasBeenSet(false) { } AccelerateConfiguration::AccelerateConfiguration(const XmlNode& xmlNode) : m_status(BucketAccelerateStatus::NOT_SET), m_statusHasBeenSet(false) { *this = xmlNode; } AccelerateConfiguration& AccelerateConfiguration::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode statusNode = resultNode.FirstChild("Status"); if(!statusNode.IsNull()) { m_status = BucketAccelerateStatusMapper::GetBucketAccelerateStatusForName(StringUtils::Trim(statusNode.GetText().c_str()).c_str()); m_statusHasBeenSet = true; } } return *this; } void AccelerateConfiguration::AddToNode(XmlNode& parentNode) const { Aws::StringStream ss; if(m_statusHasBeenSet) { XmlNode statusNode = parentNode.CreateChildElement("Status"); statusNode.SetText(BucketAccelerateStatusMapper::GetNameForBucketAccelerateStatus(m_status)); } } } // namespace Model } // namespace S3 } // namespace Aws
285bf1d27d084fce82eab9eeeafe59f27c32b156
b882fe563c673990b1f5f14aecb4429d15f1e5c7
/Project/Seeed_BMP280.cpp
28d2d182d9f8afeb74316f0654dc5e5193e05bd8
[]
no_license
DamienKusters/weatherStation
26bfa6234ba08fc3d1926640350aee574b7f0b5b
35eb91452c8c235d020f3ff1663a5c4d5abd3cb2
refs/heads/master
2021-01-22T20:19:02.978790
2017-04-13T09:05:53
2017-04-13T09:05:53
85,311,564
1
0
null
null
null
null
UTF-8
C++
false
false
3,611
cpp
#include "Seeed_BMP280.h" bool BMP280::init(void) { Wire.begin(); if(bmp280Read8(BMP280_REG_CHIPID) != 0x58) return false; dig_T1 = bmp280Read16LE(BMP280_REG_DIG_T1); dig_T2 = bmp280ReadS16LE(BMP280_REG_DIG_T2); dig_T3 = bmp280ReadS16LE(BMP280_REG_DIG_T3); dig_P1 = bmp280Read16LE(BMP280_REG_DIG_P1); dig_P2 = bmp280ReadS16LE(BMP280_REG_DIG_P2); dig_P3 = bmp280ReadS16LE(BMP280_REG_DIG_P3); dig_P4 = bmp280ReadS16LE(BMP280_REG_DIG_P4); dig_P5 = bmp280ReadS16LE(BMP280_REG_DIG_P5); dig_P6 = bmp280ReadS16LE(BMP280_REG_DIG_P6); dig_P7 = bmp280ReadS16LE(BMP280_REG_DIG_P7); dig_P8 = bmp280ReadS16LE(BMP280_REG_DIG_P8); dig_P9 = bmp280ReadS16LE(BMP280_REG_DIG_P9); writeRegister(BMP280_REG_CONTROL, 0x3F); return true; } float BMP280::getTemperature(void) { int32_t var1, var2; int32_t adc_T = bmp280Read24(BMP280_REG_TEMPDATA); adc_T >>= 4; var1 = (((adc_T >> 3) - ((int32_t)(dig_T1 << 1))) * ((int32_t)dig_T2)) >> 11; var2 = (((((adc_T >> 4) - ((int32_t)dig_T1)) * ((adc_T >> 4) - ((int32_t)dig_T1))) >> 12) * ((int32_t)dig_T3)) >> 14; t_fine = var1 + var2; float T = (t_fine * 5 + 128) >> 8; return T/100; } uint32_t BMP280::getPressure(void) { int64_t var1, var2, p; // Call getTemperature to get t_fine getTemperature(); int32_t adc_P = bmp280Read24(BMP280_REG_PRESSUREDATA); adc_P >>= 4; var1 = ((int64_t)t_fine) - 128000; var2 = var1 * var1 * (int64_t)dig_P6; var2 = var2 + ((var1*(int64_t)dig_P5)<<17); var2 = var2 + (((int64_t)dig_P4)<<35); var1 = ((var1 * var1 * (int64_t)dig_P3)>>8) + ((var1 * (int64_t)dig_P2)<<12); var1 = (((((int64_t)1)<<47)+var1))*((int64_t)dig_P1)>>33; if (var1 == 0) { return 0; // avoid exception caused by division by zero } p = 1048576-adc_P; p = (((p<<31)-var2)*3125)/var1; var1 = (((int64_t)dig_P9) * (p>>13) * (p>>13)) >> 25; var2 = (((int64_t)dig_P8) * p) >> 19; p = ((p + var1 + var2) >> 8) + (((int64_t)dig_P7)<<4); return (uint32_t)p/256; } float BMP280::calcAltitude(float pressure) { float A = pressure/101325; float B = 1/5.25588; float C = pow(A,B); C = 1.0 - C; C = C /0.0000225577; return C; } uint8_t BMP280::bmp280Read8(uint8_t reg) { Wire.beginTransmission(BMP280_ADDRESS); Wire.write(reg); Wire.endTransmission(); Wire.requestFrom(BMP280_ADDRESS, 1); while(!Wire.available()); return Wire.read(); } uint16_t BMP280::bmp280Read16(uint8_t reg) { uint8_t msb, lsb; Wire.beginTransmission(BMP280_ADDRESS); Wire.write(reg); Wire.endTransmission(); Wire.requestFrom(BMP280_ADDRESS, 2); while(Wire.available()<2); msb = Wire.read(); lsb = Wire.read(); return (uint16_t) msb<<8 | lsb; } uint16_t BMP280::bmp280Read16LE(uint8_t reg) { uint16_t data = bmp280Read16(reg); return (data >> 8) | (data << 8); } int16_t BMP280::bmp280ReadS16(uint8_t reg) { return (int16_t)bmp280Read16(reg); } int16_t BMP280::bmp280ReadS16LE(uint8_t reg) { return (int16_t)bmp280Read16LE(reg); } uint32_t BMP280::bmp280Read24(uint8_t reg) { uint32_t data; Wire.beginTransmission(BMP280_ADDRESS); Wire.write(reg); Wire.endTransmission(); Wire.requestFrom(BMP280_ADDRESS, 3); while(Wire.available()<3); data = Wire.read(); data <<= 8; data |= Wire.read(); data <<= 8; data |= Wire.read(); return data; } void BMP280::writeRegister(uint8_t reg, uint8_t val) { Wire.beginTransmission(BMP280_ADDRESS); // start transmission to device Wire.write(reg); // send register address Wire.write(val); // send value to write Wire.endTransmission(); // end transmission }
087914fce620aedc45a48afb7130cc1c66b5e403
dffa22967839eabc7216a5fe5a5560fd06ac3ebd
/codeforces/150-2/2.cpp
1c7f6cb760b433a2b3d53a678424471b198f2b7d
[]
no_license
adityasinghhh/coding
a4d7d69615b98c909fbaf8555104ddeab2e73738
f62297228da0d6331d9a993c8ca86e87df1aae65
refs/heads/master
2021-06-02T17:17:07.122212
2018-02-07T04:46:51
2018-02-07T04:46:51
10,299,145
0
1
null
2017-12-06T14:49:17
2013-05-26T14:49:44
C++
UTF-8
C++
false
false
2,288
cpp
#include<algorithm> #include<assert.h> #include<bitset> #include<climits> #include<cmath> #include<cstdio> #include<cstdlib> #include<cstring> #include<deque> #include<iostream> #include<map> #include<memory.h> #include<queue> #include<set> #include<sstream> #include<stack> #include<string> #include<utility> #include<vector> using namespace std; #define LL long long int typedef vector<int> VI; typedef vector<LL> VLL; typedef vector<double> VD; typedef vector<string> VS; typedef vector<VI> VVI; typedef vector<VLL> VVLL; typedef vector<VD> VVD; typedef vector<VS> VVS; typedef pair<int,int> PI; typedef vector<pair<int,int> > VPI; typedef pair<double,double> PD; #define SI ({int _x; scanf("%d",&_x); _x;}) #define SC ({char _x; scanf("%c",&_x); _x;}) #define SLL ({LL _x; scanf("%lld",&_x); _x;}) #define SLF ({double _x; scanf("%lf",&_x); _x;}) #define lc(i) (i<<1) #define rc(i) ((i<<1)+1) #define iscan(n) scanf("%d",&n) #define cscan(n) scanf("%c",&n) #define llscan(n) scanf("%lld",&n) #define lfscan(n) scanf("%lf",&n) #define sscan(n) scanf("%s",n) #define FOR(i,a,b) for(int i=a;i<b;++i) #define FORD(i,a,b) for(int i=b-1;i>=a;--i) #define REP(i,b) for(int i=0;i<b;++i) #define REPD(i,b) for(int i=b-1;i>=0;--i) #define MP(a,b) make_pair(a,b) #define PB(a) push_back(a) #define FILL(a,b) memset(a,b,sizeof a) #define MAX(a,b) ((a)>(b)?(a):(b)) #define MIN(a,b) ((a)<(b)?(a):(b)) #define ABS(a) ((a)<0?-(a):(a)) #define ALL(a) a.begin(),a.end() #define SORT(a) sort(ALL(a)) #define TR(i,c) for(typeof((c).begin()) i = (c).begin(); i != (c).end(); i++) set<int> s; void f(int i, int j) { VPI w; w.PB(MP(i,1)); w.PB(MP(j,1)); int k = 0; while(k <w.size()) { PI p = w[k]; if(p.second < 9) { w.PB(MP(p.first*10+i, p.second+1)); w.PB(MP(p.first*10+j, p.second+1)); } ++k; } REP(k,w.size()) { s.insert(w[k].first); } } void init() { REP(i,10) { FOR(j,i+1,10) { f(i,j); } } s.insert(1000000000); } int main() { init(); int N = SI; int cnt = 0; for(set<int>::iterator it = s.begin(); it != s.end() && (*it) <= N; ++it) { ++cnt; } printf("%d\n", cnt-1); return 0; }
91f220713a9507f55009eb74450ad3403f99c472
5df1a677af9379c9a82f1b29359a65ad8cbc385e
/CodeForces/Upsolve/1178F2.cpp
5e2884abc5a9ebfd5e53db5bee34392e66560dd7
[]
no_license
heyshb/Competitive-Programming
92741a4e7234e1ebce685c1b870f1287bee18f1a
363ef78d950afb53f0e5f1d2329f27dd7b9a44c2
refs/heads/master
2021-12-15T03:12:37.676111
2021-12-01T14:32:25
2021-12-01T14:32:25
122,315,094
1
0
null
null
null
null
UTF-8
C++
false
false
2,688
cpp
#include <bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> pii; const int MAXN = 2 * 510; const int MAXM = 1000010; int N, M, SN; int col[MAXM]; vector<pii>seg; int seg_col[MAXN]; int bg[MAXN], ed[MAXN]; const int MOD = 998244353; LL f[MAXN][MAXN]; int get_pos(int x,int l,int r) { if (x < l) return 1; if (x > l && x < r) return 2; if (x > r) return 3; assert(false); return -1; } LL solve(int l,int r,int dep) { if (f[l][r] != -1) { return f[l][r]; } if (l >= r) { return f[l][r] = 1; } int mi = 1e9; for (int i=l;i<=r;i++) { mi = min(mi, seg_col[i]); } for (int i=1;i<=N;i++) { bg[i] = -1; ed[i] = -1; } vector<int> mi_pos; for (int i=l;i<=r;i++) { if (seg_col[i] == mi) { mi_pos.push_back(i); } } for (int i=l;i<=r;i++) { if (bg[seg_col[i]] == -1) { bg[seg_col[i]] = i; } ed[seg_col[i]] = i; } vector<int>forbidS(SN + 2); for (int i=1;i<=N;i++) { if (bg[i] == -1 || i == mi) { continue; } if (get_pos(bg[i], bg[mi], ed[mi]) == 1) { forbidS[bg[i] + 1]++; forbidS[ed[i] + 1]--; } if (get_pos(bg[i], bg[mi], ed[mi]) == 3) { forbidS[bg[i]]++; forbidS[ed[i]]--; } } for (int i=1;i<=SN;i++) { forbidS[i] += forbidS[i - 1]; } int bgmi = bg[mi], edmi = ed[mi]; LL ret = 1; for (int i=1;i<mi_pos.size();i++) { ret = ret * solve(mi_pos[i - 1] + 1, mi_pos[i] - 1, dep + 1) % MOD; } LL v1 = 0, v2 = 0; for (int i=l;i<=bgmi;i++) { if (forbidS[i]) continue; v1 = (v1 + solve(i, bgmi - 1, dep + 1) * solve(l, i - 1, dep + 1) % MOD) % MOD; } for (int i=edmi;i<=r;i++) { if (forbidS[i]) continue; v2 = (v2 + solve(edmi + 1, i, dep + 1) * solve(i + 1, r, dep + 1) % MOD) % MOD; } ret = ret * v1 % MOD * v2 % MOD; return f[l][r] = ret; } int main() { scanf("%d%d",&N,&M); for (int i=1;i<=M;i++) { scanf("%d",&col[i]); } int nowlen = 0; for (int i=1;i<=M;i++) { nowlen++; if (i == M || col[i] != col[i + 1]) { seg.push_back(pii(col[i], nowlen)); nowlen = 0; } } SN = seg.size(); if (SN > 2 * N - 1) { puts("0"); return 0; } for (int i=1;i<=SN;i++) { seg_col[i] = seg[i - 1].first; } for (int i=0;i<=SN+1;i++) { for (int j=0;j<=SN+1;j++) { f[i][j] = -1; } } printf("%lld\n",solve(1, SN, 0)); }
07cd82fd042f3912b9d4ee20a047613780dd076f
3143d58feca14f1593c6facb67487e40b0d42981
/democode/src/demolib/decomp_rle.h
ab4d36f9aa4d84796ce78fed128cae5a6cbdab59
[]
no_license
fgenesis/hwmf
10a315d8382e80d05dd60c56bc36ecf0d567d527
2c637f5ac140e851f70c88112cef53747a3c14c8
refs/heads/master
2022-07-15T10:54:52.722751
2020-05-15T09:34:57
2020-05-15T09:34:57
254,696,851
19
0
null
null
null
null
UTF-8
C++
false
false
3,869
h
#pragma once #include "decomp_window.h" #include "../demomath/fgmath.h" template<typename Emit, typename Reader> void rledecomp(Emit& out, typename Reader::Pointer src) { typename Reader::SegmentBackup seg; while(unsigned char c = Reader::readIncSafe(src)) { if(c & 0x80) // copy { c &= ~0x80; out.template emitLiterals<Reader>(src, c); src += c; } else // fill { const unsigned char v = Reader::readIncSafe(src); out.emitMultiByte(v, c); } } } template<typename Reader> struct DecompState<PK_BLOCK_RLE, Reader> { typename Reader::Pointer _data, _offsets; DecompState(typename Reader::Pointer src, unsigned) { const uint16_t N = Reader::template read<uint16_t>(src); src += 2; const uint16_t skip = 2u * N; _offsets = src; src += skip; _data = src; } template<DecompDst dd, unsigned WSZ> void decompBlock(void *dst, unsigned block) const { FGLCD_ASSERT(_offsets + 2*block < _data, "rledcblk"); typedef typename SelectWindowType<dd, PK_RLE, WSZ>::type Window; Window w(dst); const uint16_t offs = Reader::template read<uint16_t>(_offsets, block); const typename Reader::Pointer p = _data + offs; rledecomp<Window, Reader>(w, p); } }; // NOT YET USED template<typename Emit, typename Reader> FORCEINLINE void srledecomp_inner(Emit& out, typename Reader::Pointer& src, typename Reader::Pointer& valptr, unsigned num, uint8_t stride) { typename Reader::SegmentBackup seg; // valptr and src are both located in the same memory type. // But we need to read from two distinct pointers. And the only pointer that can read from PROGMEM is Z. // Usually that would require changing Z twice per value: // The first time to read the value (single byte), the second time to read the count (another single byte) // In order to prevent Z ping-pong, copy the values data into scratch space so we can use X or Y for the values ptr. // This speeds up processing a lot since auto-incrementing reads can be used, and AVR's annoying 24-bit addressing is less of a hassle. uint8_t * const lut = CFG_PTR_DECOMPWINDOW; while(num) { // copy values LUT to RAM, packed const uint8_t n = (uint8_t)vmin<uint16_t>(num, 255); { if(stride == 1) { Reader::Memcpy(lut, valptr, n); valptr += n; } else // strided copy, can't autoinc anymore and need to use the slower copy code { uint8_t *dst = lut; uint8_t nn = n; do { const uint8_t x = Reader::template read<uint8_t>(valptr); fglcd::RAM::storeIncFast(dst, x); valptr += stride; } while(--nn); } } // main copy loop //Reader::SetSegmentPtr(src); uint8_t nn = n; const uint8_t * lutrd = lut; do { const uint8_t val = fglcd::RAM::readIncSafe(lutrd); // could be replaced by {val = *valptr; valptr += stride;} with the above block omitted if this wasn't supposed to be fast on AVR if(uint16_t rep = decomp::readN<Reader>(src)) out.emitMultiByte(val, rep); } while(--nn); // 256 times if begin with nn == 0 //Reader::fixFarPtr(src); num -= n; } } template<typename Emit, typename Reader> void srledecomp(Emit& out, typename Reader::Pointer src, unsigned offset, unsigned num, uint8_t stride) { typename Reader::Pointer valptr = src - offset; if(!offset) src += num; srledecomp_inner<Emit, Reader>(out, src, valptr, num, stride); }
dd862d0713c981a51772aa33ac2769c76b11a289
f5dcd9d70dbde783ecdd09cbc532a5e19b54c7d4
/src/qt/recentrequeststablemodel.cpp
569ba9c07a1c99bcb0dea9995f9f1b5c4204ca52
[ "MIT" ]
permissive
DevRatnu/VirtaCoinProject
6dfcddf553af565d1315ae7c8cd93765f9097821
bdc536321f70fa5d51077ed2e66394518a44ede8
refs/heads/master
2023-01-10T04:58:26.912176
2021-08-27T08:06:32
2021-08-27T08:06:32
99,586,449
2
0
null
2017-08-07T14:25:25
2017-08-07T14:25:25
null
UTF-8
C++
false
false
6,040
cpp
// Copyright (c) 2011-2014 The VirtaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "recentrequeststablemodel.h" #include "virtacoinunits.h" #include "guiutil.h" #include "optionsmodel.h" RecentRequestsTableModel::RecentRequestsTableModel(CWallet *wallet, WalletModel *parent) : walletModel(parent) { Q_UNUSED(wallet); nReceiveRequestsMaxId = 0; // Load entries from wallet std::vector<std::string> vReceiveRequests; parent->loadReceiveRequests(vReceiveRequests); BOOST_FOREACH(const std::string& request, vReceiveRequests) addNewRequest(request); /* These columns must match the indices in the ColumnIndex enumeration */ columns << tr("Date") << tr("Label") << tr("Message") << tr("Amount"); } RecentRequestsTableModel::~RecentRequestsTableModel() { /* Intentionally left empty */ } int RecentRequestsTableModel::rowCount(const QModelIndex &parent) const { Q_UNUSED(parent); return list.length(); } int RecentRequestsTableModel::columnCount(const QModelIndex &parent) const { Q_UNUSED(parent); return columns.length(); } QVariant RecentRequestsTableModel::data(const QModelIndex &index, int role) const { if(!index.isValid() || index.row() >= list.length()) return QVariant(); const RecentRequestEntry *rec = &list[index.row()]; if(role == Qt::DisplayRole || role == Qt::EditRole) { switch(index.column()) { case Date: return GUIUtil::dateTimeStr(rec->date); case Label: if(rec->recipient.label.isEmpty() && role == Qt::DisplayRole) { return tr("(no label)"); } else { return rec->recipient.label; } case Message: if(rec->recipient.message.isEmpty() && role == Qt::DisplayRole) { return tr("(no message)"); } else { return rec->recipient.message; } case Amount: if (rec->recipient.amount == 0 && role == Qt::DisplayRole) return tr("(no amount)"); else return VirtaCoinUnits::format(walletModel->getOptionsModel()->getDisplayUnit(), rec->recipient.amount); } } return QVariant(); } bool RecentRequestsTableModel::setData(const QModelIndex &index, const QVariant &value, int role) { return true; } QVariant RecentRequestsTableModel::headerData(int section, Qt::Orientation orientation, int role) const { if(orientation == Qt::Horizontal) { if(role == Qt::DisplayRole && section < columns.size()) { return columns[section]; } } return QVariant(); } QModelIndex RecentRequestsTableModel::index(int row, int column, const QModelIndex &parent) const { Q_UNUSED(parent); return createIndex(row, column); } bool RecentRequestsTableModel::removeRows(int row, int count, const QModelIndex &parent) { Q_UNUSED(parent); if(count > 0 && row >= 0 && (row+count) <= list.size()) { const RecentRequestEntry *rec; for (int i = 0; i < count; ++i) { rec = &list[row+i]; if (!walletModel->saveReceiveRequest(rec->recipient.address.toStdString(), rec->id, "")) return false; } beginRemoveRows(parent, row, row + count - 1); list.erase(list.begin() + row, list.begin() + row + count); endRemoveRows(); return true; } else { return false; } } Qt::ItemFlags RecentRequestsTableModel::flags(const QModelIndex &index) const { return Qt::ItemIsSelectable | Qt::ItemIsEnabled; } // called when adding a request from the GUI void RecentRequestsTableModel::addNewRequest(const SendCoinsRecipient &recipient) { RecentRequestEntry newEntry; newEntry.id = ++nReceiveRequestsMaxId; newEntry.date = QDateTime::currentDateTime(); newEntry.recipient = recipient; CDataStream ss(SER_DISK, CLIENT_VERSION); ss << newEntry; if (!walletModel->saveReceiveRequest(recipient.address.toStdString(), newEntry.id, ss.str())) return; addNewRequest(newEntry); } // called from ctor when loading from wallet void RecentRequestsTableModel::addNewRequest(const std::string &recipient) { std::vector<char> data(recipient.begin(), recipient.end()); CDataStream ss(data, SER_DISK, CLIENT_VERSION); RecentRequestEntry entry; ss >> entry; if (entry.id == 0) // should not happen return; if (entry.id > nReceiveRequestsMaxId) nReceiveRequestsMaxId = entry.id; addNewRequest(entry); } // actually add to table in GUI void RecentRequestsTableModel::addNewRequest(RecentRequestEntry &recipient) { beginInsertRows(QModelIndex(), 0, 0); list.prepend(recipient); endInsertRows(); } void RecentRequestsTableModel::sort(int column, Qt::SortOrder order) { qSort(list.begin(), list.end(), RecentRequestEntryLessThan(column, order)); emit dataChanged(index(0, 0, QModelIndex()), index(list.size() - 1, NUMBER_OF_COLUMNS - 1, QModelIndex())); } bool RecentRequestEntryLessThan::operator()(RecentRequestEntry &left, RecentRequestEntry &right) const { RecentRequestEntry *pLeft = &left; RecentRequestEntry *pRight = &right; if (order == Qt::DescendingOrder) std::swap(pLeft, pRight); switch(column) { case RecentRequestsTableModel::Date: return pLeft->date.toTime_t() < pRight->date.toTime_t(); case RecentRequestsTableModel::Label: return pLeft->recipient.label < pRight->recipient.label; case RecentRequestsTableModel::Message: return pLeft->recipient.message < pRight->recipient.message; case RecentRequestsTableModel::Amount: return pLeft->recipient.amount < pRight->recipient.amount; default: return pLeft->id < pRight->id; } }
ed486b7ff4aa4d267fb460a8eaab3bede54c6bb8
74241de30e8c7b5f37287c6ca0e2b16fb5ef4e33
/linkedlist.h
c84e6cb60feeaba4309062fe1b2642e77e8945a4
[]
no_license
JhenMa/Listas_Enlazadas_Simples
cf48fa695d5ab29012289e6db2af58770769df6d
2412d9b547df99f7ca3f5ee72f653123cbe5b730
refs/heads/main
2023-05-23T10:24:11.710848
2021-06-10T14:57:51
2021-06-10T14:57:51
375,735,072
0
0
null
null
null
null
UTF-8
C++
false
false
2,341
h
#ifndef LIST_H #define LIST_H #include <fstream> #include <iostream> #include <string> #include <stdlib.h> #include "node.h" using namespace std; class LinkedList{ public: LinkedList(); ~LinkedList(); void insert(int); void remove(int); void print(); friend ostream& operator << (ostream &, const LinkedList &); private: Node *m_head; int size; }; LinkedList::LinkedList() { size = 0; m_head = NULL; } void LinkedList::insert(int _element) { Node *new_node = new Node (_element); Node *temp = m_head; if (!m_head) { m_head = new_node; } else { if (m_head->getElement() > _element) { new_node->setNext(m_head); m_head = new_node; } else { while ((temp->getNext() != NULL) && (temp->getNext()->getElement() < _element)) { temp = temp->getNext(); } new_node->setNext(temp->getNext()); temp->setNext(new_node) ; } } size++; } void LinkedList::remove(int pos) { Node *temp = m_head; Node *temp1 = temp->getNext(); if (pos < 0 || pos > size) { cout << "Fuera de rango " << endl; } else if (pos == 0) { m_head = temp->getNext(); } else { for (int i = 1; i <= pos; i++) { if (i == pos) { Node *aux_node = temp1; temp->setNext(temp1->getNext()); delete aux_node; size--; } temp = temp->getNext(); temp1 = temp1->getNext(); } } } void LinkedList::print() { Node *temp = m_head; if (!m_head) { cout << "La Lista está vacía " << endl; } else { while (temp) { temp->print(); temp = temp->getNext(); } } cout << endl; } LinkedList::~LinkedList() {} ostream& operator << (ostream &out, const LinkedList &p){ Node *a = p.m_head; out<<"["; out<<a->getElement()<<" "; for(int i=0;i<p.size-1;i++){ a = a->getNext(); out<< a->getElement() << " "; } out<<"]"; out<<endl; return out; } #endif // LIST_H
b56d846396aea9dcb915f4a26d2d4abcbeb8bb36
41942cd48a63025853eaeb3976fca486ad31b35b
/build-2048-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_menuwindow.cpp
7105d499879199c05951d1b16ca995a614b0fb1a
[]
no_license
c14016057/pd2-2048
55f839d4b39a4d030391ea4d6c669beceaad01d8
effe962fffca70c40ceedde1dc77407af8e26acf
refs/heads/master
2021-05-28T18:54:08.814602
2015-05-31T03:41:29
2015-05-31T03:41:29
36,586,482
0
0
null
null
null
null
UTF-8
C++
false
false
4,701
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'menuwindow.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.1) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../2048/menuwindow.h" #include <QtCore/qbytearray.h> #include <QtCore/qmetatype.h> #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'menuwindow.h' doesn't include <QObject>." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.4.1. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE struct qt_meta_stringdata_menuwindow_t { QByteArrayData data[6]; char stringdata[72]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_menuwindow_t, stringdata) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_menuwindow_t qt_meta_stringdata_menuwindow = { { QT_MOC_LITERAL(0, 0, 10), // "menuwindow" QT_MOC_LITERAL(1, 11, 10), // "keep_going" QT_MOC_LITERAL(2, 22, 0), // "" QT_MOC_LITERAL(3, 23, 8), // "new_game" QT_MOC_LITERAL(4, 32, 20), // "on_keepgoing_clicked" QT_MOC_LITERAL(5, 53, 18) // "on_newgame_clicked" }, "menuwindow\0keep_going\0\0new_game\0" "on_keepgoing_clicked\0on_newgame_clicked" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_menuwindow[] = { // content: 7, // revision 0, // classname 0, 0, // classinfo 4, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 2, // signalCount // signals: name, argc, parameters, tag, flags 1, 0, 34, 2, 0x06 /* Public */, 3, 0, 35, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 4, 0, 36, 2, 0x08 /* Private */, 5, 0, 37, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, QMetaType::Void, // slots: parameters QMetaType::Void, QMetaType::Void, 0 // eod }; void menuwindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { menuwindow *_t = static_cast<menuwindow *>(_o); switch (_id) { case 0: _t->keep_going(); break; case 1: _t->new_game(); break; case 2: _t->on_keepgoing_clicked(); break; case 3: _t->on_newgame_clicked(); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast<int *>(_a[0]); void **func = reinterpret_cast<void **>(_a[1]); { typedef void (menuwindow::*_t)(); if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&menuwindow::keep_going)) { *result = 0; } } { typedef void (menuwindow::*_t)(); if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&menuwindow::new_game)) { *result = 1; } } } Q_UNUSED(_a); } const QMetaObject menuwindow::staticMetaObject = { { &QWidget::staticMetaObject, qt_meta_stringdata_menuwindow.data, qt_meta_data_menuwindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} }; const QMetaObject *menuwindow::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *menuwindow::qt_metacast(const char *_clname) { if (!_clname) return Q_NULLPTR; if (!strcmp(_clname, qt_meta_stringdata_menuwindow.stringdata)) return static_cast<void*>(const_cast< menuwindow*>(this)); return QWidget::qt_metacast(_clname); } int menuwindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QWidget::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 4) qt_static_metacall(this, _c, _id, _a); _id -= 4; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 4) *reinterpret_cast<int*>(_a[0]) = -1; _id -= 4; } return _id; } // SIGNAL 0 void menuwindow::keep_going() { QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR); } // SIGNAL 1 void menuwindow::new_game() { QMetaObject::activate(this, &staticMetaObject, 1, Q_NULLPTR); } QT_END_MOC_NAMESPACE
f9444982e319fc23aa387487c5f38a31c28f4b7e
6d858c34547d9365e5f4d7ab71475177e88b2a66
/include/cu/refl.h
93dad29d014c69a356147db1faa2237bdeff64ed
[ "MIT" ]
permissive
sgorsten/copper
fdc513e685493874d999934568008cfac0d095e4
befc967805f14c624d42b0ee9e436e545d83fe72
refs/heads/master
2021-01-10T19:34:18.755908
2013-11-08T07:11:15
2013-11-08T07:11:15
13,848,716
1
0
null
null
null
null
UTF-8
C++
false
false
5,112
h
// reflection module - Makes use of library and user-defined visit_members(...) functions to support limited reflection and serialization #ifndef COPPER_REFL_H #define COPPER_REFL_H #include "cu/json.h" #include "cu/math.h" namespace cu { // reflect<T>() - Produce an object describing the fields of a given class struct Field { const char * name; const std::type_info * type; size_t offset; }; struct Class { const std::type_info * type; size_t size; std::vector<Field> fields; }; struct reflect_add_fields { std::vector<Field> & fields; template<class T> void operator() (const char * name, const T & field) { fields.push_back({ name, &typeid(T), reinterpret_cast<size_t>(&field) }); } }; template<class T> Class reflect() { Class cl = { &typeid(T), sizeof(T), {} }; visit_fields(*reinterpret_cast<T *>(nullptr), reflect_add_fields{ cl.fields }); return cl; } // toJson(...) - Generic serialization system // Generic types use visit_fields() to create a JSON object struct json_write_fields { JsonObject & obj; template<class T> void operator() (const char * name, const T & field) { obj.emplace_back(name, toJson(field)); } }; template<class T> JsonValue toJson(const T & obj) { JsonObject o; visit_fields(const_cast<T &>(obj), json_write_fields{ o }); return o; } // For specific types, we can overload toJson with a specific encoding template<class T> JsonValue toJson(const std::vector<T> & arr) { JsonArray a; for (const auto & val : arr) a.push_back(toJson(val)); return a; } template<class T> JsonValue toJson(const vec<T, 4> & vec) { return JsonArray{ toJson(vec.x), toJson(vec.y), toJson(vec.z), toJson(vec.w) }; } template<class T> JsonValue toJson(const vec<T, 3> & vec) { return JsonArray{ toJson(vec.x), toJson(vec.y), toJson(vec.z) }; } template<class T> JsonValue toJson(const vec<T, 2> & vec) { return JsonArray{ toJson(vec.x), toJson(vec.y) }; } inline JsonValue toJson(const std::string & s) { return s; } inline JsonValue toJson(int16_t n) { return n; } inline JsonValue toJson(uint16_t n) { return n; } inline JsonValue toJson(int32_t n) { return n; } inline JsonValue toJson(uint32_t n) { return n; } inline JsonValue toJson(int64_t n) { return n; } inline JsonValue toJson(uint64_t n) { return n; } inline JsonValue toJson(float n) { return n; } inline JsonValue toJson(double n) { return n; } inline JsonValue toJson(bool b) { return b; } // fromJson(...) - Generic deserialization system // Generic types use visit_fields() to read from a JSON object struct json_read_fields { const JsonValue & val; template<class T> void operator() (const char * name, T & field) { fromJson(field, val[name]); } }; template<class T> void fromJson(T & obj, const JsonValue & val) { visit_fields(obj, json_read_fields{ val }); } // For specific types, we can overload fromJson with a specific encoding template<class T> void fromJson(std::vector<T> & arr, const JsonValue & val) { arr.resize(val.array().size()); for (size_t i = 0; i<arr.size(); ++i) fromJson(arr[i], val[i]); } template<class T> void fromJson(vec<T, 4> & vec, const JsonValue & val) { fromJson(vec.x, val[0]); fromJson(vec.y, val[1]); fromJson(vec.z, val[2]); fromJson(vec.w, val[3]); } template<class T> void fromJson(vec<T, 3> & vec, const JsonValue & val) { fromJson(vec.x, val[0]); fromJson(vec.y, val[1]); fromJson(vec.z, val[2]); } template<class T> void fromJson(vec<T, 2> & vec, const JsonValue & val) { fromJson(vec.x, val[0]); fromJson(vec.y, val[1]); } inline void fromJson(std::string & s, const JsonValue & val) { s = val.string(); } inline void fromJson(int16_t & n, const JsonValue & val) { n = val.number<int32_t >(); } inline void fromJson(uint16_t & n, const JsonValue & val) { n = val.number<uint32_t>(); } inline void fromJson(int32_t & n, const JsonValue & val) { n = val.number<int32_t >(); } inline void fromJson(uint32_t & n, const JsonValue & val) { n = val.number<uint32_t>(); } inline void fromJson(int64_t & n, const JsonValue & val) { n = val.number<int64_t >(); } inline void fromJson(uint64_t & n, const JsonValue & val) { n = val.number<uint64_t>(); } inline void fromJson(float & n, const JsonValue & val) { n = val.number<float >(); } inline void fromJson(double & n, const JsonValue & val) { n = val.number<double >(); } inline void fromJson(bool & b, const JsonValue & val) { b = val.isTrue(); } // Utility methods template<class T> std::string encodeJson(const T & obj) { std::ostringstream ss; ss << toJson(obj); return ss.str(); } template<class T> T decodeJson(const std::string & text) { T obj; fromJson(obj, jsonFrom(text)); return obj; } // Support UserTypes as follows: // template<class F> void visit_fields(UserType & o, F f) { f("alpha", o.alpha); f("beta", o.beta); ... } // See numerous examples throughout library } #endif
1407646a09bc31a8c1bf7c55619ff0a57f0edcb1
94b4846d25bb54438710fcf4b1c1e05325aaa380
/15_Paging_cpp/paging.cpp
f88a7c37a07de7df8215e94a898220e328663647
[]
no_license
tejakummarikuntla/operating-system
8051335237206b24086e22662eb46bab079434aa
21e1dc93877cffce755c964f06917c29c70239a3
refs/heads/master
2020-08-18T15:53:40.667490
2019-10-17T17:34:47
2019-10-17T17:34:47
215,808,070
1
0
null
null
null
null
UTF-8
C++
false
false
1,771
cpp
#include<iostream.h> #include<conio.h> struct paging { int frameNumber,valid; }; void main() { int noOfPages = 0, baseAddress = 0, noOfFrames = 0, sizeOfMM = 0, sizeOfLM = 0, FrameSize = 0, physicalAddress = 0,disp = 0, pageNo = 0, logicalAddress = 0; paging pageTable[10], frameTable[10]; clrscr(); cout << "Program for Paging techniques - Fixed Size partition"; cout << "\n\nEnter the base address of physical memory:"; cin >> baseAddress; cout << "\nEnter the size of Main Memory:"; cin >> sizeOfMM; cout << "\nEnter the size of Main Memory Frame:"; cin >> FrameSize; noOfFrames = sizeOfMM / FrameSize; cout << "\nTotal no. of frames in Main Memory is " << noOfFrames; cout <<"\n Enter the size of Logical Memory:"; cin >> sizeOfLM; noOfPages = sizeOfLM / FrameSize; cout << "\n Total no. of pages in Logical Memory is " << noOfPages; cout << "\n Enter the frame values in Page Table\n"; for(int i = 0; i < noOfPages; i++) { while(1) { cout << "\n Page " << i << " is stored in frame number:"; cin >> pageTable[i].frameNumber; pageTable[pageTable[i].frameNumber].valid = 1; frameTable[pageTable[i].frameNumber].valid = i; break; } } cout << "\n \t PAGE TABLE"; cout << "\nIndex|\t\tFrame Number|\tValid_Bit|\n\n"; for(i = 0; i < noOfPages; i++) { cout << i << "\t\t" << pageTable[i].frameNumber << "\t\t"<<pageTable[pageTable[i].frameNumber].valid <<"\t\n"; } for(i=0;i<noOfPages; i++) { cout << "Enter the logical addresss for mapping process:"; cin >> logicalAddress; pageNo = logicalAddress / FrameSize; disp = logicalAddress % FrameSize; physicalAddress = baseAddress + ((pageTable[pageNo].frameNumber - 1) * FrameSize) + disp; cout << "Physical Address value is " << physicalAddress << "\n"; } }
fd230041fc823122f95d487daf3f4032a632ede7
84c761992b537dbe0abb3f9c85a8f8b90d483fde
/extra/news/gtagml/gtagml/gtagml/sdi/gh-sdi-document.cpp
788aac26e2786d45f1e870e1f56f399762578f60
[ "BSL-1.0" ]
permissive
scignscape/PGVM
248cee29a4ff99e7a0d089372b5c653167cee195
e24f46cdf657a8bdb990c7883c6bd3d0a0c9cff0
refs/heads/master
2021-07-08T02:03:25.526020
2020-09-23T00:46:51
2020-09-23T00:46:51
186,919,513
0
0
null
null
null
null
UTF-8
C++
false
false
1,199
cpp
// licence_cpp #include "gh-sdi-document.h" #include "gh/gh-block-base.h" #include "kans.h" USING_KANS(SDI) GH_SDI_Document::GH_SDI_Document() : sdi_infoset_output_(nullptr) { } void GH_SDI_Document::finalize_sentence_boundaries(GH_Block_Base& bl) { QPair<u4, u4> pr = bl.get_effective_start_and_end_indices(); u4 s = pr.first; u4 e = pr.second; for(u4 u = s; u <= e; ++u) { } } bool GH_SDI_Document::check_letter(GH_Block_Base& bl, u4 pos) { GH_Block_Base::SDI_Interpretation_Codes sic = bl.get_sdi_interpretation_code_at_index(pos); return sic == GH_Block_Base::SDI_Interpretation_Codes::Letter; } bool GH_SDI_Document::scan_for_sentence_start(GH_Block_Base& bl, u4 start, u4 end, u4& result) { for(u4 i = start; i <= end; ++i) { if(check_letter(bl, i)) { result = i; return i; } } return false; } bool GH_SDI_Document::scan_for_sentence_end(GH_Block_Base& bl, u4 start, u4 end, u4& result) { for(u4 i = start; i <= end; ++i) { GH_Block_Base::SDI_Interpretation_Codes sic = bl.get_sdi_interpretation_code_at_index(i); if(sic == GH_Block_Base::SDI_Interpretation_Codes::Potential_Sentence_End) { result = i; return i; } } return false; }
1aac49840787188ef07d041821301db826bed8e0
5d5ed17120e08631ba4bf0215e97390265071ad7
/dg_fem/lib/1d/itensor3.cpp
f4dddb3569928e6c903f100a593d77854a1c3d2d
[ "BSD-3-Clause" ]
permissive
imsejae/pyclaw
1f18ba310b3328e168c0b92f9f47fa6d436d7102
2a579bed44081070135bbbf402a91435f1663619
refs/heads/master
2021-01-15T18:05:22.563869
2012-02-05T16:37:16
2012-02-05T16:37:16
3,352,572
1
0
null
null
null
null
UTF-8
C++
false
false
1,961
cpp
// -------------------------------------------------------------------------- // IMPLEMENTATION FILE (itensor3.cpp) // This module describes a class of rank three tensors // All of the elements in the tensors are of type "int" // -------------------------------------------------------------------------- #include "tensors.h" #include<new> using namespace std; // Private members of class: // int* vec; Pointer to vector on free store // int numElem1; Number of elements in first index // int numElem2; Number of elements in second index // int numElem3; Number of elements in third index iTensor3::iTensor3(int n1, int n2, int n3) // Constructor // POST: Create a tensor of size (n1,n2,n3) { vec = new int[n1*n2*n3]; numElem1 = n1; numElem2 = n2; numElem3 = n3; } iTensor3::iTensor3(const iTensor3& anotheriTensor3) // Copy constructor // POST: New tensor created with size and contents same as anotheriTensor3 { int i; numElem1 = anotheriTensor3.numElem1; numElem2 = anotheriTensor3.numElem2; numElem3 = anotheriTensor3.numElem3; vec = new int[numElem1*numElem2*numElem3]; for (i=0; i<numElem1*numElem2*numElem3; i++) { vec[i] = anotheriTensor3.vec[i]; } } iTensor3::~iTensor3() // Destructor // POST: iTensor no longer exists { delete[] vec; } const int& iTensor3::get(int n1, int n2, int n3) const // POST: Get (n1,n2)^(th) entry in tensor { int k; k = (n1-1)*numElem2*numElem3 + (n2-1)*numElem3 + (n3-1); return vec[k]; } void iTensor3::set(int n1, int n2, int n3, int value) // POST: Set (n1,n2)^(th) entry in tensor to "value" { int k; k = (n1-1)*numElem2*numElem3 + (n2-1)*numElem3 + (n3-1); vec[k] = value; } int iTensor3::getsize(int n) const // POST: Returns value of "size" to user { switch(n) { case 1: return numElem1; break; case 2: return numElem2; break; case 3: return numElem3; break; } }
b88dcc27edbe61e381180cba2e887515068b39d3
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/chrome/browser/ui/views/website_settings/permission_selector_row.h
f29a3043444fd416843458d22afc0dc4e498bef5
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
2,700
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_WEBSITE_SETTINGS_PERMISSION_SELECTOR_ROW_H_ #define CHROME_BROWSER_UI_VIEWS_WEBSITE_SETTINGS_PERMISSION_SELECTOR_ROW_H_ #include <memory> #include "base/compiler_specific.h" #include "base/macros.h" #include "base/observer_list.h" #include "base/strings/string16.h" #include "chrome/browser/ui/views/website_settings/permission_selector_row_observer.h" #include "chrome/browser/ui/website_settings/permission_menu_model.h" #include "chrome/browser/ui/website_settings/website_settings_ui.h" #include "components/content_settings/core/common/content_settings.h" #include "components/content_settings/core/common/content_settings_types.h" #include "ui/views/controls/button/menu_button_listener.h" #include "ui/views/view.h" class Profile; namespace internal { class ComboboxModelAdapter; class PermissionCombobox; class PermissionMenuButton; } namespace views { class GridLayout; class ImageView; class MenuRunner; } // A PermissionSelectorRow is a row in the Page Info bubble that shows a // permission that a site can have ambient access to, and allows the user to // control whether that access is granted. class PermissionSelectorRow : public views::View { public: PermissionSelectorRow(Profile* profile, const GURL& url, const WebsiteSettingsUI::PermissionInfo& permission); void AddObserver(PermissionSelectorRowObserver* observer); void PermissionChanged(const WebsiteSettingsUI::PermissionInfo& permission); protected: // Overridden from views::View. void ChildPreferredSizeChanged(View* child) override; private: ~PermissionSelectorRow() override; void InitializeMenuButtonView( views::GridLayout* layout, const WebsiteSettingsUI::PermissionInfo& permission); void InitializeComboboxView( views::GridLayout* layout, const WebsiteSettingsUI::PermissionInfo& permission); Profile* profile_; // Model for the permission's menu. std::unique_ptr<PermissionMenuModel> menu_model_; std::unique_ptr<internal::ComboboxModelAdapter> combobox_model_adapter_; views::ImageView* icon_; // Owned by the views hierachy. internal::PermissionMenuButton* menu_button_; // Owned by the views hierachy. internal::PermissionCombobox* combobox_; // Owned by the views hierarchy. base::ObserverList<PermissionSelectorRowObserver, false> observer_list_; DISALLOW_COPY_AND_ASSIGN(PermissionSelectorRow); }; #endif // CHROME_BROWSER_UI_VIEWS_WEBSITE_SETTINGS_PERMISSION_SELECTOR_ROW_H_
bb5decf857cc39488d85b82b3ec44d53817d9503
34b3623dbd185b9d8e6bc5af787ff656ebb8f837
/finalProject/results/test/test_movingboundary/wedge05/23.5/U
093b39a39d70e9d5144e4fb9186460e3a31ba5b2
[]
no_license
kenneth-meyer/COE347
6426252133cdb94582b49337d44bdc5759d96cda
a4f1e5f3322031690a180d0815cc8272b6f89726
refs/heads/master
2023-04-25T04:03:37.617189
2021-05-16T02:40:23
2021-05-16T02:40:23
339,565,109
1
0
null
null
null
null
UTF-8
C++
false
false
265,267
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; location "23.5"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField nonuniform List<vector> 7807 ( (1.06245 0.128927 5.81231e-21) (1.05042 -0.0389992 -8.05927e-22) (0.984514 0.0939945 -1.17633e-20) (1.02936 0.0620876 1.57031e-20) (0.999298 -0.000760143 -2.04273e-23) (0.999973 -4.44596e-06 -7.62181e-25) (0.983129 0.0755574 -2.26785e-20) (0.995528 -0.00119252 -4.21041e-24) (0.999902 -0.000135933 -3.13034e-24) (1.02122 0.00089388 -6.69344e-22) (0.999974 -6.07308e-06 8.48377e-25) (1.0018 -0.00106055 -6.25526e-23) (0.993235 -0.00138923 2.02019e-22) (1.01736 -0.00166448 -3.89039e-21) (1.02059 0.00127218 2.83883e-21) (0.991507 -0.0128681 -6.02284e-22) (1.06462 0.135217 -1.22257e-20) (0.990921 -0.00174906 -7.20407e-23) (1.00168 -0.00832177 2.64111e-23) (0.977083 -0.0961534 -6.75259e-22) (1.03149 -0.00393543 -1.34097e-21) (1.00118 -0.000624477 1.07742e-22) (1.01592 -0.00300102 3.10141e-22) (1.00934 0.0268137 -7.79037e-21) (0.988044 -0.0021495 -3.26161e-22) (1.05786 0.126834 -5.75919e-21) (0.999333 -0.000724264 -1.44071e-23) (1.02083 -0.00167695 1.58303e-21) (1.00455 0.0133085 -9.81762e-22) (1.00293 -0.00892154 -2.98436e-23) (0.98707 -0.0132762 -1.02506e-21) (0.927787 0.0128254 3.13065e-21) (1.01571 -0.00362734 1.94887e-21) (0.999612 -0.000287514 2.08999e-23) (0.999959 -3.07018e-06 1.94339e-26) (1.02094 0.000373424 9.81358e-22) (1.0034 -0.00980873 -1.5044e-23) (0.987853 0.0740388 -3.58278e-21) (0.996462 -0.00665065 4.92268e-22) (0.999772 -2.6169e-05 1.38325e-23) (0.996809 -0.00688536 -5.38973e-23) (0.991673 -0.0119941 -2.05518e-22) (1.00602 -0.106681 3.35142e-21) (1.14597 -0.039836 7.36418e-22) (0.999924 -4.88207e-06 3.55047e-24) (0.999947 -7.93711e-06 -8.91859e-25) (1.00112 -0.000508525 -6.5905e-23) (0.996326 -0.00604973 -2.88822e-22) (0.99995 -1.87333e-05 -8.80999e-25) (0.981632 -0.0970095 9.8805e-22) (1.00267 -0.000942807 7.25944e-23) (1.02063 -0.00085565 -1.63407e-21) (0.984835 -0.00241512 -1.1242e-21) (1.00951 -0.0283014 -7.2471e-23) (1.02135 -0.00037782 -5.55957e-22) (0.995997 -0.0018576 -3.95635e-23) (1.00164 -0.007734 -2.08199e-23) (0.995574 -0.000974283 2.58558e-22) (0.977837 -0.0155041 -1.73737e-21) (0.9996 -0.000250254 -2.5937e-23) (1.00003 -1.75618e-05 -9.73354e-25) (1.00352 -0.00102162 8.35265e-23) (1.01758 -0.0010562 -9.25591e-22) (1.00195 -0.000921853 6.33404e-23) (0.999311 -9.0701e-05 2.97965e-23) (0.987567 -0.0138887 1.58324e-22) (0.999921 -0.000136383 2.69011e-24) (1.00001 -1.85857e-06 3.38014e-26) (1.13991 0.0733206 2.02918e-21) (0.996506 -0.00572871 -9.50553e-23) (0.999947 -1.06113e-05 8.49078e-25) (0.96721 -0.0534448 -4.16285e-21) (0.988168 -0.00253872 1.65788e-22) (0.980338 -0.00265687 2.14819e-22) (0.99111 -0.0020742 2.28801e-22) (0.964703 -0.0223237 -3.87248e-22) (0.987948 0.096063 1.89302e-20) (1.02983 -0.00386098 1.71476e-21) (1.07867 0.00193331 -2.70985e-21) (0.951324 -0.0407624 -4.61175e-21) (0.993438 -0.00164134 -3.10564e-22) (0.997504 0.0453074 2.16706e-20) (1.03588 0.00593251 4.25103e-21) (0.97608 -0.00650174 1.12345e-21) (0.998783 -0.00199734 -4.20632e-23) (0.998556 -0.000122544 2.65253e-23) (0.995151 -0.00168202 3.8665e-22) (0.984786 -0.00290191 7.16728e-22) (0.999445 -0.0009173 2.34227e-23) (0.997058 -0.000263035 1.0304e-22) (1.00477 0.0151062 7.31241e-21) (1.17718 -0.0220985 -1.17023e-21) (0.999899 -3.34269e-05 -2.54972e-24) (1.00131 -0.00651813 -7.72492e-24) (0.997116 -0.000605304 1.00265e-22) (0.986272 -0.000897235 -1.66181e-21) (0.969812 -0.0532068 2.35098e-22) (1.0112 -0.0272446 2.97525e-22) (0.998668 -0.00191469 1.32237e-23) (0.99921 -9.35945e-05 1.10613e-23) (0.956047 -0.00941265 8.41101e-22) (1.07923 0.00683095 2.36919e-21) (0.997242 -0.000740194 -2.46627e-22) (0.99999 -5.95267e-07 -4.79146e-26) (1.17977 -0.00992591 -8.88851e-22) (1.02618 0.0274937 -7.00369e-21) (0.95536 0.0111119 3.59235e-21) (0.995743 -0.00170993 -1.5536e-22) (0.999994 -1.67373e-06 1.00629e-26) (1.02249 -0.0126107 -5.72243e-22) (1.03264 0.0590364 -1.82441e-20) (1.02353 -0.0773468 -4.30565e-21) (0.999992 -2.00828e-06 -2.191e-26) (1.02406 -0.0130694 -1.22614e-22) (1.02331 0.0261537 7.3749e-21) (1.00032 -0.000462275 -3.32394e-24) (1.07155 -0.0915241 -2.76375e-22) (1.02674 0.0156924 -1.65873e-21) (0.980938 -0.0419913 1.86053e-21) (0.978337 -0.00373051 -2.48353e-22) (0.963435 -0.00433533 -1.881e-21) (1.00036 0.02441 -1.39941e-20) (1.01277 -0.105147 -4.59337e-21) (1.00827 -0.00709063 3.4403e-23) (0.960922 -0.00565912 7.14742e-22) (0.999194 -0.00106009 5.43517e-23) (0.988497 -0.0098257 3.31882e-22) (1.00218 -0.00737218 1.92096e-23) (0.999366 -5.84084e-05 -6.79671e-23) (0.987252 -0.0121396 2.42231e-23) (1.21631 -0.0366555 -7.37042e-22) (1.07329 -0.000375743 4.67203e-22) (0.999512 -0.000397988 2.38862e-24) (0.999356 -0.00093328 -4.78145e-23) (0.975632 -0.00553633 3.12835e-22) (1.03077 0.0526683 6.65077e-21) (0.99621 0.0180612 2.45318e-20) (0.999987 -1.1805e-06 -4.98036e-26) (1.00619 -0.00275385 3.93625e-23) (0.955771 -0.00550933 -2.52645e-21) (0.984142 -0.0015545 -8.89349e-22) (0.984966 -0.0604439 -3.04837e-21) (0.964894 -0.0245229 5.26502e-22) (0.981694 -0.002357 -2.16439e-23) (0.958918 0.00801834 1.35826e-20) (1.01047 -0.04434 -1.30293e-22) (1.00978 0.0161634 -3.7089e-21) (0.979682 -0.019351 -9.6144e-22) (0.978737 -0.00199198 2.54648e-22) (0.99987 0.0365558 -6.97919e-21) (1.02139 0.00087354 2.41926e-21) (1.1639 -0.0257716 2.60599e-23) (0.998733 -0.00156981 -1.31405e-22) (1.14545 0.0655044 2.26584e-22) (1.03404 0.00552142 -4.41413e-21) (0.99829 0.0785786 -1.84167e-20) (0.958642 -0.0264051 1.62425e-21) (0.993648 -0.000922501 6.61674e-23) (0.944052 0.0520488 3.29529e-20) (0.999954 -1.57111e-05 -8.28515e-25) (1.00088 -0.00687671 6.63171e-23) (1.00948 0.0295604 5.64601e-21) (0.999984 -1.34211e-05 5.4584e-25) (0.998335 -0.00420986 -2.5519e-22) (0.996827 -0.000556964 -4.72406e-23) (1.00271 0.0317215 -1.85629e-21) (1.00131 0.0235366 6.90497e-21) (0.935563 0.0569877 1.11583e-20) (0.998097 -0.00404878 -1.40565e-22) (0.998143 -0.000136921 -4.99229e-23) (1.00001 -2.38441e-06 -2.82305e-26) (0.974439 -0.00158872 -2.91296e-21) (1.00031 -0.000411278 4.67693e-24) (1.05221 -0.0352181 9.32035e-22) (1.00644 -0.00300417 2.58697e-22) (0.976292 -0.00255151 4.91995e-22) (1.16945 5.91703e-05 -7.33203e-22) (1.09516 0.0720923 1.71923e-22) (0.999899 -4.34076e-05 1.39873e-24) (0.999585 -0.000470188 -2.82034e-23) (1.03018 0.0656935 -2.79942e-21) (0.999956 -1.01551e-05 -3.51654e-25) (0.999941 -4.68388e-06 5.82308e-25) (0.982288 0.0807851 -1.89372e-20) (1.0526 -0.042407 -8.04551e-22) (1.00926 -0.0645198 -2.28066e-21) (0.983044 -0.0407045 -2.64968e-21) (0.97948 -0.004354 6.93214e-22) (1.0074 -0.0456209 2.63946e-22) (0.960385 -0.00365979 1.39131e-21) (0.999982 -1.20314e-05 -1.70991e-25) (0.970809 -0.0495131 -1.02003e-21) (1.09738 0.0794457 -5.05494e-21) (0.997199 -0.00095713 3.49966e-23) (1.00006 -5.22965e-06 -8.00271e-25) (1.06703 0.0743643 5.62751e-22) (0.999014 -0.000238784 8.40525e-23) (0.988088 -0.0116821 5.28266e-22) (1.00462 -0.0429424 8.51586e-22) (1.00001 -1.55386e-06 -1.07603e-26) (1.00066 -0.00163487 -1.76276e-23) (1.02748 0.0518244 8.31117e-21) (1.08398 0.0850761 -6.90513e-21) (0.995749 0.0685463 -2.47736e-21) (1.06708 -0.0848297 2.06262e-21) (1.0275 -0.0735436 9.54426e-22) (1.1225 -0.121699 -7.59176e-22) (1.02115 -0.00193792 4.76838e-21) (1.0255 0.0484418 -2.63738e-21) (0.999891 -6.73097e-06 -4.17721e-24) (1.00003 -1.5591e-05 2.40536e-25) (0.978359 0.00272232 -1.34357e-20) (0.992815 -0.0115206 -2.03042e-22) (0.999497 -0.000348199 -2.29165e-23) (0.973307 -0.0487994 2.11852e-21) (0.987913 -0.0103828 -3.89519e-22) (1.00793 0.0739076 -2.05943e-20) (1.00494 0.0710802 -4.29548e-21) (0.981928 -0.0619701 8.01141e-22) (0.919828 0.02669 -1.21678e-20) (0.999075 -0.000284922 -6.32714e-23) (0.991369 -0.00138544 2.49535e-22) (0.956701 -0.00786806 1.04692e-21) (1.02985 0.000270632 -9.92449e-22) (1.01086 -0.135324 -4.26748e-22) (1.08447 0.127506 -1.20378e-20) (0.946328 0.0436845 -2.80069e-20) (1.00005 -8.33106e-05 6.0028e-25) (1.00825 -0.00653313 1.33095e-22) (1.02482 0.0178982 9.01649e-21) (0.996494 -0.00490698 -3.39121e-22) (1.02915 0.0160705 -1.13379e-21) (0.999528 -0.00100773 -1.11581e-23) (0.913364 0.0612479 2.25651e-20) (0.999656 0.0726038 4.03287e-21) (0.995194 -0.00138944 2.355e-22) (1.00289 -0.00743532 -2.38048e-24) (0.999775 -3.34266e-05 -2.55992e-23) (1.11955 0.101707 2.54157e-21) (0.99995 -5.23709e-06 1.4318e-24) (0.994966 -0.00932914 1.75976e-22) (0.938259 -0.0205402 1.66618e-21) (0.999945 -1.56421e-05 -3.43916e-25) (0.998849 -0.00236371 -3.70309e-23) (0.999623 -0.000981567 1.57427e-23) (1.0613 0.0449559 6.72582e-21) (0.999984 -1.77647e-05 7.61257e-25) (0.997397 -0.000178783 -1.42321e-25) (0.953937 -0.0407425 5.36666e-21) (0.942293 0.0070092 -6.87383e-21) (1.07256 -0.00507388 -6.05504e-22) (0.931858 0.037646 1.66523e-20) (0.999969 -3.55717e-06 -6.86883e-25) (1.00215 -0.043641 -1.65713e-23) (0.999844 -0.000238199 -9.93498e-24) (0.993165 0.0798772 -1.86006e-20) (1.00327 -0.000692511 -1.09723e-22) (0.994233 0.0246405 8.07459e-21) (1.00212 -0.00894633 5.95208e-23) (1.00058 -0.00175225 1.37078e-23) (1.02774 -0.0324593 2.76855e-22) (1.02107 -0.000968996 -4.41349e-21) (1.00045 -0.00027676 1.18975e-23) (0.999832 -2.86594e-05 1.60873e-25) (1.00039 -0.000372332 2.48019e-23) (0.996299 -0.00521736 -3.105e-22) (1.01659 -0.067343 2.78708e-21) (0.999969 -5.54929e-06 4.49193e-25) (0.9605 -0.0252885 1.13847e-21) (0.996901 -0.000690236 -1.13431e-23) (0.999891 -2.68621e-05 2.65165e-24) (0.999475 -0.000442684 7.675e-24) (0.98725 0.0444568 1.97082e-20) (0.995667 -0.00024422 9.12197e-23) (0.999526 -4.11176e-05 -5.86094e-24) (0.967778 0.00177164 2.55276e-20) (0.998725 -0.00225637 -7.82804e-23) (1.05081 0.0960166 -6.65394e-21) (0.999828 -0.000217671 1.63121e-23) (1.00669 -0.0209964 -2.63153e-22) (1.00001 -1.31411e-06 -1.50271e-26) (0.981039 -0.0332033 -9.75312e-22) (1.0293 -2.26336e-05 1.56014e-21) (1.17105 0.00990683 1.12435e-21) (0.97793 -0.0169482 1.48803e-21) (0.999649 -0.000478452 3.38686e-23) (0.976125 -0.0807634 1.45023e-21) (0.997389 -0.000114032 4.22263e-22) (0.999906 -9.11257e-06 1.98644e-25) (1.00038 -0.000325389 -2.19165e-23) (0.998099 -0.00295293 1.15696e-22) (0.994206 -0.00068511 -2.8081e-22) (1.00251 -0.000834204 -1.20522e-22) (0.998906 -0.00159033 4.64731e-23) (0.977367 -0.00605381 1.80895e-22) (1.0214 -0.0649577 -1.98983e-21) (0.978268 -0.00472512 7.51934e-22) (1.13867 -0.0317722 -1.75636e-22) (0.972896 -0.00456232 -9.57053e-22) (1.00712 0.0963322 2.12754e-21) (1.00276 0.0984853 -1.56414e-20) (0.998736 -0.000556574 -6.11838e-23) (1.19402 0.00882386 -3.55682e-21) (0.999988 -1.9187e-06 -2.80644e-26) (0.998015 -0.00370542 -1.47356e-22) (0.989672 -0.000524875 1.67755e-21) (1.00709 0.0240147 4.66349e-21) (1.03699 0.0103507 -4.24313e-21) (1.00007 -2.67411e-05 2.03738e-24) (0.998143 -0.00349176 -1.21643e-23) (0.97249 -0.00552968 7.21484e-22) (1.04699 0.0384002 -2.68819e-21) (0.999138 -0.00096538 3.72246e-23) (1.00283 -0.000688923 7.18653e-23) (1.001 -0.000863176 -4.79341e-24) (1.12065 0.0255961 2.26263e-21) (1.21599 -0.0500349 -4.66779e-21) (1.02456 0.120094 1.02775e-20) (0.99889 -0.0001132 -5.13523e-23) (1.06192 -0.0402666 1.23604e-21) (0.99991 -4.77824e-05 -2.46157e-24) (1.004 -0.00660283 -1.82625e-22) (0.99996 -7.88488e-06 -2.42325e-25) (0.985094 -0.0190969 2.76804e-22) (0.999741 -4.02475e-05 -5.0227e-24) (1.01098 -0.020726 5.02785e-23) (1.21822 0.0122211 4.01036e-21) (0.972305 -0.0249117 1.9179e-21) (1.00785 -0.0204525 5.17539e-23) (1.00737 -0.00584769 -1.62763e-22) (0.999479 -6.11973e-05 2.72569e-23) (1.02466 -0.0167659 4.00366e-22) (0.996132 -0.0175047 3.69957e-22) (1.07343 0.0113426 -1.54519e-21) (1.05645 0.0426694 3.02101e-21) (1.17764 -0.131872 1.17823e-22) (1.14312 -0.0498141 -2.41639e-21) (0.995212 -0.000170167 -4.6249e-22) (1.00431 -0.00328635 2.30648e-22) (0.940901 -0.0194004 -6.22667e-22) (0.928422 0.0543361 -3.41406e-20) (1.12279 -0.051416 2.82229e-21) (1.02485 -0.0101465 -1.81737e-21) (0.920833 0.0313986 -1.67991e-20) (0.999039 -6.15718e-05 2.52637e-23) (0.998509 -0.000696053 -1.96169e-23) (1.1607 -0.036486 -2.32251e-21) (0.99902 -0.00174119 -3.11399e-23) (1.01083 -0.0411693 2.77233e-22) (1.005 -0.0016172 8.5968e-23) (0.99806 -0.000184755 -4.12459e-23) (0.998522 -0.000166016 -6.54977e-23) (1.02938 0.0233713 5.33591e-21) (0.999943 -0.000116992 -6.45236e-25) (1.00043 -0.000224373 -1.06357e-23) (1.00006 -1.06367e-05 1.38281e-24) (0.997357 -0.000347537 2.33479e-22) (0.99392 -0.00802326 4.34812e-22) (0.999988 -1.19868e-06 3.46208e-26) (0.999136 -0.000140748 6.6411e-24) (0.978994 -0.014668 5.0527e-22) (0.969554 0.00589422 8.47812e-21) (1.00961 -0.0215465 2.03007e-22) (0.99291 -0.010746 7.55261e-22) (0.961923 0.0460076 3.86081e-21) (1.00042 0.0244261 1.25072e-20) (1.06325 0.000546694 -1.18182e-21) (1.18481 0.0144973 1.11947e-21) (0.980298 -0.00119708 1.53588e-21) (1.00426 -0.00379393 -1.10757e-22) (1.0074 0.0391119 -7.01933e-22) (0.991309 -0.00106705 -5.77894e-22) (1.03168 0.0936141 3.00969e-22) (1.00692 -0.0491301 4.27067e-23) (1.03615 -0.11989 -1.69604e-21) (1.07934 0.0815204 4.26264e-21) (1.03367 0.0994227 -8.80934e-21) (0.962617 -0.0211954 2.42275e-21) (1.03798 0.00845612 -2.69289e-21) (1.08947 0.13252 1.12973e-20) (1.04492 0.0959924 1.2644e-20) (1.02205 -0.00199108 1.49351e-21) (0.997364 -0.00106727 5.86982e-23) (0.996269 -0.00169427 5.45859e-23) (0.999932 -1.44134e-05 -8.23609e-25) (1.01532 -0.0269963 -9.96899e-23) (0.99191 -0.000823042 1.3603e-22) (1.0008 -0.00206434 -1.59571e-23) (0.999921 -1.27427e-05 -1.62346e-24) (0.998636 -0.0004925 2.41006e-23) (0.973224 -0.0792676 -2.40213e-21) (1.10375 0.0366924 1.37579e-21) (0.983988 -0.00392274 -8.62396e-22) (0.998897 -0.0113543 4.69508e-22) (0.997067 -0.000376689 -1.32243e-22) (1.059 -0.0429863 -9.04783e-23) (0.99429 -0.00078362 -4.52154e-22) (1.00192 -0.00666991 2.28042e-23) (1.10294 0.126541 1.81005e-21) (0.998639 -0.000168912 -1.52157e-22) (0.999981 -3.50083e-05 -7.98027e-25) (0.999952 -0.000142626 -6.21629e-25) (1.00004 -8.49283e-05 2.98472e-25) (0.979821 -0.00523739 4.10497e-22) (1.0279 0.0213288 -6.25937e-21) (0.997272 -0.000210265 5.16999e-24) (1.02103 -0.00877256 1.17517e-21) (1.01981 -0.14151 3.25796e-21) (0.989777 0.0690875 -3.06796e-22) (1.00335 -0.0067418 5.12862e-23) (1.00576 -0.0042666 -4.22543e-23) (0.995435 -0.0018714 -1.92013e-22) (0.991596 0.0448118 -1.92963e-20) (0.999328 -5.23505e-05 1.8944e-23) (1.02804 0.124596 -5.20384e-21) (1.00768 0.0167896 -7.19106e-21) (0.999912 -1.72993e-05 1.99979e-24) (1.00474 -0.0499914 -1.3399e-21) (0.997298 -0.000424706 -1.13976e-22) (0.988616 -0.0615801 3.75819e-21) (1.00045 -0.000120562 1.08643e-23) (1.05857 0.00305548 1.70662e-21) (1.00615 -0.0151611 2.69149e-24) (1.00538 -0.00384022 1.14553e-23) (0.999362 -7.82081e-05 -3.78116e-23) (1.06621 0.042579 3.21345e-21) (1.04278 0.0366352 1.06242e-21) (1.00692 -0.0674526 2.1719e-21) (0.979514 -0.0176865 -9.70229e-23) (0.997985 -0.00315926 -9.64917e-23) (0.999107 -0.0393727 -2.42365e-21) (1.14062 0.0557797 -2.36775e-21) (0.92178 0.0169885 -1.53861e-20) (1.08648 -0.0780346 -2.11912e-21) (1.00443 -0.00715469 -1.37978e-23) (0.999995 -2.28288e-06 -7.50061e-27) (0.987764 -0.00333349 -6.72635e-22) (0.998359 -0.000181715 1.45896e-22) (1.02345 -0.0169032 5.55341e-22) (1.00211 -0.112167 -1.32226e-21) (1.19309 -0.00466544 1.60363e-21) (0.981074 0.0630399 -2.4502e-20) (1.0509 0.0355237 4.35404e-21) (1.12404 -0.109193 3.20807e-21) (1.0666 0.0808242 1.85447e-21) (0.998851 0.0236553 2.26507e-20) (1.01752 -0.00235604 1.01451e-21) (1.00097 -0.00200408 4.08781e-23) (1.02009 0.0544848 4.16479e-21) (0.999196 -0.00170278 6.6283e-23) (0.999849 -0.000125983 3.22052e-24) (0.990136 -0.00059009 1.98487e-22) (1.00007 -2.62173e-05 3.69996e-25) (1.13305 -0.130291 1.69747e-21) (1.00314 -0.0167413 -2.20964e-22) (0.983289 -0.0327917 1.71746e-21) (1.00156 -0.00137833 2.92482e-23) (1.06161 0.0708972 9.69318e-21) (0.998685 -0.000157797 -1.13006e-23) (0.99998 -2.76027e-05 -5.42488e-26) (1.02848 -0.12529 1.83525e-21) (1.00138 -0.00118786 -1.71209e-23) (1.10348 -0.00394545 -3.71034e-22) (0.958477 -0.00878463 4.0946e-22) (0.946262 -0.00932828 1.32074e-22) (1.19716 0.0581652 3.62924e-23) (1.02254 0.0170188 -2.36164e-21) (1.01922 0.00492371 1.43249e-21) (1.01803 0.00463137 -5.62586e-22) (0.999849 -2.10176e-05 8.43814e-25) (1.11177 0.0361449 1.04064e-21) (1.0738 0.0154572 1.77057e-21) (0.999549 -0.000511848 1.3027e-23) (0.984477 -0.0045093 9.92432e-22) (1.00049 -0.000175851 -1.21116e-23) (1.01093 -0.0190098 -5.79569e-23) (1.00772 -0.0273442 -1.59854e-22) (1.00384 -0.00123093 1.19476e-24) (0.999314 -0.00105071 -6.66502e-23) (1.11827 0.0936097 -7.91001e-21) (0.999983 -1.60242e-05 -7.92194e-25) (1.00016 -9.06377e-05 -2.44189e-24) (1.00166 -0.000935512 -1.5116e-24) (0.98556 -0.00123849 6.21992e-22) (1.01751 -0.0105008 7.44756e-22) (0.982819 -0.0270918 -2.28241e-21) (0.979966 -0.00238429 -3.6518e-22) (1.0128 -0.0637723 1.28594e-21) (1.04147 -0.152048 -3.56554e-21) (1.02585 -0.0296831 -7.93698e-23) (1.02394 0.0555008 -2.38634e-20) (1.20804 0.0181932 -2.73294e-21) (0.994116 -0.00178975 -3.02253e-23) (0.911808 0.0547579 2.66002e-20) (0.9724 -0.0556579 3.6977e-21) (0.993591 -0.00853403 1.40565e-22) (0.982078 -0.00188048 6.155e-22) (0.997279 -0.016907 -9.49123e-23) (0.988412 -0.000920062 9.17359e-22) (0.990873 -0.00270871 -1.90975e-22) (1.02524 -0.0119238 -1.19611e-21) (1.13156 -0.0551402 -6.50407e-22) (0.999978 -3.23414e-05 -1.10794e-25) (1.02153 -0.011553 -1.51013e-22) (0.999925 -1.83116e-05 -1.00183e-24) (1.00217 0.0819274 4.93515e-21) (1.14146 0.0798484 4.81155e-21) (0.995766 -0.00135406 6.23786e-23) (0.991577 -0.00062087 -7.84499e-22) (0.999855 -3.1643e-05 -5.71549e-24) (0.997288 0.0415089 1.43661e-20) (1.02117 0.09688 1.17185e-20) (1.11447 0.0276039 -1.18724e-21) (1.12443 0.120622 -6.72098e-21) (0.972146 -0.0595092 -1.66026e-21) (0.998775 0.00578222 -2.09029e-20) (0.999947 -0.000103147 1.84616e-24) (1.04623 -0.0254533 7.89571e-22) (0.992084 -0.00050065 -2.63742e-23) (1.08738 0.0693941 -1.89672e-21) (0.940301 0.0367402 -2.01281e-20) (1.14469 0.0486319 2.23971e-21) (1.04579 0.0291118 7.36335e-22) (0.999549 -0.0112595 -1.10799e-22) (0.999839 -5.51629e-05 -5.73981e-24) (1.1271 0.105108 2.70369e-21) (1.20254 -0.0286295 8.33367e-22) (0.99372 0.0475914 -4.65619e-22) (1.0961 -0.00535811 1.60265e-21) (1.02744 0.044898 6.94368e-21) (0.993835 -0.00150212 -8.8387e-23) (0.987211 0.0641324 6.72923e-21) (1.02575 0.0923354 4.08345e-21) (0.991966 -0.0022585 -5.32801e-22) (0.993288 -0.00216652 -2.00197e-22) (1.13847 0.0949781 7.72176e-23) (0.948016 -0.00834204 -2.51937e-21) (0.999928 -0.000119756 -2.83774e-24) (0.988245 -0.00376792 8.81236e-22) (0.940426 -0.0143686 2.01549e-21) (0.985107 -0.077928 -5.06282e-22) (1.00847 -0.00224 -7.68726e-22) (1.00738 -0.00530673 4.10162e-23) (0.999895 -0.000148894 -4.96921e-24) (1.02266 0.102718 -1.77376e-20) (0.999901 -0.0101959 2.13899e-23) (0.999918 -4.13823e-05 1.07504e-24) (1.02116 -0.0592855 1.75149e-21) (0.999582 -0.000323903 9.71553e-24) (0.999824 -4.67093e-05 4.34517e-25) (1.00446 -0.0110535 -8.53684e-24) (1.05034 0.0700562 1.33458e-20) (1.01922 -0.110877 2.49883e-21) (0.954927 0.0408984 1.19498e-20) (1.00005 -7.74749e-06 -9.79649e-25) (1.05538 0.0740959 -1.38973e-20) (1.01349 -0.0503258 1.23472e-21) (0.999933 -0.000148273 -8.07577e-25) (1.00002 -4.8152e-06 -2.09324e-25) (1.00258 0.0100353 -1.18084e-21) (1.04676 0.0600329 4.93797e-21) (0.996519 -0.00182915 5.69762e-23) (1.04334 0.0463281 -6.23637e-21) (1.00002 -1.55716e-05 1.72041e-25) (1.04316 0.05146 -8.7272e-21) (1.16153 -0.134842 4.23918e-21) (0.991664 -0.00190074 5.70718e-22) (0.999217 0.0109404 -2.90397e-20) (0.973883 -0.0456001 2.40289e-21) (1.12876 0.11441 6.4592e-21) (0.982382 -0.00176745 3.33301e-22) (1.04744 0.0546195 1.14051e-20) (1.05135 0.0635791 -3.57167e-21) (0.984938 -0.00607799 1.52568e-21) (0.980091 -0.00728562 -1.12298e-21) (0.995128 -0.00863449 4.41052e-22) (0.997698 -0.000428621 -3.99381e-23) (0.999836 -0.000140605 8.61686e-24) (0.999706 -0.00971906 -3.76286e-23) (1.03601 0.0883582 -2.0577e-21) (0.999978 -2.4957e-05 2.39542e-25) (1.03912 0.0439528 8.26446e-21) (1.03484 -0.110464 4.09057e-21) (1.00268 0.0522021 5.75382e-21) (1.03907 0.0395896 -9.32819e-21) (0.940695 -0.0125996 -3.02259e-22) (0.957506 0.0574785 -2.55945e-20) (0.998657 -0.000871561 2.72058e-24) (1.01501 -0.0247585 -4.8406e-24) (1.0543 -0.0778398 1.1493e-21) (0.988788 -0.000773392 -6.35116e-23) (0.994385 -0.00243697 2.68913e-22) (1.01066 -0.0517139 -1.04793e-21) (1.05278 -0.0169508 -9.58525e-23) (0.929152 0.0287024 3.12856e-20) (1.00003 -1.48343e-05 9.42451e-25) (0.998414 -0.000918664 4.86624e-23) (1.01854 -0.0765956 6.92427e-23) (1.00001 -3.80468e-06 1.53203e-26) (1.00198 0.0879134 2.44766e-21) (1.00141 -0.00102321 0) (1.00001 -5.0483e-06 1.08896e-26) (1.00015 -7.04231e-05 5.5974e-24) (1.00031 -9.95932e-05 1.37739e-25) (0.98549 -0.0177556 1.43876e-21) (1.0211 -0.0158886 -3.95429e-22) (0.998732 -0.000659068 7.43276e-23) (0.99994 -8.87614e-06 1.69897e-24) (0.99404 -0.00221361 1.41783e-22) (1.00383 -0.0115192 2.07993e-23) (0.98943 -0.11966 -3.5703e-21) (0.97102 -0.00213559 1.72276e-22) (1.01683 -0.00935204 1.39037e-21) (0.999985 -1.11543e-06 3.08465e-25) (1.11099 -0.159161 5.16206e-21) (0.988907 -0.00227037 -3.35076e-22) (1.12516 0.0863013 -4.08582e-22) (1.00014 0.0100041 -4.11609e-21) (1.00097 -0.00303808 3.36666e-24) (1.11302 0.0752271 -7.11885e-21) (1.00012 -7.59248e-05 5.24024e-26) (0.989206 -0.00274995 4.59391e-24) (1.02139 0.000761617 -2.80434e-21) (0.994374 -0.00285709 -1.10404e-22) (1.05102 0.0835301 -7.75411e-22) (0.988751 -0.00495465 -6.86099e-22) (1.04761 -0.0228419 -8.21476e-22) (1.0218 0.00137049 -3.03786e-21) (1.05594 0.0377091 -1.90217e-21) (1.00646 -0.0139051 -5.47859e-23) (0.991282 -0.00304171 1.55078e-23) (1.0737 0.0708475 5.94868e-21) (0.977373 -0.0859363 -2.90339e-21) (0.991079 0.0847677 2.04581e-20) (0.992228 -0.00366573 -6.57695e-22) (1.0526 0.108422 -1.24875e-22) (0.992264 -0.00311278 1.76767e-22) (0.999073 -0.000358734 -4.99948e-24) (1.04542 0.0260046 2.03909e-21) (1.01357 -0.0283544 1.68467e-22) (1.0332 0.00284736 4.13472e-21) (1.00146 -0.000719198 1.96119e-23) (1.00001 -3.92391e-06 5.33665e-27) (1.00353 -0.13817 1.34938e-21) (1.10127 0.119993 -9.75129e-21) (1.00118 -0.00295085 -1.1999e-23) (1.12209 0.0772944 6.3871e-22) (0.98941 -0.00460295 -4.50599e-22) (1.1012 -0.167352 -1.98083e-21) (1.0452 -0.0394817 -1.83318e-22) (0.982322 -0.0289628 1.31144e-21) (0.998633 -0.000741836 -3.26496e-23) (0.99484 -0.000380507 -1.07615e-22) (0.971034 -0.0719603 -1.63922e-21) (0.974227 -0.00595215 1.4999e-21) (0.991832 -0.00280374 4.42398e-22) (0.999871 -0.000349754 6.42927e-24) (0.983562 0.0889125 -2.56737e-21) (1.11013 0.0669395 4.26408e-21) (1.02225 -0.00970176 -4.63237e-22) (0.999844 -0.000106782 5.2799e-24) (1.02402 0.086675 -7.81816e-21) (1 -1.82764e-05 -6.23411e-26) (0.999856 -9.4841e-05 9.85117e-24) (1.10157 0.0653108 3.70971e-21) (1.00935 -0.0234916 -1.55304e-22) (1.11094 0.108374 7.75786e-21) (1.02116 -0.00255689 1.1112e-21) (1.01525 -0.0116868 -6.68131e-23) (1.09591 -0.0634448 1.36941e-21) (1.05978 -0.137997 4.07494e-21) (1.19738 0.0501172 2.97525e-22) (1.00101 -0.000724117 -4.05915e-23) (0.958478 -0.0104114 -1.36189e-22) (0.999984 -4.34752e-05 -2.6189e-25) (1.00418 -0.0100285 9.56066e-24) (1.0552 0.0800595 5.05586e-21) (0.985796 -0.00567947 1.05536e-21) (0.997706 -0.0010681 6.77047e-23) (1.01382 -0.0397454 -8.63463e-22) (0.998396 -0.000791488 3.18281e-24) (0.999648 -0.000879679 2.10327e-23) (0.969308 0.00312902 5.29315e-21) (0.991734 -0.003958 -3.74482e-22) (0.999547 -0.000561523 -4.44633e-23) (0.999993 -2.65985e-07 -2.68292e-26) (1.01527 0.00582843 6.26516e-21) (0.973237 -0.0231091 -2.67747e-22) (0.999729 -0.000425776 1.38769e-23) (0.997775 -0.000541488 8.14545e-23) (1.02065 0.0188779 2.5927e-21) (1.06322 0.0108839 4.39527e-22) (0.962796 -0.0188195 -1.51997e-21) (1 -1.14872e-05 -7.09288e-26) (1.0011 0.010623 1.71765e-20) (0.986912 -0.0152713 -9.63356e-22) (1.06188 0.0645833 -9.64451e-21) (1.01108 -0.00113593 -1.24644e-21) (1.01285 -0.00114172 2.90924e-21) (0.971736 -0.00801178 2.09275e-21) (0.999927 -4.48707e-05 -7.21899e-25) (1.02117 0.000280231 -5.7595e-22) (1.06807 0.00849482 -5.45024e-22) (1.17454 0.055008 1.1373e-21) (1.04165 -0.104665 9.35134e-22) (1.03344 0.0828766 6.13389e-21) (1.00479 -0.00148325 -1.85387e-23) (1.08015 0.0748226 -8.18522e-21) (0.99956 -0.013247 -1.70941e-22) (1.01701 -0.056822 -2.86763e-21) (0.999698 -0.000108828 -9.57394e-24) (1.0025 -0.0178743 4.41411e-22) (0.999907 -0.000336364 4.00956e-24) (1.04184 0.0317432 -6.1005e-21) (1.07064 0.118347 -1.84169e-20) (0.99878 -0.00090947 2.56787e-23) (1.01657 -0.0118366 -1.53065e-23) (0.985672 -0.00269451 3.51804e-22) (1.04538 -0.090345 4.4541e-22) (1.03958 -0.0964278 -2.04934e-21) (0.998489 -0.000599451 4.79721e-23) (1.0429 -0.0260908 -2.05385e-22) (0.986907 0.00133418 -8.7768e-21) (1.17087 0.0364478 2.8762e-22) (0.999954 -0.000126677 4.65948e-24) (1.05876 0.00809945 -1.53335e-21) (0.997197 -0.00791659 -2.41042e-22) (0.998887 0.00118618 1.92564e-20) (0.98949 -0.00388034 6.08654e-22) (0.9954 -0.0249997 -3.43248e-22) (1.01633 -0.0350211 -1.09271e-23) (0.993995 -0.0258526 -2.66698e-23) (0.998074 -0.0197422 -8.57697e-22) (0.993623 -0.00240957 9.67569e-23) (0.99875 -0.0130918 4.77466e-22) (1.00149 -0.00559395 -6.40491e-24) (1.05427 -0.0205492 2.57102e-22) (1.00008 -1.96393e-05 -2.95956e-24) (1.2015 -0.0936752 -1.79831e-21) (1.15644 -0.00445873 -4.71442e-22) (1.01117 0.0986609 1.44918e-20) (0.964847 -0.0177797 2.24231e-21) (1.10236 0.103767 -3.96293e-21) (1.00156 -0.000561777 7.31462e-23) (1.07098 -0.0760572 -1.01524e-23) (1.00357 -0.0373669 -9.65768e-22) (1.01748 0.0326462 7.61567e-21) (0.994001 -0.00309857 2.67857e-22) (1.00008 -0.000145365 1.45385e-24) (0.98751 -0.0160327 1.26626e-21) (0.995911 -0.00842314 -1.68069e-22) (1.03997 -0.0237015 7.25999e-22) (0.977088 -0.00412852 -1.22035e-21) (0.979248 -0.00651855 3.81248e-22) (1.12636 -0.0328644 -2.50356e-22) (0.988935 -0.00154713 -5.41561e-22) (1.01379 -0.036677 6.38697e-22) (0.986815 -0.0830023 2.16742e-21) (1.00001 -6.0087e-06 9.85287e-27) (1.05554 -0.0130226 1.77393e-21) (0.988868 -0.0738159 -5.76396e-21) (1.10862 0.0901191 3.50962e-21) (1.09656 -0.0709401 -2.52725e-21) (1.03176 0.00238125 3.35856e-22) (1.02673 -0.106715 -5.193e-21) (1.03094 0.110635 3.87665e-21) (1.03333 -0.0346963 -2.21248e-22) (0.971173 -0.00697721 -1.23259e-21) (1.01361 -0.0466306 -1.53246e-21) (0.989754 0.00190176 8.46091e-21) (1.16228 -0.099481 1.16281e-21) (0.988968 -0.00346619 -1.89778e-22) (1.02916 -0.135733 -3.9492e-22) (1.02594 -0.0674045 2.01798e-21) (1.04568 -0.123732 -6.77038e-22) (1.04264 -0.0830618 -2.26541e-21) (1.07345 0.0642327 7.44643e-21) (0.997712 -0.00126092 3.99315e-24) (1.00658 0.0372894 2.84337e-21) (1.00649 -0.001418 1.31005e-22) (0.999678 -0.00042849 -1.87285e-23) (0.998959 -0.00194208 1.77536e-22) (1.05462 0.00160043 -4.83804e-22) (0.986987 0.000210548 2.46884e-22) (1.00116 -0.00597858 -2.11963e-23) (1.01709 -0.0525808 4.01203e-22) (1.02073 0.021586 -4.31972e-21) (1.00002 -5.70593e-06 -4.24307e-26) (0.98117 -0.00683131 8.85736e-22) (1.01979 -0.00900223 1.0184e-21) (1.07334 -0.039651 -6.56118e-22) (1.0066 -0.000740343 7.46475e-22) (0.998643 -0.001697 2.90711e-23) (0.982912 -0.0377683 9.33309e-24) (0.997815 -0.0076297 -9.30306e-23) (1.00002 -4.60645e-06 4.75053e-25) (0.976247 -0.0447442 -4.08032e-21) (1.04272 0.0776028 -2.11317e-21) (1.01816 -0.0304658 2.13271e-22) (0.985819 -0.0033385 -6.22038e-22) (1.00142 -0.000371939 -2.59481e-23) (1.02341 0.0233292 5.68599e-21) (0.999677 -0.000525811 -8.81527e-24) (0.999 -0.000489326 -3.40443e-24) (0.999723 -0.000123029 -9.34681e-24) (0.999324 -0.0018417 -5.16387e-23) (1.16155 0.0559468 1.48715e-21) (1.02677 -0.0348728 -1.07788e-21) (1.00682 -0.0176327 -8.62328e-23) (0.984192 -0.00551402 -3.10134e-22) (1.00003 -4.16626e-05 4.12042e-25) (1.08048 -0.130525 5.58352e-21) (1.20382 -0.0123084 7.13926e-23) (1.08767 -0.141032 -2.66428e-21) (0.996133 -0.0323438 -6.5866e-22) (1.01191 -0.00863717 8.49868e-22) (0.999838 -7.05713e-05 3.73182e-24) (0.989537 -0.0100887 -4.59027e-22) (0.956134 -0.0438673 -2.14614e-21) (1.16 0.0383352 3.83566e-22) (1.00168 0.0503713 -1.93643e-22) (0.998935 -0.00280097 4.41395e-23) (0.944142 -0.0265213 1.03209e-21) (0.996011 -0.00218925 -2.48296e-22) (1.03127 -0.031944 2.18807e-22) (1.08581 0.0618984 7.53812e-22) (1.00033 -0.000115726 -1.57487e-23) (0.999873 -0.000171364 -2.19423e-24) (1.13625 0.101493 6.8957e-22) (1.15525 0.0194407 2.01159e-22) (1.01596 -0.0146313 2.8084e-22) (0.997547 -0.00137941 1.22863e-22) (0.998412 -0.000265626 -1.01055e-23) (0.963493 -0.0455775 5.37105e-22) (0.999854 -0.000288961 -8.02613e-24) (1.01597 -0.0321695 -6.4128e-22) (0.992747 -0.000469581 1.06375e-21) (1.00034 0.0121381 -3.41524e-21) (1.04617 0.0830336 -1.10498e-21) (1.0654 -0.0701546 1.1198e-21) (0.993251 -0.0744812 2.1028e-21) (1.00534 -0.00133273 3.55725e-22) (1.01289 -0.0237522 1.29839e-22) (1.14717 0.00251075 -2.65805e-22) (0.992521 -0.0836348 -1.32308e-21) (1.01668 -0.0448791 8.93185e-22) (0.999999 -5.67034e-06 1.82878e-26) (1.1341 -0.0129727 -8.73678e-22) (0.986601 -0.000844896 1.04055e-22) (0.991254 -0.0937818 2.65998e-21) (1.01762 -0.0279376 4.22911e-22) (0.960512 -0.00994525 -2.72318e-22) (0.999681 -0.000230594 -5.4429e-24) (0.997543 -0.000974608 -5.29863e-23) (1.03525 0.0374716 7.21382e-21) (0.973293 -0.00746732 -4.48399e-22) (0.999989 -1.31383e-06 9.33833e-26) (0.997883 -0.000290187 -1.05953e-22) (1.15814 -0.0840984 -6.56364e-21) (0.999875 -3.31191e-05 8.30478e-24) (1.02028 -0.050545 -3.40233e-22) (0.999959 -9.98933e-05 -2.85262e-25) (1.00553 -0.0129668 -2.19547e-23) (0.989504 -0.114076 1.65561e-21) (1.0579 -0.0710525 -8.30209e-22) (0.99998 -0.000102656 -1.22287e-24) (1.00002 -6.95015e-06 -2.7562e-25) (1.0184 0.00129149 2.30447e-22) (1.00778 -0.0725655 4.95056e-22) (1.00013 0.0114001 -5.82076e-22) (1.05483 0.101902 6.92769e-23) (1.12079 -0.0242751 5.58331e-22) (0.999486 -0.00178327 7.4627e-24) (1.00839 -0.0389603 6.10173e-22) (1.00016 -5.63775e-05 -2.71293e-24) (1.19282 -0.0602353 -4.69582e-22) (1.05326 -0.116452 -4.62588e-21) (1.18401 0.0254818 -2.05231e-22) (0.985951 -0.00476619 -4.95334e-22) (1.06519 0.113037 1.60894e-20) (1.01438 -0.0205962 -4.01168e-23) (1.00021 -0.000420864 -5.39227e-24) (1.01276 -0.0217638 -1.28694e-22) (1.10761 -0.126569 -6.09453e-21) (1.00149 -0.000202823 6.63034e-23) (1.02478 -0.0566691 -4.14431e-21) (0.95877 -0.0435897 -1.27293e-21) (1.01102 -0.0249033 1.22536e-22) (1.01347 -0.0101202 2.68481e-22) (1.02244 -0.00231085 1.56075e-21) (1.01666 -0.0233241 1.02857e-22) (0.979915 -0.0124727 -1.6369e-23) (1.0875 -0.0851367 1.3502e-21) (1.01847 0.0231976 -2.93233e-21) (1.03047 -0.0633904 -1.21461e-21) (0.999996 -1.76312e-06 1.05087e-27) (1.06825 -0.129402 -6.52728e-21) (0.946595 -0.0249482 -3.43614e-22) (1.03788 -0.0703827 -1.28864e-21) (1.00714 -0.0161534 5.98517e-24) (1.00056 -0.000191548 4.25911e-24) (1.01948 -0.0261222 -1.30585e-22) (1.01165 -0.123817 3.43687e-22) (1.01974 -0.0116376 -7.65917e-22) (0.989186 -0.000238679 9.83687e-22) (1.09888 0.0577219 -2.09224e-21) (1.04709 -0.0772952 1.12803e-21) (1.0084 -0.0156641 2.13573e-23) (1.01247 -0.0110066 3.43806e-22) (1.03241 -0.0289422 -4.16428e-23) (0.986056 -0.000873059 -1.83338e-21) (1.18345 -0.0754081 -4.39084e-21) (0.999911 -0.000299949 -7.63607e-24) (1.01489 0.0042083 -2.99381e-21) (1.0156 0.0273583 -1.13747e-21) (1.00427 -0.000623008 2.1895e-23) (1.09445 0.116011 5.72295e-21) (1.0263 -0.0983417 8.21344e-21) (1.02353 -0.0091385 1.55417e-21) (1.00989 -0.074601 2.27447e-21) (1.01817 0.0260479 6.14118e-22) (1.02787 0.00243394 2.4174e-21) (0.926182 0.0470789 2.30004e-20) (1.00001 -5.77419e-06 -1.34803e-26) (1.05477 0.0102913 2.41767e-21) (1.03808 0.0305269 7.65822e-21) (1.00771 -0.00161542 2.77616e-22) (0.999084 -0.000525347 6.69605e-23) (0.993296 -0.000321572 -4.76079e-22) (1.14218 -0.0200239 4.30495e-22) (1.00003 -4.79131e-05 3.7159e-26) (0.98812 -0.00454406 3.51899e-22) (0.994139 -0.0663374 2.80302e-21) (0.993283 -0.000422003 4.22587e-22) (0.985375 -0.00421261 -7.52201e-23) (1.0001 -2.85095e-05 2.32084e-24) (1.18482 -0.047338 2.40747e-21) (0.99976 -0.00046346 9.93752e-24) (0.999498 -8.43665e-05 1.87296e-23) (1.00029 0.00743401 8.63954e-21) (1.0058 -0.011852 1.88202e-22) (1.16006 0.0814593 -5.46631e-22) (1.0142 -0.0127217 1.31649e-22) (1.00306 0.0190908 -5.71398e-21) (1.01242 -0.018061 2.71521e-22) (0.999734 -0.000853064 -3.00395e-23) (1.13686 -0.102288 -8.68038e-21) (1.00754 -0.0135079 -3.27696e-23) (0.999395 0.0478157 -2.85804e-20) (1.00075 -0.000199101 -1.29237e-23) (0.989872 -0.0656866 -3.49495e-21) (0.999849 -0.000486212 -1.3169e-23) (0.999666 -0.000157105 -1.25445e-23) (1.00952 -0.0180424 -1.32935e-23) (1.05793 -0.0842946 -6.84174e-22) (0.99998 -4.03461e-05 1.20931e-24) (0.995236 -0.000334143 1.83317e-22) (1.02097 -0.0144649 1.50832e-21) (0.999426 -2.03069e-05 3.44194e-23) (1.00002 -1.74354e-05 -1.80317e-25) (0.999969 -0.000107843 -1.65505e-25) (1.01327 0.00356519 4.70495e-21) (1.10485 -0.0563023 3.69826e-22) (1.00479 -0.00868579 3.22825e-23) (0.99936 -0.000118988 2.74803e-23) (1.00634 -0.00986459 -1.10785e-22) (1.00817 -0.00281057 -2.00347e-22) (1.00689 -0.0115279 -1.98828e-22) (0.999811 -0.000453083 -5.01507e-24) (1.02547 0.114754 8.26838e-21) (1.13572 -0.0893923 5.01773e-21) (1.01511 0.0303407 -6.80338e-21) (1.0402 0.101128 1.827e-21) (0.999881 -2.70885e-05 -8.71482e-24) (1.16286 0.0731192 1.19778e-21) (1.06583 0.0189951 1.60407e-22) (0.999529 -0.000311368 -6.42181e-24) (0.999834 -0.000267779 8.05825e-24) (0.999708 -0.00104952 2.42625e-23) (1.1067 -0.033022 -7.96394e-22) (1.02743 -0.0268104 -2.88161e-22) (1.00894 -0.0361744 -1.25156e-21) (1.00079 -0.0375552 2.8716e-21) (0.973584 -0.0737127 1.77129e-21) (1.02566 0.0205347 -6.05867e-22) (1.08654 -0.119138 -1.05206e-21) (1.00001 -2.25911e-06 7.36241e-26) (0.987308 -0.00574668 -1.33442e-22) (0.989694 -0.0165108 -6.44128e-22) (0.977585 -0.00337751 3.1426e-22) (0.997855 -0.00020638 9.97097e-23) (1.00422 -0.00804667 8.98964e-23) (1.0007 -0.000136948 -3.27596e-24) (1.0156 -0.00925666 -1.17716e-21) (0.999701 -8.19265e-05 -6.60351e-24) (0.99984 -0.000541507 -1.32592e-24) (0.988992 -0.00823316 1.7111e-24) (0.997355 -0.00128707 -9.70859e-23) (0.983052 -0.00700344 -1.04573e-22) (0.999987 -9.44975e-07 1.84247e-26) (0.990619 -0.00461485 -5.21217e-22) (1.0191 -0.0105256 -9.34962e-22) (1.08792 -0.0520253 -2.78624e-22) (1.06736 -0.0627713 -2.40183e-21) (0.994755 -0.00223543 1.63393e-23) (0.992742 -0.00287461 -5.26869e-22) (0.994494 -0.00164366 1.32631e-23) (0.996818 -0.000923453 8.54931e-23) (1.02316 -0.0293157 -6.49644e-23) (0.994507 -0.00103994 -1.27572e-22) (0.999939 -5.56857e-05 8.18574e-25) (0.999741 -0.000516759 -1.61524e-23) (1.01689 -0.0143445 -1.48283e-22) (0.992486 -0.00207059 8.77977e-23) (0.996961 -0.00129568 7.31415e-24) (1.00573 -0.00831588 1.95446e-22) (1.00494 -0.0154473 -5.92179e-24) (1.0329 -0.157867 2.94045e-21) (0.993168 -0.00363977 2.73464e-22) (1.01388 0.00748019 -1.01117e-20) (0.992588 -0.00128698 -9.5761e-23) (0.962322 -0.0355489 1.60624e-21) (0.987936 -0.0254642 -7.87407e-22) (0.984851 -0.00708409 -1.82364e-21) (0.990118 -0.00360012 2.19381e-22) (0.997729 -0.000707403 -1.86557e-23) (1.0014 -0.00363235 5.96521e-23) (0.997857 -0.000973616 8.21953e-24) (0.992214 -0.00106667 5.11972e-23) (0.98989 -0.00252626 3.89375e-22) (1.04743 0.043719 2.26345e-21) (1.05943 0.03336 -1.41442e-21) (1.04756 -0.0130308 2.15278e-22) (1.00168 0.0440162 -1.93164e-20) (0.999959 -1.78863e-05 2.1446e-24) (0.998101 -0.00544052 -2.36439e-23) (0.990303 -0.00154529 -3.96651e-22) (0.995094 -0.00281484 3.18598e-22) (1.09878 0.0301033 1.7407e-21) (0.986735 -0.00444796 -7.78895e-22) (1.05999 -0.0132098 -5.20775e-22) (0.997493 -0.00608255 -3.53365e-23) (1.05656 0.0610744 2.38567e-21) (0.998812 -0.00103314 6.01765e-23) (0.998996 -0.00117871 3.30065e-23) (1.03803 -0.0307609 4.68704e-23) (1.00547 -0.0397609 -1.48343e-21) (0.999867 -0.000190598 2.28718e-24) (0.994202 -0.0319696 8.24147e-22) (0.996422 -0.000850695 3.24023e-24) (0.986596 -0.00311825 -1.11481e-22) (0.999986 -1.29284e-05 -3.73237e-25) (0.996008 -0.000772832 -1.75591e-22) (1.0011 -0.00097948 7.4322e-23) (0.98873 -0.00574501 5.57914e-22) (1.04036 -0.0201637 -1.45029e-21) (1.01502 -0.0010951 -1.22824e-21) (1.00931 -0.000899562 1.09787e-21) (0.99122 -0.00365419 3.58195e-22) (0.977716 -0.00834918 7.4003e-22) (1.02022 0.000981195 5.98439e-21) (0.99921 -0.00129181 -2.88951e-23) (0.998836 -0.000499066 1.2831e-23) (0.998756 -0.000344258 6.42225e-24) (0.961488 0.0526157 4.93648e-21) (0.99994 -0.0002869 5.38256e-24) (1.05389 -0.00248693 -9.45412e-22) (0.987551 -0.00188071 -3.62758e-22) (0.986544 -0.00617109 -6.54263e-22) (0.986583 -0.00131387 -1.93818e-22) (0.97871 -0.0408295 1.89619e-22) (0.981872 -0.00289891 5.25506e-22) (0.975472 -0.00797428 -9.31614e-22) (0.988355 -0.00876364 4.51839e-22) (0.997175 -0.00165154 -1.09024e-22) (0.999944 -4.87311e-05 -1.99466e-24) (0.997441 -0.000669498 -9.56984e-23) (0.990536 -0.000725008 -7.87626e-22) (1.02674 0.00203866 -1.52538e-21) (1.00092 -0.000119713 -5.87504e-23) (1.10699 0.0817742 4.39511e-21) (0.976477 -0.00888784 5.14202e-22) (0.991743 -0.00457756 1.82638e-22) (0.99948 -0.000110755 -1.74415e-23) (0.97991 -0.00855413 7.86245e-22) (0.999941 -4.11115e-05 1.53753e-24) (1.01845 0.00840277 -2.46029e-21) (0.978769 -0.00912715 -4.2392e-22) (0.98206 -0.00749434 -2.70263e-22) (0.983953 -0.0075856 -1.39395e-21) (0.997869 -0.00700433 -2.41729e-22) (0.978403 -0.0201098 -4.45451e-22) (0.999046 -0.000180648 -7.30882e-23) (0.96943 -0.0102452 -1.99966e-21) (1.02319 0.00164803 1.4141e-21) (0.982483 -0.00530846 -1.71513e-22) (0.986104 -0.0927651 -4.52456e-21) (0.999148 -0.000245626 1.47594e-23) (0.981484 -0.00566557 -1.21722e-23) (0.988048 -0.00616775 1.12799e-21) (1.0079 -0.000851405 -9.85672e-22) (0.998032 -0.00122199 2.50877e-23) (1.0162 0.0028867 1.13579e-22) (0.998603 -0.000306764 -3.8954e-23) (0.991589 -0.000633412 3.88198e-22) (0.999587 -0.000606852 7.20416e-24) (1.01237 0.0070576 1.47313e-21) (0.971085 -0.00961912 -1.83165e-21) (0.982673 -0.00357078 3.88694e-22) (0.998166 -0.00030605 -8.11897e-23) (0.994027 -0.00357246 -3.70988e-22) (0.998324 -0.00116496 3.1244e-23) (1.06741 0.0611392 -1.70613e-21) (1.0724 -0.0340935 6.14486e-22) (1.09474 0.107954 4.22459e-21) (0.997112 -0.00570279 2.61339e-22) (0.999487 -0.000818643 -3.06973e-23) (0.999266 -0.000251107 1.71882e-23) (0.998586 -0.00110053 4.55718e-23) (1.1019 0.0957255 -2.75709e-21) (0.949091 -0.0264268 6.61788e-22) (0.995751 -0.00273294 -1.52005e-22) (1.00018 -4.92794e-05 -7.54181e-24) (0.998858 -0.0186445 2.92362e-22) (1.01656 -0.0414377 1.54654e-22) (0.999435 -0.00137492 5.60031e-23) (1.00451 -0.0348656 -7.11145e-23) (0.99003 -0.00496995 2.09069e-22) (1.01983 -0.00147304 3.2232e-21) (0.996985 -0.00105496 1.07544e-22) (1.008 -0.0188076 1.48534e-23) (0.995644 0.00810813 1.80943e-20) (0.947053 -0.0217496 -2.15759e-21) (0.985405 -0.00143603 6.38578e-23) (0.951764 -0.0219615 -5.87277e-22) (1.00002 -1.28418e-05 -3.04839e-25) (1.02288 -0.00123138 -1.67523e-21) (0.997865 -0.000800579 1.67669e-23) (0.984518 -0.00197905 1.25116e-21) (0.996534 -0.00213114 -3.09142e-22) (0.974134 -0.00845951 -2.73935e-22) (1.00317 -0.00822778 2.28218e-23) (0.999678 -0.000340003 2.00805e-24) (0.998301 -0.000361273 5.7917e-25) (1.00183 -0.000450417 -9.55351e-23) (1.00469 0.0190247 4.84886e-21) (0.996558 -0.000621362 4.36876e-23) (0.998933 -0.000640188 6.90383e-23) (0.997163 -0.00140881 -9.5475e-23) (0.964488 -0.0428074 1.02172e-21) (0.994784 -0.0018649 -3.29953e-23) (0.986906 -0.00193343 2.0225e-22) (1.00293 -0.00618943 -2.26677e-23) (0.994636 -0.00128016 2.39263e-22) (0.994931 -0.000748918 1.29878e-22) (0.998015 -0.00105046 7.18335e-24) (1.0205 0.0279806 4.19342e-21) (0.964109 -0.0122834 2.72223e-22) (1.00181 -0.0012899 1.03217e-23) (0.997549 -0.000481108 -7.03789e-23) (0.981709 -0.00381122 1.89015e-23) (0.994625 -0.000321517 -6.4006e-22) (0.961106 -0.0115282 -1.34867e-22) (0.999135 -0.00117864 4.34639e-23) (1.02692 0.00057686 3.20171e-21) (1.01308 -0.00897251 1.16801e-23) (0.995083 -0.00242742 -2.09978e-22) (0.998943 -0.00105763 -5.45375e-23) (0.99122 -0.00492901 5.71822e-22) (0.951961 0.0706817 1.65868e-20) (1.00036 0.00540639 -1.01039e-20) (0.992818 -0.00236478 3.54763e-22) (0.99967 -0.000122541 -1.07345e-24) (0.998555 -0.000966023 -9.70441e-23) (1.0211 -0.0315143 7.57131e-25) (0.99757 -0.00159381 -2.34289e-24) (1.01158 -0.00757299 -1.16044e-21) (0.999747 -0.000380326 -6.20231e-24) (1.00057 -0.0330485 8.75713e-22) (0.998836 -0.000401389 9.63707e-24) (0.989645 -0.00163252 -2.05493e-22) (1.2173 -0.00507357 -1.14571e-21) (0.999344 -0.00127655 -1.51689e-23) (0.996045 -0.0186025 -7.89263e-22) (0.999206 -0.000352647 1.29895e-23) (1.00846 0.0520965 6.43824e-21) (0.996015 -0.00381798 -9.81178e-23) (0.992696 -0.00158414 -1.71651e-22) (1.12091 -0.0417768 -2.24261e-21) (0.999458 -3.62888e-05 8.87183e-25) (0.980862 -0.00318952 -4.77395e-22) (1.15704 0.0650426 -1.07992e-21) (0.977216 0.0662135 2.11856e-20) (0.993166 -0.00313568 -2.66295e-23) (0.992727 -0.00393205 5.72522e-22) (0.998789 -0.0002491 -5.3805e-23) (0.999709 -0.000648439 1.78449e-23) (1 -1.77036e-05 2.51133e-25) (0.999992 -2.99844e-06 9.42384e-26) (0.993595 -0.00288059 2.13115e-22) (0.999596 -0.000371328 -9.98686e-24) (1.1 0.0437201 2.04263e-21) (0.999587 -0.000805554 3.70517e-23) (0.998925 -0.000543656 -4.10481e-23) (1.00527 -0.00690902 -6.20744e-23) (0.999855 -7.86359e-05 -7.97686e-24) (0.965956 -0.0115753 5.86926e-22) (0.995525 -0.0791139 4.02927e-21) (1.00861 -0.000385539 -1.09291e-22) (1.01603 -0.000339965 -7.72303e-23) (1.0121 -0.000450708 -1.67551e-22) (1.1561 0.0479835 -2.39198e-21) (1.03401 -0.0749022 2.3483e-21) (1.0254 0.000116784 -2.65466e-21) (1.02096 9.13139e-05 3.66485e-22) (1.02126 0.000233517 -3.17685e-21) (1.01943 0.000492532 -3.61882e-21) (0.992054 -0.00143403 -3.34556e-22) (0.999483 -0.000481369 1.24177e-24) (0.996682 -0.00754768 4.00135e-23) (0.995007 -0.0888908 2.48559e-21) (0.997927 -0.000484546 -9.50656e-23) (0.990267 -0.00293181 -6.67384e-22) (1.15242 0.0299977 -1.25878e-21) (1.0293 0.104306 3.24405e-21) (0.996021 -0.0704417 1.87608e-22) (0.999723 -0.000151935 6.67602e-24) (0.99998 -9.11048e-05 -2.83492e-25) (0.999165 -0.000179398 2.54997e-24) (0.999999 -1.09821e-05 1.85969e-25) (1.00956 -0.0165849 -9.69401e-23) (0.999654 -0.000591397 6.17006e-24) (0.997393 -0.00664757 1.11239e-22) (0.963058 -0.0108911 -5.64087e-22) (1.0003 -4.0434e-05 -2.678e-24) (1.00148 -0.00151948 4.3896e-24) (0.999874 -9.97067e-05 -8.00836e-24) (1.06336 -0.00344119 2.93697e-22) (0.990279 -0.00192945 4.59535e-22) (1.07915 -0.0736812 -1.74936e-21) (0.999251 -0.00154679 -6.76804e-23) (1.00106 0.0338176 -1.31442e-20) (1.05797 0.114568 -3.97601e-21) (0.99364 -0.00386017 -5.0627e-23) (1.05035 -0.10721 9.73671e-22) (0.980888 -0.00491275 -9.45087e-22) (0.986353 -0.00161359 1.91421e-23) (0.990647 -0.00396284 1.3306e-22) (0.998868 -0.000822295 -8.26956e-23) (0.994211 -0.100239 -7.35722e-22) (1.00703 -0.0566284 -7.35264e-23) (0.970401 -0.0251271 -9.92503e-22) (1.18928 -0.0331336 -8.64511e-22) (0.999966 -0.000154372 -2.34037e-24) (1.05185 0.0460704 -1.07636e-20) (1.0199 -0.0466205 -7.94341e-22) (0.99416 -0.00110446 1.55362e-23) (1.00995 -0.0555318 2.44395e-22) (1.01056 -0.00733725 4.26574e-22) (0.999685 -0.000261781 1.20136e-23) (0.994766 -0.00304923 1.69807e-22) (0.999207 -0.000283903 -8.6694e-24) (1.01403 -0.018783 1.28403e-22) (0.999068 -0.00232157 3.28626e-23) (1.07907 0.0596271 -4.61869e-22) (1.00019 -2.5456e-05 -1.98005e-24) (1.00535 -0.000680569 1.36753e-22) (0.999766 -6.97757e-05 -1.41821e-23) (1.16811 -0.0738265 4.05249e-21) (1.00485 -0.002936 -1.44088e-22) (0.999513 -0.00161734 8.46718e-23) (1.03677 -0.0343997 -1.96009e-22) (1.00022 -0.000381772 1.62761e-24) (1.14701 0.0127687 -2.50815e-22) (1.05747 0.0178854 -8.97651e-21) (1.00441 -0.0166729 -2.86991e-23) (0.99915 -0.000472111 -4.17935e-23) (0.999929 -5.41211e-05 -9.63818e-25) (0.999659 -0.000295968 -1.78978e-23) (0.999709 -0.00020635 1.91851e-23) (0.949159 -0.0157228 -2.3236e-21) (1.02003 0.00275824 -1.06191e-21) (1.13599 -0.00256285 4.07612e-22) (0.999851 -4.72575e-05 -1.26617e-24) (1.00853 -0.0143304 -1.6128e-23) (0.999724 -0.000342408 8.29229e-24) (1.00106 0.0155033 -7.82564e-21) (0.949706 -0.0204092 9.27651e-22) (1.04524 0.0721167 3.43802e-21) (0.967231 -0.0127826 -1.0835e-21) (0.999745 -0.000108469 -9.13786e-24) (0.999822 -0.000405243 5.87069e-24) (0.995462 -0.00296841 -1.42755e-22) (0.996583 -0.00101047 -8.60999e-23) (0.999616 -0.000731282 -4.05099e-24) (0.999986 -1.77737e-06 1.06177e-25) (1.01476 -0.0104317 -9.80771e-23) (1.01501 -0.00819247 2.08282e-22) (0.999866 -6.90101e-05 2.30291e-24) (0.999785 -0.000562854 4.79873e-24) (0.98697 -0.003648 5.24468e-22) (0.999985 -1.992e-06 -6.62183e-26) (1.01278 0.0114153 2.56909e-21) (0.99944 -0.000620884 -9.99768e-24) (0.95791 -0.0144896 -1.7218e-21) (0.98737 -0.00492569 1.40327e-22) (0.996134 -0.000953467 7.2692e-23) (0.95476 -0.0179598 8.10643e-22) (0.949067 -0.029413 2.72864e-22) (1.013 0.00195499 7.8847e-21) (1.02403 -0.0522988 2.80908e-21) (0.987256 -0.00238932 3.15222e-22) (0.999822 -8.11208e-05 3.31758e-24) (0.954386 -0.0136549 4.44873e-22) (0.989038 -0.00127692 6.87687e-22) (1.12405 -0.0155011 -2.86645e-22) (1.12515 0.0618578 5.22268e-21) (1.00594 0.0663831 2.21178e-20) (0.999332 -0.000168503 -1.17038e-23) (0.95055 -0.0174814 1.94804e-21) (1.01622 -0.0213636 7.96037e-23) (1.02783 0.0824012 5.95389e-21) (1.01885 -0.00798905 -1.5692e-21) (0.999933 -3.89328e-05 9.22774e-25) (0.996295 -0.00231447 4.61852e-22) (0.997568 -0.000780629 7.22925e-23) (0.996979 -0.001798 1.44038e-22) (0.991782 -0.000218302 -9.14751e-22) (1.0512 0.00417883 2.14225e-22) (1.00009 -0.000308863 -5.07817e-25) (1.03038 -0.0266046 1.09369e-22) (1.00201 -0.00564807 2.97519e-23) (1.06803 0.00350433 -3.43497e-23) (0.999699 -0.000171031 1.84601e-23) (0.999924 -0.000214902 -2.94701e-24) (1.14538 -0.0806862 2.77602e-21) (1.0365 0.0779529 -8.98866e-21) (0.956746 -0.0128624 9.77869e-22) (1.06713 0.0375538 9.9088e-22) (0.999224 -0.00246439 2.51898e-23) (0.999884 -8.78668e-05 3.40686e-24) (0.999991 -1.34534e-06 -9.22392e-27) (1.06374 -0.118454 9.16512e-21) (0.992605 -0.000220168 1.42729e-21) (0.999792 -0.000373942 -1.40785e-24) (1.06978 0.0190489 2.71777e-21) (1.00595 -0.000344551 -4.82235e-22) (0.996743 -0.00168736 -1.8844e-22) (0.996674 0.0351977 -8.22215e-21) (0.999749 -0.000769917 -8.02603e-24) (0.997755 -0.00225486 1.15791e-22) (0.951526 -0.0248955 -1.53094e-21) (1.0293 -0.0583758 -5.29702e-22) (0.998664 -0.000379018 1.16319e-23) (1.01713 0.00060857 8.50107e-23) (1.03242 -0.0938439 -6.38536e-21) (0.99991 -2.7925e-05 1.31242e-24) (1.01875 -0.0239385 4.08767e-23) (0.999893 -0.000248719 -2.42914e-24) (0.999943 -6.40015e-05 1.14531e-24) (1.0491 0.0225669 6.24583e-22) (1.0216 -0.0343435 -1.8403e-22) (0.999747 -8.11867e-05 -1.10471e-23) (0.966979 -0.00471355 -1.82448e-21) (0.983203 -0.00595846 4.05259e-22) (0.998023 -0.000346862 -3.77974e-23) (1.03583 -0.0648433 -3.33346e-22) (1.0013 -0.000743559 -5.93112e-23) (0.987862 -0.00139152 -1.97245e-22) (1.00089 -0.00162864 4.1087e-23) (0.997892 -0.00133643 -2.38511e-23) (0.945127 -0.0200719 2.10424e-21) (0.972199 -0.0106571 1.98551e-21) (1.03565 -0.0283345 -3.86387e-22) (0.999449 -0.000749498 1.22625e-23) (1.03972 0.0239246 5.86743e-21) (1.00134 0.0129121 2.96794e-22) (1.09916 -0.117577 5.8437e-21) (1.00771 -0.0122695 1.62919e-22) (1.01021 -0.00631924 -1.95097e-22) (0.9974 -0.00173895 3.1242e-22) (1.0062 0.00457125 1.20964e-20) (1.06256 0.0158995 5.0902e-21) (0.983681 -0.0020126 -3.20846e-22) (0.999907 -8.00225e-05 2.42744e-24) (1.00706 -0.0105191 1.74526e-23) (0.96866 -0.0034849 1.41662e-21) (1.02197 -0.0266313 8.1972e-23) (0.981447 -0.0144199 -2.87605e-23) (0.998724 -0.00113379 -6.91142e-23) (1.04892 -0.016398 -1.80637e-21) (0.980944 -0.00921127 -2.19235e-22) (0.999924 -2.72664e-05 2.60148e-24) (0.999957 -7.11817e-05 1.11165e-24) (1.04421 -0.0712737 -3.89806e-21) (0.987696 -0.0271878 -1.91311e-21) (0.983794 -0.0026513 -8.28941e-22) (1.00649 -0.0089515 1.11631e-22) (1.11121 -0.0251491 8.93392e-22) (0.966759 -0.0189042 -2.30192e-21) (0.999907 -0.000199411 3.39321e-24) (0.999152 -0.00142715 5.21345e-24) (0.999874 -0.000230616 7.32998e-24) (0.984857 -0.0366038 2.30976e-21) (0.999984 -8.52152e-06 6.24583e-25) (0.998849 -0.000708303 -2.9618e-24) (1.01542 -0.072596 1.5349e-21) (1.04764 -0.133665 8.67557e-21) (1.11576 0.0602497 -1.3568e-21) (0.998203 -0.00128047 -3.47217e-23) (1.00234 -0.000362868 -7.60352e-23) (0.986105 -0.0106044 -5.05881e-22) (0.982942 -0.00428242 3.33874e-22) (0.999926 -7.21211e-05 -1.16394e-24) (0.996174 -0.000118837 8.29721e-22) (1.12827 0.0707864 -1.03755e-20) (1.01179 0.00501114 -2.42622e-21) (1.00002 -3.05459e-06 3.98882e-25) (0.999938 -2.61437e-05 1.82247e-24) (1.00989 0.00410522 2.42086e-21) (0.998482 -0.0012096 1.30542e-22) (1.01901 -0.119822 -3.08321e-21) (0.996318 -0.000127453 -1.69532e-21) (1.00185 -0.000240165 1.5654e-22) (1.00024 -0.000981316 -2.60873e-24) (0.955429 -0.0056431 7.09052e-22) (1.07434 -0.0601843 2.29621e-23) (1.00821 0.00563353 -5.63073e-21) (0.972091 -0.00264332 -2.52964e-21) (0.999144 -0.000395176 1.92661e-23) (0.998746 -0.0212197 1.30128e-22) (0.963846 -0.0378863 -1.83828e-21) (0.999651 -0.000378599 1.62981e-23) (0.999865 -5.42488e-05 3.23493e-24) (0.99946 -0.000571546 6.1314e-23) (1.09489 -0.0462647 1.19371e-21) (0.962595 -0.00791627 1.80055e-23) (1.09116 0.0561768 -5.01086e-22) (0.999881 -7.42255e-05 -3.60273e-24) (0.971465 0.0210933 -4.15346e-21) (1.15422 -0.0157264 2.25412e-21) (1.00006 -0.0001476 4.30761e-25) (0.9994 -0.0015137 3.95099e-23) (1.00013 -0.000310169 -1.30392e-24) (1.00015 -0.000344437 -1.4115e-24) (0.99999 -1.4086e-05 3.29882e-25) (1.00007 -0.000114709 -5.11443e-25) (0.97032 -0.00325333 1.32968e-21) (0.999564 -0.000674491 -1.70661e-23) (1.00023 -5.59011e-05 7.61395e-24) (0.999889 -5.17684e-05 2.21153e-24) (1.01595 0.00158553 1.7658e-21) (0.996532 -0.0012768 -3.08058e-22) (0.999891 -6.46768e-05 3.92366e-24) (0.999973 -7.52167e-05 -1.83346e-25) (1.01801 0.106939 1.25261e-20) (0.985724 -0.00758324 -3.87907e-22) (1.11283 -0.0590197 -1.97375e-22) (1.00059 -0.00146691 1.44889e-23) (0.999566 -0.000410553 1.6095e-23) (1.04967 -0.00991519 2.11156e-21) (0.999943 -8.19897e-05 -2.44725e-24) (0.996312 -0.0221407 -2.59499e-22) (1.18819 -0.0889982 3.93395e-21) (1.00118 -0.000156462 7.26223e-23) (0.996486 -0.0088934 -3.27393e-23) (0.999946 -3.56865e-05 -1.48058e-24) (0.99988 -0.000114849 3.73742e-24) (0.978883 -0.0132285 -1.82045e-21) (1.0203 -0.0948747 -2.43807e-22) (1.00391 -0.000209229 -1.53423e-22) (1.15092 -0.109118 4.55666e-21) (1.08053 -0.0922869 -6.79186e-22) (0.999982 -5.79615e-06 -7.45041e-26) (1.01009 -0.000433024 -1.7673e-22) (1.01396 -0.00049753 -8.5018e-22) (1.02114 0.000622959 3.42185e-21) (0.998998 -0.000404183 -1.43528e-23) (0.999912 -5.91598e-05 6.06577e-25) (0.954253 -0.0206558 -1.14686e-21) (0.996289 -0.00139079 2.66579e-22) (0.999692 -0.000717731 -4.93175e-25) (0.964329 -0.00751249 -1.72279e-21) (0.999923 -6.18163e-05 1.3502e-24) (1.04274 -0.0183223 -1.06633e-22) (0.999942 -0.000256543 2.63746e-24) (0.999277 -0.000189485 -2.02121e-23) (1.16559 0.0177433 -7.18636e-22) (0.998727 -0.0036773 -7.17062e-23) (0.953611 -0.0119924 -1.504e-21) (0.973799 0.0536828 -1.6763e-20) (0.998996 -0.00143688 -2.06636e-23) (1.00015 -3.76312e-05 2.97092e-25) (0.962669 -0.0404243 -2.54888e-22) (0.987131 -0.0690129 -7.47633e-23) (1.00586 -0.00746424 2.46606e-23) (1.00265 -0.000160035 1.74336e-22) (0.999918 -3.20587e-05 -2.3715e-24) (0.978093 -0.0069198 -1.46802e-21) (0.999952 -6.38459e-05 3.35368e-25) (1.00658 0.0194617 1.04042e-20) (0.986681 -5.33319e-05 -3.13288e-21) (1.1011 0.0228883 -1.67321e-21) (1.00168 -0.000101702 -1.93833e-22) (1.00198 -0.00144231 5.96412e-23) (0.999988 -1.46828e-05 -5.86757e-26) (0.981223 -0.0130335 -1.17938e-22) (0.999966 -6.92728e-05 1.43175e-26) (0.998514 -0.017314 -4.37844e-22) (0.998983 -0.00084977 1.09957e-22) (1.00019 -0.000342819 1.09214e-24) (0.998026 -0.000577386 6.57725e-23) (0.994734 -0.0109067 -4.6091e-22) (0.999932 -3.08587e-05 -2.99342e-24) (1.00047 -0.000482036 -1.34066e-24) (0.997147 -0.0156157 -5.15065e-23) (0.999824 -9.99713e-05 -5.09163e-24) (0.994426 -0.0094922 -5.36204e-22) (0.989432 -0.00610342 1.32508e-22) (1.01939 -0.0395213 -7.25898e-22) (0.999287 -0.00204178 -1.81651e-23) (0.989057 0.00123222 -3.98652e-21) (0.999563 -0.00133473 -3.76216e-23) (1.00133 -8.65538e-05 -4.48386e-23) (1.00013 -6.57787e-05 -2.9439e-24) (1.00719 -0.000359194 -4.96125e-22) (0.968433 -0.00438609 -1.23925e-21) (1.00536 -0.00321909 2.15498e-22) (0.999898 -9.05662e-05 7.53631e-25) (0.999945 -2.88359e-05 6.47133e-25) (1.00157 -0.00329971 -5.67355e-24) (0.999938 -7.27155e-05 2.76256e-24) (0.999982 -6.34698e-05 1.47719e-24) (0.993619 -0.0121814 5.12054e-22) (1.00037 -5.41916e-05 -1.71687e-23) (0.999983 -6.50405e-06 -2.23493e-25) (0.960067 -0.0137051 1.72923e-22) (0.998666 -0.00404299 1.18052e-22) (0.978165 -0.00147802 -4.69126e-22) (0.999028 -0.000675743 -1.59188e-23) (0.999962 -1.50961e-05 -8.74837e-25) (0.998203 -0.00039838 7.77826e-23) (1.01152 -0.0351072 5.06811e-22) (0.991059 -0.0111632 5.76208e-22) (0.995467 -0.0361923 -2.19699e-21) (1.00127 -0.000414339 -1.55492e-23) (1.00029 -0.000369264 1.01135e-23) (0.999728 -0.000269952 -9.00954e-24) (0.998971 -0.000139889 4.56593e-23) (0.999954 -8.05472e-05 6.05512e-25) (1.01861 0.051089 -3.54074e-21) (1.00084 -4.58956e-05 5.82808e-23) (0.999986 -9.02928e-06 -1.93366e-25) (1.0003 -0.000896267 6.15475e-24) (0.998765 -0.00127073 1.60309e-23) (0.999773 -0.000628788 -1.13855e-23) (0.965764 -0.00310746 8.14333e-22) (0.961691 -0.00657776 8.11521e-22) (0.99992 -0.000240326 -1.68436e-24) (0.995725 -0.00238202 -4.42924e-22) (1.00001 -1.43285e-05 -4.5617e-26) (0.998547 -0.00525082 1.34964e-22) (0.999959 -2.2995e-05 -2.15679e-25) (1.0149 -0.00218565 -7.28161e-22) (0.99992 -8.19196e-05 -2.40974e-24) (0.999887 -0.000280185 1.04994e-23) (0.998034 -0.00589051 -1.37081e-22) (0.999986 -3.35547e-05 2.4931e-25) (1.00696 -0.00196279 -2.12474e-23) (0.99987 -0.000129629 -9.01311e-24) (0.999271 -0.000383649 2.1784e-24) (1.00942 -0.00163429 8.91816e-22) (1.00001 -1.63982e-05 3.23693e-26) (0.997633 0.0639931 -2.76183e-21) (0.957126 -0.0169342 -3.81335e-22) (0.968954 -0.0120285 1.21468e-21) (0.999985 -2.30003e-05 -4.72991e-25) (0.999985 -5.27648e-06 -7.35586e-26) (1.00101 -0.00180456 -3.59358e-23) (0.999321 -0.000283686 1.72357e-23) (0.963626 -0.0332961 1.15378e-22) (0.999987 -7.29629e-06 2.96952e-26) (0.999997 -8.39778e-06 1.38053e-25) (1.0004 -0.000507894 1.08787e-25) (0.99999 -7.83072e-07 -1.81604e-26) (1.0002 -6.83282e-05 6.14057e-24) (1.00024 -2.92827e-05 9.17342e-24) (0.999739 -0.000212757 -1.19225e-23) (1.00043 -3.26124e-05 4.77473e-23) (0.963523 -0.00635432 1.57582e-21) (0.965643 0.0761848 -4.26962e-21) (0.987553 -0.0404864 5.33015e-22) (1.0122 0.0741304 2.38995e-20) (1.00492 -0.000316933 2.0019e-22) (0.990901 -0.0161782 4.32685e-22) (0.999987 -1.0476e-05 -3.25051e-26) (0.999509 -0.000135205 1.60107e-23) (0.99231 -0.00483452 -3.10549e-22) (1.00008 -9.84546e-05 -1.46185e-24) (1.00015 -2.00673e-05 -4.6271e-26) (1.00009 -1.93181e-05 -4.01891e-24) (1.09666 0.00974335 -1.26089e-21) (0.999184 -0.00271534 5.55702e-24) (0.999864 -0.000392254 -1.09359e-23) (0.999022 0.00103967 -1.79458e-20) (0.999742 -2.78111e-05 3.14272e-24) (1.00031 -0.000732378 -4.25598e-24) (1.00027 -1.61035e-05 1.60565e-24) (0.99999 -2.13823e-06 -1.03965e-25) (1.17836 0.0617675 -1.69079e-22) (0.998674 -0.00138599 1.36639e-22) (1.0006 -0.000132485 6.00571e-24) (1.00007 -8.90439e-05 1.75362e-24) (0.999656 -0.00155991 -5.06687e-23) (0.999963 -1.07686e-05 6.33761e-25) (0.999429 -0.00238049 -2.16893e-23) (0.966896 -0.0147367 -1.20791e-22) (0.999767 -0.000118863 9.02922e-24) (0.999068 -0.00354881 1.7221e-23) (0.99999 -3.89691e-07 0) (1.00057 -0.00894301 8.99575e-23) (0.999861 -2.57076e-05 2.63151e-24) (1.00279 0.014678 -1.36329e-20) (0.999751 -0.000162053 -6.3909e-24) (0.999821 -0.000741708 -6.48214e-24) (0.992799 -0.000351841 8.42419e-22) (1.00207 -0.000148181 -1.15e-22) (0.999946 -0.000206127 2.00828e-26) (0.999227 -0.000499635 3.10583e-24) (0.999966 -9.0399e-06 1.44699e-25) (1.0073 0.0114469 1.1613e-21) (0.936977 -0.0185664 -2.08627e-21) (0.999801 -0.00100708 -1.54362e-23) (0.999787 -8.20799e-05 3.0365e-24) (0.998973 -0.00464237 4.44267e-23) (0.999896 -0.000466206 7.42849e-25) (1.03204 -0.00847246 -1.39515e-21) (1.05407 0.0151171 5.7072e-21) (1.09356 -0.0126115 -3.6168e-22) (1.00026 -0.000812585 -1.34715e-24) (0.999989 -2.07076e-06 -6.232e-26) (0.999992 -1.20361e-06 0) (1.05345 -0.00988953 -1.61604e-21) (1.00014 -8.11826e-06 -5.04137e-25) (0.994136 -0.000257191 1.06721e-21) (0.999656 -0.0418816 3.9085e-22) (0.990122 -0.00940572 4.8032e-22) (1.20925 0.039827 -2.32553e-21) (0.959034 0.012215 -2.02074e-20) (1.00105 -5.97596e-05 1.7542e-23) (1.05678 0.0551926 -3.39886e-22) (0.991029 -0.00952644 -6.9002e-22) (0.979873 -0.0111241 7.76973e-22) (1.0106 0.0147084 5.2786e-21) (0.999808 -5.39906e-05 5.30549e-24) (0.945544 -0.0148902 2.99484e-21) (0.99999 -8.55353e-06 2.19112e-25) (0.994471 -0.00375229 1.22737e-22) (0.995956 -0.000104122 3.85664e-22) (1.00003 -7.28287e-06 3.38946e-26) (0.975915 -0.0508538 -2.02576e-21) (0.999466 -0.000202161 5.49623e-24) (1.0223 -0.0408175 -9.91707e-22) (0.997147 -0.00857626 2.59959e-22) (0.996239 -8.83111e-05 -5.22693e-22) (0.968474 -0.00911535 -6.06384e-23) (0.998396 -0.00675417 4.89839e-23) (0.951928 -0.0340176 2.43528e-21) (0.992241 -0.000209944 -5.32286e-23) (0.999934 -4.53537e-06 2.30356e-24) (0.995451 -0.000254549 1.10366e-22) (0.999967 -0.000121734 -1.73991e-24) (0.996261 -0.000184355 4.67517e-22) (0.999982 -3.96182e-06 3.13767e-25) (0.999909 -1.1648e-05 -3.61119e-24) (1.04182 -0.0299908 8.1161e-23) (1.00467 0.00592736 -1.26397e-20) (0.999998 -1.8498e-06 1.99676e-28) (0.965081 -0.0156357 -8.06976e-22) (1.00198 -0.00176014 -1.94837e-23) (1.00004 -3.9376e-05 1.14641e-25) (0.987996 -0.0183067 6.68785e-22) (1 -1.02938e-05 -1.02905e-26) (0.998552 -5.08263e-05 -1.06586e-22) (0.999844 -0.000325202 -1.3219e-23) (0.992817 -0.000368986 3.20517e-22) (1.00007 -5.40091e-06 -1.05919e-24) (0.999952 -4.94664e-05 -1.27573e-24) (0.998761 -0.00264431 1.8864e-23) (0.999966 -0.000243787 -3.93141e-24) (1.01061 0.00888121 1.28668e-21) (0.978681 -0.0104443 6.6238e-22) (1.09533 0.0174315 1.70284e-21) (0.999981 -7.17563e-05 -9.82156e-25) (1.00034 -1.94059e-05 -2.72055e-24) (0.996709 -0.00011252 -1.10773e-21) (1 -2.61151e-06 -3.87402e-27) (0.953143 -0.0163882 -2.10883e-22) (0.949258 -0.00981103 -2.88054e-21) (0.963251 -0.00519439 9.63292e-23) (0.966541 0.0242023 2.18499e-20) (0.996091 -0.00285482 2.15136e-22) (0.999986 -5.76394e-06 1.8352e-25) (1.01387 -0.00800004 -4.19563e-22) (0.986034 -0.000770663 1.42863e-21) (0.998589 -0.00482489 1.05545e-22) (0.999981 -0.000145945 2.43981e-24) (0.999953 -3.71398e-05 2.45354e-24) (0.964363 -0.0089621 7.33483e-23) (1.00007 -7.57276e-05 2.67276e-25) (1.00048 -7.44176e-05 -3.02824e-23) (0.999997 -2.40787e-06 -8.74029e-28) (1.00008 -0.0001266 -1.54168e-24) (0.997173 -0.000106061 -3.57067e-22) (1.13388 0.087851 1.25737e-21) (1.05642 -0.0998966 -2.12306e-23) (1.05133 0.0081514 -1.52028e-22) (0.996806 -0.00223523 1.94523e-22) (0.99999 -8.41211e-07 2.66482e-26) (1.00474 -0.00957826 -1.62619e-22) (0.975551 -0.0542058 -9.94972e-22) (0.999993 -6.47237e-07 -1.52994e-25) (0.999989 -7.25594e-06 -3.19578e-25) (1.00017 -1.0764e-05 7.54625e-24) (1.00003 -1.96885e-06 -6.54692e-25) (1.00021 -1.23923e-05 -4.42548e-24) (1.08639 0.120224 1.79485e-20) (1.0176 -0.00806912 5.11463e-23) (1.00003 -3.63588e-06 7.82098e-25) (1.00001 -1.23305e-05 -1.30717e-26) (0.957577 -0.00539956 2.69855e-21) (1.01289 0.0255625 8.11065e-21) (1.02897 0.0262384 -6.08562e-21) (0.999987 -8.34227e-07 1.91947e-25) (0.9737 -0.0100502 1.79849e-22) (0.989367 -0.0178922 1.08565e-21) (0.994504 -0.011862 -6.23361e-22) (0.966835 -0.00573991 1.91621e-21) (0.995585 -0.0106643 2.78979e-22) (0.998297 -0.00101643 -5.42075e-23) (1.01449 0.000804914 -7.35532e-21) (0.999976 -5.89785e-05 6.66036e-26) (0.981976 -0.00864195 -4.0147e-22) (1.01816 0.0176325 1.2325e-21) (0.961489 -0.015179 2.19766e-21) (0.999989 -5.99175e-05 -3.80782e-25) (0.961581 -0.00454062 4.12188e-22) (0.999903 -6.81883e-05 -4.09798e-24) (1.05506 0.120927 -3.21412e-23) (1.01932 -0.0139452 -2.63078e-21) (0.999989 -8.58485e-05 -1.47095e-24) (0.999984 -2.66875e-05 2.34948e-25) (1.03503 0.0336689 6.2915e-21) (1.00001 -3.28804e-06 -1.74414e-26) (0.999895 -0.000116737 7.94806e-25) (0.993741 -0.000726393 2.60606e-22) (1.00001 -2.72174e-05 6.26966e-26) (1.03989 0.0670346 8.78535e-21) (1.00228 -0.0062118 2.19263e-23) (0.995786 -0.000804442 -1.62626e-22) (0.979257 -0.00068424 4.0319e-22) (0.997779 -0.0016626 1.44968e-22) (0.974828 -0.0898188 2.07589e-21) (1.01585 0.0216038 6.20461e-21) (1.007 -0.0342714 -1.36977e-22) (1.08851 -0.05996 -5.36518e-22) (1.00055 -3.14559e-05 -1.28393e-24) (0.999988 -2.20884e-05 3.72996e-25) (0.999389 -0.00114597 1.21812e-23) (0.999994 -4.96119e-05 4.01346e-25) (0.99999 -2.77591e-05 7.48159e-25) (1.03651 -0.0249017 4.41343e-22) (1.00039 0.00529512 -1.60865e-20) (1.01131 0.000913226 1.11538e-22) (0.999744 -0.000306122 1.89017e-23) (1.00328 0.0310513 1.0089e-21) (0.997688 -0.0224359 -4.49116e-23) (1 -1.22958e-05 -4.38434e-26) (0.982282 -0.00101064 -8.13401e-22) (0.999989 -5.29164e-05 8.88667e-25) (0.980936 -0.0104602 -7.87749e-22) (1.01896 -0.0130225 1.24681e-21) (0.99228 -0.0146504 6.35305e-22) (1.00259 -0.00349686 2.29767e-23) (1.00097 -0.000453142 -5.51283e-23) (0.996428 -0.000189215 6.73102e-22) (1.00013 -0.000377101 1.52351e-25) (0.99902 -0.000956082 -1.0353e-22) (1.01437 -0.0136708 7.4203e-22) (0.998748 -0.000110684 1.0609e-22) (0.999972 -8.50414e-05 2.5602e-24) (1.00002 -9.23355e-06 5.41212e-27) (0.999967 -1.67129e-05 -3.01083e-25) (1.01454 -0.00395431 6.37517e-22) (1.00003 -3.73196e-05 3.92947e-25) (0.989562 -0.0247522 4.84266e-22) (1.00012 0.0109659 -1.32354e-20) (0.996424 -0.00389083 1.51414e-22) (1.00003 -1.24961e-06 -7.86135e-25) (0.998003 -0.000727999 -1.30603e-22) (0.999993 -3.40536e-05 -5.94252e-26) (1.12577 0.0444964 -1.31256e-22) (0.999831 -1.87492e-05 -1.15829e-24) (0.999964 -2.42835e-05 1.01767e-24) (0.99998 -1.67783e-06 -1.96008e-25) (0.999991 -1.1813e-05 -5.35588e-26) (1.00036 0.00660711 3.8328e-21) (0.99991 -0.000177967 5.30357e-24) (1.04095 0.0621722 -7.81149e-21) (0.949459 -0.0384801 1.34973e-21) (1.00006 -6.88332e-05 -2.05762e-25) (0.962067 -0.0307913 9.19565e-22) (0.999695 -0.00116408 1.86727e-23) (1.00764 0.00100001 1.6174e-21) (0.995131 0.00172123 -1.41448e-20) (0.999235 -0.000146082 1.95842e-23) (1.00001 -1.43681e-06 -1.49817e-26) (1.00001 -2.43676e-05 -1.04464e-25) (0.999987 -1.72732e-05 -2.50608e-25) (1.06397 0.0336444 -5.44392e-22) (1.00001 -1.53014e-06 4.92515e-27) (1.00056 -0.000783773 5.63293e-25) (0.997451 -8.18528e-05 -1.77457e-22) (1.0391 0.0533102 4.85702e-21) (1.00001 -8.79841e-06 2.63791e-26) (1.00001 -1.88829e-05 6.21235e-27) (1.00001 -1.1178e-06 -3.38077e-26) (1.00002 -8.12018e-06 -1.59969e-25) (0.986527 -0.00708544 2.1121e-22) (1.00001 -2.00533e-06 -1.78601e-27) (1.0698 0.124299 1.46252e-21) (0.991189 -0.0149684 -8.87054e-23) (0.999976 -2.381e-06 -2.49491e-24) (1.00002 -8.0749e-07 -1.85819e-25) (0.998873 -0.000211097 1.872e-23) (0.990838 -0.000533831 -1.49743e-21) (1.00001 -7.63541e-07 -6.2859e-27) (0.999969 -1.07403e-05 4.52523e-25) (1.00025 0.00133552 -7.682e-21) (1.00002 -7.69204e-06 -3.42867e-25) (0.977485 -0.0111214 -6.34391e-22) (1.03103 -0.0865274 3.28119e-21) (1.00007 -4.23252e-05 4.68988e-25) (1.00001 -1.32362e-06 1.30832e-27) (1.13005 -0.142407 -8.28434e-21) (1.00001 -9.84057e-07 3.38651e-26) (1.03739 0.0275229 -2.88983e-21) (1.00001 -4.98904e-07 2.28049e-25) (0.999749 -0.000242233 -1.10075e-24) (1.00001 -1.05735e-05 5.24031e-27) (0.999961 -2.49588e-06 6.28564e-25) (1.0236 0.000779936 -2.55645e-21) (1 -6.90391e-06 1.0518e-27) (0.999049 -0.000770869 -4.72456e-23) (1 -1.6297e-05 -3.68146e-29) (1.01224 -0.0166348 -7.95317e-23) (0.998005 -0.00228818 -1.84399e-22) (0.99655 -0.000466738 -6.06735e-23) (1.00097 -0.0073825 5.36369e-23) (1.00965 0.00217841 -5.15124e-21) (0.999827 -0.000668562 1.16369e-24) (0.999956 -5.61834e-05 -2.69795e-25) (0.995181 -0.000693116 2.42766e-22) (0.994955 -0.00118939 -2.75335e-22) (0.999951 -4.91247e-06 -4.72287e-24) (0.999965 -0.000173955 3.66468e-25) (0.999485 -0.000683506 1.38426e-23) (1.00002 -3.01861e-05 -1.69418e-25) (1.09268 0.085242 3.20235e-21) (0.994285 -0.0103494 2.85869e-22) (0.957806 0.070138 -1.14221e-20) (0.999999 -8.95878e-06 -3.01929e-27) (0.995422 -0.0022251 1.63422e-22) (0.9999 -0.000417977 2.54818e-24) (1.05226 0.0234837 8.61692e-22) (1.00003 -3.20998e-05 -5.12522e-25) (0.982828 -0.0148116 -8.05659e-23) (1.00002 -6.10568e-06 1.13735e-25) (0.999098 -0.000612691 -3.63402e-23) (0.97626 -0.0103262 -2.60612e-22) (0.999876 -4.62531e-05 -4.93984e-24) (0.990045 -0.00568833 -1.63387e-22) (0.960995 -0.017471 -3.47205e-21) (1.00317 -0.00562965 -1.445e-22) (0.999994 -4.3745e-05 -8.34177e-25) (0.975467 -0.0653962 -2.99503e-21) (0.999932 -3.67698e-06 9.07502e-24) (0.999808 -0.00090794 4.67509e-24) (0.996746 -0.00141651 2.47038e-22) (1.00295 -0.0328705 -1.2732e-21) (1.00068 -0.00133211 9.76205e-24) (0.999966 -0.000218077 -3.13744e-25) (0.999759 -0.00018973 1.94173e-24) (0.999447 -0.00216433 3.81013e-23) (0.99928 -0.000452793 2.32645e-23) (1.00001 -2.13465e-05 4.73895e-26) (0.999323 -0.000345344 -1.48005e-23) (0.993338 0.0114167 -7.42357e-21) (1.00005 -3.27802e-05 7.86335e-25) (0.998149 -0.000528684 -7.22068e-23) (0.974898 -0.010977 3.33051e-23) (0.993619 -0.000203137 -7.24021e-22) (0.946481 -0.0168139 -1.92904e-21) (0.9847 -0.000758033 1.66167e-21) (0.985762 -0.00856615 1.26697e-21) (0.999669 -0.00141604 -3.3316e-24) (0.99943 -0.0308877 5.28199e-22) (1.00004 -3.29429e-05 1.44501e-25) (0.999956 -4.3292e-05 -1.24524e-24) (0.968722 0.0432208 -9.58616e-22) (0.99995 -2.47533e-05 1.46192e-24) (1.06166 0.0519302 -8.59013e-21) (0.999915 -5.22578e-06 8.37237e-24) (1.00021 -0.000303248 -2.44566e-24) (0.999372 -0.000252795 2.17399e-24) (1.06563 -0.100809 -1.41038e-21) (0.999771 -0.000143576 -6.0926e-24) (1.00063 -0.00584482 1.77375e-25) (0.999991 -2.41496e-05 -6.75177e-25) (0.999787 -0.000104253 4.06116e-24) (0.999989 -7.60802e-05 -9.31632e-26) (0.999957 -3.22864e-05 3.11154e-25) (0.993512 -0.000501521 4.99998e-22) (0.999938 -9.28157e-05 -1.29732e-24) (0.999981 -0.000129755 1.88255e-24) (0.999956 -2.66988e-05 -1.90685e-24) (1.00007 -0.00033661 9.08822e-25) (0.999993 -2.97766e-05 -1.53531e-25) (0.968939 -0.0220211 1.1191e-21) (1.07985 0.115009 -1.35424e-21) (0.999992 -8.19305e-06 -1.3481e-25) (0.999894 -5.60538e-06 8.8035e-24) (1.00001 -0.000353164 1.27943e-24) (1.00002 -1.15465e-05 3.39312e-25) (0.999547 -0.000118977 9.23581e-24) (1.00001 -8.7904e-06 -3.187e-26) (0.999505 -0.000179114 -2.45818e-24) (1.00015 -0.0002783 3.29934e-24) (0.999804 -7.21038e-05 -2.14433e-24) (0.948292 -0.0119004 -5.75659e-22) (0.999615 -0.000222781 -5.62623e-24) (0.99892 -0.00129241 4.65634e-23) (1 -7.00836e-06 3.51521e-27) (0.999102 -0.00324355 4.36706e-23) (1.00018 -0.000104076 4.6318e-25) (0.999987 -3.66271e-06 7.90575e-26) (0.999992 -1.12174e-05 1.92353e-25) (1.00001 -5.53398e-06 8.29726e-26) (0.999873 -8.00913e-06 6.95953e-24) (1.0003 -0.000317797 -7.71838e-24) (0.966809 -0.0209406 2.35956e-21) (0.983781 -0.0194526 -1.72608e-21) (0.953965 -0.00722819 8.66282e-22) (1.00034 -0.00305447 -1.22898e-23) (0.998988 -0.00425596 1.30145e-22) (1.10296 -0.0484038 -7.76731e-22) (0.96439 -0.00354904 -1.88113e-21) (0.999954 -7.38907e-06 2.53882e-25) (1.01191 -0.0138023 1.19597e-23) (1.00419 -0.00596014 3.83295e-22) (0.999822 -7.49774e-06 1.33939e-23) (0.992766 -0.00448869 -2.2622e-22) (0.99549 -0.000171388 2.12769e-23) (0.978181 0.0720168 1.48118e-20) (0.999777 -4.92231e-05 1.83053e-23) (0.999989 -1.02801e-05 -1.02476e-25) (1.00046 -0.00120702 -9.86199e-24) (1.00003 -2.87925e-05 8.45956e-25) (1.00001 -7.91962e-06 6.99234e-26) (1.02086 -0.000233466 -2.7354e-21) (1.00228 -0.00520119 -6.4793e-23) (1.02151 -0.000159586 9.99715e-22) (0.985523 -0.0419813 5.85172e-22) (0.985029 0.052936 3.01092e-23) (0.999901 -5.48337e-06 3.4924e-24) (1 -5.33301e-06 -1.75964e-27) (1.00008 -7.01212e-05 -1.34098e-24) (0.999989 -1.90675e-05 2.34067e-25) (0.999758 -1.28232e-05 8.66947e-24) (1.05034 0.0309524 -1.0781e-20) (1.00283 0.0239856 1.57185e-21) (0.999996 -1.58587e-05 -1.71341e-25) (0.999903 -0.000104293 -6.59501e-25) (0.99999 -3.61231e-05 1.53734e-25) (1.00499 0.0237226 6.51231e-21) (1.02594 -0.0246095 2.89491e-22) (0.999433 -0.0163332 3.25016e-22) (1.00001 -4.4514e-06 -3.16549e-26) (1.00001 -5.30626e-06 -1.00359e-25) (1.00387 -0.00255133 2.48844e-22) (0.999881 -5.90815e-06 2.89348e-24) (0.936371 -0.0321565 3.81481e-21) (0.989496 -0.00688414 -8.65742e-22) (1.00001 -3.91932e-05 -5.26157e-27) (1.00196 -0.00236049 5.91458e-24) (0.980911 -0.0225064 1.07179e-22) (0.999967 -2.08952e-05 1.23326e-24) (1.00096 -0.00144122 -2.03825e-23) (0.999962 -8.83817e-05 -1.38268e-24) (0.966119 -0.00846236 7.0242e-22) (0.999743 -1.22374e-05 1.9186e-23) (1.04258 0.0234023 -5.52385e-21) (1.00001 -6.2751e-06 4.26029e-26) (1.00087 -0.00054206 7.37332e-24) (1.00024 -0.00615323 -4.77169e-23) (1.00001 -1.03086e-05 -3.09702e-26) (1.00009 -9.22823e-05 2.3242e-24) (0.984911 -0.00914744 1.18496e-22) (1.00001 -8.51033e-06 -1.58485e-26) (0.999827 -9.93156e-06 1.26143e-23) (1.00001 -2.42708e-05 -9.43041e-26) (0.997644 -8.34014e-05 -1.15263e-21) (0.971316 -0.00403589 3.17332e-23) (0.998435 -0.00620231 7.43331e-23) (0.99802 -0.0149607 -1.28377e-22) (0.995148 -0.000911524 -2.13638e-22) (1.00471 -0.00247075 -1.25458e-23) (0.99481 -0.0034735 -1.95597e-22) (0.999642 -2.30118e-05 3.93281e-23) (1.00003 -2.9813e-05 2.35511e-25) (1.00005 -9.26218e-05 -1.17937e-24) (1.00001 -1.86582e-05 -3.60055e-26) (1.00001 -1.40376e-05 2.22914e-26) (0.99997 -1.42243e-05 -7.87169e-25) (1.00534 -0.00613015 -1.47965e-22) (0.960771 -0.046066 1.00514e-21) (1.00026 -0.000163549 -7.98274e-24) (0.99131 -0.0586271 -9.55779e-22) (0.999546 -1.60527e-05 4.26991e-23) (0.978376 -0.0561744 2.53781e-21) (1.00005 -2.9897e-05 -8.98441e-25) (0.999998 -3.58729e-05 1.63273e-25) (1.00069 -0.000547767 9.25632e-24) (1.16939 -0.048922 -2.47084e-22) (1.00001 -1.18738e-05 -4.81945e-26) (0.98707 -0.0542041 -2.75496e-21) (0.991467 -0.0103227 6.04995e-22) (1.17857 0.0455112 1.18241e-23) (0.996453 -0.0628635 -8.395e-23) (1.00002 -1.52492e-05 -2.03285e-25) (0.9995 -1.73763e-05 6.4987e-23) (1.0001 -0.000120706 4.1417e-25) (1.21418 -0.0860781 6.44271e-21) (1.0176 0.00348606 2.90808e-23) (1.00001 -3.41165e-05 -1.52513e-25) (0.951567 -0.0306169 -3.44659e-22) (0.987044 -0.0173793 -1.07249e-21) (0.999443 -2.35028e-05 6.75201e-23) (1.00002 -3.45785e-05 -7.56921e-26) (0.999993 -9.30688e-06 1.74187e-25) (1.03413 -0.0229814 6.35536e-22) (0.998407 -4.99988e-05 -1.68085e-22) (1.00001 -3.10425e-05 -8.0436e-27) (0.996048 -0.00121401 -1.95845e-22) (0.999995 -6.30782e-05 -1.26592e-24) (1.00011 -0.000156289 1.59141e-24) (1.03008 0.00934228 -4.96018e-22) (0.999992 -6.66787e-06 -1.37986e-25) (1 -5.187e-05 -2.79384e-25) (0.999947 -0.000183188 -6.65261e-25) (1.00002 -2.68499e-05 1.27773e-25) (1.00048 -0.000410156 1.7842e-24) (1.00005 -1.19915e-05 -1.71314e-24) (0.999354 -2.19101e-05 -1.41791e-22) (1.00012 -0.000198847 -1.08992e-24) (0.992391 -0.00542712 3.59071e-22) (1.00058 -0.00068613 1.54146e-23) (0.999881 -0.000205938 -4.76181e-24) (0.984977 -0.0341516 -1.39767e-21) (0.968513 -0.0177604 4.85155e-22) (0.996338 -0.0026338 -2.52633e-22) (0.999987 -4.6844e-06 2.29835e-25) (1.00001 -1.60753e-05 1.03011e-25) (0.981236 -0.0766483 2.74437e-21) (1.00313 -0.00256023 3.85648e-24) (0.963487 -0.014346 4.60686e-22) (1.00001 -4.40915e-05 2.20715e-26) (0.997011 -0.00205876 -1.20741e-22) (0.99999 -9.41343e-07 -2.26725e-25) (1.00001 -2.12017e-05 3.42333e-26) (1.0495 -0.00336934 1.59419e-21) (0.999193 -2.78898e-05 2.75136e-22) (0.999509 -2.41654e-05 1.03198e-22) (0.999998 -4.07531e-05 2.41297e-25) (0.989375 -0.01204 7.43115e-22) (1.00003 -2.44013e-05 -6.88767e-25) (0.942521 -0.0212718 -1.74015e-21) (1.00001 -2.74631e-05 -3.14473e-26) (0.931774 -0.0243236 -1.75857e-21) (1.00001 -6.05925e-05 -1.08489e-25) (0.999993 -6.11894e-06 9.49843e-26) (1.00004 -2.29868e-05 -5.93519e-25) (1.00054 -0.000372317 1.37038e-23) (1.11388 -0.102059 -4.03502e-21) (0.998195 -8.84588e-05 3.05186e-23) (0.941249 -0.0404621 -8.01312e-22) (1.00001 -3.08901e-05 1.20202e-25) (1.00005 -7.18324e-05 -2.12575e-25) (0.932943 -0.0177883 2.79118e-21) (0.996118 -0.038436 1.30105e-21) (0.999126 -2.97618e-05 1.35507e-22) (0.999996 -1.14569e-05 6.92234e-26) (1.05394 -0.0657014 2.84721e-21) (0.96639 -0.0376241 1.12156e-21) (0.938207 -0.0119149 -7.4668e-22) (1 -3.31278e-05 -1.60579e-25) (0.999994 -1.24307e-05 -1.4938e-25) (0.999999 -8.975e-05 -4.66319e-25) (1.08059 -0.110013 -2.28702e-21) (0.946232 -0.044167 3.84164e-21) (1.00038 -0.000579238 -1.54004e-23) (0.998733 -5.15884e-05 5.49424e-22) (0.999968 -6.12129e-05 -2.12749e-24) (1.08075 0.107708 -1.05758e-20) (1.00005 -1.80758e-05 2.0591e-24) (1.00001 -3.86289e-05 5.55602e-25) (1.00008 -5.76211e-05 5.03775e-25) (0.999991 -0.000108358 8.96019e-25) (0.999994 -1.4709e-05 -3.0322e-25) (0.997923 -0.00152602 -2.12633e-24) (1.00006 -0.000117835 -3.72373e-25) (0.998523 -0.00136042 -1.45147e-22) (0.951256 -0.0472159 -2.15753e-21) (0.998615 -3.72883e-05 2.33511e-23) (0.989451 -0.000350027 -4.05502e-22) (1.00002 -5.56143e-05 7.92774e-27) (0.999972 -8.77542e-06 -2.13436e-25) (1.0442 -0.0124955 1.67916e-21) (1.0251 -0.0840764 2.81634e-21) (0.999404 -2.12963e-05 9.15488e-23) (1.02938 0.00574386 -2.73889e-21) (0.999997 -0.000153051 -1.25085e-24) (0.999991 -1.82186e-05 -1.27229e-25) (0.999992 -1.56165e-05 1.87295e-25) (1.10381 0.0510594 -1.61803e-21) (1.00009 -7.73418e-05 -1.4028e-24) (0.999991 -0.000255454 3.89035e-24) (0.999997 -2.78129e-05 1.35243e-25) (0.971778 -0.0671406 2.50124e-21) (0.998379 -4.98033e-05 -3.82147e-22) (1 -5.86028e-05 5.96166e-25) (1.00003 -0.000328885 -9.10913e-25) (0.994551 -0.00420298 -1.31002e-22) (0.999215 -4.5575e-05 -9.06069e-23) (1.00022 -0.00047168 4.27963e-24) (1.01218 0.0313695 -1.21917e-20) (0.961797 -0.0514675 1.42287e-21) (1.0001 -0.00323322 -2.05629e-23) (0.926854 0.0175982 1.92734e-20) (0.999984 -0.000183637 -1.9494e-24) (0.999586 -0.0012062 -4.24459e-23) (0.995712 -0.00990505 3.36528e-22) (0.964798 -0.00311133 -5.48689e-22) (1 -2.66402e-05 -2.94903e-26) (0.999996 -7.12978e-05 5.72493e-25) (1.00001 -9.11713e-06 -1.42011e-25) (1.00269 -0.00310597 -3.10214e-23) (0.987265 -0.0378634 -1.81822e-21) (0.999805 -0.000334676 8.05527e-24) (0.96285 -0.026271 9.53735e-22) (0.999173 -2.63285e-05 -4.87845e-23) (1.00001 -5.50241e-05 -1.07937e-25) (0.999993 -4.61338e-06 -1.63238e-26) (0.998909 -5.3057e-05 9.1383e-23) (1.01895 -0.0362668 6.85641e-22) (1.08102 -0.049026 1.64852e-21) (1.12452 -0.0845202 -1.82258e-21) (0.967711 -0.00677268 -1.12465e-21) (0.971912 -0.0123235 -4.6883e-22) (1.09796 -0.0323753 2.76969e-22) (0.98333 -0.0163671 -9.38935e-22) (0.999966 -2.88618e-05 -8.59549e-26) (1.00019 -0.000272889 -5.09868e-24) (1.04287 -0.0365212 -2.0085e-22) (1.00029 -7.02274e-05 -4.3384e-24) (0.999939 -0.000492006 4.39447e-24) (1.0004 -0.000724448 1.6279e-23) (1.00001 -0.000104223 -9.10764e-25) (0.999939 -0.00035692 -3.4026e-24) (0.998637 -4.01327e-05 -1.64841e-23) (0.999989 -5.94425e-06 -1.0099e-26) (0.999984 -4.97322e-05 -7.02728e-25) (1.03721 -0.018647 -3.74946e-22) (1.06234 -0.0582795 7.69707e-22) (0.999886 -0.000782763 1.12345e-23) (0.999969 -0.000302857 -3.12118e-24) (0.999996 -1.84514e-05 -1.81158e-26) (1.00166 0.0194651 -5.67951e-22) (0.996167 -0.00320131 4.21446e-23) (1.00041 -0.000893981 6.01388e-24) (0.982397 -0.017359 -5.22904e-22) (1.00012 -1.55843e-05 1.37916e-25) (1.0001 -0.00010258 -3.08293e-25) (1.00009 -5.1122e-05 1.05275e-25) (0.999973 -3.32471e-05 2.75397e-25) (1.00026 -0.000289297 -6.0892e-25) (0.973904 -0.0198742 2.73992e-24) (1.01766 -0.0199097 -2.4263e-22) (0.999991 -5.63729e-06 -9.52451e-26) (0.99989 -0.000575098 2.9672e-24) (0.972739 -0.0285804 1.56734e-21) (0.983817 -0.030499 -6.30213e-22) (1.01762 -0.00272888 2.66054e-21) (0.999847 -9.22529e-06 -1.40707e-24) (1.00094 -0.000363561 4.85211e-23) (1.00916 -0.00514465 -9.86474e-23) (1 -2.91156e-05 2.13291e-25) (1.00003 -6.14101e-05 -2.97547e-25) (0.981262 -0.0545468 1.70985e-22) (1.00001 -1.11682e-05 2.31943e-25) (1.00397 0.00120313 5.72761e-21) (1 -0.000100908 7.78621e-25) (1.00226 -0.00130295 -3.76226e-24) (1.00009 -3.82168e-05 1.09611e-24) (1.00012 -0.00013451 -1.75111e-24) (0.94931 -0.00815423 4.20392e-22) (0.995755 -0.00410787 2.85014e-22) (0.988872 -0.00736295 8.94117e-23) (0.998764 -0.000202293 1.0074e-23) (1.00002 -1.27118e-05 -5.36539e-26) (1.00529 -0.0110044 3.16347e-23) (1.02134 -0.00332939 -2.93384e-21) (0.992713 -0.00663176 1.37323e-22) (0.999925 -9.34194e-05 -7.94442e-25) (1.02462 0.000923551 -1.9129e-21) (1.01457 0.0108777 -7.6994e-21) (1 -1.00501e-05 3.91456e-26) (0.95883 -0.0184028 1.71981e-23) (0.999963 -5.55134e-05 1.26233e-24) (0.999994 -2.28119e-05 1.24822e-25) (0.999975 -1.30865e-05 1.03759e-25) (0.999827 -9.68484e-06 -1.05273e-23) (1.00984 -0.00447341 -1.45709e-22) (0.999993 -0.000121869 7.26228e-25) (1.00013 -0.000173423 -1.70796e-24) (0.987801 -0.00123206 1.03967e-21) (0.982981 -0.00921649 1.06928e-21) (0.996027 -8.72776e-05 -6.65395e-22) (1.00556 0.0449263 6.48904e-21) (1.00001 -8.34025e-05 7.11541e-25) (0.999963 -3.31666e-05 9.28347e-25) (1.00666 0.00904263 2.99176e-21) (1.01168 -0.0324075 -4.78976e-22) (0.997832 -0.0018705 -4.88902e-23) (0.999805 -1.09404e-05 -3.47123e-24) (1.01058 0.0104866 2.64599e-21) (1.00002 -9.5618e-05 1.20032e-25) (0.999793 -0.00122948 3.12239e-23) (1.00002 -0.000177235 -1.19849e-24) (1.00001 -0.000142366 -2.04481e-26) (1.00002 -1.72515e-05 2.45373e-25) (1.00002 -2.29994e-05 2.0679e-26) (1.00004 -5.00891e-06 6.57116e-25) (0.991462 -0.000791813 -1.6957e-22) (1 -4.22798e-05 -8.31311e-25) (0.998098 -0.00250489 1.81732e-22) (0.966734 -0.00974444 1.26851e-21) (1.03744 0.0582132 1.65555e-21) (0.999891 -0.00105911 -7.55898e-24) (0.999973 -1.5358e-05 -5.31729e-26) (1.00254 -0.00179021 1.28421e-23) (1.02309 -0.00109273 1.45392e-21) (0.984484 -0.0562689 -2.92591e-23) (0.999784 -1.13599e-05 -1.53082e-23) (0.969663 -0.00247618 -1.29871e-22) (1.00811 0.048902 9.13423e-22) (1.00002 -2.18642e-05 6.02428e-26) (0.990596 0.0596729 1.1432e-20) (0.999996 -9.41839e-06 -7.31595e-27) (1.00187 -0.00267129 3.62811e-23) (1.01235 -0.00675736 4.49295e-23) (1.00023 -0.000183459 3.90075e-24) (0.984482 0.0480293 -1.09422e-20) (0.999986 -0.000205561 2.17969e-24) (0.999994 -8.61617e-06 -2.17919e-25) (1.0006 -0.0012062 8.53108e-24) (1.00002 -2.04277e-05 -1.5804e-25) (0.999744 -1.65619e-05 7.1312e-24) (1.00014 -0.000126411 -2.09291e-24) (1 -4.77744e-05 3.17725e-25) (0.99892 -0.000358137 8.28044e-25) (1 -0.000171676 2.20405e-24) (0.999919 -0.000105512 1.07475e-24) (0.998141 -0.000806481 -4.8939e-23) (1.0129 0.036314 2.33605e-22) (1.03237 -0.0111264 1.96226e-21) (1.01102 -0.00552778 7.044e-22) (0.972536 -0.00380572 -2.7194e-22) (0.999994 -6.90951e-06 -9.87752e-27) (0.999989 -4.1331e-05 9.59834e-25) (1.00194 -0.00326341 -1.14112e-23) (0.97554 -0.0614448 3.98806e-21) (0.999994 -1.97711e-05 -1.36617e-25) (0.968346 -0.00549288 -4.07559e-22) (0.999971 -2.92147e-05 -1.44545e-24) (1.02561 0.00256483 -4.07138e-21) (1.02191 -0.00369163 1.15577e-22) (0.979127 -0.0226853 -3.91313e-22) (0.999246 -0.000578522 7.96594e-23) (0.993529 -0.0103007 -7.80096e-23) (0.999704 -1.27853e-05 -1.76604e-23) (0.997094 -9.78065e-05 8.49228e-23) (1.00458 -0.0132274 1.52886e-24) (0.996024 -0.00783922 2.55199e-22) (1.02761 -0.005892 -2.8142e-23) (1 -4.27136e-06 3.6421e-28) (1.06738 0.105508 -6.38041e-21) (1.08677 -0.0136304 -3.23747e-22) (0.999633 -0.00188921 4.16866e-23) (1.03184 0.0396023 3.83372e-21) (0.991912 -0.00583329 3.89311e-22) (0.999989 -4.80497e-06 -1.36518e-25) (1.00001 -6.80657e-05 4.40928e-26) (1.00003 -2.43945e-05 -8.0786e-27) (0.999957 -2.96844e-06 -3.67181e-24) (0.999927 -0.000169869 -5.9919e-24) (1.00231 0.0265956 1.80624e-21) (0.999467 -0.0002489 -1.07425e-23) (1.01293 0.0384837 4.68569e-21) (0.999384 -0.0028557 -8.3484e-23) (1.0085 0.00756952 -4.64475e-21) (1.03439 0.0464246 -8.14247e-22) (1.09294 0.0434273 -1.80815e-22) (0.995916 -0.00345938 7.88962e-23) (0.999996 -2.42718e-05 1.3922e-25) (1.00003 -0.000295507 -1.28142e-24) (0.99611 -0.000266989 -1.0694e-22) (1.08243 -0.150137 9.03447e-22) (0.966016 -0.0332142 -2.84124e-21) (1.00078 -0.000492331 -1.23709e-23) (1.00001 -0.000126966 -5.72588e-25) (0.974074 -0.00504566 -3.07253e-22) (0.999786 -0.00164231 -1.71279e-23) (0.999994 -0.000285044 4.09227e-24) (1.00053 -0.000299104 5.61787e-24) (0.999423 -0.000176381 6.14561e-25) (0.999612 -0.00249811 2.49535e-23) (1.01574 -0.00710356 2.53678e-22) (1.00004 -2.1037e-05 -3.69563e-25) (0.972852 -0.00293868 1.58471e-21) (1.0298 -0.00800136 -2.17429e-21) (1.00003 -2.22812e-05 6.08226e-25) (1.00014 -0.000220603 5.93807e-26) (0.992464 -0.0136524 4.72017e-22) (0.965354 -0.0566992 -1.01284e-21) (0.999606 -0.000135994 4.9955e-24) (0.999729 -6.74083e-05 1.2462e-23) (1 -7.42081e-05 -5.44685e-25) (1.00013 -0.000249834 8.92213e-25) (1.11692 0.0437467 7.07776e-23) (0.990033 -0.0111649 3.1037e-23) (0.967415 -0.0352657 9.18201e-22) (1.00069 -0.000646394 -1.68389e-24) (1.09214 0.0310399 -3.3904e-21) (0.97256 -0.0213681 1.38211e-21) (1.00002 -8.53559e-05 -5.4352e-25) (1.00001 -4.89267e-05 -2.04559e-25) (1.06526 -0.0274049 7.66851e-23) (0.999938 -0.000398552 -3.99151e-24) (1.08926 0.019564 1.08169e-21) (1.0053 -0.0179511 -1.56113e-22) (0.99732 -7.94622e-05 2.94209e-22) (0.999783 -0.00030483 -9.52807e-24) (1.00086 -0.00130933 -2.55789e-23) (0.976446 -0.0247367 2.29235e-22) (0.99997 -0.000338071 -5.42651e-24) (1.00026 -0.000246452 6.43465e-24) (1.02431 -0.035648 5.35193e-22) (0.933884 -0.0198888 -2.35146e-21) (1.07121 0.0459106 -2.59291e-21) (0.955999 -0.00679539 3.44363e-22) (0.982183 -0.0122606 1.16823e-21) (0.999888 -0.000639249 -5.41721e-24) (0.999975 -1.00937e-05 2.00465e-25) (1.00358 -0.000414784 2.09899e-22) (1.00002 -4.92042e-05 -1.90333e-25) (0.937013 -0.0138782 1.6756e-21) (0.944832 -0.0410167 -4.4559e-21) (1.0003 -0.000223319 3.0515e-24) (1.002 -0.00396563 3.16389e-23) (1.00195 -0.000617898 5.0381e-23) (1.03981 -0.140133 -1.6455e-21) (1.00035 -0.00029425 -1.80089e-24) (1.0001 -0.000251436 6.70788e-25) (1.00002 -0.000116963 2.96615e-25) (0.970577 -0.0208046 -8.58189e-22) (1.00001 -3.50127e-05 -7.22096e-27) (1.0003 -0.000183242 7.06827e-24) (1.02353 0.00558568 -2.13717e-21) (1.01613 0.0190784 -6.08654e-21) (1.06152 -0.14705 -4.13844e-21) (1.01787 -0.00332926 -3.0137e-21) (1.02148 -0.00732781 1.65867e-21) (1.0566 -0.028788 -6.21931e-25) (0.999885 -0.000867161 4.30088e-24) (1.01086 -0.0159011 1.08747e-22) (1.00006 -3.8773e-05 1.4051e-24) (1.00001 -3.99361e-07 5.58628e-26) (0.99994 -0.000546644 -7.30022e-24) (0.999998 -4.33243e-06 -1.08641e-26) (0.999993 -0.000570902 1.12303e-23) (0.999809 -0.000113058 -1.14624e-24) (0.995525 -0.00334508 -2.37145e-24) (1.05286 -0.091704 -3.60531e-21) (0.994198 -0.00452848 -1.41634e-22) (0.984509 -0.0265679 1.6728e-21) (1.02385 -0.00742207 -2.10091e-21) (1.01938 -0.00677335 1.72639e-21) (1.00223 -0.00225412 -1.03469e-22) (0.949623 -0.0441683 -1.70647e-24) (1.00008 -0.00027742 -7.30302e-25) (1.00283 -0.00515846 4.93964e-23) (1.00667 -0.00710668 1.96191e-22) (0.999787 -0.000194201 5.4268e-24) (1.03608 -0.00314366 -7.31172e-23) (0.999324 -0.00373288 4.04713e-23) (0.993622 -0.00734459 -5.57838e-22) (1.00794 -0.010144 7.32924e-23) (1.00282 -0.000321046 -1.36572e-22) (1.00072 -0.00462368 -7.32242e-24) (0.997685 -0.00203144 8.10033e-23) (1.02729 -0.0121802 1.01443e-21) (1.00043 -0.000642707 -7.72195e-24) (0.987379 -0.0075117 -6.69532e-22) (0.989852 -0.00850397 -6.72458e-23) (0.949896 0.0579864 1.01367e-20) (0.984731 -0.0165392 5.00921e-22) (1.03457 -0.00128343 3.74365e-22) (1.07435 -0.0243719 1.10605e-23) (0.980326 -0.0348096 -1.55263e-21) (1.00115 -0.00139293 2.11786e-23) (1.00005 -0.000273236 3.009e-25) (0.998921 -8.20882e-05 9.24839e-23) (1.00002 -0.000198005 2.56604e-25) (0.999293 -4.29885e-05 -9.60046e-23) (0.983701 -0.0138978 5.9172e-23) (0.999962 -4.35298e-05 -2.75549e-25) (0.99995 -0.000743144 1.98328e-24) (1.04206 0.0890505 -1.33617e-20) (0.999172 -3.2906e-05 -5.5186e-23) (0.968515 -0.0157958 -6.38332e-22) (0.996165 -0.000132746 7.03185e-22) (1.00009 -0.000549457 -5.9235e-25) (0.999309 -0.00484662 -1.54325e-22) (0.999987 -2.91262e-05 -1.18076e-24) (1 -2.10661e-05 -1.13856e-25) (1.02699 -0.0142371 -5.96646e-22) (1.00002 -4.40416e-05 -1.45177e-25) (0.999205 -3.18109e-05 -7.76911e-23) (1.03852 -0.00274998 5.62307e-21) (1.00377 -0.00549187 1.50736e-22) (1.00059 -0.000248974 -2.77853e-23) (1.01143 -0.0104204 3.71225e-22) (0.996651 -0.00272711 3.77063e-23) (1.00221 -0.000562964 4.96496e-23) (1.10389 -0.138443 2.81048e-21) (1.00045 -0.00080205 -2.49483e-23) (0.997444 -0.00196888 -3.59247e-22) (0.953913 -0.0262528 3.59397e-22) (0.999499 -0.00112571 2.86429e-24) (0.995228 -0.00361793 1.95469e-22) (1.00038 -0.00131536 -8.96707e-24) (1.00165 -0.00964109 -1.04251e-22) (1.00052 -0.000618954 6.92543e-24) (1.02867 -0.0154772 2.50799e-22) (0.99979 -0.00135688 1.36403e-23) (1.0031 -0.00295004 5.5094e-23) (0.982595 -0.00082448 8.93116e-22) (0.986857 -0.00994106 -4.52729e-22) (1.00014 -0.000965236 2.88989e-24) (0.990762 -0.000214557 1.48691e-22) (0.990713 -0.00599166 4.1279e-22) (0.996678 -0.0001309 1.96263e-22) (1.00004 -0.000534825 -5.326e-24) (1.00351 -0.00233898 -2.1128e-23) (0.965023 -0.0774426 4.35236e-23) (0.999546 -0.000199854 2.55077e-23) (0.997185 -0.00337139 2.0649e-22) (0.991399 -0.000252827 5.33395e-22) (1.00145 -0.0110684 -1.14032e-22) (0.999349 -0.000473199 1.17259e-24) (1.03107 0.0433175 4.5565e-21) (0.991064 -0.0257722 7.40071e-22) (0.999982 -1.52683e-06 2.08079e-25) (1.00432 -0.00228245 -2.66881e-22) (0.96716 -0.0422925 -1.03654e-21) (0.999426 -0.000279034 -2.05218e-23) (1.01326 0.0230467 -3.55236e-21) (0.998917 -0.00549239 -6.90991e-23) (1.00053 -0.000533997 -2.04205e-24) (1.01957 -0.000835642 1.83915e-21) (0.999199 -0.000638955 -3.3777e-23) (1.00483 -0.00572835 -2.67633e-22) (1.01856 0.0023192 -2.7603e-22) (1 -0.00121812 -1.23209e-23) (1.00061 -0.00049568 3.34928e-24) (1.00009 -0.000161456 -2.4329e-25) (1.00001 -0.000238503 2.74646e-25) (0.998944 -3.92041e-05 -1.52693e-23) (0.996412 -0.00961548 -3.0153e-22) (0.999895 -0.00117003 -1.71206e-23) (0.983932 -0.00864427 2.3341e-22) (1.03803 0.00418121 -5.03561e-21) (0.975791 -0.00383738 -1.22292e-22) (0.966899 -0.0862039 -2.87937e-21) (1.0006 -0.000409917 -1.92571e-23) (0.998147 -0.000955988 6.14373e-23) (0.999624 -0.0020797 -4.81522e-23) (1.03611 -0.0816351 -1.51302e-21) (1.00001 -0.000213726 -4.80886e-25) (1.01549 -0.017374 -4.89118e-22) (1.00001 -0.000392745 2.23673e-25) (0.996901 -8.74057e-05 3.98388e-22) (0.998934 -0.000272888 -3.21367e-23) (0.998821 -3.70877e-05 7.1125e-24) (1.20561 0.0304391 3.1444e-21) (1.05007 0.0159069 5.27071e-22) (0.967413 -0.0953098 3.77815e-21) (0.999971 -3.79537e-05 8.88605e-25) (1.05194 0.0521852 7.50924e-21) (0.998884 -0.00307895 -1.0494e-22) (0.998871 -0.00704743 2.03668e-22) (0.95099 -0.0128785 4.71427e-22) (0.971379 -0.105343 -3.18028e-21) (0.990419 -0.00795293 -2.24505e-22) (0.999983 -2.08959e-05 -9.03215e-26) (0.999367 -0.003127 -2.76246e-24) (1.00391 -0.00298948 -1.00514e-22) (0.998257 -0.00073163 4.42559e-23) (0.997268 -0.0021397 8.26864e-23) (1.00021 -0.00117307 4.46985e-24) (1.03136 -0.000298299 -2.00422e-21) (0.976562 -0.041883 6.27216e-22) (0.993291 -0.00469426 -1.35242e-22) (0.998482 -7.347e-05 -6.78984e-23) (1.03139 -0.0237462 3.78767e-22) (1.00089 -0.0145153 3.98237e-22) (1.00118 -0.0126941 -3.60196e-22) (1.00089 -0.000650619 -4.12322e-23) (0.999941 -0.00188445 5.96703e-24) (0.998263 -0.000609851 -4.68361e-23) (1.04749 0.0133827 2.15222e-21) (1.0004 -0.00109218 5.79528e-24) (1.11247 -0.147252 6.90725e-21) (0.999946 -0.000671209 -3.35298e-24) (0.998448 -4.95183e-05 -1.13521e-22) (0.998368 -0.00796762 4.22979e-22) (0.975448 -0.117332 2.49536e-21) (0.99313 -0.00618137 -2.86039e-22) (1.00318 -0.155455 -2.38195e-21) (0.999965 -3.81942e-05 -1.15203e-24) (0.999966 -4.89338e-05 9.746e-25) (1.00065 -0.0165663 1.50093e-22) (1.00613 -0.00579318 4.23733e-24) (1.00108 -0.00363198 -1.24886e-23) (1.03793 -0.179053 -6.43898e-22) (1.0478 0.00274832 -6.44773e-22) (0.963438 -0.0286833 -2.76475e-21) (1.00009 -0.000202655 1.38881e-24) (1.06153 -0.188758 -2.07766e-21) (0.999975 -0.00100236 5.82077e-24) (1.08909 -0.193251 -4.9795e-21) (0.983032 -0.0103401 -9.54904e-22) (1.18198 -0.167549 -8.55439e-21) (1.20908 -0.144324 -2.26027e-21) (1.23131 -0.115145 -7.44276e-21) (1.24801 -0.0489415 -3.62791e-21) (1.2333 0.0353757 1.56876e-21) (1.22107 0.058086 -1.14339e-22) (1.20885 0.0766547 4.9628e-22) (1.19466 0.0914798 -2.17972e-22) (1.18026 0.103947 -7.87857e-22) (1.13744 0.130387 3.96363e-21) (1.1236 0.136392 3.50679e-21) (1.10914 0.141111 1.18378e-20) (1.08162 0.144799 5.70585e-21) (0.998345 -5.05147e-05 -6.56744e-23) (0.995746 -0.00593496 1.77975e-22) (1.0559 -0.00579682 1.79072e-21) (0.997434 -0.0306998 6.46732e-23) (1.00046 -0.000991646 -6.48627e-24) (1.02347 -0.0245167 -2.20616e-22) (0.970301 -0.0186261 4.69937e-22) (1.00025 -0.00183969 -5.45106e-24) (0.99961 -0.00273847 -3.55475e-24) (0.999994 -3.99602e-06 2.75949e-26) (0.991514 -0.0088788 4.5075e-22) (1.00937 -0.00602084 9.45489e-23) (1.00002 -3.87929e-05 1.15326e-25) (0.999786 -0.00180736 -3.33085e-23) (0.997778 -0.000129834 -2.02545e-22) (1.00956 -0.0308758 -4.32391e-22) (1.15176 -0.184157 -1.18885e-20) (0.999498 -0.027452 -6.11072e-22) (0.953926 -0.0290124 3.08695e-22) (0.999981 -0.00046501 6.34112e-24) (1.00028 -0.00108359 -2.36171e-24) (0.99998 -1.28477e-06 4.48803e-26) (1.00104 -0.0790709 -4.17513e-21) (0.994936 -0.00639556 4.77835e-23) (0.975446 -0.0231632 4.44831e-22) (0.999767 -0.0242625 -1.1699e-22) (1.0009 -0.00116111 -1.16373e-24) (1.00009 -0.00114483 8.16214e-24) (1.00251 -0.00145825 3.56393e-23) (0.999981 -2.61907e-06 -4.11606e-25) (1.02281 -0.0444351 2.23995e-21) (0.999978 -0.00041839 3.50414e-24) (1.00019 -0.000237651 4.67652e-24) (1.00039 -0.0188706 5.27705e-22) (0.997578 -7.32203e-05 -3.78012e-22) (0.999835 -0.00285585 -3.15679e-24) (1.00017 -0.00021316 4.06773e-24) (1.01738 7.56512e-05 2.34808e-23) (0.993967 -0.00685568 -6.03548e-23) (1.04799 -0.00675317 -2.7332e-21) (1.11884 -0.191925 3.67278e-21) (1.00014 -0.0213952 -2.49193e-22) (1.1518 0.12285 -4.86625e-21) (0.98808 -0.00701472 -9.03871e-22) (1.00207 -0.00292596 2.61492e-23) (0.986218 -0.0115172 1.29194e-21) (0.99813 -0.00210949 -6.13536e-23) (0.997479 -7.06331e-05 -3.66318e-23) (0.993465 -0.0132667 -9.8719e-22) (1.00149 0.0409414 1.56089e-20) (0.999315 -0.00408707 -4.86962e-23) (1.00003 -0.000163246 5.80029e-25) (0.996641 -0.00360516 5.64165e-23) (0.994965 -0.00742358 1.74518e-23) (1 -4.20582e-06 7.11014e-27) (1.0238 -0.00185226 5.88389e-22) (0.997758 -0.00515218 -1.21262e-23) (1.00548 0.0481967 -1.61199e-21) (1.24395 0.00980937 1.17255e-21) (0.977897 -0.0017453 2.06955e-21) (0.982047 -0.011011 -1.48576e-22) (1.04204 -0.0147795 1.84828e-22) (0.997715 -0.00895495 -5.53986e-22) (0.999973 -2.52152e-05 3.74022e-25) (0.999988 -1.27193e-06 2.78752e-26) (0.997605 -0.00243912 -2.82007e-22) (0.977706 -0.0711222 -4.62086e-22) (1.00003 -0.000146056 1.89654e-25) (1.0162 0.0951321 2.21122e-21) (0.998416 -0.00148764 7.51732e-23) (0.997172 -0.00394889 -1.69132e-22) (0.999915 -0.00156278 2.25198e-23) (0.999795 -0.0001505 -1.91627e-24) (0.997052 -0.0100392 -5.79345e-23) (1.16575 0.114183 8.53427e-22) (1.16268 -0.0608622 4.82202e-23) (1.02883 0.00784693 -3.81532e-21) (1.00034 -0.000242826 6.69077e-24) (0.991268 -0.0055815 -2.23102e-22) (0.999991 -5.93334e-07 2.53754e-26) (1.01339 -0.00697335 -3.94742e-22) (0.996225 -0.0112101 4.62464e-23) (1.0096 -0.00376575 -3.42386e-22) (1.03268 -0.0549681 8.14426e-22) (0.996863 -0.00251399 4.17923e-23) (0.999719 -0.00547902 7.29546e-23) (1.00068 -0.00265416 3.0858e-24) (1.00672 -0.00629749 -3.11857e-22) (0.999988 -2.58746e-06 -1.24618e-26) (0.995308 -0.0124812 -3.47052e-22) (1.00028 -0.00279073 2.10807e-23) (0.999783 -0.000245099 -5.38302e-24) (1.00024 -0.000110897 -5.02061e-24) (1.04761 -0.0659941 3.78838e-21) (1.00008 -0.00178126 1.38251e-23) (1.02574 0.013454 7.91139e-22) (0.993699 -0.00435914 1.3478e-22) (1.00216 -0.00358507 1.58793e-23) (1.10266 -0.106069 -8.02837e-21) (1.11735 -0.0088075 2.14299e-22) (1.07005 -0.109518 -6.00412e-21) (0.994272 -0.013882 1.58146e-23) (1.0462 -0.0195154 -2.55018e-22) (0.990065 -0.00126246 -2.35004e-22) (1.00151 0.00790618 5.57543e-21) (1.07482 -0.0529142 3.1604e-22) (0.998049 -0.00191142 -6.55149e-23) (0.960495 -0.0223431 -3.62211e-22) (0.999609 -0.00357166 -4.66921e-23) (0.999974 -1.85246e-05 -1.43801e-25) (1.00023 -0.000224207 -1.06445e-23) (1.00005 -5.57694e-05 5.17145e-25) (0.9989 -0.00597972 -6.01587e-23) (1.00242 -0.00282785 -9.34391e-24) (1.00004 -0.000245364 -3.64418e-25) (0.99314 -0.0153791 -1.20138e-21) (1.01065 -0.00465271 -9.09005e-22) (0.998239 -0.00144786 -3.66268e-23) (1 -0.000631799 1.02449e-23) (0.998115 -0.00157821 1.51905e-22) (0.968897 -0.0239139 -1.83009e-21) (1.01726 0.0098124 1.51734e-21) (0.980214 -0.0293824 -3.08109e-23) (0.968029 -0.0397145 -8.96946e-22) (1.00417 -0.00101545 -1.12442e-22) (1.04715 -0.000699252 -1.54e-21) (0.999299 -0.00086584 1.80928e-23) (1.13714 0.0173435 6.3961e-22) (0.992988 -0.00561896 -2.25722e-22) (1.00279 -0.00123861 -6.22946e-23) (1.01685 -0.00707718 -1.44947e-22) (0.95669 -0.0497895 -4.86358e-23) (1.02796 0.00456999 4.82926e-21) (0.999972 -2.16208e-05 -7.34661e-25) (0.980674 -0.0167533 1.94974e-21) (1.00059 -6.80311e-05 1.98739e-23) (0.999111 -0.00209714 -2.1423e-23) (0.999965 -0.000906157 -1.98597e-24) (0.996522 -0.00327959 -9.43746e-23) (1.04798 0.00976518 -1.28634e-21) (1.00045 -0.00259117 -1.62713e-23) (1.01137 0.0339647 4.53244e-21) (0.986695 -0.00896576 -3.44036e-23) (1.09278 -0.0387435 -1.02456e-21) (0.99025 -0.00717239 2.69651e-22) (1.00004 -0.00270801 2.34239e-23) (0.999486 -0.00795735 -1.75232e-22) (1.02911 -0.0059792 2.28342e-21) (1.14963 -0.124198 -3.91494e-21) (1.03434 0.0505101 -1.17818e-20) (1.03466 -0.0199495 -4.77214e-22) (1.01197 -0.00578781 1.55129e-22) (1.00102 0.00440995 1.45637e-21) (0.970609 -0.0287051 -1.43853e-21) (0.997527 -0.00338813 -2.23944e-22) (0.950846 -0.011093 1.14121e-21) (1.00052 -0.00535842 -5.33764e-23) (0.976259 -0.0133124 2.193e-21) (1.02209 0.0146933 -5.39989e-21) (0.998355 -0.00212556 -2.81234e-23) (1.06773 0.146828 0) (0.999316 -0.00527509 -6.49473e-25) (1.02367 0.000635958 4.90918e-21) (1.00005 -0.000105913 -1.32575e-25) (1.0247 0.00168428 5.89159e-21) (1.05961 0.0245552 6.15749e-21) (1.01384 -0.0310914 3.57021e-22) (0.987451 -0.00838858 9.14582e-23) (0.999883 -6.90122e-06 1.57674e-24) (0.999991 -2.89852e-06 9.26588e-26) (1.00283 -0.00233045 -1.17704e-22) (1.00131 -0.00511608 -3.41117e-24) (0.971812 -0.0175255 7.71089e-22) (0.974979 -0.0171251 6.75812e-22) (0.996736 -0.00302802 8.7573e-23) (0.97031 -0.0130711 4.80769e-22) (1.00571 0.00248204 -4.90001e-21) (1.03446 -0.0121008 -8.7041e-22) (1.01999 -0.0878483 -2.73446e-21) (0.991823 -0.0170102 -2.0477e-22) (0.999957 -0.00206645 -3.61997e-24) (1.00225 -0.00194554 4.44165e-23) (1.09858 0.132281 -7.28185e-21) (1.00248 -0.0024803 2.84813e-23) (1.0181 0.0154288 -1.84989e-21) (0.95466 -0.0470486 1.3609e-21) (1.00282 -0.00196762 -4.24907e-23) (1.00003 -0.000482479 -4.56647e-24) (1.00017 -0.00151545 -2.93756e-24) (0.988717 -0.0206819 -4.26338e-22) (0.999389 -0.000370016 -9.70825e-24) (0.998505 -0.00346755 1.20107e-22) (0.994813 -0.0592048 -5.44205e-22) (0.999683 -6.69968e-05 1.38203e-23) (1.00203 -0.0047561 5.75391e-24) (1.00036 -0.0630903 -8.9734e-22) (0.974486 -0.0341519 -2.73773e-22) (1.08807 0.103743 -4.78913e-21) (0.999995 -4.86632e-07 -6.48852e-28) (0.990343 -0.0187583 -1.84407e-21) (1.00007 -0.00103633 3.28744e-24) (0.983387 -0.0126743 -6.05068e-22) (0.999812 -0.000134282 3.16796e-24) (0.959728 -0.0491459 -8.8645e-22) (1.02415 0.00675573 -2.3485e-21) (0.990245 -0.0551599 2.37571e-21) (0.986931 -0.0227063 -6.00959e-22) (0.999358 -0.00675958 -2.416e-22) (0.990813 -0.00669603 2.08025e-22) (0.999605 -0.00327253 -7.74591e-23) (0.997006 -0.00364102 1.46374e-22) (1.02267 -0.00118722 1.85667e-21) (0.987195 -0.0330895 6.17703e-22) (0.999989 -7.31431e-07 1.32364e-25) (0.996888 -0.0125479 -1.5763e-22) (0.998326 -0.0100686 -9.66758e-23) (0.999799 -0.000272343 1.46715e-24) (0.998885 -0.00763441 -1.8785e-22) (1.00731 -0.00859737 4.26337e-22) (0.993762 -0.00630276 6.76986e-22) (0.97674 -0.0178784 1.61858e-21) (0.999978 -1.38153e-05 -1.20808e-26) (1.01958 0.0116628 -2.58874e-21) (0.989013 -0.0341535 -2.85142e-22) (1.00394 -0.00493645 -7.13005e-23) (0.999798 -0.000218472 -1.01605e-23) (0.995439 -0.00640383 1.69032e-22) (0.999803 -0.000173238 -8.09863e-24) (1.05627 -0.0597398 -1.5297e-21) (1.00014 -0.000416798 6.39267e-25) (0.985006 -0.0141796 5.37918e-22) (0.999907 -0.00141988 -2.20755e-23) (0.973544 -0.0182247 1.62093e-22) (1.0016 -0.00399748 -7.05819e-23) (1.00008 -0.00521135 -1.88252e-23) (0.995079 -0.0155784 8.76508e-22) (1.00016 -0.000140242 -3.67793e-24) (0.994647 -0.00689304 -2.39241e-22) (1.00084 -0.00504007 1.81386e-23) (1.00282 0.00502217 3.82033e-21) (1.00063 -0.000866521 -9.3068e-24) (0.999038 -2.68784e-05 2.06072e-22) (0.998206 -6.3331e-05 -2.65786e-22) (1.00225 -0.00433458 -4.54951e-23) (1.02233 0.00548267 -1.67955e-21) (0.991223 -0.00814065 -1.1366e-22) (1.11483 -0.0903409 1.68514e-21) (0.992642 -0.0190816 -1.03138e-21) (1.00014 -0.00138323 -8.47173e-24) (1.02161 0.00383002 2.99162e-23) (1.02049 -0.00651808 2.30058e-22) (1.00066 -0.00108406 -1.4198e-23) (1.00006 -1.72113e-05 8.27038e-25) (1.02266 -0.00679269 3.44594e-21) (0.969888 -0.0349565 4.08399e-22) (1.00157 -0.00474772 -1.6164e-23) (0.984232 -0.0219554 -4.93326e-22) (1.00465 -0.0191358 2.20012e-22) (1.00017 -0.000806244 1.62948e-24) (1.06632 -0.0322514 2.23272e-23) (0.991757 -0.000239661 -1.95268e-22) (0.992321 -0.00896961 -4.32908e-22) (0.993397 -0.00522722 5.13119e-23) (1.05525 0.143338 -1.58693e-20) (1.01268 -0.0049213 4.19215e-22) (1.12371 -0.0730944 1.90492e-21) (1.01521 -0.00626066 1.18266e-21) (0.999869 -8.67203e-06 -8.94995e-25) (1.00002 -1.87427e-06 2.03609e-28) (1.00197 -0.0103996 5.45598e-23) (1.00271 -0.0105181 2.21947e-24) (1.08876 0.0495028 -2.38869e-22) (0.998363 -0.00865047 3.96209e-22) (1.01704 -0.0179166 -1.25064e-22) (1.00005 -0.00020211 -2.78911e-25) (0.966904 0.066357 3.78516e-22) (0.978395 0.0826422 5.87015e-21) (0.99961 -1.92525e-05 2.87542e-23) (1.0085 0.0217587 -1.90454e-21) (0.91811 0.0467653 -1.93535e-20) (0.981997 -0.0239459 -1.15782e-21) (1.00001 -1.28736e-06 -2.15889e-25) (1.11199 0.0517472 -8.40509e-22) (1.0426 0.0179079 -6.51042e-21) (0.999128 -2.90298e-05 -2.09246e-23) (0.985479 -0.0153844 3.3114e-22) (1.00006 -0.00162028 1.18604e-24) (1 -1.39644e-05 4.34775e-26) (1.01713 0.00600629 -4.34038e-21) (1.09457 -0.0253637 -1.29932e-22) (0.999998 -1.45161e-05 6.75222e-26) (0.964637 -0.0507171 1.63098e-21) (1.00002 -0.00134109 2.2884e-23) (1.01789 -0.00445277 3.02209e-21) (1.0827 -0.00832412 5.51397e-22) (0.979545 -0.0259267 1.84857e-21) (0.994213 -0.00022677 -7.45157e-22) (0.989702 -0.0231649 -1.66739e-21) (0.999794 -0.00217525 1.24754e-23) (1.00059 -0.000980705 -6.05268e-24) (0.993193 -0.000880388 7.08157e-22) (1.03268 -0.00177461 -1.02749e-21) (0.970826 -0.0327239 -5.25543e-22) (1.06702 0.0546087 6.20237e-22) (0.998018 -3.26287e-05 -2.23084e-22) (1.03705 -0.0157337 1.08867e-21) (1.00027 -0.0125268 2.61794e-22) (0.999926 -6.29835e-06 1.80668e-25) (1.00178 -0.0119456 2.76198e-22) (0.998361 -0.00251292 -8.865e-23) (1.02912 0.0115278 -2.86361e-22) (0.997696 -0.00966647 5.23368e-22) (1.03769 0.0156805 -5.37441e-21) (0.999805 -0.00238281 -3.1899e-23) (0.982688 -0.108099 -1.7136e-21) (0.969532 -0.00742404 1.05971e-21) (1.03302 0.0134286 -3.01704e-21) (0.997008 -0.0108602 3.7531e-22) (1.00033 -0.00452563 -1.59746e-23) (0.976887 -0.0281126 -1.7468e-21) (1.00021 -0.000165058 2.19486e-24) (1.00733 -0.00759105 -6.782e-22) (1.02632 0.0050639 -5.0939e-21) (0.996142 -0.0120892 4.45515e-22) (1.03788 0.0207786 1.30704e-21) (0.995224 -0.013462 2.51164e-22) (0.999857 -0.0143686 -6.63537e-22) (0.981612 -0.130462 -3.31723e-21) (1.06023 -0.025922 5.43279e-22) (0.989377 -0.000555481 -3.36694e-21) (0.990578 -0.0132927 1.87736e-22) (0.999556 -5.82338e-05 -1.65744e-23) (0.986053 -0.027819 5.05359e-22) (1.00076 -8.86674e-05 -4.10979e-24) (0.994694 -0.00801357 -2.88326e-22) (1.00099 -0.00430565 -2.73168e-24) (0.98999 -0.0414288 -1.863e-22) (0.994161 -0.014931 5.6218e-23) (1.01852 -0.00592671 5.07725e-22) (0.999049 -4.15922e-05 -3.14183e-23) (0.986551 -0.000655321 1.82985e-21) (0.973998 -0.030374 1.65021e-21) (1.01416 -0.00608506 9.40732e-22) (1.0687 -0.0236153 5.10102e-22) (1.02392 0.00434828 3.52891e-21) (1.00223 -0.00100635 7.04462e-23) (1.00001 -8.00782e-07 -1.32734e-25) (0.996327 -0.00452583 3.05065e-22) (1.01102 0.0207577 -5.9505e-21) (0.999965 -3.10497e-06 8.51236e-25) (0.997956 -6.29302e-05 7.29348e-23) (1.00074 -0.00845833 -4.81394e-23) (0.999863 -0.000159322 -4.14947e-24) (0.987285 -0.000840487 2.77068e-23) (1.00155 -0.0136199 -2.02443e-23) (1.00177 -0.00187938 -8.89146e-23) (0.999399 -0.000425434 -1.40296e-23) (0.999596 -1.78995e-05 -1.64561e-23) (1.00017 -0.000181197 -1.2368e-24) (0.973315 -0.0132602 -5.78417e-22) (1.00136 -0.0156012 3.76517e-23) (0.997518 -0.0272555 4.1094e-22) (1.00742 -0.0318084 5.36135e-22) (0.99817 -0.00175865 -1.03173e-22) (1.04109 0.141765 9.05615e-21) (1.02083 -0.00530494 -2.89501e-21) (0.978391 -0.0244725 -2.51169e-21) (1.0005 -0.0292832 -2.32483e-22) (1.00081 -0.00105523 3.04737e-23) (1.00006 -0.000224736 4.93482e-25) (1.00807 -0.00919569 -2.02656e-22) (0.999431 -0.000331461 2.72376e-23) (1.00468 -0.0041357 -3.84077e-22) (1.02883 0.137452 4.63848e-21) (1.08935 0.0374858 -4.02398e-21) (1.08764 0.0259073 -2.37605e-21) (0.999856 -0.00312011 4.8525e-23) (0.994352 -0.000320579 -7.77546e-23) (0.999184 -0.000876139 8.00081e-24) (1.02947 -0.0218256 4.06923e-22) (1.0844 0.0154499 -6.46087e-22) (1.02533 0.0040515 6.1887e-22) (1.02359 0.0129754 5.75069e-22) (1.01983 0.0138717 8.40025e-21) (0.992985 -0.0165573 4.85915e-22) (0.99952 -0.000267935 1.37978e-23) (0.999058 -7.19441e-05 -2.8679e-23) (1.0251 -0.0150161 -4.46936e-22) (1.00116 -0.0177961 -4.27986e-22) (1.01596 0.0141594 1.65422e-21) (0.999998 -1.94359e-05 -2.4566e-25) (0.999339 -0.00623046 7.41748e-23) (0.999992 -3.42294e-07 6.70403e-28) (1.00221 -0.0229614 6.35468e-23) (0.988365 -0.0459738 -3.50083e-22) (0.999718 -2.78436e-06 3.66119e-24) (0.996959 -0.0254432 -2.62507e-22) (0.985765 -0.0297979 -1.12682e-21) (0.96009 -0.0406553 2.31792e-21) (1.01472 0.00924381 5.53608e-21) (1.02704 0.0114649 3.84603e-21) (1.07657 -0.0297112 1.08722e-22) (1.03053 0.0136149 -1.61074e-21) (1.04 -0.00479286 -2.2749e-21) (1.0446 -0.00689004 -3.04673e-22) (0.999999 -2.24053e-05 3.38289e-26) (1.00078 -0.0228713 8.08205e-22) (1.00052 -0.0259097 3.2529e-22) (1.24395 -0.0829779 -6.24281e-21) (1.00099 -0.0202286 6.28741e-23) (0.970161 -0.0148718 -6.65725e-22) (1.0431 -0.00953398 1.14233e-21) (1.18336 -0.117767 -4.90594e-21) (0.999485 -3.57117e-05 2.26984e-23) (0.954153 -0.00855984 -2.73286e-22) (1.04015 0.0050378 2.33903e-21) (1.04395 0.0144643 -5.89513e-22) (1.02031 -0.00304717 3.47416e-21) (1.12752 0.0295622 -2.11355e-21) (0.993968 -5.1251e-05 -6.33102e-22) (0.991617 -0.0182962 8.7654e-22) (1.02708 -0.0222573 -7.23986e-22) (0.997062 -0.00308396 -1.40808e-22) (0.998896 0.050488 2.06545e-21) (1.00004 -5.11515e-05 4.72058e-26) (0.968203 -0.0814879 8.28788e-22) (1.02487 -0.00509618 1.18664e-21) (1.0089 -0.00351019 6.59051e-23) (0.999629 -0.00425332 -5.36987e-23) (0.973731 -0.0363198 -2.3108e-21) (0.968765 0.0730762 -5.32293e-21) (0.990109 -0.0201691 2.18499e-21) (1.02651 -0.00711453 -1.3455e-22) (0.999655 -0.00463401 7.57946e-23) (0.943883 -0.0091322 -4.74206e-22) (1.00015 -0.000164328 2.1388e-24) (1.07467 0.102981 4.14484e-21) (0.967171 -0.0310185 1.49704e-22) (0.988453 -0.0221858 2.49474e-22) (1.01993 -0.00445904 3.00881e-21) (1.01947 -0.0202843 -3.93386e-22) (1.0251 -0.00657994 6.30189e-22) (0.992995 0.110331 -4.27855e-21) (1.01564 0.0450475 -7.35475e-21) (1.00146 -0.00299555 8.30204e-24) (1.00026 -0.000127073 1.06071e-23) (0.998461 -0.00231505 1.13024e-22) (1.00008 -0.000226079 -8.30558e-25) (0.994657 -0.0001832 1.71571e-21) (0.998106 -0.000132582 7.46943e-23) (1.02666 -0.00882811 1.37596e-21) (1 -2.32553e-05 9.83347e-26) (0.999049 -0.00013005 4.20124e-23) (1.04393 -0.00152333 -5.57828e-22) (1.00703 0.0902584 4.21039e-21) (0.985829 -0.0215949 1.15016e-21) (1 -2.50086e-06 -2.59623e-27) (0.969277 0.0564955 -1.65683e-21) (0.969633 -0.0896816 3.37212e-21) (1.22845 -0.0292324 1.96531e-21) (0.999539 -1.73108e-05 3.52021e-23) (1.13038 0.0549989 2.07749e-21) (0.956407 -0.00477014 2.3669e-21) (1.03912 -0.0140011 -1.33442e-22) (1.03935 0.0179746 9.74771e-21) (1 -8.19563e-06 4.60748e-27) (1.03398 0.0107184 4.67401e-21) (0.983716 -0.0235811 1.986e-21) (1.0001 -7.01897e-05 2.40712e-24) (1.03237 -0.0184048 4.93613e-22) (1.02823 -0.017677 1.91436e-22) (1.02823 -0.00938463 -1.06087e-21) (1.00216 0.063157 7.33325e-21) (0.987563 0.102028 -6.3948e-23) (1.00303 -0.00464776 -1.46355e-22) (1.01919 -0.00234977 -3.96008e-21) (1.0003 -0.000593027 4.93809e-24) (0.974775 -0.012458 -1.44886e-21) (0.981418 -0.0255857 5.24691e-22) (0.999962 -3.45162e-06 4.36132e-25) (1.03477 0.0158376 2.70277e-22) (0.972062 -0.099497 -4.52086e-21) (0.988414 -0.00024591 -3.14377e-21) (1.22802 -0.0120619 8.71296e-22) (0.999762 -0.00594329 7.16571e-23) (1.00002 -4.06522e-06 1.85452e-25) (1.00287 -0.00382063 8.14931e-23) (1.01061 -0.0109291 -4.82151e-22) (1.0466 0.110038 5.8815e-21) (0.978896 -0.0277404 -3.43443e-22) (0.998539 -0.000512391 -1.13591e-23) (1.00008 -9.41152e-06 1.15543e-24) (0.997975 -0.00269984 8.51776e-24) (1.00004 -3.09425e-06 9.49744e-25) (0.992418 -0.0249177 -8.51871e-23) (0.976168 -0.0300503 1.14516e-21) (0.995007 -0.00432933 3.18681e-22) (0.989202 -0.0364267 -6.95701e-22) (0.974797 -0.00155717 -3.43898e-21) (0.97314 -0.0324434 -3.91518e-22) (0.999997 -6.69915e-06 -5.33791e-26) (0.981052 -0.0451266 1.31426e-21) (0.998407 -0.00293585 -1.66895e-22) (0.976682 -0.110037 1.06829e-21) (1.02851 -0.0113438 -5.68324e-22) (0.999977 -5.20334e-05 -3.32003e-25) (1 -1.79996e-06 7.14735e-27) (0.972122 0.00139715 1.5826e-20) (1.01786 0.131904 2.31001e-20) (0.979945 0.0566906 2.3008e-20) (1.06229 0.10029 4.05632e-21) (1.02021 -0.0222551 3.74992e-22) (1.00001 -0.0024714 1.2338e-23) (1.02063 -0.0189221 -3.03361e-22) (0.992997 -0.0449316 -6.46644e-22) (1.00008 -0.000182296 9.88405e-25) (1.02126 0.0765533 3.54557e-21) (1.08017 -0.0420456 -3.79279e-22) (0.999643 -0.000176167 -9.1665e-24) (1.08484 0.0097605 -1.55831e-21) (1.04188 0.000618728 3.48372e-21) (1.06669 -0.018714 -1.36087e-21) (1.05091 -0.176796 -5.51216e-21) (0.965488 -0.0478216 -6.27612e-22) (1.02029 0.0311681 1.27743e-20) (1.07597 -0.183902 1.29227e-20) (1.03258 -0.0158035 -1.37478e-22) (1.0035 -0.00196473 5.81385e-24) (1.19037 -0.149037 8.56921e-21) (1.21382 -0.123372 4.05998e-21) (1.22093 0.0442315 7.45581e-22) (1.20992 0.0650892 -5.06406e-22) (1.19767 0.0803718 -1.39302e-22) (1.18408 0.0936606 -2.00319e-22) (1.12883 0.129845 -4.40295e-21) (1.11486 0.134552 -1.51789e-21) (1.06032 -0.00561714 7.43035e-22) (0.978728 -0.0464209 -6.16715e-22) (0.945766 0.0267731 1.01681e-20) (0.996998 -0.00426101 5.76504e-23) (1.0872 -0.0251678 -1.97868e-22) (0.958471 -0.0210018 6.86146e-22) (1.00311 -0.00135793 -1.85121e-22) (1.02269 0.00235961 -2.91443e-21) (1.05228 -0.0553082 -2.11849e-21) (0.994702 -0.00593813 1.64762e-22) (0.936686 -0.0360261 -5.04927e-21) (1.16368 -0.167843 7.64887e-21) (1.01752 -0.00603123 3.3145e-23) (1.00007 -5.25887e-05 -6.0325e-26) (0.96611 -0.0290056 2.32893e-21) (0.999635 0.117908 -1.79253e-20) (1.08526 -0.0371254 -5.09299e-22) (1.01554 0.0892042 -1.55657e-21) (1.02089 0.0484413 -2.62678e-21) (0.94756 0.0660149 -1.84103e-20) (1.03058 -0.0122379 1.45555e-22) (1.10255 -0.18529 -9.17716e-21) (0.991655 0.0947043 1.59064e-20) (1.01983 -0.0169861 -5.21786e-22) (1.14237 0.122703 2.94993e-21) (0.999542 -5.8173e-05 1.92826e-23) (0.997535 -0.000388669 6.1726e-23) (1.00017 -0.000610609 8.18605e-26) (0.981228 -0.0512752 -3.45511e-21) (1.03526 0.00113962 -1.06004e-21) (1.10522 -0.0845799 -3.29582e-21) (0.978349 -0.0596329 -2.90357e-21) (1.05397 -0.0504732 1.29016e-21) (0.969051 -0.0443374 1.08553e-21) (1.09818 -0.0187346 8.69162e-23) (1.00773 -0.0240748 -3.73346e-22) (1.03746 0.00172086 2.47851e-21) (0.986518 -0.0508783 -2.12023e-21) (1.00067 -0.000271792 2.53987e-23) (1.00251 -0.0156376 -3.48175e-22) (1.13275 -0.179642 9.42581e-21) (1.00272 -0.00426334 8.12424e-23) (1.02717 -0.0495924 -4.75618e-22) (0.984993 -0.0101712 3.47286e-22) (0.972035 0.0125762 -8.8742e-21) (1.00001 -6.13647e-06 2.80503e-26) (1.23212 0.0194175 -1.53713e-21) (1.00139 -0.004347 8.94308e-24) (0.992909 -0.00725507 2.8276e-22) (1.00317 -0.00176157 1.56056e-22) (1.08398 -0.0193017 2.45761e-22) (1.00063 -0.00193964 -2.00763e-23) (0.944145 -0.0298375 -1.48631e-21) (0.999965 -4.07144e-06 2.29837e-25) (0.997478 -0.00395125 1.91381e-22) (1.03931 -0.000212504 -4.38667e-21) (1.00587 -0.0284539 -2.66032e-22) (0.994308 -0.000153457 7.05975e-22) (0.997856 -0.0138881 -4.80348e-22) (1.00003 -2.60443e-06 2.20638e-25) (1.10632 -0.0180665 -4.21582e-22) (1.1699 0.105179 9.36746e-22) (0.969547 -0.0308844 -1.44356e-22) (0.990895 -0.0328138 4.11278e-22) (1.07764 -0.0193825 1.08746e-22) (0.998293 -0.00461129 -2.04561e-22) (0.999747 -1.49351e-05 -4.71021e-23) (1.05738 0.0289994 -4.11108e-21) (1 -1.51921e-05 -2.2208e-26) (1.0305 -0.0145875 3.40728e-23) (1.01368 -0.00500986 -6.10833e-22) (0.964282 -0.069591 -4.02668e-22) (0.999996 -6.1218e-06 6.31441e-26) (0.99982 -5.57435e-06 -2.61631e-23) (0.999983 -3.31512e-06 4.51426e-26) (0.996703 -0.0565096 -1.49948e-22) (1.03029 0.0185105 9.52321e-21) (0.999986 -3.08877e-06 -1.56277e-25) (0.99532 -0.00400934 -2.01576e-22) (1.00005 -4.01879e-05 -1.84076e-26) (1.05048 -0.0464777 1.1231e-21) (0.987667 -0.0197698 -1.36063e-21) (1.00011 -6.0779e-06 -2.50936e-24) (0.971719 -0.0157621 5.75494e-23) (0.980372 -0.0722679 2.90614e-21) (0.929783 0.00923991 1.4348e-20) (0.999973 -4.77034e-05 9.16058e-25) (1.02718 -0.00435281 -2.18266e-21) (1.00077 -0.000411398 1.31723e-23) (0.99962 -0.00011435 -5.5786e-24) (1.00039 -0.000205231 -1.62089e-23) (1.15628 0.114814 -3.94647e-22) (1.03935 -0.0604964 1.18512e-21) (0.978578 -0.0495862 3.32727e-21) (0.973876 -0.00288252 -2.15239e-21) (1.07647 0.129504 1.94665e-20) (0.995563 -0.000215596 1.34414e-22) (1.0819 0.0269387 -6.17055e-23) (1.00001 -3.19461e-06 -1.32405e-26) (1.01921 0.0451064 -1.88561e-21) (1.12818 0.00307742 -1.34746e-22) (1.00001 -7.4601e-06 4.65681e-27) (0.984219 -0.103633 3.15384e-21) (1.02762 -0.000581523 -6.43041e-22) (0.999929 -4.58888e-06 -7.36434e-24) (0.999975 -4.2068e-05 -2.99936e-25) (0.971413 -0.00481826 7.5693e-22) (0.975655 -0.0265626 3.12269e-21) (0.903386 0.0226345 1.35139e-20) (1.00002 -6.18482e-05 7.01517e-26) (0.979575 -0.0311683 2.49839e-21) (0.969384 -0.00629702 8.50005e-23) (0.999982 -9.74481e-06 7.8421e-26) (1.02234 -0.0224785 5.62187e-23) (1.00024 -0.00129026 2.5313e-24) (0.986218 -0.0202034 1.06295e-21) (1.03179 0.0319104 -4.17178e-21) (0.976266 -0.0147282 -9.01312e-22) (1.01276 -0.00203618 9.83088e-22) (1.00357 -0.00452215 1.70677e-22) (1.00002 -0.00478913 3.28505e-23) (1.04756 0.121134 1.59291e-20) (1.00769 0.125526 1.67725e-20) (1.00085 -0.000913401 6.06653e-25) (1.02619 -0.0456315 -1.71586e-21) (0.976116 -0.00217794 1.82033e-22) (1.07552 0.141423 -3.19207e-21) (1.03727 -0.0557933 -2.18151e-21) (0.999897 -0.000166789 6.72578e-24) (1.03322 -0.00587162 1.27429e-21) (0.982285 -0.122874 2.12844e-21) (1.01452 -0.0975266 3.27946e-22) (0.999375 -0.000201698 1.43229e-23) (1.0069 -0.0255479 7.14983e-22) (1.10607 0.00226324 -2.82853e-22) (1.01818 -0.0167064 4.2922e-22) (1.13229 -0.0668227 1.1682e-21) (0.956161 -0.0248322 -3.03884e-21) (0.938862 -0.0302188 -3.44125e-21) (0.990512 -0.0441463 3.06494e-21) (1.01893 -0.00478651 -1.13866e-21) (1.00002 -2.05316e-06 1.72619e-25) (0.996256 -0.000152058 7.7996e-23) (0.89268 0.0385206 -4.74911e-21) (0.999701 -1.55456e-05 -8.47451e-24) (0.999535 -0.00856898 4.12557e-23) (0.997672 -0.00364631 1.83548e-22) (0.979265 0.0078867 -8.0097e-21) (1.02182 0.00267769 -1.67307e-21) (1.00001 -5.27569e-07 -5.7773e-27) (1.00001 -4.36096e-07 -3.8363e-27) (1.00027 0.000545138 1.16219e-20) (1.00098 0.000402875 -8.56244e-21) (0.995239 -8.49956e-05 -9.48039e-22) (0.969544 -0.0608279 -1.2291e-21) (0.96831 -0.047071 2.3592e-22) (0.999975 -5.56196e-06 -2.84931e-25) (1.01088 -0.00178469 8.49325e-22) (1.00881 -0.0107029 -1.39384e-22) (1.04859 0.0197322 -1.80766e-21) (0.998518 -0.000111555 -1.30321e-22) (1.07148 0.084428 -6.73297e-21) (0.988914 -0.0157601 -7.00108e-22) (1.03017 -0.0192866 -5.56491e-22) (0.998294 0.0902707 1.42469e-20) (1.00012 -9.3871e-05 -1.65993e-25) (0.996909 -0.0196634 7.10013e-22) (1.23051 -0.094508 -6.06407e-22) (1.23861 -0.0623823 9.79745e-21) (0.988722 -0.0138452 6.23069e-22) (1.00033 -0.00667835 3.3852e-23) (1.01806 0.0799681 8.15526e-21) (1.02076 -0.000924032 3.71511e-21) (1.11926 -0.000410122 3.39281e-23) (0.995032 -0.0429409 -1.16246e-21) (0.966882 -0.072997 2.71503e-21) (1.00003 -6.71405e-05 3.51605e-25) (1.01383 0.017469 -6.52155e-21) (1.00029 -0.0020235 8.1632e-24) (1.00006 -0.00018321 -6.65777e-25) (0.983572 -0.0464383 -1.44814e-21) (1.04293 -0.00434306 7.42972e-22) (1.00076 -0.000825968 2.80476e-23) (0.995896 -0.00035791 -9.27989e-22) (1.00224 -0.0666437 1.11231e-21) (1.02692 0.0080277 4.29632e-21) (0.998494 -0.00271019 1.49501e-23) (0.973602 -0.0267832 -2.84057e-21) (1.00037 -0.00170521 -2.066e-24) (0.990108 -0.000314855 -3.51655e-22) (1.0002 -9.6998e-05 9.85085e-25) (1.03119 -0.0506759 -2.78305e-21) (1.00014 -0.00213545 -1.65818e-23) (1.10925 -0.0107028 -5.04074e-22) (0.987317 -0.0309299 8.85045e-22) (1.01406 0.0152818 -5.24838e-21) (0.994994 -0.00552592 -6.07914e-24) (0.999972 -2.58772e-06 -7.73667e-25) (1.00011 -0.000604295 6.74386e-25) (0.910913 0.0768694 -1.43295e-20) (0.999988 -5.76899e-07 -2.79457e-26) (0.988878 -0.0488984 4.71852e-22) (0.970564 -0.039176 3.79432e-22) (1.01499 0.0505927 4.77596e-21) (1.03464 -0.0146332 8.73566e-23) (1.00003 -0.000851287 4.45488e-24) (0.992263 -0.0102384 -6.42934e-22) (0.999404 -0.0348217 -9.79215e-22) (0.995882 -0.000128521 -5.35498e-22) (1.02579 -0.00412545 2.4227e-21) (0.971705 -0.0435488 -1.2505e-21) (1.04522 0.00802536 -5.66393e-22) (0.992027 -0.00645537 -6.32426e-22) (1.1429 0.0320266 1.5554e-21) (0.993901 -0.0275025 1.20231e-21) (0.996948 -0.0134648 -1.41965e-22) (1.01044 0.0468903 1.16151e-20) (1.00121 -0.00258806 4.26869e-24) (0.995033 -0.0166691 -4.18842e-22) (1.07776 0.0531822 -2.01837e-21) (1.02607 0.00979843 -2.56958e-21) (0.974155 0.0475856 2.20315e-20) (0.983792 -0.0496003 8.42765e-23) (0.98113 -0.0198856 3.99585e-22) (0.999549 -0.000239819 -1.61091e-23) (1.00144 -0.0541462 -4.89886e-22) (1.00114 -0.099961 -3.76343e-22) (1.04517 0.004705 -7.30333e-22) (1.00003 -0.00898984 -2.95389e-23) (1.01369 -0.00326103 -3.72571e-22) (1.00006 -0.000450218 2.9372e-26) (1.01168 -0.0127711 -3.11606e-22) (0.998465 -0.00163959 -9.47273e-23) (1.06162 -0.0358862 -4.38388e-22) (0.986585 -0.0242925 -6.19992e-22) (1.04464 -0.0609217 -1.97431e-21) (0.999139 -0.000788531 1.34021e-23) (0.990979 -0.0274748 6.8509e-23) (1.00005 -0.000405854 1.96694e-24) (1.12867 0.0123523 -7.22931e-22) (0.97503 -0.00345713 1.1644e-22) (0.999648 -1.97316e-05 1.75762e-23) (1.00003 -1.00636e-05 -8.33229e-25) (1.11005 -0.0405148 3.5253e-22) (0.937018 0.0115101 -1.14262e-20) (0.993929 -0.000231565 1.54968e-21) (0.992527 -0.0203999 -7.63628e-23) (0.998967 -0.00969294 -1.91631e-22) (0.99993 -0.0040428 2.30702e-23) (1.01124 0.0873285 -5.4557e-21) (1.01537 -0.00431128 -1.77136e-21) (1.00001 -3.49278e-06 -1.06061e-25) (1.03193 -0.037565 -2.60759e-22) (0.947862 -0.00675511 -1.29229e-21) (0.999992 -3.91585e-06 4.21816e-27) (0.999954 -0.00767696 2.10729e-22) (0.973273 -0.0148296 7.78819e-23) (0.994304 -0.00499135 1.22063e-23) (0.998053 -0.000114601 7.72342e-23) (1.02588 0.00667684 2.42268e-21) (1.02577 0.077364 1.2636e-21) (1.06205 0.141845 2.19444e-21) (0.976818 -0.0336859 2.00508e-21) (1.00017 -0.00232685 -1.68734e-23) (0.971351 -0.0368057 8.64486e-22) (1.00005 -0.000164759 -1.34454e-26) (1.095 0.0926932 7.50366e-21) (0.947491 0.0907772 -9.56889e-21) (1.00006 -2.03677e-05 -2.04874e-24) (0.999888 -0.00701975 -3.60543e-23) (1.08317 -0.0306719 -1.92029e-23) (0.935677 0.0886706 1.89208e-20) (1 -1.36327e-05 7.35268e-26) (1.01373 0.0473081 -4.91197e-21) (0.923204 0.0843496 6.95368e-21) (0.983351 -0.00116409 1.38113e-22) (0.995804 -0.000301723 1.26547e-22) (0.998918 -0.00893583 -3.02277e-22) (1.00587 0.0409539 1.27694e-20) (0.996544 -0.00422568 -3.05934e-22) (0.933959 -0.0262664 3.8697e-21) (0.970247 0.0362243 -9.5439e-21) (0.997154 -0.00258611 -1.02228e-22) (1.01341 0.0569673 -3.26033e-21) (0.992917 -0.00024189 1.91553e-22) (0.996077 -0.0150488 -3.03665e-22) (0.958302 0.0916413 -1.0926e-20) (1.15096 0.107078 2.76236e-21) (1.00701 0.0435908 -1.29538e-20) (1.00515 0.0345656 -3.65966e-21) (1.00119 -0.00122911 -2.35199e-23) (0.999995 -3.00211e-07 -1.14171e-26) (1.01186 0.0186366 6.88343e-21) (1.02528 -0.00292535 6.00707e-22) (0.994191 -0.000429881 5.33589e-22) (0.986334 -0.000500488 -2.51708e-21) (1.06876 -0.0431125 4.96762e-22) (0.9761 -0.00155409 -1.04035e-22) (0.993857 -0.0185119 1.74484e-22) (1.00957 0.0442016 -1.34626e-20) (1.00014 -0.00351287 4.23924e-23) (0.99887 -5.17204e-05 6.17269e-23) (1.0041 -0.12025 1.17473e-21) (1.15049 -0.0606027 4.18491e-21) (0.98719 -0.00109375 -2.33519e-22) (0.96935 -0.0651331 -2.92082e-21) (1.08523 -0.101245 1.0788e-21) (1.04454 0.117437 -1.07823e-20) (1.02182 -0.00493367 -1.31533e-21) (1.01133 -0.00396917 8.49831e-22) (0.967707 0.0913864 5.54126e-21) (1.00042 -0.00144902 -1.37895e-23) (0.999978 -1.87678e-05 8.57804e-25) (1.02274 -0.0054986 -7.73489e-23) (1.01713 -0.000735214 8.92605e-22) (1.02366 -0.00481294 -5.51912e-21) (0.999899 -1.28686e-05 -1.14192e-24) (1.00371 -0.00401277 -2.00775e-23) (0.999998 -1.22319e-05 -1.53669e-25) (1.14295 -0.0704844 -4.94994e-21) (1.0148 -0.016079 4.07862e-22) (0.99998 -6.85529e-06 1.033e-25) (0.999355 -0.000638496 1.48087e-23) (1.00033 -0.00155082 5.07727e-24) (1.00004 -0.00013285 1.57485e-25) (1.02505 -0.00104201 -4.02888e-21) (0.995594 -0.00735685 -2.84839e-23) (1.00026 -0.00416531 5.19949e-24) (0.996079 -0.0140051 1.38983e-23) (0.970527 -0.00167568 -1.94182e-21) (0.994827 -0.00509896 -2.14152e-22) (0.998337 -0.00178653 6.13252e-23) (1.04173 0.106859 -1.00595e-21) (0.99106 -0.0224922 1.52295e-21) (0.995107 -0.0231816 8.88229e-22) (1.00068 -0.00036703 1.30628e-23) (0.993152 -0.000683296 1.83078e-23) (1.00003 -7.73473e-05 3.37839e-27) (0.992442 -0.0528157 -2.56443e-21) (1.02015 0.00375868 2.16773e-21) (1.06891 -0.0495048 -1.29585e-21) (1.08246 0.0482554 -7.0969e-22) (1.00425 -0.00182694 1.16575e-22) (1.04237 0.00345361 -3.63718e-22) (1.07197 0.0509639 3.58947e-21) (1.02289 0.0330346 -1.39128e-20) (0.992155 -0.000410381 2.07308e-22) (0.995038 0.060092 -2.39512e-20) (0.993947 -0.0172457 3.44025e-22) (1.04996 0.13856 1.82882e-20) (1.02034 -0.151324 -1.42439e-21) (0.999989 -2.81723e-06 -1.19838e-25) (0.998237 -0.0240446 -1.56949e-22) (0.992373 -0.0233283 1.551e-22) (1.01222 -0.00417379 -1.25025e-21) (1.02096 0.0105743 5.38362e-22) (0.956331 -0.0221093 1.93897e-21) (1.00012 -0.000873407 -2.22235e-24) (0.987583 0.000504301 1.99974e-21) (1.00385 -0.00171588 1.87624e-23) (1.0569 0.0218066 -2.11238e-21) (0.975573 -0.020253 -3.03109e-22) (1.12993 0.0388936 -2.00562e-21) (1.02565 -0.00196914 3.00505e-21) (1.00038 -0.00237862 2.63043e-24) (0.981543 -0.021175 -9.80122e-23) (0.942937 -0.013614 5.25111e-22) (1.00114 -0.000283305 3.90449e-26) (0.999643 -6.80265e-05 1.24538e-23) (0.994118 -0.00586618 -5.50761e-22) (0.977514 -0.0315885 -3.16583e-21) (0.997334 -0.00238718 2.01021e-22) (0.996275 -0.000539243 4.38261e-23) (0.936799 -0.0246778 -2.96084e-21) (1.00036 0.00251511 8.59654e-21) (0.997168 -0.0045804 1.26121e-22) (0.977464 -0.0125162 1.51895e-21) (0.99999 -4.43016e-07 8.5996e-26) (0.975284 0.00337081 -1.83396e-21) (0.971934 8.49272e-05 -1.24885e-20) (1.00335 -0.00367047 -2.76893e-22) (1.00002 -0.000770429 -3.86612e-24) (0.982589 -0.0186945 -3.46245e-22) (1.00529 -0.0203987 4.30995e-22) (0.993724 -0.047589 1.56484e-21) (1.00005 -0.000132954 1.4163e-25) (1.06926 -0.0147448 -8.71362e-22) (0.991352 -0.0373108 4.61053e-22) (1.00008 -0.000373243 -4.49194e-25) (0.999704 -3.96503e-05 1.98422e-25) (1.00282 -0.0746415 -1.13023e-21) (0.999574 -0.000143169 -1.60912e-23) (0.991189 -0.0210172 -1.11151e-21) (0.991843 -0.039766 5.00154e-22) (1.03613 0.136386 -6.79055e-21) (0.947014 -0.0103735 -7.102e-22) (1.00639 0.0541509 -2.94296e-22) (0.999649 -0.000216623 -1.60818e-24) (0.993955 -0.00536773 3.03797e-22) (0.991537 -0.00692571 -4.01934e-23) (1.13977 0.0399396 9.48665e-22) (1.07663 -0.00955575 1.99794e-22) (1.00358 -0.0833215 -2.52192e-21) (1.00109 -0.00242864 1.38072e-23) (0.991717 -0.00759931 -4.30865e-23) (1.03555 0.0687442 -9.27059e-21) (0.976208 -0.0217918 6.55344e-23) (1.00015 -0.000733589 1.92981e-24) (1.00003 -9.41818e-06 3.37818e-25) (0.998434 -0.00195963 -7.64363e-23) (1.00001 -5.86377e-06 -1.83795e-27) (1.04725 -0.0559747 1.88822e-21) (1.00013 -0.0116059 5.65016e-23) (1.00872 -0.0118692 -1.17622e-22) (0.998751 -3.94257e-05 4.96864e-23) (1.07524 0.0329243 -2.14991e-21) (1.00002 -7.72252e-05 2.21725e-25) (1.00076 -0.00290323 -3.72804e-24) (1.10155 0.139463 -1.85864e-20) (1.08794 0.140965 -8.86426e-21) (0.984119 -0.0108235 1.31723e-22) (0.999196 -8.89307e-05 -5.84157e-23) (1.11057 0.114771 -2.72255e-21) (1.00013 -3.98185e-05 -3.89076e-25) (1.00013 -0.000512694 9.17107e-26) (1.07468 -0.0143832 -2.96373e-23) (0.999432 -0.000133069 -1.24934e-23) (0.965488 0.0315919 -1.66165e-20) (0.974878 -0.0156564 -9.48941e-22) (1.02287 0.0682296 -1.07697e-20) (1.17497 -0.102973 9.9991e-21) (0.999979 -2.12964e-05 -4.19692e-25) (0.997055 -0.000176478 1.49177e-22) (0.98612 0.0855477 3.69581e-21) (1.00336 0.0393432 -2.41569e-22) (1.00853 -0.00485588 2.19025e-22) (1.00396 -0.0125141 -1.09051e-22) (0.999892 -0.00370836 1.8479e-23) (1.03888 0.0131384 -4.86352e-21) (1.08414 -0.00280501 -1.72128e-22) (1.00688 -0.00256608 -1.19196e-22) (0.999318 -0.000589064 -3.60422e-23) (1.08 -0.0641492 6.99135e-22) (0.981098 -0.00134282 -2.82612e-21) (1 -7.79016e-06 -8.19703e-26) (0.992709 -0.0334922 -6.11186e-22) (0.972314 -0.0409826 1.01407e-21) (0.991599 -0.0497783 -9.85765e-22) (0.997242 -0.00285264 1.16305e-22) (0.959237 0.0201532 -3.65499e-20) (0.998348 -0.0107835 -4.67654e-22) (0.984263 -0.0118975 -6.79283e-22) (0.985806 -0.0448836 8.93215e-22) (1.00027 -0.000498668 -9.06126e-25) (1.00002 -7.89409e-07 1.75785e-25) (1.00077 -0.000713683 2.29915e-23) (0.999107 -0.0152905 4.52339e-22) (1.02484 0.131684 -2.26238e-20) (1.03899 -0.0370393 -3.87719e-22) (1.00004 -8.72304e-06 -1.22144e-25) (1.00041 -0.000124097 6.35684e-24) (0.983866 -0.0869303 1.7443e-22) (0.975958 0.0899599 1.7784e-20) (1.0001 -5.59439e-05 -4.90756e-25) (1.00033 -0.000155113 6.12161e-24) (1.05911 -0.0213271 -3.97221e-22) (0.995369 -0.0534056 7.71393e-22) (0.992172 0.104512 4.05337e-21) (0.980486 -0.0152887 -1.46778e-21) (1.01025 0.0643591 -9.87715e-21) (1.01251 0.0532509 -5.28278e-21) (1.0001 -1.17938e-05 -2.01007e-25) (1.03359 0.0736078 -2.36251e-21) (1.0198 0.0717702 -1.22499e-20) (0.984902 -0.0247936 -1.70541e-23) (1.06195 -0.0181111 1.05875e-21) (0.999897 -1.64116e-05 2.39894e-24) (1.01486 0.070744 6.51747e-21) (1.00027 -0.000546738 3.16313e-24) (0.999977 -1.69861e-06 2.17995e-25) (0.997852 -0.00475474 -3.11413e-23) (1.02862 0.0372276 -1.01652e-20) (0.995533 -0.0055584 -4.54099e-23) (1.08844 0.0973898 -1.81164e-21) (1.00102 -0.000300875 -2.15289e-23) (0.960923 0.016729 1.68166e-20) (1.00121 -0.00173696 -1.38103e-23) (1 -6.19639e-06 2.38541e-26) (0.971606 0.000767674 -1.97242e-20) (1.01685 -0.00518473 -1.44387e-21) (0.921424 0.0622391 -8.00823e-21) (1.02331 0.00817453 -1.04179e-20) (1.15446 -0.152539 4.89278e-21) (1.01125 -0.00938931 -5.06386e-23) (0.955608 -0.0378685 -9.90693e-23) (0.99839 0.112234 3.59482e-21) (1.00011 -0.000462785 -6.26313e-25) (0.999938 -1.93235e-05 -1.98897e-24) (1.09075 -0.000320515 1.55737e-23) (0.999673 -2.94156e-05 -1.97851e-23) (0.985108 0.00371298 1.24635e-20) (1.01277 -0.157318 -3.12993e-21) (1.03043 -0.169292 -2.05338e-21) (1.00107 -0.00110554 -5.69204e-24) (1.02885 -0.00292169 -5.37775e-22) (1.02248 0.00335767 2.59358e-21) (0.943099 -0.0157847 -1.54409e-22) (1.01081 -0.0146027 2.42018e-23) (0.993203 -0.0356011 9.95838e-22) (0.998454 -0.0122114 -4.68874e-22) (1.01715 -0.0128554 -1.37696e-21) (1.0002 -0.000666931 4.92937e-24) (1.00301 -0.0112298 8.80635e-23) (1.01399 -0.0583504 2.62492e-21) (0.994373 -0.0405144 -1.677e-21) (0.999946 -0.0704962 -3.29801e-22) (1.10275 0.00817644 1.13011e-21) (1.05885 -0.0487872 1.03553e-21) (1.07911 0.0174357 -4.2146e-22) (1.02262 -0.00314931 -1.61071e-21) (0.944951 0.0199556 -1.41654e-20) (0.981592 -0.0653565 -3.67095e-22) (1.01425 -0.00278659 -1.38257e-21) (1.00022 -0.000120553 5.63966e-24) (0.987356 -0.000640273 7.11599e-22) (1.01961 0.0856193 -4.76804e-21) (1.03999 -0.0518077 2.02351e-21) (1.03302 0.00651372 2.16102e-21) (1.01866 0.0396833 8.65472e-21) (1.00401 -0.0536725 1.08679e-21) (1.00914 -0.00778841 2.2175e-22) (0.94168 -0.0249799 7.09602e-22) (0.999978 -1.42622e-06 -1.081e-24) (0.997701 -0.0026829 9.99619e-23) (0.998599 -0.00315958 1.43142e-22) (1.00456 -0.00476993 1.96391e-22) (0.997257 -0.00527747 2.68601e-23) (1.24266 -0.0332226 3.71619e-21) (1.00006 -4.36999e-05 -2.28985e-25) (1.03358 0.0183246 -5.58653e-21) (1.02909 0.00155925 -1.15332e-21) (1.02597 0.0315797 7.14987e-22) (1.04247 0.00943692 5.58002e-22) (1.09548 0.145033 1.1597e-20) (1.00617 -0.00174186 -2.18879e-22) (1.09114 0.00629301 1.52334e-21) (1.01261 -0.0120911 2.34343e-22) (1.01777 -0.0153122 6.93629e-22) (0.98929 -0.0146504 -2.34231e-22) (0.999723 -0.146231 5.86486e-21) (1.02412 -0.0023412 6.1607e-22) (1.01017 0.0593736 4.21603e-21) (1.01752 -0.00439359 -1.37437e-21) (0.997 -0.00490926 1.84174e-23) (1.2411 -0.00567799 -6.30206e-21) (1.07825 0.0230174 -2.8433e-21) (1.00562 -0.0302806 -1.28138e-23) (1.05105 -0.15588 5.76481e-21) (1.02887 0.0337337 -2.27855e-21) (0.99338 -0.000474855 6.92113e-22) (0.981103 -0.0369269 -1.0844e-21) (1.02401 0.00972072 7.33955e-21) (1.0158 -0.00542139 -3.086e-22) (0.993685 0.00373964 1.20051e-20) (0.99998 -8.46551e-06 3.28204e-26) (1.00001 -2.22048e-06 3.3269e-26) (0.966587 -0.0597532 1.11586e-21) (1.00028 0.0465782 1.47433e-20) (1.01444 0.125904 -2.07104e-20) (1.02471 0.0602102 1.44521e-20) (0.996218 0.0533025 1.4971e-20) (1.0401 -0.00931778 -2.27981e-21) (0.997614 -0.0120457 2.06945e-22) (1.0023 -0.0291539 4.21674e-22) (1.10724 0.0211716 1.04309e-21) (0.994806 -0.0286527 -2.17347e-21) (1.00313 -0.019055 6.12858e-23) (1.02562 -0.0205706 3.14554e-22) (0.944058 0.0792084 -1.18521e-20) (1.0031 -0.00015241 -4.84361e-23) (1.00249 0.0493809 3.97798e-21) (1.06379 0.0242911 1.2569e-21) (1.00958 -0.00926258 -7.71077e-24) (1.00006 -5.7441e-05 5.07706e-25) (0.997701 -3.39607e-05 1.33897e-21) (1.00544 0.119373 -1.55008e-21) (0.999432 -1.65807e-05 -9.43652e-23) (0.995777 -0.00684936 -1.34593e-22) (1.13848 0.115507 -5.01143e-21) (1.20569 -0.0612932 -1.1589e-21) (1.00014 -0.000104585 -5.50163e-25) (1.00296 -0.0242867 2.54809e-22) (1.09688 -0.0890645 2.43176e-21) (0.903632 0.0396842 -7.92016e-21) (0.959955 -0.0354951 7.3633e-22) (1.00893 0.011772 -2.66606e-21) (1.16378 0.0974318 -1.66843e-21) (1.00308 -0.0274018 -5.46986e-22) (1.02071 -0.000114205 -4.61702e-21) (1.01682 0.0580072 -7.69525e-21) (1.00284 0.107537 -2.03533e-20) (1.07336 0.0370325 4.48332e-21) (0.949939 -0.0353659 -4.52964e-22) (1.03237 0.00902903 -1.47347e-21) (1.04017 0.00799875 8.93206e-22) (0.917558 0.0149932 4.35148e-21) (1.00036 -9.29139e-05 -9.82988e-25) (1.00243 -0.0203384 -1.41674e-22) (0.997251 0.0564317 1.20187e-20) (0.946987 -0.0310684 3.91594e-21) (1.07321 0.135722 -1.14634e-20) (0.989128 0.0544493 -9.6633e-21) (1.00176 -0.00216395 6.12874e-24) (0.978177 -0.021569 -7.28949e-23) (1.01953 0.00778747 -1.13056e-21) (1.00003 -0.000119342 -4.2378e-25) (0.985385 0.0387942 7.60278e-21) (0.992514 -0.00775886 -1.92895e-22) (1.019 0.111488 -5.5277e-22) (1.00578 -0.00219062 -1.21327e-22) (1.0031 -0.0145604 1.39789e-22) (1.06362 -0.0521426 -1.13347e-21) (0.999407 -0.000102841 -1.7398e-23) (0.90097 0.0285063 -7.27104e-21) (1.00004 -0.000107076 1.55208e-25) (0.989024 -0.13509 4.05221e-21) (1.01383 0.0656895 5.27338e-21) (0.999813 -1.96379e-05 3.78178e-24) (1.01007 -0.00307541 1.12661e-22) (0.985298 -0.0122423 5.1967e-22) (0.985655 -0.0133382 -3.79319e-22) (1.01758 0.0110618 2.08013e-21) (0.989901 -0.00121692 1.03932e-21) (1.00053 -0.00389909 6.94726e-24) (1.02294 0.0113183 -1.31363e-21) (0.996947 -0.034471 1.55651e-21) (1.00044 -0.00359784 8.73452e-25) (1.00003 -5.29545e-05 3.56023e-25) (1.02356 0.0021575 -6.63179e-21) (0.998659 -0.000236969 2.37826e-23) (1.01685 0.0353088 -4.80647e-21) (0.940285 -0.0370647 5.18242e-21) (1.04435 -0.0518081 7.10244e-22) (1.02772 -0.00311395 -7.5788e-22) (0.999215 -0.000714331 2.7698e-23) (1.10523 -0.0749645 6.91177e-21) (1.03906 -0.00702727 -2.16964e-21) (0.941917 -0.0316055 2.58333e-21) (1.00894 0.035037 -4.03319e-21) (0.998419 -3.14426e-05 1.09959e-21) (1.00435 -0.0242103 2.56493e-22) (1.0317 0.0288926 4.1821e-21) (1.00008 -0.000718987 -5.44283e-24) (1.00091 -0.000203325 2.04202e-23) (1.14248 0.108024 -1.20431e-21) (0.992609 -0.00953576 1.52333e-22) (1.00342 -0.00322784 1.43329e-22) (1.05343 0.0280339 1.11493e-21) (0.973953 0.0751245 1.24605e-21) (1.15426 0.0991877 -4.22501e-23) (1.01332 -0.0157563 -3.87914e-22) (1.01056 0.0393365 1.61191e-21) (0.993729 0.0890363 -1.88001e-20) (0.992745 -0.00842028 -1.36603e-22) (0.999989 -3.86048e-06 3.08032e-27) (1.06412 0.0938688 3.69404e-21) (0.991753 -0.104105 1.95247e-21) (1.00719 -0.00467564 5.07145e-22) (0.999632 -3.04604e-05 -1.44768e-23) (0.958361 -0.0379886 -2.24743e-21) (0.999841 -0.000158384 -7.56345e-24) (0.999663 -4.23672e-05 1.85551e-23) (1.03851 -0.0113747 -3.51724e-22) (0.99756 -0.00289196 1.02757e-22) (0.996545 -0.000278835 3.35092e-22) (1.00078 -0.0465763 1.40497e-21) (0.999996 -4.54965e-06 -3.43891e-26) (1.07578 0.0961335 -8.95487e-21) (0.999713 -2.71246e-05 -4.77224e-24) (1.02632 -0.0183411 3.81538e-22) (1.08875 -0.162978 -1.86506e-21) (1.00003 -9.6177e-05 -1.86871e-26) (1.00362 -0.0943328 5.65846e-21) (0.990148 -0.00080703 5.00455e-22) (0.965935 -0.0660038 -1.94251e-21) (1.00027 -0.000666663 -3.05295e-24) (1.02248 -0.0189477 1.04501e-22) (1.01161 0.104644 -2.18681e-20) (0.978728 0.0455184 -1.46275e-20) (0.948983 0.00559911 -1.39609e-20) (1 -1.89765e-06 7.84151e-28) (0.997277 -0.0436039 1.25741e-21) (1.00004 -1.20849e-05 4.1419e-25) (1.00002 -8.45887e-06 -2.4657e-25) (1.00001 -7.40236e-06 -1.82575e-26) (1.00037 -0.000160481 2.63207e-24) (0.999859 -7.2432e-06 -1.86416e-23) (0.998037 -0.000270161 4.5888e-23) (1.01138 0.0425966 -6.94424e-21) (1.00999 -0.00211157 -1.33413e-21) (0.998493 -0.00025712 3.24714e-23) (1.06784 -0.0066316 1.07527e-21) (1.02353 -0.020669 4.71214e-22) (1.00569 -0.0101384 -9.92354e-23) (0.95443 -0.0348818 -2.24037e-21) (0.966831 -0.0252554 -1.08744e-21) (1.04196 0.0125495 2.89365e-21) (1.02852 0.0738233 -1.80166e-21) (0.999989 -5.77298e-07 5.89362e-27) (1.00969 -0.0125797 1.56627e-22) (1.09548 -0.099676 4.33769e-21) (0.999997 -3.79443e-06 1.88967e-27) (0.983746 -0.00109277 -1.90243e-21) (1.03607 -0.0107449 3.28849e-23) (1.01949 0.037454 -8.98157e-21) (1 -2.0844e-06 -8.71786e-27) (0.970265 0.0631473 1.29687e-20) (0.997594 -7.80477e-05 -1.02241e-21) (1.03102 0.00491956 5.41058e-21) (1.08006 0.0321606 4.14786e-22) (1.00085 -0.00246916 -1.16398e-24) (1.03414 0.0263411 1.4854e-21) (1.00126 -0.001526 8.84644e-23) (0.96029 -0.00415179 1.91528e-21) (0.919053 0.0772846 -3.27622e-21) (1.00006 -0.000652032 3.40479e-26) (0.997766 -0.000162445 -1.18022e-22) (1.11741 0.120249 -4.02115e-21) (0.999839 -0.000194704 -2.44348e-24) (0.990001 -0.000644583 -4.09162e-22) (1.00003 -1.18761e-05 -2.20425e-25) (0.999655 -7.82055e-05 -8.16512e-24) (1.00126 -0.000923268 -3.76617e-23) (0.995937 -0.0208023 4.53614e-22) (0.998519 -0.000332915 4.5175e-23) (1.00012 -5.00457e-05 3.76254e-24) (1.00002 -1.12389e-05 -1.82092e-26) (1.00365 -0.0308427 5.86456e-22) (0.995823 -0.000116336 3.32021e-21) (0.983922 -0.068673 1.77273e-21) (1.03523 0.0206808 -3.86766e-21) (1.02351 -0.00379505 4.19741e-21) (0.995134 -0.00473194 5.70151e-23) (0.942357 0.0866135 1.98674e-21) (1.01026 -0.00890841 2.48356e-22) (0.977502 0.023902 4.00915e-21) (0.996488 -0.0287263 -4.14797e-22) (0.930889 0.0833526 -9.4802e-21) (0.960984 0.0755979 1.55466e-20) (0.95323 0.088382 9.95814e-21) (1.00685 -0.00475008 -2.08726e-22) (0.995142 -0.000611029 -5.34306e-22) (1.00511 -0.00213684 -2.12957e-22) (1.00309 -0.0216263 -1.72603e-22) (1.00012 -2.6886e-05 3.05934e-24) (1.02437 0.0415604 3.1797e-21) (1.00606 -0.0602212 3.45894e-21) (1.00046 -0.00207396 2.54465e-24) (1.00736 0.0305899 -5.32269e-22) (0.93651 0.0204981 -3.92446e-20) (1.00257 0.00230414 -3.28902e-21) (1.03102 0.00293116 6.44222e-22) (1.11469 -0.0691034 -6.93438e-22) (0.989511 -0.01281 -1.06369e-21) (1.04629 -0.0472481 -1.156e-21) (1.03379 -0.047468 1.9814e-21) (0.984927 -0.0010467 4.85036e-22) (0.995912 -0.000469872 6.98431e-23) (0.962994 0.0890149 -1.03762e-20) (0.999798 -4.45049e-05 2.86931e-24) (0.909359 0.0253264 2.92779e-20) (1.02678 0.0688648 -7.33018e-22) (0.999621 -0.000167453 4.96878e-26) (1.08235 0.0931543 -5.23377e-23) (0.99997 -0.0567236 1.37511e-21) (0.933224 -0.030508 -5.07863e-21) (1.00193 0.00614611 -1.66153e-21) (1.03353 -0.00764163 -1.61826e-22) (0.997671 -0.00314958 -4.31674e-23) (1.03332 0.0232499 1.88383e-21) (0.991942 -0.00109438 -3.4774e-22) (1.03541 0.112394 9.41822e-21) (1.14904 0.0925588 -4.2607e-21) (1.00095 -0.00335973 -5.03533e-24) (1.00002 -6.93867e-05 1.71616e-25) (1.05666 -0.0333132 -1.53269e-22) (1.00008 -0.0891185 8.53041e-22) (1.00001 -3.42952e-06 -1.07262e-26) (1.00417 -0.0144482 -2.7267e-23) (1.07723 -0.171732 -1.37485e-20) (0.99965 -0.000107842 1.68973e-24) (0.988888 -0.000587174 1.30021e-21) (1 -5.10764e-06 -3.03894e-28) (0.999999 -2.36007e-06 2.19264e-27) (0.975801 -0.0014195 -8.02271e-22) (0.99999 -2.91885e-07 -1.38388e-27) (0.997254 -0.000275241 2.27745e-22) (1.00254 -0.0136516 2.42549e-23) (0.998293 -3.47678e-05 3.00807e-22) (1.15094 0.0839183 1.95546e-22) (0.974672 -0.00202081 -2.02275e-21) (1.00494 -0.00517222 -6.29266e-23) (1.1737 0.0285614 -5.58957e-22) (0.976904 -0.00248827 -6.60835e-23) (1.01729 -0.169746 6.08401e-21) (1.02148 0.00646136 1.99859e-21) (1.01011 -0.00799189 -6.63472e-22) (1.01062 -0.0120584 -3.70021e-23) (1.00302 0.0593351 -2.10312e-20) (1.00342 0.040075 -9.92965e-22) (0.999989 -9.01022e-07 7.48597e-25) (1.07051 0.0916971 1.10967e-20) (0.969544 -0.00274421 1.66805e-21) (0.968033 0.0116448 1.29728e-20) (1.02084 0.0424927 -1.46144e-21) (1.00139 -0.00186202 4.99142e-23) (1.05024 0.132737 -1.53649e-20) (0.952836 0.0264324 2.6322e-20) (1.00001 -7.34985e-07 -2.41382e-26) (1.02527 0.0387231 3.12052e-21) (1.04868 -0.0318457 -2.50061e-24) (1.05222 -0.0231445 -4.39312e-22) (0.977331 -0.0372136 -2.56557e-21) (0.999985 -3.93814e-06 -1.67764e-26) (1.18987 0.0641086 -3.20758e-22) (0.960084 -0.0306742 3.62714e-22) (0.997622 -0.00452064 1.01531e-22) (0.999883 -1.43498e-05 1.14014e-24) (1.00004 -1.60873e-05 3.56062e-25) (1.00964 -0.0102777 1.78176e-22) (1.00049 -0.00225021 -1.16863e-24) (0.956576 -0.0326499 -5.1366e-22) (1.02426 -0.00287312 -3.25161e-21) (0.99999 -3.83712e-06 -6.53641e-26) (0.995895 -0.131871 -1.58548e-21) (1.13629 0.0255035 9.52286e-22) (0.997398 -0.000146885 -6.19062e-23) (1.00086 -0.00395498 3.92905e-25) (0.997596 -0.0111917 -4.0373e-22) (0.999562 -9.03961e-05 5.0014e-24) (0.999979 -1.62107e-05 -5.30513e-25) (0.949834 0.0776282 2.16681e-20) (0.971607 0.0883533 -7.16944e-21) (1.03667 -0.00687783 3.76815e-21) (0.9852 -0.000704281 2.44361e-21) (1.00454 -0.0271229 2.6738e-22) (0.999267 -7.69927e-05 1.65052e-23) (0.999827 -0.000175559 1.20181e-23) (1.00006 -2.85764e-05 1.37134e-24) (0.998349 -0.000553469 -1.07409e-22) (1.00608 -0.00521748 5.25211e-23) (0.967357 -0.0272687 -8.53246e-22) (0.976491 -0.00318821 4.35961e-22) (1.25157 -0.017663 3.94648e-21) (1.0006 0.056309 -1.04811e-20) (0.975167 -0.037859 3.33377e-21) (0.895312 0.0434835 6.71111e-21) (1.00025 -7.34467e-05 -9.04234e-24) (0.976788 -0.0191697 -1.3025e-21) (0.993091 0.0516418 -5.54899e-21) (1.0002 -0.00013857 -4.50876e-24) (1.0095 -0.0930702 -4.22392e-21) (1.00004 -6.54531e-05 -9.23895e-27) (1.00055 -0.0102373 -1.84549e-22) (1.00001 -7.17491e-07 3.77246e-26) (1.00054 -0.00783331 -1.45209e-22) (1.00077 0.00221316 3.89781e-21) (1.00008 -3.54174e-06 9.26378e-25) (1.00073 -0.00226832 1.4755e-23) (1.01227 0.0138632 6.79283e-21) (1.0443 -0.0328599 -7.67141e-23) (0.995388 -0.000819515 7.04011e-23) (0.994702 -0.000380565 -2.98813e-22) (0.995631 -0.000489718 1.05078e-22) (0.999978 -2.82198e-06 -1.65136e-25) (0.907799 0.0690196 -1.59941e-21) (0.958389 -0.0287172 -1.07698e-21) (1.01423 0.0425977 1.00115e-20) (1.08051 0.0427885 2.9703e-21) (0.998473 -9.69057e-05 1.71475e-22) (1.00705 0.0576672 1.26991e-21) (1.00001 -4.08645e-06 2.31555e-26) (1.0355 -0.00853112 1.34548e-21) (1.00001 -3.0004e-06 -2.00179e-25) (1.00163 -0.00175568 -3.03557e-23) (1.00553 -0.00492669 5.94297e-23) (0.957291 0.0334683 6.93907e-21) (0.999582 -3.17235e-05 -1.58112e-23) (1.02152 0.0633515 9.04576e-21) (1.12147 0.0159653 8.0952e-22) (0.999809 -2.69368e-05 3.14943e-24) (1.00004 -4.32795e-05 -6.21085e-25) (0.997945 -0.0462168 3.66357e-22) (1.00659 0.080198 9.13286e-21) (1.00001 -2.21327e-06 1.89726e-26) (1.00965 -0.0138268 6.53593e-24) (1.00088 -0.0110131 2.65902e-22) (0.939208 -0.0264895 3.15676e-21) (0.978774 -0.0382855 1.27478e-21) (1.20084 -0.113568 -6.98535e-21) (0.994744 -0.0203886 -1.21632e-21) (0.99064 -0.0309978 1.48861e-21) (1.04946 -0.0287337 -4.19739e-23) (1.00165 -0.00272173 -5.06446e-23) (0.989587 -0.143941 -3.20338e-21) (1.13855 -0.153616 -8.51941e-22) (0.999592 -9.42376e-06 -3.77815e-23) (1.00106 -0.00962313 1.00754e-22) (0.999979 -3.60716e-06 4.80367e-25) (1.00017 -0.000129413 2.02831e-24) (0.999568 -0.00018111 2.41566e-24) (1.00002 -8.57966e-07 1.66648e-25) (1.16669 0.0895176 1.72014e-22) (1.00084 -0.000353231 -5.86028e-24) (1.00065 -2.4203e-05 -2.688e-23) (1.03462 0.123919 2.2052e-21) (0.999433 -0.000530013 -5.64656e-23) (0.986699 -0.000595055 -1.36791e-21) (1.02254 0.0363385 -1.55821e-22) (1.00001 -3.99555e-06 1.07912e-25) (1.00297 -0.0127725 -1.57555e-23) (0.996683 -0.124793 1.0247e-21) (0.915725 0.0403267 2.8353e-20) (1.03772 -0.0478108 -1.12244e-21) (1.00307 0.0278934 -5.18186e-21) (1.01596 -0.0855725 4.89081e-21) (1.01772 0.0622364 9.08682e-21) (0.98944 -0.00113403 8.47636e-22) (0.987233 0.0353006 -4.94106e-21) (0.958726 -0.0329844 -5.07898e-22) (0.963955 -0.0628432 -5.35881e-23) (0.993571 -0.00066571 -6.64751e-22) (0.954305 0.0816955 -2.07408e-20) (0.990553 -0.0143606 5.02154e-22) (0.999991 -4.5769e-06 4.64817e-27) (1.0002 -0.000554626 -4.34995e-24) (1.00184 0.00353429 -4.7926e-21) (1.06218 -0.0103265 -4.53127e-22) (1.02067 0.00928206 1.54742e-21) (0.899219 0.0677979 2.94299e-20) (0.97461 -0.0402432 -2.42124e-21) (0.972965 -0.00179309 2.50216e-21) (1.00756 0.108452 1.3651e-20) (1.00056 -0.00311247 1.92547e-23) (1.06666 -0.0108714 -1.59309e-22) (1.02903 -0.0376096 -2.76091e-22) (0.997698 -0.00419502 2.33845e-22) (1.00252 -0.0119676 -1.13188e-22) (1.03981 -0.0438328 1.23337e-21) (0.999876 -0.000142495 2.88555e-24) (0.947245 -0.0338719 -3.12331e-21) (1.01622 0.0126827 2.75757e-22) (1.044 0.0199095 2.65937e-21) (0.993737 -0.0090755 -2.01556e-22) (0.999976 -8.73919e-06 6.18233e-25) (0.999979 -9.59724e-06 -1.29219e-24) (1.00001 -9.46713e-07 -2.64034e-26) (1.02864 -0.04321 1.4594e-21) (1.00008 -3.53871e-05 -9.6636e-25) (0.98203 -0.000654189 2.9537e-21) (1.00944 0.114774 -4.61039e-21) (0.969587 -0.0272678 -1.54442e-22) (0.954347 0.00367866 -1.56328e-21) (1.05594 -0.166699 -9.05198e-22) (0.999553 -2.93765e-05 -4.04375e-23) (0.891707 0.054444 -1.13227e-20) (0.991979 -0.0282257 -2.36377e-22) (0.995878 -0.00447675 -2.89019e-22) (1.00018 -0.00051454 -2.14564e-24) (0.999496 -6.19025e-05 -1.65889e-23) (0.995725 -0.000588469 -1.67818e-22) (0.953327 0.00323283 -4.70041e-21) (0.906741 0.0437854 4.69748e-21) (0.983408 -0.0210074 3.04641e-22) (0.995479 -0.000240345 -1.64232e-22) (1.00011 -3.36944e-05 -1.69778e-24) (1.01437 0.0791928 -5.64655e-21) (1.11249 0.128151 1.2544e-20) (1.04349 -0.043607 1.09206e-21) (1.02332 0.00376974 -6.59849e-22) (0.99363 -0.0210959 1.04149e-21) (0.994518 -0.000266632 -7.79341e-22) (1.03203 -0.0437861 -2.79632e-22) (0.982971 0.0184252 5.19609e-21) (0.98942 0.0245366 9.96441e-21) (1.01971 0.00638277 -2.3233e-21) (0.995914 -0.00055638 -2.84252e-22) (1.00062 -0.00336733 -1.75178e-23) (0.993684 -0.0225402 -1.45508e-22) (1.01247 -0.0027042 -1.04595e-22) (0.999625 -4.22868e-05 2.40363e-23) (1.03869 0.129377 1.15778e-21) (0.999367 -0.000526106 2.39953e-23) (1.02446 -0.0391845 6.16825e-22) (1.00515 -0.0254431 -6.20814e-22) (0.945345 -0.0356079 2.37789e-21) (1.03573 -0.00475871 -8.87646e-22) (0.977842 -0.0667462 4.1202e-21) (0.997005 -0.00016472 -2.38679e-22) (0.924069 0.0696712 -1.31798e-20) (1.00501 0.00794674 -2.89308e-21) (1.07529 0.0417644 -1.62425e-21) (0.946302 -0.0388152 -1.55762e-21) (1.18877 0.0428709 -3.02614e-22) (0.996988 -0.000234518 2.59776e-22) (0.999979 -1.21257e-05 3.32591e-25) (1.00082 0.102759 1.96987e-20) (1.00501 -0.0229594 9.87522e-23) (0.99831 -0.000152021 -6.96888e-23) (0.980158 -0.0011538 -1.20886e-21) (1.17765 0.0870923 4.09689e-22) (1.00006 -5.24673e-05 -1.66405e-24) (1.05392 0.0906029 1.33026e-21) (1.01196 -0.00244397 -3.06618e-22) (0.955947 -0.0299457 4.44304e-22) (1.1902 0.0743808 -2.41994e-22) (1.00327 0.00892889 6.35443e-21) (1.0021 -0.06035 -2.58129e-21) (0.995781 -0.00517848 6.10771e-22) (1.05268 -0.0269844 1.89507e-24) (0.909649 0.0305067 -1.59255e-20) (1.08399 0.0374354 3.03026e-21) (0.974627 0.0806776 -9.55701e-21) (0.999595 -7.59495e-05 -3.66047e-24) (1.07334 0.0242432 1.40516e-21) (1.00882 -0.00885908 2.1251e-22) (1.02745 -0.0399884 6.08061e-22) (1.00434 0.0436351 9.99214e-21) (1.00084 -0.00025839 -4.11625e-24) (1.00831 -0.0041786 -1.64735e-22) (0.988973 -0.0301125 -9.61692e-22) (1.02173 0.00779357 6.63529e-21) (0.979075 -0.00217079 -6.61245e-22) (0.99635 -0.0481443 -8.06595e-22) (1.00755 -0.0832761 -3.41101e-24) (0.994565 -0.110489 -7.93577e-22) (1.00646 -0.0227258 -5.68556e-22) (0.989138 -0.028281 1.26935e-21) (0.983521 0.0118427 1.57709e-20) (1.17989 0.0780737 -6.57071e-23) (0.997361 -0.0510537 -1.24096e-21) (1.00208 -0.0258994 -2.65693e-22) (0.992401 -0.000783836 5.48886e-22) (1.07052 -0.152453 -1.18612e-21) (0.898541 0.0580156 -1.69304e-20) (0.996195 -0.00029341 -1.51366e-22) (0.995637 -0.00480746 -7.16245e-22) (1.12922 -0.166186 -1.10585e-21) (0.99772 -0.00019804 -7.80132e-23) (0.994786 -0.0190705 1.09501e-21) (1.01108 -0.00315815 -4.35078e-22) (1.03395 -0.040741 3.0423e-22) (0.946663 0.00452272 -1.93233e-20) (0.989354 0.0196546 3.26953e-21) (1.01316 -0.0143829 2.77598e-22) (0.992326 0.0339559 -2.46637e-20) (0.9798 0.0403049 1.34459e-20) (0.996792 -0.000239966 -4.51964e-22) (1.0076 -0.00397821 -6.93139e-23) (1.01268 -0.00350793 7.96545e-22) (1.02671 -0.00182047 2.80066e-23) (0.999612 -8.77284e-05 4.08747e-24) (1.11425 0.00359216 1.1863e-23) (0.999887 -1.70878e-05 4.7631e-24) (1.00174 -0.0488205 1.21821e-21) (0.942319 -0.0348234 -1.0657e-21) (0.978014 -0.0349267 -1.57176e-21) (0.99837 -0.000448046 7.92112e-23) (1.2248 -0.061211 -1.79851e-21) (1.03745 0.118152 -2.2397e-20) (1.11487 0.0116897 1.67577e-21) (0.992922 0.038241 5.57288e-21) (0.978804 0.0873854 8.8111e-21) (0.975833 0.0354175 -1.53795e-21) (1.00006 -3.09904e-05 -8.70042e-25) (0.996259 -0.000393394 1.79859e-22) (0.990276 0.00787972 -1.2714e-21) (0.991547 -0.00107816 -5.49281e-22) (0.939913 0.0146035 6.34951e-21) (1.01488 0.11566 1.51405e-20) (1.00145 -0.0025179 -1.70966e-23) (0.936074 0.0650566 -2.89849e-20) (0.999999 -3.51543e-06 3.52854e-27) (1.00434 -0.0216709 -3.34866e-22) (1.17343 0.0711263 -4.11718e-22) (1.10882 0.0143279 -1.46779e-21) (0.995856 0.102082 -9.2001e-22) (1.00152 -0.00224541 4.28647e-23) (1.03749 -0.0407519 2.77951e-22) (1.00136 -0.00209004 -6.8154e-23) (1.01053 0.0824192 5.143e-21) (0.993634 -0.0303693 1.36692e-22) (1.00729 -0.00349175 1.97842e-22) (0.963103 0.0841805 2.06577e-20) (0.980999 -0.0016891 1.70858e-21) (0.960958 0.0651285 -4.84558e-21) (0.993233 -0.00959159 3.60326e-22) (1.01521 -0.0808043 -1.4964e-21) (1.01737 0.121173 -2.67236e-20) (0.979333 0.0295159 1.37536e-20) (1.06127 0.0835201 -6.45165e-21) (1.00677 0.0325924 1.13127e-21) (1.19165 0.032456 1.09897e-22) (0.996428 -0.000401919 -1.06326e-22) (1.21482 -0.0706053 5.33536e-21) (1.00011 -4.85195e-05 -2.69828e-24) (0.958763 0.0807171 -1.71176e-20) (1.05985 0.0895093 -6.89575e-21) (1.04514 0.128354 1.14945e-20) (1.01562 0.0401919 2.88657e-21) (0.93035 0.0707939 -1.37261e-20) (1.00755 -0.00296397 3.98471e-22) (1.06801 -0.164771 5.51182e-21) (0.940024 0.0756529 1.35152e-20) (0.999976 -6.70943e-06 -8.33544e-26) (0.93355 0.0768832 -5.92121e-23) (1.07169 0.0283136 -5.18476e-22) (0.904597 0.0524341 -1.54164e-20) (0.953813 0.00818941 -1.69255e-20) (0.999978 -5.79801e-06 1.13526e-25) (0.980129 -0.00164116 -1.1057e-21) (0.970937 0.083236 9.21339e-21) (1.00117 -0.00215226 -1.05684e-23) (0.998475 -0.000415842 -2.93348e-23) (1 -3.89568e-06 -1.28351e-27) (1.01036 -0.0795613 -2.08052e-21) (1.00637 -0.00422113 1.05176e-22) (0.995484 0.0972283 -5.16739e-21) (0.994923 -0.000490927 6.50295e-22) (1.00656 -0.00365501 -2.65857e-22) (1.0666 0.0288823 -1.53575e-21) (1.01065 -0.0879223 -1.84354e-21) (0.9996 -0.000191517 3.29382e-24) (0.991883 -0.0299036 4.17086e-22) (0.967057 0.0817256 5.82202e-21) (0.999824 -0.0513006 2.09663e-21) (0.984983 0.030357 -9.7276e-21) (0.941246 0.0684559 3.19034e-20) (0.998788 0.0952017 -4.42682e-21) (0.902902 0.147412 -3.61271e-21) (0.141309 0.0296001 -1.89316e-22) (0.943594 -0.476792 -3.31114e-20) (1.11036 0.210841 1.19631e-20) (0.980728 0.290872 -1.0346e-20) (0.788303 0.331973 1.85931e-20) (0.139614 0.0293272 -6.85242e-21) (0.222432 -0.163633 3.53003e-20) (0.972067 0.151965 -4.2479e-21) (0.979722 0.28709 -6.68503e-21) (1.00337 -0.0632168 -2.37571e-20) (1.27492 0.0714716 7.04296e-21) (0.162752 0.0377689 1.55723e-21) (0.993836 -0.0910718 3.42754e-20) (0.854396 0.0935972 -2.06222e-20) (0.309897 -0.41131 7.4188e-21) (0.93955 -0.0586489 2.46868e-21) (0.72209 0.218616 1.66484e-20) (0.790154 0.109564 -8.71632e-21) (1.02255 0.163342 -3.35213e-20) (1.24114 0.0900938 -1.01342e-21) (0.323326 -0.346196 2.5095e-21) (0.130779 0.0297169 4.62779e-21) (0.766287 0.340808 -1.0479e-21) (1.21933 0.123323 -3.04378e-22) (1.00635 0.27813 5.84827e-21) (0.951928 -0.137975 -4.14938e-21) (0.901473 0.0194294 2.04446e-21) (-0.0236017 -0.178568 -3.00489e-20) (0.448332 -0.501355 1.09271e-20) (0.394175 0.00588646 4.56591e-21) (0.394133 0.0058242 7.8581e-21) (0.394208 0.00572696 2.03332e-20) (0.398079 0.000540582 -1.75579e-20) (0.396578 -0.00186226 -2.38381e-20) (0.398072 0.000508421 -1.75568e-21) (0.884203 0.0272282 -2.3167e-20) (0.90326 0.177037 -2.1171e-21) (0.222466 0.044743 3.38024e-21) (0.941209 -0.0548367 5.16798e-21) (0.921431 -0.0136757 1.03446e-21) (-0.0214376 -0.156353 -5.2871e-20) (0.163213 0.0343392 4.71968e-22) (0.883706 0.154178 -1.1619e-22) (0.278492 -0.132982 -1.7659e-20) (1.21581 0.11571 -1.98127e-22) (0.941208 0.176012 -3.28746e-21) (0.938142 -0.00605537 1.56383e-21) (0.699055 0.208155 -1.46968e-20) (0.306141 0.0359923 -1.62778e-21) (0.94551 0.159116 -2.00218e-21) (0.494132 -0.388075 7.78482e-21) (1.14878 -0.204155 -2.62069e-20) (0.154117 0.0311933 1.41432e-21) (0.848481 0.170123 -3.31e-21) (0.710563 0.131399 2.27728e-21) (1.18272 0.14686 4.55413e-21) (0.19056 0.0418761 1.85474e-21) (0.0546757 -0.316335 -3.98999e-20) (0.223564 0.045471 3.53642e-21) (0.388796 -0.427916 1.16352e-20) (0.390292 -0.00217398 4.02207e-20) (0.951319 -0.00252168 -8.13994e-22) (0.455426 0.124272 6.88888e-21) (0.862668 0.190154 9.26006e-21) (1.02871 0.160131 2.63786e-20) (0.811768 0.00515919 7.41013e-21) (1.20182 0.135388 1.99532e-21) (0.712932 0.0313206 1.08632e-20) (0.755586 0.0137467 7.41785e-20) (1.11468 -0.279257 -2.26999e-21) (0.862355 0.0918698 2.01248e-20) (1.11835 0.204717 -1.88529e-20) (0.754184 -0.0133749 8.37228e-22) (0.754926 -0.015418 6.39673e-21) (0.753705 -0.0142504 -3.23448e-20) (0.753715 -0.0142694 4.31393e-20) (0.748714 -0.0168793 -1.94596e-20) (0.75492 -0.0154343 1.77876e-20) (0.127769 0.0272098 -8.46146e-23) (0.158921 0.0378549 -6.1379e-21) (0.775792 0.181137 -6.9779e-21) (0.163944 0.0351525 1.26347e-21) (1.10384 -0.178499 1.7768e-20) (0.906416 0.198695 1.15341e-20) (1.07576 0.230915 2.26464e-20) (0.831181 0.191968 6.95366e-21) (0.955943 -0.130176 6.82208e-21) (0.108326 0.0243692 7.64766e-22) (0.732461 0.190298 6.1506e-21) (0.354664 -0.00521949 -4.35225e-20) (0.997444 -0.250287 9.79725e-22) (1.10319 0.215019 2.54554e-21) (0.93061 -0.00691343 -7.58121e-21) (0.950101 0.172446 -2.09338e-20) (1.28489 0.00249095 -5.12171e-21) (1.09837 0.193973 4.69578e-21) (0.761086 -0.137093 3.90995e-21) (0.962122 -0.483428 -1.37875e-20) (0.411643 0.00729296 -1.63763e-20) (0.507426 -0.000400662 -1.31616e-20) (0.508923 0.00816416 6.20486e-22) (0.507384 -0.000442558 -2.87946e-20) (0.507589 -0.000562962 -3.66872e-20) (0.510249 -0.0109791 1.08189e-20) (0.510228 -0.0109867 1.77626e-22) (0.960827 0.00695281 3.7266e-22) (0.532835 -0.383741 -2.76496e-21) (0.942624 -0.417756 3.09807e-20) (0.950716 -0.105822 1.69282e-21) (0.949255 -0.0829727 -3.76962e-21) (-0.00466712 -0.0611536 -2.23302e-20) (1.28471 0.0656521 -8.57559e-21) (0.814547 0.16504 1.71408e-21) (0.693006 0.326092 -3.1395e-20) (0.992418 0.286497 4.70238e-21) (0.365664 0.0709223 -2.62256e-21) (0.848106 0.0291148 5.09128e-20) (0.943629 -0.00421166 5.62739e-21) (0.944784 -0.104604 -3.02261e-21) (0.67033 0.335685 2.14953e-20) (0.128355 0.0313241 1.66602e-20) (0.511937 -0.000672296 -2.73033e-20) (0.993071 0.137992 5.22796e-21) (0.376996 -0.000337805 -1.42923e-20) (0.643652 0.121474 4.47453e-22) (0.363475 -0.0114225 6.70999e-20) (-0.00433627 -0.0643965 1.88649e-20) (0.626178 0.116577 -2.93959e-21) (0.80395 -0.115564 -6.51494e-22) (0.747307 0.0957916 2.61175e-21) (0.170782 0.0431265 -8.36368e-21) (0.920998 -0.10118 6.38853e-21) (0.948667 -0.0776348 -7.0418e-22) (0.466578 0.12856 -3.59087e-21) (0.846405 0.11483 1.59585e-21) (1.27093 0.000227282 4.2353e-21) (0.849093 -0.478919 -1.2625e-20) (0.737274 0.140766 -7.09181e-22) (0.874366 0.153025 -3.75992e-22) (0.881347 -0.00851269 2.52446e-21) (0.978571 0.0021022 1.01053e-20) (1.21013 -0.183054 5.36935e-20) (0.714381 0.330916 1.98977e-20) (0.548147 0.0736148 -1.2188e-20) (0.382134 -0.00163054 1.94431e-20) (0.384736 0.00109985 3.55066e-21) (0.382148 -0.00162939 -2.39576e-21) (0.378886 -0.00139735 -5.48069e-20) (0.384866 0.000930539 8.01409e-21) (0.384904 0.000941205 -6.50132e-21) (0.145908 0.0296105 6.35563e-22) (1.09896 0.1789 -1.34367e-20) (0.484082 0.139098 -1.07063e-21) (1.0357 0.255185 7.21065e-21) (0.413068 -0.385444 -3.72944e-20) (1.08335 0.229051 2.25401e-21) (0.341036 0.0770135 -5.43489e-21) (0.353351 0.0617078 2.04839e-21) (0.91399 -0.0177357 -1.85076e-21) (1.32488 -0.00555484 -2.95265e-21) (0.822597 -0.012317 5.67292e-21) (1.18899 0.148455 -3.44235e-21) (0.926478 -0.104041 -3.68134e-22) (1.12776 -0.29659 5.15915e-21) (0.156747 0.0335383 -1.36155e-22) (0.922835 -0.0119588 5.51231e-21) (1.28456 -0.203401 2.27069e-20) (0.950435 0.158223 -1.92772e-20) (1.04367 0.163294 -1.05968e-21) (1.19769 0.143362 -3.12256e-21) (0.933722 -0.00799252 -2.4769e-21) (0.240799 0.0536346 6.40299e-21) (-0.00124579 -0.0455549 -2.13533e-20) (1.32647 -0.0257547 1.6295e-22) (0.154338 0.0360154 5.44656e-21) (1.0982 0.217594 3.69834e-21) (0.70909 0.0123005 4.69512e-20) (0.926584 -0.0306312 -3.411e-21) (1.03725 0.166465 6.40811e-21) (0.962405 -0.00209102 -1.18211e-21) (1.07984 0.195963 -4.99719e-21) (0.382038 0.000111584 1.04446e-21) (0.955202 -0.053347 1.90641e-22) (-0.00820259 -0.0774335 2.69714e-20) (0.945939 0.0580577 2.02057e-21) (0.381003 -0.479176 -9.45941e-21) (0.409974 0.080821 -1.18369e-21) (0.770061 0.134642 -3.18746e-22) (0.351384 0.0753979 1.17449e-21) (0.141867 0.0308904 -7.09249e-22) (0.954862 -0.145569 6.93471e-21) (0.964155 0.120375 6.84489e-21) (1.23529 0.10315 -1.53071e-21) (0.701609 0.14498 6.65933e-22) (1.03504 0.135154 -3.88974e-21) (0.931248 -0.441718 -3.72704e-20) (1.03367 0.0755425 5.0458e-21) (0.934004 -0.0588181 -6.46864e-22) (0.849205 0.169107 -2.50099e-21) (0.688929 0.29061 -4.65721e-20) (0.272251 0.057275 9.51866e-22) (0.776599 -0.0968888 -9.83329e-21) (0.847666 0.173885 1.69469e-21) (0.325116 0.0666994 -1.55444e-21) (0.300953 0.0668154 -5.89477e-21) (0.657818 0.138725 -8.57056e-21) (0.907918 0.0942258 2.31495e-20) (0.925591 0.110306 -4.04704e-21) (1.22115 0.104767 1.05823e-21) (0.888817 0.0118214 -3.48373e-20) (0.744674 0.258377 1.27533e-20) (0.957769 0.155407 1.1683e-20) (0.873173 0.0223602 -3.32094e-20) (0.833702 0.14805 8.56862e-22) (0.932193 -0.0624303 1.0247e-21) (0.736784 0.142788 -2.81325e-22) (0.92789 -0.0265061 -1.99748e-21) (0.758097 0.246203 4.93372e-20) (1.08922 -0.0346735 -2.80451e-20) (0.726144 0.0931679 -9.10033e-21) (0.863532 0.0514312 -8.78125e-21) (0.790642 -0.117374 3.93902e-22) (0.671925 0.132304 1.0226e-21) (0.298568 0.0658003 2.22964e-21) (0.111547 0.0041622 1.54199e-20) (1.09727 -0.140715 -1.32437e-20) (0.627411 0.1304 5.13853e-21) (0.196028 0.042851 -3.61024e-21) (0.366996 0.0800626 -4.12242e-21) (0.825081 -0.0980453 4.4667e-21) (0.813632 -0.099159 -1.29569e-21) (0.164856 0.0394459 -2.9233e-21) (0.38851 0.0981789 1.51445e-20) (0.93186 0.1785 3.83588e-23) (1.00381 0.142052 1.71297e-20) (0.325019 0.0713187 1.35058e-21) (0.812635 0.335856 8.2836e-21) (1.11276 -0.0147413 1.62986e-20) (0.386621 0.0846733 -1.88276e-21) (0.210975 0.04304 -1.92167e-21) (0.863652 0.162066 7.29944e-22) (1.02492 0.266155 -3.86958e-21) (-0.00177135 -0.097484 -2.81278e-20) (0.28761 0.0582312 4.98564e-22) (0.427568 0.0365639 -8.13139e-22) (1.20238 0.155631 1.59963e-21) (-0.0223874 -0.196352 8.4488e-20) (0.980359 -0.000507641 -3.89843e-21) (0.00688947 -0.0638458 -1.8619e-20) (0.632772 0.31825 4.00613e-20) (0.82332 0.101236 2.64162e-21) (0.222706 0.052556 1.77988e-22) (1.0127 0.147441 5.40034e-21) (1.01481 0.259776 -1.64778e-20) (0.455126 0.0729784 1.29519e-20) (0.196859 0.0408773 3.03467e-21) (1.31755 -0.0190305 2.20703e-20) (0.916545 0.134525 2.9294e-21) (0.493339 -0.0103277 -1.12024e-19) (0.0701714 -0.331629 3.16211e-20) (0.920734 -0.00818907 3.43515e-22) (0.414643 -0.00109467 1.40053e-20) (0.414646 -0.00109139 4.47404e-20) (0.441413 0.00715927 4.80394e-21) (0.41072 0.00348315 -5.13433e-20) (0.456952 -0.00300449 1.0158e-20) (0.452383 0.00349702 -1.73414e-21) (0.414904 -0.000827907 6.47485e-20) (0.414693 -0.00704114 -1.90469e-21) (0.441652 0.00778286 1.15122e-21) (0.414646 -0.00697697 2.27023e-20) (0.456196 -0.00096689 7.71018e-21) (0.456501 -0.000310993 8.31374e-20) (0.441806 0.00811779 8.5049e-20) (0.96644 -0.00141678 4.05421e-21) (1.14286 0.185652 -1.0158e-21) (0.714362 -0.00058228 -9.35659e-20) (0.873958 0.256251 -1.11253e-21) (0.815037 0.166124 4.28962e-21) (1.28887 -0.219427 -2.14452e-21) (0.88944 0.32419 1.06227e-21) (0.910127 -0.400945 -8.57895e-23) (0.841781 0.00648878 7.87661e-20) (1.23198 0.116664 -2.00581e-21) (0.874843 0.039695 -2.25498e-20) (0.692537 0.14363 -3.16145e-21) (0.979051 0.159011 2.03694e-21) (0.24681 0.0576068 1.65562e-21) (0.936988 -0.00493095 1.80689e-22) (0.837624 0.143198 -3.51318e-21) (0.416716 -0.0287589 1.17828e-20) (1.28329 -0.154497 -2.37573e-21) (0.969354 -0.00146974 -4.99003e-22) (0.301759 0.0662911 5.44043e-21) (0.842212 0.209138 -1.53861e-20) (1.09326 0.222462 -1.07771e-20) (0.322486 0.0699951 -7.96951e-21) (0.363063 0.121287 8.64912e-21) (1.06606 0.23442 -1.95822e-20) (0.257219 -0.407318 -2.9495e-20) (0.815589 0.227646 7.63638e-21) (0.701653 0.277255 5.37275e-20) (0.929489 -0.0135315 3.33147e-21) (1.02989 0.252444 -6.63639e-21) (1.10343 -0.221788 -8.95953e-22) (0.956644 -0.055236 -5.901e-22) (0.266956 0.0616291 8.39392e-22) (0.919969 0.116445 -2.11696e-21) (1.03456 0.119641 1.10998e-20) (0.831658 0.15086 2.00999e-22) (0.111666 0.00217026 1.29867e-20) (0.802736 0.200579 4.47236e-24) (1.19793 0.153857 -1.43019e-21) (1.16812 0.172949 -1.28643e-22) (1.10327 0.070821 -9.69546e-21) (0.724113 0.211039 6.89281e-21) (1.00753 0.137882 -2.60947e-20) (0.125991 0.0296761 -2.15373e-21) (0.409601 -0.00321441 4.7054e-20) (0.748865 -0.153386 -7.07588e-21) (1.00831 0.269563 -2.75186e-20) (0.198152 0.037366 4.75679e-21) (0.370765 0.0769892 -1.03666e-21) (0.170338 0.0375202 2.59481e-22) (1.09754 0.170078 4.4992e-21) (0.539977 0.00186068 5.52362e-21) (-0.0168228 -0.144168 5.44046e-21) (0.259888 0.0537662 -4.26319e-22) (1.12737 0.200738 1.69408e-22) (0.150038 0.0346904 2.615e-22) (1.2516 0.0845682 2.68666e-21) (0.864254 -0.228552 1.35928e-20) (0.885775 -0.229131 -7.97634e-22) (0.206542 0.0454649 1.50687e-22) (1.17057 -0.0206069 3.44561e-21) (1.11996 0.151192 8.69383e-21) (0.681244 0.280435 3.29573e-20) (0.333269 0.0692056 -9.51872e-22) (0.323103 0.0722008 -7.05154e-22) (0.310022 -0.0844806 3.88755e-20) (0.26742 -0.425142 -5.23134e-20) (0.395192 -0.0572804 -4.92394e-20) (0.47766 -0.247063 -8.39368e-21) (0.481989 -0.0110432 2.90863e-20) (1.10029 -0.242579 -7.69858e-21) (0.922693 -0.0502999 3.32267e-21) (1.01228 -0.257567 7.93258e-21) (0.727872 0.261805 -1.01334e-20) (1.30751 -0.0124671 -4.82883e-21) (1.12042 -0.256557 -1.75462e-21) (0.861414 0.200925 -3.01012e-21) (0.628238 -0.401265 9.60326e-21) (1.05057 0.223768 -1.50758e-20) (1.13236 0.167628 -3.16268e-22) (0.530843 0.342415 2.62495e-20) (0.822421 0.15641 -1.09816e-21) (0.390731 0.0850223 2.60538e-21) (0.639773 0.324478 -1.48471e-20) (0.767859 0.218759 1.75395e-20) (0.336482 0.06932 -2.08953e-21) (0.855076 0.240646 -3.98072e-22) (0.873952 -0.4917 1.14665e-20) (0.490036 0.0139459 -7.33981e-21) (0.489706 0.0132945 -2.25247e-20) (0.489991 -0.0119613 1.97885e-20) (0.489743 0.013259 4.82309e-20) (0.503699 0.00832894 4.76254e-20) (0.490506 0.0117397 1.74539e-20) (0.490531 0.0117352 1.07146e-21) (0.150868 0.0344954 1.87773e-21) (0.234581 0.0497337 -2.14886e-22) (0.763182 -0.50818 1.71997e-20) (0.598225 0.306318 -1.77297e-20) (0.939236 0.161115 3.24447e-22) (1.26078 0.114676 4.74952e-21) (0.291967 0.0681413 8.47143e-22) (0.502075 -0.00899594 -1.34321e-19) (0.911448 -0.00939866 -3.64001e-22) (1.12193 0.159527 1.98094e-21) (0.982207 0.126638 3.30527e-21) (1.02019 0.0576498 4.15793e-21) (0.907675 0.31426 -1.15583e-20) (0.328745 0.0812803 -1.03898e-20) (1.21962 0.149849 -6.73664e-22) (1.06316 0.22094 1.91311e-20) (0.270313 0.0555435 1.18015e-21) (1.3183 -0.029562 5.1801e-21) (0.694818 0.00982005 -2.76138e-20) (0.301581 0.0686606 3.72996e-21) (0.920842 0.169881 8.80836e-22) (0.0702464 -0.322946 5.36566e-20) (1.01105 0.242945 -9.25845e-21) (0.857083 0.00272217 -1.38649e-20) (0.94324 -0.0751055 3.3928e-21) (0.849547 -0.407878 1.35949e-20) (0.841083 -0.505216 -1.18202e-20) (0.968083 -0.452787 3.39378e-20) (0.167067 0.0366701 -4.75994e-21) (0.90884 0.246576 1.78702e-20) (0.619213 -0.0295234 4.61517e-20) (0.147355 0.0330847 2.49283e-21) (0.859062 -0.00508938 -6.19816e-22) (0.861588 -0.00638854 -9.36553e-21) (0.861584 -0.00639381 -5.99899e-21) (0.858803 -0.00519753 -3.68974e-20) (0.858534 -0.0066563 3.05347e-20) (0.858798 -0.00516927 1.45518e-20) (0.252292 0.0587273 -3.89539e-21) (0.90679 0.170273 -1.27177e-21) (1.01449 0.271726 -2.50934e-21) (0.848388 0.107137 -1.54934e-20) (0.501849 0.318695 -8.78178e-21) (0.450794 -0.235188 1.94647e-20) (1.18624 0.168512 1.33768e-21) (1.29671 -0.0154316 8.94437e-21) (0.920826 -0.375022 -1.23794e-20) (1.13632 0.147352 2.2549e-21) (0.139819 0.0341152 3.7315e-21) (0.882387 0.020888 5.07741e-21) (0.29368 0.0627698 1.0929e-22) (0.902652 0.177681 -8.19731e-23) (0.731321 0.154369 3.57099e-20) (0.760643 0.128667 -3.55978e-21) (0.871195 -0.191797 7.88695e-21) (1.16223 0.164568 6.44028e-21) (0.874071 0.140517 -6.99145e-21) (0.644024 -0.00578484 -3.77675e-21) (1.12963 0.161861 -2.9115e-21) (0.896056 0.0195868 2.27971e-21) (0.124957 0.000835293 -3.49486e-20) (1.23534 -0.213305 -4.56473e-20) (0.585478 -0.412937 4.35041e-21) (0.990477 0.101533 -2.23942e-21) (0.910557 0.265259 1.64654e-22) (1.14907 0.188244 3.20776e-22) (0.126102 0.0293279 -6.0651e-21) (0.458915 0.0869345 5.84758e-21) (0.637114 0.301442 3.63912e-20) (0.905338 0.183888 -4.72606e-21) (0.433067 0.107714 -8.80736e-21) (0.887718 -0.142828 -1.72077e-21) (1.00619 0.253692 4.40856e-22) (1.06516 0.23982 1.37965e-20) (1.11704 0.205353 -1.6586e-21) (1.00465 -0.203634 1.55129e-20) (1.093 0.218015 -1.35254e-20) (0.994739 -0.232047 3.16155e-21) (1.16015 0.182241 4.47246e-22) (1.1512 0.15724 -5.29787e-21) (0.841572 0.272305 1.25782e-20) (1.32476 -0.0497379 -9.16845e-21) (0.907465 0.210426 5.70436e-21) (1.17007 0.139394 1.29207e-21) (0.941036 -0.179033 -2.2122e-22) (0.00308831 -0.107104 6.18781e-21) (-0.0162606 -0.165335 3.39801e-20) (0.86555 -0.17877 -9.77994e-21) (0.347236 0.0681956 -1.37855e-21) (0.270935 0.0502959 -4.53599e-21) (0.793649 -0.00955328 1.38917e-20) (0.016096 -0.129981 -6.33308e-20) (0.225017 -0.103036 -8.43969e-20) (1.08155 0.205779 -3.19378e-21) (0.762073 -0.113089 9.06325e-21) (0.514619 0.00608805 -3.38617e-20) (-0.0113771 -0.134248 -1.26369e-21) (0.304139 0.0657375 6.92853e-22) (0.43353 0.0944613 5.33313e-21) (1.16783 0.156633 -4.14927e-21) (0.501482 -0.507813 1.9487e-21) (0.415435 0.0886284 -2.13702e-21) (0.926575 -0.014689 -2.26438e-21) (0.950076 -0.120851 -8.53305e-21) (0.975337 -0.177486 -4.66357e-21) (1.19772 0.128703 3.20763e-21) (0.708884 0.131531 2.16256e-22) (1.13432 0.196579 -7.66495e-22) (0.540843 0.296183 -2.43218e-20) (0.842676 0.0227789 1.58372e-20) (0.248953 0.025596 2.45288e-21) (1.25054 0.112225 -2.982e-21) (0.884443 -0.134687 2.48939e-21) (1.14078 -0.218946 9.08224e-21) (0.505132 0.291893 2.24245e-21) (1.27432 -0.252234 1.46503e-20) (1.0539 0.247759 -1.3617e-20) (1.12209 0.203491 3.93327e-21) (1.28619 0.0543406 3.45325e-21) (1.26164 -0.165132 1.73137e-21) (1.29463 -0.172162 -7.11531e-21) (0.422596 0.0756201 1.36273e-21) (0.799381 -0.0130731 -9.87336e-22) (0.904977 0.0858807 -7.05525e-21) (0.866444 0.144991 6.01759e-21) (0.844213 0.162398 -4.64446e-22) (1.02342 0.263269 -1.39015e-21) (0.200988 0.00634431 -3.82198e-20) (0.492797 -0.0042376 -3.77027e-20) (0.872189 -0.16121 1.22297e-21) (0.930784 -0.0056288 -1.12067e-21) (0.353543 0.100523 -1.34977e-20) (0.714585 -0.00911115 -3.40065e-20) (0.127049 0.0252206 -1.15651e-21) (0.882542 -0.159468 -8.82631e-22) (0.824315 0.177689 -9.85124e-21) (1.1935 -0.290999 -2.15627e-20) (0.395081 0.00184549 3.68646e-21) (0.805159 0.16162 6.37091e-21) (0.843338 -0.0610482 3.89351e-21) (1.14603 0.158823 -5.38577e-21) (0.387944 -0.000884879 -3.4827e-20) (0.387808 0.000246882 -2.30112e-20) (0.386795 0.0027047 -9.9817e-21) (0.387786 0.000266118 -1.6703e-20) (0.386768 0.00275017 -6.34337e-21) (0.386916 0.00296188 -2.71323e-21) (1.04575 0.155095 -1.11771e-22) (0.275251 0.0558216 -1.56343e-21) (1.21482 0.0963705 -6.12419e-22) (0.731885 0.151759 -3.01461e-23) (0.811856 0.160538 -4.69797e-21) (1.13525 0.18496 3.46731e-21) (0.886076 0.0264238 2.0668e-20) (1.10117 0.205527 1.95323e-21) (0.278072 0.0602683 7.54426e-22) (0.91553 0.0957577 2.52728e-20) (1.14208 0.14004 1.49928e-21) (1.06909 0.232046 -8.59767e-21) (0.597687 -0.460381 4.48991e-21) (0.744749 0.00339363 -7.0224e-20) (0.284568 0.0622264 -1.01842e-22) (0.923014 -0.00652826 2.03294e-21) (0.854691 0.193276 3.26574e-21) (-0.00802815 -0.110882 -3.06533e-20) (1.09283 0.191965 4.40305e-23) (0.521352 -0.0343444 -2.92398e-21) (1.09203 0.186192 1.42647e-20) (0.274005 0.0537206 -4.70576e-22) (1.02953 -0.22236 -3.6029e-21) (0.851097 0.150007 -5.30411e-23) (0.778104 -0.13805 -1.99284e-21) (1.07445 0.166807 1.53583e-20) (0.0141148 -0.0989554 8.35148e-20) (1.26841 0.0888307 4.30133e-22) (0.844749 0.249742 -6.18658e-21) (0.871136 -0.455182 5.82897e-21) (0.442248 -0.0480049 8.18666e-20) (0.162839 0.0385888 -1.22827e-21) (1.16583 0.131046 1.86586e-21) (0.698443 0.0905473 7.06764e-21) (0.137752 -0.237394 -5.97291e-20) (0.792261 0.132023 3.8182e-22) (0.868342 0.0650355 -9.54908e-21) (0.788442 -0.0978033 2.49948e-21) (0.483506 -0.0137307 -2.37124e-20) (0.484712 -0.0113339 -4.38076e-21) (0.483498 -0.0137345 -5.11358e-21) (0.482179 -0.0141651 8.08631e-20) (0.484879 -0.0118614 4.22449e-21) (0.484895 -0.0118499 1.06267e-20) (1.29363 0.0680436 9.00709e-21) (0.704475 0.217121 6.67555e-21) (0.727598 -0.0129783 1.42266e-19) (0.245819 0.0507187 -8.01586e-22) (-0.0121832 -0.112183 1.33697e-20) (1.30259 0.061677 -1.47459e-20) (0.817693 0.165746 2.41571e-22) (0.25096 0.0534849 -3.65991e-21) (0.900996 -0.0109241 2.92306e-21) (0.246898 -0.0859103 -2.52793e-20) (0.403602 0.0928241 6.8008e-21) (0.503005 -0.514532 -4.31806e-20) (0.887642 -0.0128573 7.12208e-21) (0.953682 -0.00392714 -5.23147e-21) (-0.0178872 -0.145242 6.84904e-21) (0.41732 0.0833474 1.34945e-22) (1.05519 0.214463 1.48958e-20) (1.03577 -0.234502 6.65621e-21) (0.869502 -0.00679699 3.79457e-21) (0.862393 -0.00447504 4.65631e-21) (0.390337 0.0698653 1.47329e-22) (0.952063 -0.00456218 5.0218e-21) (0.881565 0.072889 5.62923e-21) (0.374959 0.079345 -9.30854e-23) (1.24772 0.120965 -7.41857e-21) (1.26525 -0.110394 1.8602e-20) (0.975752 0.0929101 4.61593e-21) (0.231541 0.0534881 -1.00949e-20) (0.922394 0.12115 -2.90201e-21) (0.483626 0.0123932 -2.71416e-20) (1.24669 -0.14994 3.75852e-21) (1.22384 0.14026 5.06282e-21) (0.761209 0.1824 1.52206e-22) (0.976356 0.128438 -5.93123e-21) (0.32386 0.0677847 2.48443e-21) (0.850581 -0.062154 -2.96289e-21) (0.352182 -0.467614 5.42047e-20) (0.343919 0.080885 4.52277e-21) (0.363718 0.0805479 -1.82097e-24) (0.284118 0.088858 -5.77439e-21) (0.415572 0.0906433 -4.87454e-21) (0.965118 -0.183222 2.00173e-21) (1.11512 0.174452 -9.31826e-21) (0.331328 0.0912034 1.27998e-20) (0.943302 -0.0705058 -5.67121e-22) (0.423057 0.125715 -3.08338e-21) (-0.00782039 -0.231321 6.69405e-21) (0.00116195 -0.0451128 -3.8284e-20) (0.711597 0.30833 4.64636e-21) (0.693223 0.32083 -7.75421e-21) (0.856007 0.118763 2.23583e-21) (1.07478 0.158448 1.60392e-20) (0.953677 -0.114104 8.60404e-21) (1.05334 0.152301 8.2151e-21) (0.916872 0.172977 4.16852e-21) (0.41097 0.135725 -1.34349e-20) (0.828699 0.150563 -1.24206e-22) (1.33559 -0.0235463 -1.50318e-20) (0.278095 0.0614575 -2.87765e-21) (0.323346 0.0719004 -2.10581e-21) (1.2671 0.0605185 2.58124e-21) (0.298247 0.0625561 -9.80456e-22) (0.982299 -0.461178 -8.38648e-21) (0.936249 -0.00980193 -2.78093e-21) (0.503522 -0.0011449 5.15616e-21) (0.503516 -0.00114542 -5.89535e-21) (0.504656 -0.000775435 -8.15113e-21) (0.518535 0.0109638 3.2875e-20) (0.518494 0.0108212 1.06711e-20) (0.5184 0.0105301 1.20847e-21) (0.276559 0.0643016 4.66557e-21) (0.247273 0.0526154 2.23729e-22) (1.09405 0.220216 1.44498e-21) (1.12084 0.177411 1.19313e-20) (0.557532 -0.0448153 -8.57291e-21) (1.15714 -0.203048 -5.24593e-21) (0.932717 -0.102044 -1.47124e-21) (0.990363 0.277506 2.32705e-20) (0.863855 0.326564 2.3641e-20) (1.18036 0.139718 -1.21536e-21) (-0.00719863 -0.130285 -7.77653e-21) (0.194008 -0.253509 3.3257e-20) (0.918612 0.0111838 -8.52801e-21) (0.921845 -0.0149236 1.63759e-21) (0.712168 0.341661 -2.09241e-20) (0.234481 0.0709186 6.5193e-21) (-0.0128713 -0.170195 -1.2443e-20) (0.161707 0.046789 -5.97378e-21) (1.33428 -0.0643334 1.148e-20) (0.719938 0.153655 -2.99693e-20) (1.09038 0.166629 -1.58824e-20) (1.12057 -0.211049 1.30997e-21) (1.11925 0.194248 -3.14352e-21) (1.0236 0.2373 2.02191e-20) (0.526642 0.0713599 -1.67249e-21) (0.876919 0.0556446 -9.63522e-22) (0.363219 0.139805 5.85501e-21) (0.172823 0.0460742 7.09525e-21) (0.151502 0.0324927 -1.18628e-21) (-0.0188079 -0.179451 4.30721e-20) (0.832992 0.137462 -2.95889e-20) (0.0245672 -0.258893 -3.88688e-20) (1.12616 0.144849 -6.46403e-21) (0.750962 0.0183559 -8.23159e-20) (-0.00746245 -0.16223 2.91512e-21) (1.25909 0.0943552 1.8939e-21) (1.13741 -0.0965428 2.05929e-21) (0.900625 0.0134901 7.89016e-21) (1.03401 0.261615 1.69005e-20) (0.0651577 -0.200388 2.26019e-21) (0.212112 0.0478354 3.33229e-22) (0.915147 -0.22261 -2.4565e-20) (0.755878 0.141514 9.04168e-22) (1.33555 -0.0168712 1.26429e-20) (0.84506 0.137926 -2.32455e-20) (0.273237 0.0568263 -4.60666e-22) (0.842114 0.0815778 1.5471e-21) (0.230875 0.04924 -6.6608e-22) (-0.0153013 -0.212447 -1.41935e-20) (0.225474 0.0466727 -2.67999e-22) (0.202906 0.04738 -7.30358e-22) (0.13163 0.0317915 1.20696e-21) (0.851352 -0.0725867 6.71644e-21) (0.869553 0.15907 3.8452e-22) (0.256211 0.0573721 -1.5438e-21) (0.939559 -0.156011 -1.04836e-20) (0.462559 0.0777146 -7.35402e-21) (1.11836 -0.334283 1.41269e-20) (0.59009 0.056102 -1.36632e-20) (0.924169 -0.0461837 3.06706e-21) (0.00901086 -0.237392 3.0973e-20) (0.30244 0.0604747 1.52668e-21) (0.427979 0.00573059 -4.22899e-20) (1.1057 0.190324 4.34915e-22) (0.912316 0.281235 -3.50113e-20) (1.04499 0.242076 2.96993e-23) (1.00886 -0.218213 -9.60135e-21) (1.16301 0.172147 -1.72205e-22) (0.390321 0.0928049 -1.13495e-21) (0.523006 -0.505654 2.55641e-20) (0.791675 0.218462 -3.71552e-20) (0.342779 -0.474746 -3.17505e-21) (0.702653 0.232389 -4.39084e-20) (0.382669 0.0758841 -1.12384e-21) (1.16538 -0.249187 -1.2963e-20) (0.717687 0.141925 1.0278e-21) (0.416561 0.0832998 4.42365e-22) (0.113061 0.0244511 1.73348e-21) (0.43308 0.0926473 1.78051e-21) (0.872628 -0.369852 4.57879e-20) (0.000335444 -0.166879 -1.25731e-20) (0.32723 0.0811903 1.04831e-20) (0.769605 0.300181 -2.73269e-20) (0.316833 0.0897198 1.16133e-20) (0.494577 0.0765857 -4.81876e-21) (0.761693 0.0872189 -4.30649e-20) (0.983519 0.121596 -1.67651e-20) (0.722849 -0.0213924 -1.60001e-20) (0.880385 0.0169863 -1.69586e-20) (0.777887 0.146034 -8.3814e-22) (0.277358 0.0580244 -2.39021e-22) (0.291856 0.0614669 -2.46444e-21) (0.864072 0.175482 -1.00515e-20) (0.379752 0.0760651 5.03463e-22) (0.384952 0.083372 -2.80536e-22) (1.01384 0.128626 -2.09208e-21) (0.759498 0.14594 1.90555e-21) (0.381884 0.0788945 8.66786e-22) (0.0398502 -0.182316 3.59783e-21) (0.369936 0.0818659 3.05135e-21) (0.445169 0.126951 9.06486e-21) (1.21093 -0.0564825 -2.95342e-20) (0.00696642 -0.125503 -1.50523e-20) (0.393842 0.141712 -4.7063e-21) (0.345382 0.0719936 1.0006e-21) (0.870195 0.160746 1.19521e-21) (-0.00657732 -0.197907 -1.04929e-20) (-0.00217005 -0.096047 1.95202e-20) (1.15238 0.0494752 1.09258e-20) (0.184063 0.0516393 1.62731e-20) (0.405434 0.0760849 1.52233e-21) (1.33869 -0.115341 -4.35006e-21) (0.502123 0.0621348 3.6189e-21) (1.04873 0.251161 6.65808e-21) (1.08301 0.22334 -2.58122e-21) (0.132617 0.0313274 1.20559e-21) (1.10669 0.181276 1.1042e-20) (1.07702 0.109253 -8.39156e-21) (1.11688 0.0852232 -4.47374e-21) (0.66098 0.0199892 1.49523e-20) (0.800188 0.265309 8.42169e-21) (-0.0165462 -0.137085 1.5374e-20) (1.06627 0.217979 -1.3518e-20) (0.33134 0.075971 -4.2378e-21) (1.05935 -0.278727 -3.08352e-20) (0.121055 0.0273187 -1.12388e-21) (-0.00558093 -0.146279 1.13032e-20) (1.05716 0.123693 -1.39742e-21) (0.833138 -0.0851637 -6.27933e-21) (1.1856 0.00307216 7.84791e-21) (0.677319 0.133918 1.73616e-22) (0.899035 0.304858 2.35219e-20) (0.306729 0.0665992 -1.63864e-21) (0.446765 0.0866899 -2.50815e-21) (1.22655 -0.202034 2.01965e-21) (1.15615 0.178034 -8.9318e-22) (0.301076 0.0739657 -3.0486e-21) (1.20674 -0.301143 1.46317e-20) (0.303667 0.0727346 1.18016e-20) (0.301457 0.0680534 3.70992e-21) (0.658364 0.345236 -2.42513e-20) (0.407312 0.0821146 1.12548e-21) (1.19445 -0.095515 2.15123e-20) (1.2978 0.0529209 6.56778e-21) (1.14929 0.188853 4.39054e-21) (0.808266 0.248243 -7.59658e-21) (0.191154 0.00208996 -3.49842e-21) (0.79275 0.276951 1.2102e-20) (0.671139 -0.532409 -1.2796e-21) (0.923099 -0.0335595 -5.11456e-22) (0.444261 0.139205 5.02847e-21) (0.233717 0.0502094 -7.11431e-22) (0.838456 0.106381 -1.09526e-20) (-0.0126074 -0.222569 -1.07936e-20) (0.860358 -0.0719214 -2.84854e-21) (0.427739 0.0715488 5.06678e-21) (0.367008 0.0732393 8.90536e-22) (1.14247 -0.242118 1.79109e-20) (0.898347 0.294056 2.60514e-20) (0.391003 0.120382 -1.94248e-20) (0.106363 0.0254297 1.62614e-21) (1.16456 0.148 -2.8926e-21) (0.386264 0.000881424 1.06193e-20) (0.385286 0.000219328 3.85409e-20) (0.38655 7.30324e-05 1.77653e-20) (0.38529 0.000213792 -5.24439e-20) (0.386158 -0.00112288 -3.01273e-20) (0.387061 0.000253078 -1.80523e-20) (0.387079 0.000255161 2.30598e-20) (0.999003 0.156072 5.96867e-22) (0.742962 0.305118 1.70025e-20) (1.06971 0.238807 8.81584e-21) (1.3136 0.0417241 1.11773e-21) (0.873474 0.277413 1.10633e-20) (0.73863 0.249996 -3.47474e-20) (1.22788 -0.132522 -4.68073e-21) (1.27552 0.0997858 -6.83057e-21) (0.401886 0.0835902 -8.40244e-23) (0.87475 0.24 -4.13526e-21) (0.720788 0.00426318 -5.65854e-20) (1.06121 0.24325 2.8522e-21) (0.765333 0.188523 4.16833e-21) (0.826668 0.233823 3.23732e-21) (1.236 0.138682 3.64043e-21) (0.97746 0.162865 -1.41231e-21) (1.13942 0.0306291 -1.16043e-20) (0.365085 0.075473 5.58692e-22) (0.387615 0.000303826 -4.12878e-20) (0.380706 -0.00546325 -1.15129e-20) (0.38758 0.000273437 -2.07385e-20) (0.381429 -0.00560641 -2.56774e-20) (0.381427 -0.00561216 9.58754e-21) (0.387479 0.000220742 -1.89449e-21) (1.29613 0.0733136 1.19915e-20) (1.13859 0.19477 -3.20048e-21) (0.151802 0.0282658 -5.32942e-22) (1.12277 0.197215 1.14161e-21) (0.965238 0.106254 7.38688e-21) (0.92613 0.277387 2.95946e-21) (0.777271 0.272345 -3.3862e-20) (0.348727 0.0692569 -5.50569e-21) (1.03335 0.246647 -1.30038e-22) (0.953273 0.172558 -1.55358e-21) (0.367627 -0.44436 1.74058e-20) (1.25536 0.120944 5.85316e-22) (0.377828 0.0966084 -7.91675e-21) (0.960545 0.16989 -1.50476e-22) (0.391935 0.0863878 5.27948e-21) (1.04084 -0.358712 -6.9477e-21) (0.251949 0.0603965 -1.03737e-20) (0.961843 0.165981 7.16519e-22) (0.388235 0.0772868 -7.44897e-22) (0.790684 0.136466 3.46096e-21) (0.694258 0.272589 -3.0546e-20) (0.3829 0.00202471 8.44883e-20) (0.383669 0.0837943 6.25403e-21) (0.408541 0.0890495 -1.63182e-21) (0.723726 0.0777876 -9.12514e-21) (0.409103 0.103609 -8.92761e-21) (1.21723 0.151244 5.40577e-22) (0.943051 0.173784 4.43256e-22) (0.722188 0.101421 -6.78042e-20) (0.261714 0.0611881 -5.73686e-21) (1.20005 0.161215 -2.82119e-24) (-0.019424 -0.197344 5.22e-21) (0.415543 0.0974943 -1.27386e-21) (0.414185 0.089328 -6.87879e-21) (0.221677 0.0530181 -3.33904e-21) (0.423462 0.0892701 2.01954e-22) (1.31672 0.0174847 7.22834e-21) (0.353013 0.0701835 8.09631e-22) (0.408092 0.0919583 -6.63648e-21) (0.442802 0.0914682 -2.18868e-22) (0.362779 0.091402 8.3868e-21) (0.772088 0.0978881 -1.59269e-20) (1.20925 -0.262509 2.39717e-20) (0.256166 0.0589801 -8.57687e-22) (0.488778 -0.485497 -2.06096e-20) (0.280613 0.0588666 -2.16236e-21) (1.03888 -0.207323 -4.01851e-21) (0.934467 0.181409 3.33496e-21) (0.260802 0.0577949 2.01519e-23) (0.277481 0.0634571 5.11565e-21) (1.33364 -0.0362856 1.00926e-20) (0.320139 0.0645316 -1.23158e-22) (0.576394 -0.528803 3.64339e-20) (0.813389 0.272594 6.26781e-21) (1.06363 0.100315 2.85445e-21) (0.371284 0.0892402 -4.26266e-21) (0.218175 0.0463507 -6.69131e-21) (0.805465 0.240223 2.01296e-20) (0.354533 0.0737771 2.58829e-22) (0.298225 -0.3052 -4.28196e-20) (0.956834 0.155299 -1.53196e-21) (0.377154 0.0858349 8.76657e-21) (0.627047 -0.363907 8.30785e-21) (0.487601 -0.311119 9.3833e-20) (0.320026 0.0667034 -5.80691e-24) (1.18648 0.168604 -1.09976e-21) (1.17243 0.176086 -1.45106e-21) (0.361522 0.0823168 3.74916e-22) (0.927522 0.183019 -1.0426e-21) (0.346397 0.0775517 -2.73876e-21) (0.930068 0.25916 -2.0565e-20) (0.367338 0.0800723 1.50098e-21) (0.111965 -0.25639 -1.72528e-20) (0.676415 0.15657 -1.50274e-20) (0.92742 0.190448 8.23938e-22) (0.232536 0.0635304 -1.18153e-20) (0.932842 0.186906 1.09822e-20) (0.923881 0.193901 -3.22393e-21) (0.338372 0.0747337 -5.7899e-21) (1.04754 0.253401 -2.53405e-20) (0.92968 0.219427 -5.38273e-21) (0.550439 -0.484803 2.19142e-20) (0.927556 0.210823 2.05364e-21) (1.08209 0.171891 -3.84816e-21) (0.919609 0.296072 -2.7443e-21) (1.28222 0.0913072 -1.75218e-21) (0.69451 -0.02326 -1.59926e-20) (0.833328 0.31063 -5.94227e-20) (0.339581 0.0741379 3.69677e-22) (0.211246 -0.419033 4.75479e-21) (1.12591 -0.25913 1.71819e-20) (0.452456 -0.0529036 -5.02856e-20) (1.04813 0.247016 9.10755e-21) (0.256472 0.0803586 -1.79046e-20) (1.10618 0.163351 -5.13222e-21) (1.13602 0.190508 -2.71131e-21) (1.23989 0.133409 -4.82897e-21) (0.92992 0.199235 -3.65055e-21) (0.838928 -0.0114823 -3.11117e-20) (1.1615 0.182619 -6.41023e-22) (0.839725 0.155266 7.10633e-23) (0.930602 0.230275 8.4564e-22) (0.282279 0.0743179 6.41176e-21) (0.153063 0.0378941 2.54708e-21) (0.836024 0.156685 -1.0592e-21) (0.873754 0.00612951 2.79723e-20) (0.866095 -0.0080271 -8.2923e-21) (1.14235 0.190903 1.17861e-21) (0.753216 0.0132901 3.99436e-21) (0.753618 0.0123991 5.04421e-21) (0.753591 0.0123588 -5.36209e-20) (0.750344 -0.0112147 -4.92778e-20) (0.752101 0.0108281 -1.58228e-20) (0.752121 0.0108266 -6.32853e-21) (0.756273 0.00653135 -8.26477e-20) (0.850747 0.0790132 6.77981e-21) (0.906742 -0.426506 4.17071e-20) (0.850264 -0.0244778 2.7163e-23) (0.851414 0.260963 -9.201e-21) (0.566249 -0.47372 -1.80371e-20) (1.02988 0.262909 2.3581e-21) (1.15418 0.184405 -4.51893e-21) (0.927444 -0.280711 1.93721e-21) (1.20113 0.159883 -6.64387e-22) (0.685452 0.126211 -4.36361e-22) (0.277773 0.0575298 9.20063e-22) (0.468041 0.139794 1.87007e-20) (1.11458 0.202192 4.36868e-22) (0.103243 0.024936 -1.55798e-21) (1.25151 -0.195942 5.42781e-21) (0.41779 -0.500793 -1.78434e-20) (0.92848 0.168365 -7.19441e-23) (0.806698 -0.0335348 -9.56384e-21) (-0.00622991 -0.0975688 -5.81529e-21) (1.13049 0.197541 -2.54243e-23) (0.319484 0.0713912 -5.16152e-21) (0.429912 0.0947619 3.18769e-21) (1.32133 0.0266394 7.09149e-21) (0.633929 0.355611 -1.2406e-21) (1.34131 -0.0709968 -8.97826e-21) (1.27354 -0.0709655 -7.15154e-21) (0.275525 -0.101082 -6.70384e-22) (0.931183 0.16601 -5.7975e-22) (0.234873 0.0467233 1.17178e-21) (0.794617 0.312438 1.85561e-20) (1.066 0.170852 -2.69832e-21) (0.652464 0.304926 -2.11284e-20) (1.1062 0.211156 7.48385e-21) (0.94964 0.00719633 -3.27671e-20) (0.907786 0.284478 -1.44555e-20) (1.21482 -0.182683 1.72308e-20) (0.117989 0.021615 -8.07911e-21) (1.17213 0.174878 1.08291e-21) (0.864871 0.209473 1.1567e-20) (1.20657 0.150047 -5.59723e-21) (0.88201 -0.0179025 6.7086e-22) (0.567989 0.0437847 -7.79039e-21) (0.919385 -0.243419 4.6375e-22) (0.816907 0.322177 -7.61419e-21) (1.06211 0.230567 -1.77834e-20) (0.221759 0.0466046 1.19239e-21) (1.1279 0.199558 3.16522e-22) (0.395834 0.0536331 2.86818e-21) (0.199583 0.0423448 1.74766e-21) (1.07837 0.224728 9.80639e-21) (0.857682 -0.313176 -2.23074e-21) (0.175769 0.0345528 -1.18809e-21) (0.679684 -0.419288 8.86236e-21) (0.379649 -0.296039 4.28585e-20) (1.0437 0.23513 -1.59685e-21) (0.873313 -0.0791014 -6.59048e-22) (0.962301 0.109197 -1.15683e-20) (0.252363 0.0531532 -1.32433e-21) (0.0904749 0.0258454 -1.11987e-20) (0.900949 0.188302 6.91587e-21) (1.14586 0.190282 1.74839e-21) (0.33735 0.119054 7.92845e-21) (0.959867 -0.361216 2.27779e-20) (0.903483 0.181999 -2.86618e-21) (0.85937 0.1868 1.78473e-21) (0.85907 -0.0082081 -1.34417e-20) (1.08835 0.201228 -2.05845e-21) (1.28949 -0.13017 8.5523e-21) (0.739336 0.16943 1.20973e-20) (0.90923 0.219445 4.71405e-21) (0.863511 0.241197 2.23691e-20) (0.290945 0.0626393 -1.93654e-21) (0.419269 0.102131 5.06921e-21) (0.948089 -0.15533 4.14083e-21) (0.903211 0.193391 -6.10663e-21) (0.883941 0.0721034 -4.03555e-21) (1.24508 0.0584713 -1.52576e-21) (1.23074 0.0793792 1.44344e-21) (0.900602 -0.286227 8.97484e-21) (1.08533 0.1851 -8.77759e-21) (0.909237 0.0123464 1.24079e-20) (0.716189 -0.401022 1.86917e-20) (0.232125 0.0526652 -3.34558e-21) (1.13835 0.193859 8.40448e-25) (0.871323 0.0040043 -6.5759e-21) (0.747259 -0.00443843 -2.82142e-20) (0.699066 0.11318 1.63752e-20) (-0.00918495 -0.189175 -7.5918e-21) (0.92759 0.242405 -4.43863e-21) (0.0548166 -0.307827 2.57461e-20) (0.814006 0.303047 1.87109e-20) (0.779837 0.0798045 -9.68767e-21) (0.0506535 -0.255919 1.09202e-21) (0.787813 0.253464 8.7401e-21) (1.15736 0.183903 7.40509e-22) (1.03978 -0.0551831 -3.25112e-21) (0.0759555 -0.308965 1.05553e-20) (1.15459 -0.284497 -2.60984e-20) (0.913012 -0.00765762 -7.56813e-21) (1.05861 0.230139 -6.76434e-21) (1.08429 0.225115 -7.36284e-21) (1.2253 -0.285585 1.34093e-20) (0.0917314 0.0229906 1.5979e-20) (0.747161 0.340404 -2.67305e-20) (1.18152 0.121425 7.38236e-22) (1.1981 0.109989 -1.56827e-22) (1.15088 0.13995 -5.37513e-21) (0.767715 0.337306 -1.0294e-20) (0.375159 -0.020469 7.98513e-20) (0.853241 0.283716 -9.51252e-21) (0.462351 0.178548 9.2184e-21) (0.227237 0.0508165 2.18531e-21) (0.39412 0.0858199 -5.8741e-23) (0.889701 -0.00503561 -1.73475e-20) (0.295289 0.0517611 -5.76595e-21) (1.0518 0.237851 1.43971e-20) (0.279677 0.0649441 -5.79029e-21) (0.44282 0.188361 -2.00183e-20) (0.198945 0.0451754 5.42921e-21) (1.26621 -0.0510489 -1.39006e-21) (1.02063 -0.429505 1.041e-20) (0.793627 -0.0508018 -5.57531e-21) (0.860886 -0.00497227 2.7292e-20) (0.864781 0.00576001 2.57298e-20) (0.860307 0.0032817 1.58265e-20) (0.860328 0.00328433 1.33012e-20) (0.879843 0.0040395 6.38049e-20) (0.864857 0.00578816 1.11615e-20) (0.864633 0.00591853 5.63597e-21) (0.77525 0.148146 -1.1282e-22) (0.843728 0.0176757 -4.00852e-20) (0.503468 0.123562 1.09235e-19) (0.952465 -0.0943804 5.54381e-21) (0.483812 0.171447 4.34303e-21) (0.955665 0.286806 9.32584e-21) (0.854065 -0.018071 8.28261e-21) (1.21137 -0.228147 -6.42164e-21) (0.285113 0.0604378 7.01198e-21) (0.19055 0.0551222 -1.17789e-20) (1.19256 -0.185944 -1.48457e-20) (1.24977 -0.125476 -1.12995e-20) (0.411735 0.090259 -1.05098e-21) (1.10478 0.207447 1.80277e-21) (0.0109312 -0.165769 -5.54358e-20) (1.03621 0.254866 2.02238e-21) (0.128535 0.0270543 -6.2888e-22) (0.155475 -0.212009 -3.56843e-20) (0.288506 0.0128345 -1.52541e-20) (-0.00628496 -0.241343 -2.11188e-20) (0.532544 0.166988 -1.06066e-20) (0.745476 0.347096 1.75064e-20) (0.208345 0.0438999 -4.59105e-22) (0.129392 0.0329242 -2.24278e-21) (0.202582 -0.00011098 1.63488e-20) (0.926454 -0.223927 5.11566e-21) (0.281883 0.0614367 8.94448e-21) (0.390975 0.0823342 3.10249e-21) (0.789938 0.312157 1.84712e-20) (0.218915 0.0489066 9.2987e-22) (0.872088 -0.0276359 -6.21095e-21) (0.902145 -0.00884499 -3.52538e-21) (0.893277 0.0750342 8.08543e-21) (0.431905 0.0825042 -2.2086e-21) (0.544722 -0.266013 -7.79224e-21) (0.507709 0.168171 1.3488e-21) (0.855905 0.28244 -9.65289e-21) (1.21804 0.0848763 -6.0398e-22) (0.426668 -0.458737 -1.53747e-20) (0.759863 0.156697 -3.25904e-21) (1.24577 0.0422383 -8.47748e-23) (0.302482 0.085387 3.67534e-21) (0.831783 0.211551 2.44408e-20) (0.756802 0.154732 -1.71377e-21) (0.927072 -0.0174379 -1.51715e-21) (0.889746 -0.310201 -6.67077e-21) (0.840906 -0.338991 -1.22476e-20) (1.08956 0.157448 -6.61007e-21) (1.1049 0.154933 1.57049e-21) (0.93413 -0.258474 -1.99487e-21) (1.04829 0.226982 8.5279e-21) (0.688799 0.0545652 9.74913e-21) (0.386609 0.0872355 6.97466e-22) (0.287119 0.0680001 1.08731e-20) (1.06436 -0.233627 8.63699e-21) (1.11212 0.182558 9.06688e-22) (0.763886 0.187253 -1.94583e-21) (0.221598 0.0515367 -3.0757e-21) (0.839363 0.219494 1.12148e-20) (0.00260086 -0.199912 1.85473e-20) (0.890867 -0.121515 -1.28578e-21) (0.864175 -0.0808456 2.95652e-21) (1.06969 -0.217319 -1.03172e-20) (1.17076 0.122187 -2.89109e-21) (1.20199 0.0998243 -3.29236e-22) (0.471031 0.121256 1.2051e-20) (0.942346 -0.0069038 -1.17397e-21) (0.691323 0.351662 1.72551e-20) (0.011327 -0.167667 4.0219e-20) (1.06017 0.157438 -1.6855e-20) (0.228517 0.0511698 -8.20981e-21) (1.2553 0.0666091 -3.54699e-21) (0.455598 0.109701 -1.7708e-21) (0.795024 -0.0554973 1.03753e-20) (0.882882 0.0441246 -2.3558e-20) (0.802033 0.194853 -1.67951e-20) (0.818433 0.280575 1.69758e-20) (0.516543 -0.304847 -3.05743e-22) (0.893095 -0.00482249 7.14849e-21) (0.48488 0.114513 -2.43322e-21) (0.745035 0.152712 4.1594e-21) (0.871778 -0.0304732 4.44064e-21) (0.876961 -0.0212815 -6.18664e-21) (0.919981 0.00846873 1.31459e-20) (0.73719 -0.0234655 7.22806e-21) (1.15609 0.131273 2.7154e-21) (1.03222 -0.422557 -5.5803e-21) (0.923234 -0.0208947 -5.02836e-22) (0.631863 0.0751714 1.12409e-20) (0.997347 -0.17553 -1.06371e-21) (0.7106 -0.131465 -6.6196e-21) (0.955248 -0.091218 -6.49483e-21) (0.83261 0.184829 -4.09068e-21) (1.08705 -0.210893 -1.30611e-21) (0.702955 0.167226 1.80311e-20) (0.491904 -0.00264718 -4.0879e-20) (0.905232 -0.0140997 -1.36724e-21) (0.170603 0.037727 9.11268e-21) (0.933575 -0.00431548 3.75109e-21) (0.918209 0.0122343 -5.35245e-22) (0.469882 0.105865 1.07472e-20) (0.471267 -0.515413 1.62002e-20) (1.12858 0.18012 -1.00751e-21) (0.864991 0.153053 -6.53595e-21) (0.512285 -0.0431516 3.76201e-20) (0.448196 0.0968157 2.11206e-21) (0.980027 -0.000846796 2.62692e-21) (1.17965 -0.205987 7.28657e-21) (0.591133 -0.030018 4.88683e-20) (0.605165 -0.508564 2.12558e-20) (0.897125 -0.355568 6.13078e-21) (0.476663 0.10239 7.83338e-21) (-0.0041444 -0.227096 -3.95057e-20) (0.600536 -0.298215 1.45116e-20) (0.884883 -0.0241312 -2.17765e-21) (0.750979 0.129183 1.30717e-20) (1.11143 0.148891 -6.90453e-21) (0.591752 0.0841811 -8.42088e-21) (1.082 0.154049 8.98937e-21) (0.895133 0.084554 -1.58627e-20) (0.448642 0.0961615 -5.68494e-22) (0.692175 -0.0802034 8.33138e-21) (0.890125 -0.0186539 -3.60823e-22) (0.472587 0.101854 -6.67495e-23) (0.452376 0.121862 1.49542e-20) (0.729625 0.0606909 -9.48764e-21) (0.956576 -0.00376096 3.44899e-21) (0.437086 0.0956469 2.21508e-21) (0.786052 0.143994 -2.72424e-21) (0.142182 0.0282141 -1.71115e-21) (0.557265 0.0860836 -5.20874e-21) (1.06737 0.153873 -8.39976e-21) (0.468852 0.0961543 9.87668e-22) (0.833191 -0.0714911 -1.10674e-20) (0.756377 0.0140994 -3.83986e-21) (0.4932 0.101529 -3.05527e-22) (0.857112 -0.360832 -5.30884e-21) (0.458555 0.0996975 -1.03967e-22) (0.450834 0.0927324 6.71244e-22) (0.413247 0.0857834 -6.69181e-22) (0.762468 -0.0164658 1.4546e-20) (0.185389 0.0387567 1.04869e-22) (0.555066 0.166973 7.76577e-21) (1.10739 -0.435128 8.40942e-21) (0.506563 0.0981565 -1.39313e-21) (0.877557 -0.0699431 -4.47453e-21) (1.05854 0.240007 -2.27602e-21) (0.43229 0.0889838 -1.1826e-21) (0.44118 0.0867922 -1.37784e-21) (0.964131 -0.33516 -9.72334e-21) (0.487452 0.095941 1.7825e-21) (0.871899 -0.0152957 4.59498e-21) (0.158338 -0.277485 -2.14327e-21) (0.570672 0.35316 -3.46891e-20) (-0.00934981 -0.1316 -2.65593e-20) (0.731871 -0.068969 1.62577e-21) (1.02555 0.144744 4.89384e-22) (0.845092 0.161367 -7.29052e-22) (0.518355 0.0862386 2.63102e-21) (0.202197 0.0458032 2.09419e-21) (0.990143 -0.000443994 -6.35357e-22) (0.96466 -0.14883 -2.07621e-21) (0.526706 0.0991259 -3.65205e-21) (0.953893 -0.0844869 6.29448e-21) (0.462254 0.090508 4.3449e-22) (0.455152 0.104345 2.98064e-21) (0.461246 0.0871272 -1.66203e-21) (0.884611 -0.0266721 3.5492e-22) (0.501358 0.12645 -2.14053e-21) (1.26234 -0.215076 -2.66816e-20) (1.07262 0.2105 -2.84293e-21) (0.752366 0.320525 6.48403e-21) (0.666814 -0.315088 -1.32179e-21) (0.51782 0.142285 5.9745e-21) (0.48549 0.086802 5.4123e-21) (0.18192 0.0413942 1.01455e-21) (0.98958 -0.197694 8.35544e-22) (0.294931 0.0720134 -8.64339e-21) (1.26027 -0.0877492 -8.39633e-21) (0.754736 -0.0131458 2.74332e-20) (1.22329 -0.15927 -1.1259e-20) (0.551807 -0.529745 -4.3401e-20) (0.512955 0.118556 2.69039e-21) (0.952968 -0.00211288 3.26553e-22) (0.764877 -0.0594267 -6.8744e-21) (0.478673 -0.295723 1.579e-21) (0.955135 -0.101241 -3.05153e-21) (0.541305 -0.226124 -1.29794e-21) (0.746056 -0.0869047 -7.63758e-22) (-0.0178935 -0.171871 -4.33068e-20) (0.498941 0.109918 -8.13778e-21) (1.11533 0.207262 1.07741e-20) (0.750255 0.17848 -1.75085e-20) (1.11412 0.166414 5.79426e-21) (0.588324 -0.157689 -8.39157e-21) (1.3408 -0.103319 -2.15419e-20) (0.190192 -0.226949 2.13912e-20) (0.908516 0.230744 9.27496e-21) (0.760395 0.157736 -4.32958e-21) (0.945105 0.296826 -1.63847e-20) (0.953426 0.280487 6.42254e-21) (0.919316 -0.0199294 3.50262e-21) (0.895488 -0.0153425 4.6134e-21) (0.504161 0.10722 -1.03116e-21) (0.706738 -0.367879 -5.37409e-21) (0.695106 -0.088674 -3.0064e-21) (0.92036 -0.00624857 -7.09329e-21) (0.880547 0.24832 -1.30525e-20) (1.33625 -0.0638326 -1.24973e-20) (0.958979 0.263723 -4.11309e-21) (0.354821 0.0831608 2.34124e-21) (1.23267 0.0656083 1.38957e-21) (0.887859 -0.193225 -7.12064e-21) (0.777194 -0.073987 2.64079e-21) (0.864408 0.218838 -1.03467e-21) (0.884768 0.0606506 8.19299e-21) (0.798653 0.341928 -2.45436e-20) (0.928874 0.204982 -1.29881e-20) (0.962556 -0.00254803 -6.98889e-21) (0.581011 -0.266168 2.29448e-21) (0.702676 -0.270057 1.30758e-20) (0.495932 0.106791 -1.77302e-21) (0.961974 0.249037 1.22665e-21) (0.818698 -0.0429438 -1.95414e-21) (0.637792 -0.291436 -5.51231e-21) (1.03031 -0.193375 8.79253e-21) (0.90901 -0.3291 -5.95014e-21) (0.969284 0.00224253 8.47275e-21) (1.0155 -0.191817 -2.18639e-21) (1.18602 0.111841 1.59621e-21) (0.75035 -0.0131901 1.74722e-19) (0.773308 0.106362 7.64814e-21) (1.335 -0.0998313 9.96848e-21) (1.14179 -0.3552 -9.54111e-21) (0.479083 0.10194 1.36225e-21) (0.972638 -0.143748 -2.29254e-21) (0.802987 -0.0627797 8.57284e-21) (0.838977 -0.0369154 -1.11421e-21) (0.787256 -0.155331 -8.01094e-21) (0.964388 0.236978 -3.19701e-21) (1.24474 -0.258705 -1.94048e-20) (0.245323 -0.198096 -5.99299e-21) (0.738087 -0.00945098 -1.46576e-20) (0.551332 -0.349169 -6.93231e-20) (0.965493 0.27506 1.1884e-20) (0.734295 -0.0759321 5.43751e-22) (0.30308 0.0560098 -2.50484e-21) (0.519119 0.104825 4.48668e-23) (0.356261 0.216532 6.42711e-21) (1.16834 0.0795462 -8.35137e-21) (0.825618 -0.0535599 -1.76307e-21) (0.856926 -0.0315971 3.53962e-21) (0.272267 -0.451506 -2.79858e-21) (0.777292 -0.0104616 -8.26086e-22) (0.848644 0.00116978 1.14028e-20) (0.879093 -0.00780844 2.13584e-20) (0.507348 0.00329534 -6.74113e-22) (0.511377 -0.00114425 -5.18045e-22) (0.468805 -0.0116117 -3.24407e-21) (0.466175 0.00348239 8.01336e-20) (0.468724 -0.0113922 -4.92695e-20) (0.510011 0.00307672 -2.81269e-20) (0.463848 -0.0128036 -3.08749e-20) (0.511042 0.00449617 -8.67051e-20) (0.49502 -0.00355882 1.48981e-20) (0.495485 -0.00476433 -1.3472e-21) (0.491565 0.0112847 -1.00734e-20) (0.491261 0.0101975 -3.28313e-21) (0.49929 0.00386146 5.14803e-21) (0.491822 0.0120266 -7.94752e-20) (0.548284 0.101 -6.10724e-21) (1.13754 0.104394 -4.44069e-21) (0.184272 0.0413309 3.96071e-22) (1.05449 0.157414 -4.92314e-21) (1.0232 -0.403287 -2.00659e-20) (0.817272 0.174137 -5.41755e-23) (1.04556 0.224931 1.13139e-20) (0.844682 -0.0463241 -1.89669e-21) (1.04016 0.162058 -4.00157e-21) (1.20084 0.0442667 2.21013e-21) (0.405752 0.108079 -8.81542e-21) (0.967241 0.205325 -5.69295e-21) (0.965041 0.226423 -1.07032e-20) (0.968511 0.200904 3.98308e-21) (1.11442 0.122084 2.0707e-21) (0.755776 -0.0908316 -3.17784e-21) (0.966572 0.211334 -1.31533e-20) (0.915071 -0.209123 -1.08657e-20) (0.971175 0.197094 -1.62938e-21) (0.766568 -0.0653519 4.15207e-21) (0.965628 0.218064 -7.30359e-21) (1.0286 0.166072 9.04259e-22) (0.933847 -0.0088502 2.55464e-21) (1.28168 -0.113865 -8.15958e-21) (0.16594 0.0380663 3.10399e-21) (0.884602 0.166751 -1.49593e-21) (0.860597 -0.410464 -1.79334e-20) (0.762088 -0.187674 1.28825e-20) (1.09661 0.151932 -2.72667e-21) (0.98972 0.182477 1.30186e-21) (0.860973 -0.0402949 6.95712e-21) (0.991784 0.179512 6.4384e-22) (1.09118 0.135133 -4.06897e-21) (0.985033 0.18392 -2.51383e-21) (1.09102 0.210965 6.59526e-21) (1.01948 0.170353 -6.07202e-22) (0.45501 -0.360073 2.77423e-21) (0.875211 -0.0352194 -2.16001e-22) (1.07208 0.147764 9.36945e-21) (0.980152 0.186874 -2.00377e-21) (0.868759 0.0787342 8.52268e-23) (0.714539 0.140631 -1.6528e-21) (0.844382 -0.0289413 -3.3661e-21) (1.06345 0.221501 3.36841e-21) (1.0107 0.174342 6.66077e-22) (0.976448 0.189718 5.2458e-21) (0.895928 -0.0212987 -1.23495e-21) (1.0017 0.177393 8.46119e-22) (0.965995 -0.128469 -3.36247e-21) (0.218865 0.0418617 -2.33498e-22) (0.974085 0.193152 -6.55372e-21) (1.10937 0.20099 -2.57178e-21) (0.910314 -0.00541057 7.13003e-21) (0.819233 -0.0470269 -1.47074e-21) (0.665446 -0.350231 -1.41345e-20) (0.135233 0.0271495 1.34192e-21) (0.784924 -0.0765479 -4.56701e-21) (1.183 0.144204 7.94317e-21) (0.887286 -0.0311393 -6.8194e-21) (0.847199 0.318938 -1.77873e-20) (0.347632 0.0769717 4.42815e-21) (0.839336 -0.0404449 -2.95409e-21) (0.759026 -0.214495 4.08963e-21) (0.843943 -0.0840694 6.56161e-21) (0.940191 -0.320405 1.68354e-20) (0.0735001 -0.27915 -4.28628e-20) (0.353635 -0.0815236 -1.22458e-20) (0.982167 -0.00066656 -5.72844e-22) (1.2795 0.0917602 -6.20952e-21) (1.05659 -0.20432 1.03846e-20) (0.26031 0.073858 -8.14628e-21) (0.831454 -0.110498 4.47292e-22) (1.15787 0.167769 -9.98435e-22) (0.299691 0.0653797 -1.41632e-21) (0.856449 -0.211066 -7.88197e-21) (0.857047 -0.0348554 -4.52909e-22) (0.915198 -0.0119667 -4.25826e-21) (0.49184 -0.00716048 -2.90867e-20) (1.20943 0.154147 5.46497e-22) (1.16939 0.177685 2.85709e-21) (0.809425 -0.0654232 -8.49308e-21) (0.710731 0.00274365 2.13736e-20) (1.26097 0.113331 -1.78847e-21) (0.837542 -0.387953 1.76196e-20) (0.933181 -0.0500964 3.6084e-21) (0.83227 0.327838 2.2808e-20) (1.03092 0.151127 1.86898e-20) (1.24316 0.130881 -2.30871e-21) (1.03261 0.241948 -1.0353e-20) (0.871232 0.138496 4.78122e-21) (0.324725 0.0686564 2.18763e-22) (1.29791 0.0656602 -4.62145e-21) (1.19512 0.16283 -1.17342e-21) (0.898782 -0.179093 1.15077e-20) (0.980345 0.229279 -4.65494e-21) (0.990368 0.259407 -2.45108e-22) (0.954491 -0.0653832 -2.99211e-21) (0.0109129 -0.267928 3.77007e-20) (1.31356 0.0355516 -9.87576e-21) (1.2253 0.1441 -1.09647e-22) (1.07977 0.216489 -7.83999e-21) (1.10804 0.20476 4.96833e-21) (0.991281 -0.000329182 2.09214e-21) (0.830913 -0.0561406 4.2521e-21) (1.0944 0.21085 2.03338e-21) (0.878483 -0.0371143 3.10714e-21) (0.577368 0.318228 3.84322e-20) (0.232033 0.0539699 -4.75883e-21) (0.987686 -0.398437 1.00196e-20) (0.781644 0.167223 -2.04977e-20) (0.258655 0.0611415 -4.99627e-21) (0.960422 -0.00310387 -2.80236e-21) (1.12083 0.198153 2.78495e-21) (1.18173 0.17036 -1.16081e-21) (0.848989 -0.0486198 -1.65262e-21) (0.826069 -0.126043 -5.86446e-21) (0.864743 -0.0423928 -6.292e-21) (0.943325 -0.00387524 -1.17057e-20) (0.725934 0.282372 -1.42951e-20) (1.2309 -0.00115129 -9.21003e-21) (0.896708 -0.209993 -2.72408e-21) (0.983244 0.270358 -2.05222e-20) (0.353449 0.0952745 1.32986e-21) (1.25961 0.0324302 4.01911e-22) (1.15686 0.178471 5.78972e-22) (0.798944 -0.0397744 6.90967e-21) (1.14473 0.185315 1.49198e-21) (0.875619 -0.515996 2.99135e-20) (0.984101 -0.159181 -5.30176e-21) (0.886846 -0.0398895 6.40662e-21) (1.13293 0.191789 -1.04341e-20) (0.880061 -0.0542375 -7.65691e-23) (0.906104 0.268142 -1.70654e-20) (0.13305 0.0277579 -2.10997e-22) (0.12478 0.0266752 6.71723e-22) (0.931822 0.311021 2.15165e-20) (0.587938 -0.335758 6.63491e-21) (0.922446 -0.19375 4.99277e-21) (0.989192 -0.000370703 -2.80903e-21) (0.945977 -0.296112 -7.26038e-21) (0.938272 -0.0503024 -5.83945e-21) (0.874462 -0.0621354 -3.30342e-21) (0.958522 -0.0660374 -7.63495e-22) (1.10696 -0.425591 8.99443e-21) (0.987789 -0.18369 -1.10013e-20) (0.811842 -0.130675 1.14777e-20) (-0.00784644 -0.203296 -2.25309e-20) (0.164485 -0.106305 3.01617e-20) (0.848703 -0.0942794 -1.53977e-21) (0.347285 0.0682502 1.13674e-21) (0.270765 0.0629818 -6.70452e-21) (1.08014 0.0350315 -1.03588e-20) (0.911782 -0.0135593 -4.06995e-21) (0.728474 -0.0112625 4.65788e-21) (0.990411 -0.372386 -1.42076e-20) (0.895584 -0.0237821 1.86692e-21) (0.994746 -0.163736 4.00802e-21) (0.652043 -0.465809 -6.86795e-21) (0.907947 -0.134829 9.01163e-21) (0.893874 0.147674 3.58902e-21) (0.953342 -0.0609973 3.66269e-21) (0.956466 0.00551599 2.45471e-20) (0.774357 0.128763 -8.94769e-21) (0.866814 -0.0624199 2.52201e-21) (1.02658 0.225827 -1.30234e-20) (0.151292 -0.389289 1.61928e-20) (0.940334 -0.0470637 -1.99814e-21) (0.897759 0.0934531 -3.63547e-21) (1.02582 -0.248065 3.56407e-20) (0.417169 0.0896497 6.7453e-21) (0.121788 0.0264866 -2.83003e-21) (0.277435 0.0620875 -1.19299e-21) (0.945893 0.114004 -1.83942e-21) (0.239391 0.0633727 -2.10471e-21) (0.99701 -0.403676 -2.05319e-20) (0.972436 -0.13487 1.65845e-21) (1.07552 0.198178 9.37406e-24) (0.939377 -0.0672605 -4.70102e-21) (0.89021 -0.0327503 8.20198e-21) (0.805953 -0.148954 -2.12651e-21) (0.930157 -0.0326475 6.99969e-21) (0.986048 -0.000515604 1.10287e-21) (1.25841 0.0153723 -2.65445e-21) (0.925974 -0.054355 -5.62969e-21) (0.952846 -0.07363 8.22327e-22) (1.05704 -0.426176 2.47178e-20) (1.01031 -0.178324 -4.83258e-21) (0.544004 -0.456089 6.35754e-21) (1.01053 -0.469787 -1.51853e-20) (0.979329 0.114549 -2.94064e-20) (0.935175 -0.0125879 2.17871e-21) (0.962379 -0.113657 -1.11131e-21) (1.25649 -0.0573655 2.55025e-20) (0.874441 -0.0455588 -4.5456e-21) (0.442545 0.116526 9.66429e-21) (0.930143 -0.0369224 -5.0737e-21) (0.499934 -0.0909978 -3.00171e-20) (0.951394 -0.0686596 -1.8005e-21) (0.728086 -0.133687 1.0267e-20) (0.791923 0.084831 -6.40879e-21) (0.992939 0.133414 8.05404e-21) (0.944551 0.126436 -1.15309e-21) (0.949001 -0.0596728 3.98951e-21) (0.721554 -0.105503 9.05012e-21) (0.880963 -0.00583186 -1.61672e-20) (0.965732 -0.00217684 1.81336e-21) (1.27111 -0.124528 -9.55658e-21) (0.35074 0.0748721 -5.0565e-21) (0.731305 -0.25572 -1.61668e-20) (0.843658 -0.10712 -1.90468e-21) (0.733671 -0.227724 5.88218e-21) (0.700491 -0.301298 1.1723e-20) (0.931945 -0.0456803 6.60028e-22) (1.27309 -0.197303 -2.50115e-20) (0.858429 0.0348558 1.15793e-20) (0.61866 -0.0633301 1.39028e-20) (0.630169 0.125776 -1.30404e-22) (0.866546 -0.0533776 -1.59622e-22) (0.957011 -0.00278558 3.94221e-21) (0.960883 -0.0626253 1.74241e-22) (0.982945 -0.148758 7.47673e-21) (0.915855 -0.0204476 -1.50477e-21) (0.453918 0.0109877 3.88468e-20) (0.505819 0.19308 4.17999e-21) (0.897357 -0.246434 6.09755e-21) (0.389052 -0.0795084 -2.27382e-20) (0.630068 -0.497434 -4.85216e-20) (0.957551 -0.0741406 1.28339e-21) (0.693372 -0.450944 -1.44937e-20) (0.781357 -0.1774 -7.78334e-21) (0.96789 -0.120006 -3.79095e-22) (0.926168 -0.0238578 1.73779e-21) (0.964835 -0.107124 2.93587e-21) (0.820209 0.193833 -2.04235e-20) (0.486549 0.20507 2.22964e-20) (0.551404 0.181667 -1.33097e-20) (0.44087 0.10015 -5.79623e-21) (0.904561 -0.477858 1.4628e-20) (0.766717 0.161904 2.55703e-21) (0.99494 0.122142 3.29904e-22) (0.486774 0.128043 -5.63336e-21) (0.982858 0.104788 6.55142e-22) (-0.00402711 -0.0695364 7.34925e-20) (0.575327 0.180146 1.167e-20) (0.470117 0.115139 -9.32705e-21) (0.885496 -0.0686825 8.71913e-21) (0.501376 0.120486 -2.42311e-21) (0.740841 0.209346 -8.10042e-21) (0.880044 -0.0464978 4.10491e-21) (0.93503 -0.0424947 -3.32382e-21) (0.897265 0.128 7.70339e-21) (0.93889 -0.0432398 1.90318e-21) (0.516499 0.132405 -9.69734e-21) (0.960246 -0.0696931 -2.21417e-21) (0.849951 0.206171 -1.46223e-20) (0.738903 -0.349259 -7.11932e-21) (0.95978 -0.0779956 -6.08261e-22) (0.359468 -0.0462179 -5.28162e-20) (0.91422 -0.180354 -1.40769e-21) (0.704077 -0.0364635 1.90473e-20) (0.52758 0.18624 2.4555e-20) (0.467739 0.223032 -2.21652e-20) (1.08 0.231466 -1.68334e-21) (0.934246 0.0960202 -3.19662e-21) (0.859476 -0.09185 -5.37778e-23) (0.934094 -0.0383921 3.39118e-21) (0.527354 -0.0440084 -4.57632e-20) (0.524092 0.145798 -1.02995e-20) (0.886785 -0.0541924 -2.89286e-21) (0.485684 0.109822 -1.44274e-21) (0.593784 -0.448684 -3.96568e-20) (0.736845 -0.540042 -2.07759e-20) (0.755642 0.159641 -5.25963e-22) (0.980835 -0.000997984 -1.0365e-21) (0.529276 0.124683 4.66957e-21) (0.786136 0.22465 -3.67534e-21) (0.128 0.0276678 5.85535e-21) (0.823375 -0.0339681 4.33158e-21) (0.851714 0.154215 1.35629e-20) (1.24433 -0.245797 1.76745e-20) (0.900728 -0.0162611 7.34417e-21) (0.941191 0.10143 -7.10549e-21) (0.465958 0.101535 6.08921e-21) (0.493919 0.106237 -6.22545e-21) (0.975971 -0.00140456 2.33426e-21) (0.933136 -0.00404944 1.48843e-21) (0.965697 0.187876 -1.89019e-21) (0.51563 0.115093 -5.79634e-21) (0.760532 0.0690169 6.38368e-20) (0.00928034 -0.177846 9.05914e-21) (0.935418 0.00459475 -4.42359e-22) (1.06003 -0.443068 -2.16179e-20) (0.94704 0.0987736 1.61265e-20) (0.969047 -0.00197308 -4.60951e-23) (0.944302 -0.0472511 4.33744e-21) (0.97817 0.188236 1.65525e-20) (1.17519 0.156204 -1.72224e-21) (0.543079 -0.340863 2.26265e-21) (0.639669 -0.523969 -2.32765e-20) (0.891748 -0.0407928 -5.51438e-21) (0.147644 0.0286279 -1.82653e-22) (0.467438 0.10044 -2.51984e-21) (0.492461 0.105019 -2.97653e-22) (0.207478 -0.218436 -8.68882e-22) (0.953637 0.101476 -6.94261e-21) (0.938729 -0.00813337 -1.66552e-21) (0.521851 0.111381 4.77975e-21) (0.971856 -0.000901313 2.03e-21) (0.561739 -0.0334008 -6.26754e-21) (0.941438 -0.00493763 -6.64264e-22) (0.889279 -0.0609966 -4.76489e-22) (1.15543 0.148525 6.55119e-21) (0.889653 0.316598 -9.02662e-21) (0.629721 -0.0375877 -2.70167e-20) (0.958491 0.0976445 -8.51841e-21) (0.710835 -0.100569 -1.3769e-20) (1.18511 0.164743 1.56939e-21) (0.860102 -0.0524252 2.82716e-21) (0.597219 0.345866 3.79299e-20) (0.928745 -0.0122208 2.23759e-21) (0.063755 -0.229481 9.30262e-21) (0.86984 0.141548 1.13489e-21) (0.862329 -0.024505 -4.09371e-21) (1.21647 -0.353587 -1.88894e-20) (0.515718 0.110831 -2.05473e-21) (0.457157 0.0994871 -4.98756e-21) (0.747499 -0.112097 -3.71056e-21) (0.769001 0.0336944 5.11181e-22) (0.480743 0.104067 1.08727e-21) (0.922896 -0.119073 7.67651e-22) (0.952255 -0.0031323 4.44914e-21) (0.911229 -0.0310698 -1.88057e-21) (0.116868 0.0235495 -4.21403e-21) (0.91966 -0.137065 -6.05541e-21) (1.2063 0.136361 -9.23629e-21) (0.864484 0.123302 -6.41848e-21) (0.802612 -0.0821231 -4.96422e-21) (0.124762 -0.232716 -7.03799e-21) (0.217711 0.0568374 5.16004e-22) (0.769412 -0.0468904 6.85454e-21) (0.985995 0.217764 1.90975e-20) (0.984319 0.197591 -3.21096e-21) (1.05875 0.165623 -4.85045e-21) (0.916049 -0.156443 2.44647e-21) (0.435684 0.090767 -5.65579e-22) (0.705938 0.0661591 -1.88941e-20) (0.935879 -0.0962555 -2.62989e-21) (0.493967 -0.134911 1.51023e-20) (0.515806 0.10489 -1.52426e-21) (0.412977 0.254986 2.1577e-21) (0.915172 -0.0875183 1.04438e-21) (0.494606 0.101093 -5.57414e-22) (0.456584 0.0940304 5.82525e-22) (0.89756 -0.0276102 -4.0099e-21) (0.90779 -0.0301994 1.29627e-22) (0.501556 0.107923 -1.14427e-21) (0.209132 0.0396089 9.13169e-22) (0.302949 0.0718343 5.07657e-21) (0.476119 0.0972837 7.73351e-22) (0.60255 -0.232408 5.56033e-21) (0.376933 0.103559 -1.57622e-20) (0.927692 -0.088082 -1.37394e-21) (0.8917 -0.0474952 2.41185e-21) (0.809085 0.293716 -2.25104e-20) (0.921597 -0.0917378 6.01941e-22) (0.108712 -0.214028 8.95756e-21) (0.922129 -0.0706246 2.3214e-21) (0.959764 0.00459141 1.22086e-20) (0.322108 0.0536851 -1.91192e-21) (0.586382 -0.526526 2.82132e-20) (0.983353 0.179078 -4.75574e-21) (0.919188 0.188472 5.93961e-21) (0.0217359 -0.280135 2.40017e-20) (0.878934 -0.0864377 -2.45117e-21) (0.908856 -0.0471808 -6.491e-23) (0.866341 -0.100037 3.44023e-21) (0.922165 -0.0102273 9.76117e-21) (0.493071 -0.0470374 -3.99775e-20) (1.1529 0.176838 1.06143e-21) (0.890172 -0.075221 -4.7208e-21) (0.542899 0.110068 2.14735e-22) (0.487675 -0.121351 -1.68999e-20) (0.985404 -0.000627514 -3.07834e-21) (0.656422 0.0824337 1.53203e-21) (0.961214 0.288977 1.67296e-20) (0.640157 0.265881 -6.67078e-21) (0.469156 0.0926851 7.71267e-23) (0.882087 0.0376934 2.86934e-20) (0.869065 0.299959 -5.52079e-21) (0.188503 0.0417754 5.12377e-21) (0.963924 -0.00243738 2.58969e-21) (0.969406 0.273124 1.26949e-22) (0.203038 -0.290215 -3.35353e-21) (0.490097 0.0953303 1.83924e-23) (0.897645 -0.0351306 -2.4446e-21) (0.368959 -0.152405 1.10976e-20) (0.96402 0.12814 -5.83096e-21) (0.728495 0.151022 1.4702e-21) (0.915236 -0.0272997 1.64516e-21) (0.536339 0.103851 -2.31775e-21) (0.908076 -0.0909283 -5.47755e-21) (0.899246 0.0179394 -1.2961e-20) (0.733089 -0.317482 4.61146e-21) (0.55578 0.104356 3.69661e-21) (0.514455 0.099671 1.02523e-21) (0.974601 0.258102 -1.19585e-20) (0.949338 0.302883 -6.08563e-21) (0.62119 0.0882134 9.89643e-21) (0.679598 -0.249654 -7.28384e-21) (0.0515578 -0.212133 1.13559e-20) (0.851926 -0.116405 -2.57671e-21) (0.357717 0.181464 -6.4341e-20) (1.03714 0.220445 -3.64953e-21) (1.02225 -0.125355 -1.06352e-20) (0.897536 -0.047537 2.69983e-21) (1.27376 0.0872576 -6.94444e-21) (0.93841 -0.191667 -3.92819e-21) (0.724158 0.151479 2.50566e-22) (0.907072 -0.041867 -2.68641e-21) (0.978385 0.245194 7.88227e-21) (0.94162 -0.0623933 -2.70897e-21) (0.897714 -0.0730754 8.08736e-21) (0.933961 -0.0899703 1.77204e-21) (1.05532 0.218576 -1.11161e-20) (0.1792 0.0425388 -4.06098e-21) (0.584486 0.0898225 5.54258e-21) (1.19455 -0.271782 1.28211e-20) (0.5509 -0.0849761 -3.95502e-21) (0.901936 -0.0416842 6.52218e-22) (0.896711 -0.00658135 -4.26342e-21) (0.490505 0.0921768 7.01405e-22) (0.942706 -0.0973808 2.39323e-22) (0.952207 0.112473 6.52536e-21) (0.926266 -0.128713 3.94265e-21) (0.898256 -0.120824 -4.94564e-21) (1.02891 0.252425 2.8095e-20) (0.515811 0.0926619 6.04732e-21) (0.577173 0.10602 4.89932e-21) (0.919246 -0.02866 -1.68328e-22) (0.911009 -0.0368401 -8.40997e-22) (0.609594 -0.0758578 -8.13359e-21) (0.914182 -0.0468149 -1.82838e-21) (0.923747 -0.146548 -2.84992e-21) (0.94632 -0.092965 -1.80758e-21) (0.265031 -0.22084 -1.44078e-20) (0.869165 0.220973 -2.31973e-20) (1.19529 -0.329081 -1.42223e-20) (0.74802 0.156122 8.9606e-21) (0.876355 -0.0963724 -2.31151e-21) (0.900562 -0.0287855 5.75562e-21) (0.173265 -0.213354 -2.91006e-20) (0.141706 0.0311476 4.99755e-21) (0.8876 -0.0837663 -2.31077e-21) (0.514217 -0.21726 4.53718e-21) (0.546415 0.0917215 -6.9695e-21) (0.932683 -0.0763675 -4.62587e-21) (0.946631 -0.00600463 -8.35164e-22) (0.901943 -0.0358236 4.57687e-21) (1.16755 -0.267348 1.44108e-21) (0.903069 -0.0784339 1.14076e-21) (0.921618 -0.0770151 4.4435e-21) (0.927071 -0.0804103 7.38809e-21) (0.919703 0.174701 2.62593e-20) (0.10135 0.0231544 2.36275e-21) (0.944929 -0.219686 -5.25881e-21) (1.16593 0.17798 -2.88685e-21) (0.921773 -0.167929 1.98244e-21) (0.980493 0.234263 1.83859e-22) (0.836536 -0.136469 3.1074e-21) (0.796714 0.171837 -2.65771e-21) (0.915678 -0.0800197 -3.2482e-21) (0.106336 -0.268781 4.69503e-20) (0.863566 -0.111993 3.30234e-21) (0.909989 -0.075765 -2.74402e-22) (0.975016 -0.165111 3.71634e-21) (0.051536 -0.161084 4.50414e-20) (0.761913 0.00342349 -4.97818e-22) (0.756114 9.53535e-05 1.1774e-20) (0.727358 -0.0166375 3.33032e-20) (0.763026 0.01429 -1.19161e-20) (0.755923 0.00549093 3.21428e-21) (0.734581 -0.000890694 8.13268e-21) (0.761173 0.00612332 -5.94594e-20) (0.727357 -0.0162917 9.83768e-21) (0.734737 -0.000260545 3.74332e-21) (0.76142 0.0158104 3.36006e-21) (0.734814 -0.016128 2.06507e-20) (0.743804 0.00687193 -2.0364e-20) (0.760465 0.00777934 1.13057e-21) (0.760621 0.0167643 5.12598e-20) (0.819099 -0.161263 -1.43426e-21) (0.112534 -0.336141 -8.28175e-20) (0.619266 -0.503081 1.37048e-20) (0.189481 0.0440417 1.44168e-21) (0.884303 -0.10353 8.10913e-21) (1.07221 0.21467 5.00274e-21) (1.26238 -0.263095 2.77324e-21) (0.888566 -0.0106745 -1.04942e-20) (0.799865 -0.191662 -1.50015e-21) (0.9001 -0.0657738 -2.81595e-21) (0.984951 0.21113 3.9841e-21) (0.970199 0.12465 -3.32886e-21) (0.668558 -0.0566262 3.69904e-21) (0.982003 0.224823 3.32074e-21) (0.986472 0.205724 6.33077e-21) (0.935249 -0.0674045 2.2798e-21) (0.896223 -0.0600448 2.48404e-22) (0.98345 0.217399 1.81896e-20) (0.956566 -0.251278 4.44987e-21) (0.905728 -0.0528449 3.14405e-21) (1.14613 0.166075 7.1721e-22) (0.989198 0.201715 -4.20815e-22) (1.03207 0.194726 1.46431e-20) (0.460314 0.0456999 -8.47475e-21) (0.936282 -0.129737 -1.75517e-21) (0.964754 -0.00166999 -4.08664e-22) (0.709293 -0.0508973 -2.10298e-20) (0.885651 0.266555 -4.07042e-21) (1.18595 -0.227087 1.37481e-21) (1.08761 0.209757 1.22631e-22) (0.824558 -0.0701662 3.98438e-21) (0.15914 0.0374609 1.79018e-21) (1.1016 0.204205 1.55917e-21) (0.270817 0.0686547 -1.56668e-21) (0.648481 -0.258953 2.0231e-21) (0.91273 0.0112155 -1.22068e-20) (0.89964 -0.0534547 -6.43002e-21) (0.703675 -0.0163838 5.28671e-20) (0.116805 -0.367588 -3.72552e-20) (0.316367 0.124376 6.55256e-21) (1.07968 0.220335 -1.36945e-20) (0.912607 -0.017619 -6.63298e-21) (0.992252 0.197692 6.54455e-21) (1.11487 0.198307 -1.22497e-20) (0.966674 0.159791 -2.1791e-20) (0.849666 -0.130175 -9.83818e-22) (0.816832 0.0508614 1.06113e-22) (0.114305 0.0274276 -1.35667e-21) (0.971602 -0.285619 -2.44523e-21) (0.969342 -0.00134198 1.09534e-21) (1.00963 0.184754 1.24361e-21) (1.01014 0.182352 4.07368e-22) (1.00355 0.187836 2.48622e-22) (0.999352 0.190696 -7.46468e-21) (0.0260954 -0.278419 -3.50064e-20) (0.844128 -0.291638 1.1906e-20) (0.903691 0.305873 -2.05778e-20) (1.18169 0.164336 -1.93552e-21) (1.014 -0.329719 2.60572e-20) (0.633171 -0.230658 2.97206e-21) (0.861312 -0.138142 -1.42374e-20) (0.83435 -0.153367 -4.5638e-21) (0.995669 0.193991 1.48359e-21) (0.779632 -0.228058 -1.90222e-21) (0.992183 -0.32024 1.61307e-20) (0.549657 -0.11 -5.54705e-21) (0.860603 0.0648688 1.71883e-20) (1.16895 0.171482 -3.81176e-21) (0.817767 -0.181056 6.57861e-21) (0.922582 -0.00484594 -1.07652e-20) (0.977193 -0.00137771 -2.00267e-21) (1.05445 0.233963 2.33639e-21) (0.918055 0.255475 -2.86896e-21) (1.21835 -0.353538 7.73801e-21) (1.12734 0.191843 6.20441e-21) (0.93797 -0.0785175 -1.49859e-21) (0.939014 -0.0850547 6.4163e-22) (0.944557 -0.086891 1.86912e-21) (0.171807 -0.271153 -3.43864e-20) (1.05926 0.165097 2.754e-22) (0.820462 -0.223513 1.44554e-21) (1.0208 0.180722 -6.62487e-22) (0.949146 -0.20368 4.80479e-21) (0.757196 -0.270074 1.85912e-21) (0.74169 0.167298 -1.18967e-20) (0.917154 -0.0667011 4.41961e-21) (0.982823 -0.000876417 3.63356e-22) (1.07218 0.160651 4.11102e-21) (0.906707 -0.0641402 -2.042e-21) (0.0492201 -0.219207 -2.43775e-20) (1.04897 0.169416 4.98063e-22) (1.13923 0.18556 5.84669e-21) (1.15129 0.178783 1.22232e-21) (0.949107 -0.00283542 -1.55104e-21) (1.0293 0.177788 -1.92242e-21) (0.960425 -0.00197894 -2.01921e-21) (1.03891 0.173885 1.37571e-23) (0.756589 0.129208 -4.801e-22) (0.56131 -0.0708716 1.01342e-20) (1.17839 0.171281 -3.63131e-22) (1.20482 0.155307 -3.89466e-22) (1.19109 0.163588 1.42566e-21) (0.944729 0.00498438 -3.19029e-20) (1.16327 0.171896 -6.87573e-22) (0.960444 -0.497094 4.31314e-20) (0.799927 -0.215068 -1.22401e-21) (1.17715 0.0897651 1.4875e-20) (0.824926 0.124489 -1.04304e-20) (1.08822 0.152641 -9.16144e-22) (0.96947 -0.00133327 2.07979e-21) (0.992921 0.147849 -3.78239e-21) (1.2076 0.0601328 -4.71638e-21) (1.02543 0.188946 -6.75211e-21) (1.15094 0.11227 1.6284e-21) (0.978827 0.207849 -2.10863e-20) (1.21965 0.145664 -6.20188e-22) (0.133753 -0.290539 1.407e-20) (0.113255 0.0276258 -4.97128e-21) (0.249817 0.0712658 1.82093e-20) (0.957707 0.123618 7.7667e-21) (0.128356 0.0631283 6.5342e-22) (0.867457 -0.0209613 4.39191e-21) (1.27063 0.0990027 -3.28873e-22) (1.12705 0.127548 1.04726e-21) (0.850065 -0.248642 -1.45456e-21) (0.778454 -0.358801 -1.07701e-20) (1.26482 -0.0162601 -4.71692e-21) (0.123413 -0.288178 9.25336e-21) (1.25348 0.118684 5.52566e-21) (0.959186 -0.23223 -4.93106e-21) (1.02151 -0.352326 -2.94036e-20) (1.10697 0.141376 -5.60072e-21) (0.348582 -0.454886 -2.68741e-20) (0.826135 -0.532224 2.34558e-22) (1.23634 0.133733 7.31694e-22) (0.890723 0.103564 -2.44609e-20) (0.908929 -0.0579223 3.61485e-21) (0.764431 -0.409535 2.88566e-21) (0.736664 0.289038 1.29464e-20) (0.883497 0.137471 -4.19389e-20) (0.698189 -0.541181 1.25448e-20) (1.28881 0.0744526 1.08902e-20) (0.451489 0.298557 -1.68657e-20) (0.319464 -0.195919 -1.68247e-21) (0.941978 -0.00336419 -9.40065e-22) (0.887168 0.162111 1.58518e-20) (0.723752 0.238686 2.61687e-21) (1.23696 0.020601 -7.85377e-21) (0.968241 0.0968607 -1.99112e-20) (0.55923 0.109794 6.98544e-20) (0.955766 -0.00230008 2.47715e-21) (0.977065 -0.223332 5.11298e-21) (0.788994 0.099977 1.77976e-20) (0.978614 0.170143 6.25495e-21) (0.893984 -0.0898085 6.42498e-21) (0.754427 -0.4589 -1.20652e-20) (0.760741 -0.299821 -8.90285e-22) (0.812467 -0.0829777 1.17213e-20) (0.901772 -0.0864414 -6.16865e-21) (0.944908 -0.0541016 -1.21454e-21) (1.30519 0.0464265 2.35036e-21) (1.15578 0.165087 -2.75917e-21) (0.784324 0.140069 1.95757e-20) (0.0505975 0.0134778 -3.63995e-21) (0.896552 0.23564 1.20612e-20) (1.31784 0.0143956 5.11696e-21) (0.892653 -0.10014 -6.79004e-21) (0.781026 -0.254612 -5.23533e-22) (0.867327 0.0324789 -4.69481e-20) (0.973798 -0.263896 1.90447e-21) (0.673482 0.176072 1.08269e-20) (0.854061 0.179734 1.57537e-21) (0.137998 -0.326357 3.79763e-20) (0.572392 -0.148221 7.5206e-21) (0.829941 -0.028652 -5.96062e-21) (0.704282 0.36139 1.57322e-20) (0.669397 -0.493604 -9.33963e-21) (0.834456 -0.513513 -1.87891e-20) (0.244075 -0.265261 3.17434e-20) (0.0380893 0.0104397 -9.84051e-23) (0.73382 0.199668 1.23995e-20) (0.831432 -0.0167638 -5.91849e-22) (1.05727 -0.377977 -6.63289e-22) (0.842322 -0.435248 2.28848e-20) (0.756309 0.356103 1.13571e-20) (0.872475 -0.01229 2.17285e-23) (0.648745 0.364294 8.75693e-21) (0.0401092 -0.0734018 3.33913e-20) (1.24281 -0.318901 6.47415e-21) (0.0297702 0.00674519 6.47918e-21) (0.992033 -0.296212 -1.92557e-20) (0.155179 0.0376679 1.48316e-21) (0.47881 0.0104634 -4.67181e-20) (0.546362 0.137343 -2.26588e-21) (0.273494 -0.388591 3.75358e-21) (0.913664 -0.10376 -4.00789e-21) (0.030178 0.0070804 -6.21662e-21) (0.285603 0.141036 1.30306e-20) (1.20323 0.117579 -1.81357e-21) (0.921989 0.174986 1.73464e-21) (0.0278601 0.00626318 -2.16125e-23) (1.14188 -0.394607 -4.63386e-21) (0.972383 -0.00168311 -1.29902e-21) (0.940165 0.108663 3.57528e-22) (1.05112 -0.239424 -1.59495e-20) (0.033591 0.00803027 1.75194e-22) (0.99681 0.155614 -1.0883e-20) (0.950841 0.127291 -3.20589e-20) (0.150844 0.0298061 1.96722e-21) (0.930253 0.169012 6.16627e-21) (0.0293235 0.00697684 -7.23873e-22) (0.0338232 0.00822207 -6.8008e-21) (0.0353838 0.00934665 -9.32239e-21) (0.0307546 0.00677723 4.58095e-21) (0.102803 0.0231502 -2.98926e-23) (0.0315368 0.00637252 -2.48055e-21) (0.028255 0.00631225 1.71821e-21) (0.0311033 0.00699462 -2.5299e-21) (0.596498 0.177493 1.14306e-21) (0.8053 0.348459 6.99162e-21) (0.558521 0.127814 -5.3902e-21) (0.74933 0.140053 2.67807e-21) (1.09782 -0.393381 -9.42279e-21) (0.958603 0.266044 8.5602e-21) (0.792644 -0.38707 7.27812e-21) (0.911317 -0.0688701 -2.95676e-21) (0.874056 0.165559 4.95645e-21) (1.01313 -0.281915 -1.85366e-21) (0.0341686 0.00770931 4.11009e-21) (0.0269119 0.00610055 -3.41734e-21) (0.561079 0.153593 -4.49257e-21) (0.803552 -0.336544 6.67052e-21) (1.0095 0.184627 3.55306e-20) (0.0295551 0.00577754 2.77707e-22) (0.784861 -0.436969 -1.50798e-20) (0.40283 -0.49965 2.58187e-20) (0.672874 0.119092 1.13891e-21) (0.674543 0.149501 4.63719e-21) (1.26351 -0.028734 1.03636e-21) (0.879998 0.210705 2.13516e-20) (0.134074 -0.366814 4.53452e-20) (1.01848 -0.327544 1.55597e-20) (0.769182 0.206453 -2.72399e-21) (0.0266672 0.00605773 -1.56902e-21) (0.544434 0.119079 -2.00923e-21) (0.918814 -0.0224067 -4.52222e-21) (0.738622 -0.501228 2.98761e-20) (0.0290162 0.00626821 2.55588e-22) (0.93853 -0.00742528 -2.42968e-21) (0.343725 0.120508 7.09696e-20) (0.0244542 0.00585049 -1.77171e-21) (0.0300739 0.00727137 -3.23111e-21) (0.301681 0.0638222 1.7498e-21) (0.8324 0.0726663 -2.06891e-20) (0.0251301 0.0053979 -1.32645e-21) (1.06637 0.207502 5.68459e-22) (1.28223 -0.0867399 -1.1634e-20) (0.149571 0.0311471 2.2865e-21) (1.3298 0.00515428 -1.14467e-20) (0.0291403 0.00619215 2.05883e-21) (0.781596 0.172975 7.90237e-21) (0.0286991 0.00620175 -2.56718e-21) (0.711878 0.184038 -1.59051e-20) (0.0355174 0.00770278 1.15331e-21) (0.14042 0.0409485 -9.09153e-21) (0.591419 0.358892 1.25161e-20) (0.0340062 0.00783117 -8.74052e-22) (1.28928 -0.154009 -2.88384e-21) (0.0768573 0.0309133 -1.67435e-20) (1.28358 -0.221524 3.38249e-20) (0.0286088 0.00720446 2.57553e-21) (1.00201 0.234984 -2.11875e-20) (0.548894 0.116406 1.56398e-21) (0.978817 -0.0011555 -4.66471e-22) (0.0129475 -0.203735 2.54666e-20) (0.940869 -0.121092 4.55268e-22) (0.98223 0.250861 -2.59647e-20) (0.209233 0.0495739 -1.18672e-20) (0.717968 -0.530052 -1.89141e-20) (0.33994 0.0599047 8.77593e-22) (0.0323311 0.00673071 1.12001e-21) (0.407476 0.109133 -1.68539e-20) (0.0289238 0.00604923 6.57614e-22) (0.0333804 0.00695468 -4.55058e-22) (0.112985 0.028234 -2.02912e-21) (0.454193 -0.175421 -1.20464e-20) (0.805995 -0.024707 -3.55781e-21) (0.0336874 0.00717582 -3.69295e-22) (0.0978664 0.0224471 2.25593e-21) (0.713896 0.156342 -1.80162e-21) (1.10184 -0.397685 8.59563e-21) (1.2547 0.0931621 -6.67856e-21) (0.993409 0.178472 1.24605e-21) (0.336991 -0.214036 3.46539e-20) (0.00815567 -0.0182477 3.01822e-20) (0.443187 -0.0732904 -1.79557e-20) (0.826161 -0.244923 -2.92183e-21) (1.02085 0.173549 -1.65743e-20) (0.0285799 0.00667364 7.62775e-22) (0.388214 -0.186889 5.45242e-21) (0.0274771 0.00603585 1.01302e-22) (0.736294 -0.0538484 -5.88614e-21) (0.598829 -0.19991 -4.32857e-21) (0.777952 -0.482511 1.27011e-20) (0.77951 0.126328 1.00871e-20) (0.436517 -0.427183 -2.57856e-20) (0.983907 0.16204 -1.83715e-20) (1.018 0.219531 2.35247e-20) (0.0282697 0.00621476 4.10155e-24) (0.900624 -0.142996 -6.49175e-22) (0.554156 -0.123238 -1.28048e-20) (0.54373 0.11638 -8.84991e-22) (0.850963 0.303574 -3.53684e-21) (0.315994 -0.101902 5.48354e-20) (0.851788 0.338946 -1.24457e-20) (0.854498 0.186702 -1.06289e-20) (0.895344 0.187114 -1.86823e-20) (0.0321787 0.00659608 -1.68424e-22) (-0.000595949 -0.00994041 -3.34846e-20) (0.995337 0.196276 -2.97591e-21) (0.0359386 0.00793931 -2.45632e-22) (0.792722 -0.30932 -4.99578e-21) (0.718013 0.151305 1.92346e-22) (0.197789 0.0434739 -1.30669e-20) (0.0359957 0.00757748 4.48425e-22) (0.96893 0.168927 3.29537e-21) (0.042108 0.00909634 -8.7736e-22) (1.05901 -0.463634 2.77366e-20) (0.34372 -0.382322 -3.2765e-20) (0.0390872 0.00895758 4.66808e-22) (1.05242 -0.355074 1.04789e-20) (0.900397 0.124469 7.83028e-21) (0.0468598 0.0109756 -1.54807e-21) (0.918514 -0.0608588 1.00454e-21) (0.99822 0.215334 -1.18543e-20) (0.913212 0.240463 -2.1199e-20) (0.831053 0.0535264 -2.45926e-20) (0.0294498 0.00707187 -2.27182e-21) (0.615154 -0.536573 1.74515e-20) (0.979911 0.153011 -1.3702e-20) (0.889014 0.125064 2.57787e-20) (0.817413 0.0594609 1.63827e-22) (0.521579 0.109211 1.62822e-22) (0.04754 0.0103604 7.9507e-22) (0.919109 -0.0325199 3.38704e-21) (0.891067 0.148213 1.79404e-20) (0.916931 -0.0419329 2.71485e-21) (-0.000955093 -0.0128962 2.21888e-20) (0.931391 0.00391779 -1.86938e-20) (0.985035 0.146856 1.05824e-20) (0.85236 -0.0144846 6.98091e-21) (0.0370496 0.00764573 -4.05242e-21) (0.96019 0.292988 2.36939e-20) (0.881343 0.193221 -3.11566e-21) (0.89506 0.327343 9.00988e-21) (0.747427 -0.00391047 7.25001e-20) (0.950804 0.136671 6.43808e-21) (1.20677 -0.343557 -9.60477e-21) (0.0389257 0.00823773 -6.68984e-22) (0.179703 0.0487419 8.92693e-21) (0.0441336 0.00866178 1.10947e-21) (0.325741 -0.404596 1.36469e-20) (0.933125 0.313949 -2.32767e-20) (1.10112 0.21453 -1.39682e-21) (0.930956 0.15666 -2.16822e-20) (0.860391 -0.268486 -6.47319e-21) (0.406124 -0.202526 -2.69068e-20) (0.154351 -0.393957 -5.84766e-20) (-0.00100493 -0.0149954 -2.86838e-20) (0.159831 0.0294019 -7.04076e-21) (0.909465 0.167099 -1.82112e-20) (0.940852 0.151649 3.13572e-21) (0.124991 -0.00556707 4.07432e-21) (0.875341 -0.0059462 -1.46431e-19) (1.09127 -0.37375 1.72677e-20) (1.01243 0.175678 1.41171e-20) (0.00176253 -0.00929026 0) (0.950906 -0.00449991 5.98372e-22) (0.683237 -0.121411 1.03146e-22) (0.892267 -0.00566564 -9.94447e-20) (0.207069 -0.331321 3.80802e-20) (0.000199548 -0.00690243 -2.28231e-20) (0.566281 0.111398 2.03034e-23) (0.941644 0.141303 3.33812e-20) (0.89465 0.218891 -1.56357e-20) (0.764112 -0.517879 8.30121e-21) (-0.000293768 -0.00633276 1.98264e-20) (0.44169 -0.481877 -2.07474e-20) (0.710617 0.201313 8.19205e-21) (0.367926 -0.0918004 -5.78763e-21) (0.989853 -0.000675761 3.39738e-21) (0.993032 -0.000171566 -2.0673e-21) (0.750051 -0.537807 -1.08368e-20) (0.963843 -0.198282 -6.24007e-22) (0.296114 -0.159265 3.07586e-20) (0.205663 -0.403412 5.13772e-21) (0.831795 -0.0209897 -1.74053e-21) (0.999415 0.186533 -2.60001e-20) (-0.000905413 -0.016279 -3.68003e-20) (1.14501 -0.415252 -2.5285e-20) (0.895123 -0.166072 -3.09866e-21) (0.840301 -0.0201268 1.08085e-20) (0.822349 0.067493 3.86712e-20) (0.897209 0.172006 9.52605e-21) (1.13455 -0.381052 -1.51216e-21) (0.596949 -0.412855 3.24282e-20) (1.0386 0.210086 -4.05505e-21) (0.976969 -0.000339772 -3.53944e-21) (0.874566 0.279242 1.89833e-20) (0.914806 -0.0567064 -7.11455e-22) (0.395542 -0.391962 5.3404e-21) (0.199078 -0.161283 8.25441e-21) (1.00636 0.223639 -2.87227e-21) (0.735572 -0.0451925 1.0321e-20) (0.976637 -0.206353 -1.09093e-20) (0.264297 0.070139 -1.12449e-20) (0.767295 0.142488 -7.41699e-22) (0.905566 0.114063 -3.23305e-20) (0.249816 0.0537494 6.7371e-22) (0.026101 0.00593806 -1.92609e-21) (0.0503052 0.00928011 2.35357e-22) (0.69148 -0.151953 -9.22609e-21) (0.0826401 -0.15004 2.58407e-20) (0.490082 -0.428451 1.15045e-20) (0.173199 -0.147302 6.72913e-20) (0.988491 0.238754 6.74381e-21) (0.735065 0.360979 -3.34606e-20) (0.65783 0.134371 -1.72458e-21) (1.18479 -0.380182 -1.29721e-20) (0.913162 0.319162 1.21778e-20) (0.784277 0.354128 -8.56878e-21) (1.33589 -0.121596 2.68419e-20) (-0.000950184 -0.0174449 0) (1.01759 -0.467223 -1.09109e-20) (0.681414 0.364649 -5.18281e-21) (0.598139 0.107234 1.35755e-21) (0.853134 0.12313 1.77665e-21) (0.0605732 0.0131442 -1.37887e-21) (1.32991 -0.0813034 -3.93768e-21) (0.531947 0.131669 7.65919e-21) (1.00233 0.204671 3.32412e-21) (0.996646 0.128912 -1.17802e-20) (0.83134 0.344854 -1.34552e-20) (0.546257 0.146007 1.20948e-20) (0.954867 0.107259 3.94367e-21) (0.142298 0.034381 2.29662e-21) (0.946413 0.179073 -1.83594e-21) (1.07207 0.206151 -4.74536e-21) (0.745632 -0.0449979 1.59987e-21) (0.591066 0.140541 3.08724e-21) (0.426304 -0.131466 -8.03795e-21) (0.916887 -0.0514534 -5.17106e-21) (0.869839 0.182318 1.88372e-20) (0.543859 0.123072 -1.00684e-21) (0.12374 0.0260395 2.49428e-21) (0.854968 0.0432148 3.9883e-20) (1.32995 -0.168541 4.40421e-21) (1.17803 -0.373285 9.67498e-21) (0.141958 0.0289228 -5.52451e-22) (0.965492 0.299057 -3.07981e-21) (0.663619 -0.0359917 -1.71602e-21) (1.26151 0.0692097 -1.47623e-20) (0.030479 -0.208788 -3.44057e-20) (0.959695 0.196568 8.10805e-21) (0.924599 0.229606 1.38549e-20) (0.998476 0.260139 -1.20403e-21) (0.680405 0.144023 -2.66604e-21) (0.183006 -0.393635 -6.56403e-20) (1.11553 -0.346442 6.2221e-21) (0.979968 0.0964902 -3.02616e-20) (0.178886 -0.34951 -2.05077e-20) (0.9622 -0.0564755 1.40313e-21) (0.587478 0.170649 1.45212e-20) (0.747398 -0.175619 2.21252e-22) (0.960841 -0.0543543 -3.05966e-21) (0.527854 0.11469 -1.82913e-21) (1.07246 0.203008 9.72619e-21) (-0.00130853 -0.0215917 0) (0.976746 0.094583 2.30457e-20) (0.637345 0.208506 -9.20478e-21) (0.963829 0.100115 1.64027e-20) (1.10224 0.185394 6.05078e-22) (0.966999 0.253942 1.28271e-20) (0.935262 0.256343 -4.25662e-21) (0.75903 0.180013 -3.78933e-21) (0.58213 0.124018 -4.20265e-21) (0.0575754 0.00921817 -7.76824e-22) (0.276837 -0.283711 -4.2218e-20) (0.874886 0.334184 2.7319e-21) (0.306152 0.0523512 2.87538e-21) (0.820222 0.0924772 3.39241e-20) (0.238479 -0.331555 1.83534e-20) (0.914686 0.321162 -9.14767e-21) (0.250667 -0.35054 -2.15707e-20) (0.688207 -0.519452 -5.52736e-21) (1.14819 -0.411694 2.51629e-20) (0.743711 0.14287 9.07284e-22) (0.662929 0.242733 2.61972e-21) (0.531008 0.112953 1.19121e-21) (0.0623973 0.0149297 -2.88086e-22) (0.906112 0.203667 -2.9788e-21) (0.865991 -0.518687 -1.42673e-20) (0.86835 -0.00866841 4.76176e-20) (0.874348 0.00716074 7.51443e-20) (0.850741 -0.00764028 -4.11366e-20) (0.885345 0.00551986 4.99103e-20) (0.887098 0.0038914 4.10151e-20) (0.890622 0.00635874 -1.68325e-20) (0.890269 0.00645538 -3.53063e-20) (0.868297 -0.00871381 -2.90302e-20) (0.884397 0.000474767 4.91752e-20) (0.885107 0.0030618 -1.41035e-20) (0.884404 0.000139331 8.78351e-20) (0.885741 0.000815872 -2.00431e-21) (0.891304 0.00623689 7.87582e-21) (0.884415 0.000488531 3.55127e-20) (0.5873 0.217941 -1.10741e-20) (0.573029 0.121924 1.61008e-21) (1.1011 0.196508 1.12097e-21) (0.0578531 0.0140055 2.49445e-21) (0.914814 0.00869713 6.85633e-21) (0.0118594 -0.25688 1.03413e-20) (0.0173369 -0.0216033 7.97144e-20) (0.941479 0.268154 1.74538e-20) (0.845036 0.306148 4.72601e-21) (0.526552 0.112757 3.70686e-21) (0.930098 -0.0161968 -2.03285e-21) (0.80911 0.153015 1.60921e-20) (0.930548 0.280347 1.91681e-20) (1.20066 -0.342436 1.84904e-20) (0.833691 0.343774 9.07956e-21) (1.01433 0.229513 6.45036e-21) (0.835019 0.0610033 -1.16004e-21) (0.804799 0.0896185 -2.08912e-20) (0.571174 0.121589 3.2016e-22) (0.428918 -0.147173 -3.57273e-21) (0.134546 0.0335541 -1.99709e-21) (0.956117 -0.0588534 2.12118e-24) (1.01453 0.137764 8.28586e-21) (0.605953 0.153767 5.89466e-22) (1.1385 0.179549 -1.03552e-21) (0.820594 0.334136 7.87419e-21) (0.617507 0.25299 4.66212e-20) (0.645372 0.139724 -6.58367e-21) (0.658997 -0.0680632 1.0392e-20) (1.07796 -0.443525 -6.17892e-21) (1.01646 0.21551 1.08432e-20) (0.650098 0.136744 -1.93359e-22) (0.500736 0.103923 6.61002e-22) (0.833068 0.0430732 1.97563e-20) (0.986242 -0.495817 -3.65764e-20) (0.760082 0.198768 1.50423e-20) (0.646777 0.162853 -5.65634e-21) (1.08062 0.179266 5.64814e-21) (0.542886 0.109664 -8.76666e-22) (0.310598 -0.136369 -4.19792e-20) (0.938893 -0.108284 3.53271e-21) (0.253369 -0.406423 4.05297e-21) (0.604176 0.132145 3.17224e-21) (1.09316 -0.44532 -7.41721e-21) (0.0196432 -0.219492 -4.15757e-20) (0.671538 -0.149175 1.01509e-20) (0.062202 0.0136895 6.27881e-22) (0.8633 0.0409901 -5.50504e-21) (0.54851 0.245267 -1.42037e-20) (1.04174 0.237014 -1.11143e-20) (0.764163 0.167407 -6.0473e-21) (0.739198 0.158243 3.37962e-21) (0.985655 -0.000558899 2.18221e-21) (0.844046 0.227442 1.20526e-20) (0.807056 -0.263881 -6.71683e-21) (0.615384 0.121638 -2.95836e-22) (0.627293 -0.0897449 -4.73876e-21) (1.02751 0.201775 1.20268e-21) (1.04144 0.19144 1.01845e-21) (0.732213 0.18347 -2.73613e-21) (-0.00143438 -0.0247548 0) (0.0717996 0.0201048 -1.36296e-22) (0.609925 0.128674 -5.56132e-21) (0.61852 0.1727 5.57368e-21) (0.737181 0.0058549 -9.43867e-20) (0.735867 -0.00847347 -5.99639e-20) (0.740204 0.00160109 2.05321e-20) (0.735873 -0.00847061 1.2021e-22) (0.744149 0.00345899 -3.39913e-20) (0.744177 0.00363905 -4.72551e-20) (0.744159 0.00369091 -3.56272e-20) (0.9747 0.114317 1.98408e-20) (1.05293 0.185091 -3.4266e-22) (0.0867512 -0.268557 1.43408e-20) (0.776396 -0.0219993 -3.64367e-21) (0.996982 0.141804 -2.42429e-20) (0.257889 0.0540283 6.38706e-22) (0.179147 -0.338661 2.33605e-21) (0.75224 0.283306 -1.83407e-20) (1.05675 0.212101 -5.83039e-21) (0.541012 0.105386 7.12063e-22) (0.06227 0.014782 1.07876e-20) (0.989203 0.119882 1.85764e-20) (1.03905 0.14901 -1.20336e-20) (0.201154 0.040251 1.97204e-21) (0.928596 0.309534 2.55049e-20) (0.983181 0.110355 1.23587e-20) (0.0649079 0.0150762 -9.36028e-21) (0.057887 0.0132496 -2.3455e-21) (0.923673 0.302746 -8.4201e-21) (0.946077 -0.0628503 2.82276e-21) (0.0765476 -0.116858 -1.90107e-20) (0.0602273 0.0135321 1.37135e-22) (0.626188 0.363089 9.24623e-21) (-0.0142554 -0.129147 -8.13995e-21) (0.175504 0.0816276 3.47637e-20) (0.193507 0.0466316 5.43268e-21) (0.0568453 0.0128017 -5.62284e-22) (1.01599 0.191702 -1.20035e-20) (0.148769 0.0331431 3.46626e-21) (0.0625274 0.0152019 1.44907e-23) (0.936547 0.290809 -2.07991e-20) (0.960706 -0.101507 -9.51133e-22) (1.19393 0.157112 -8.98765e-22) (0.0371512 -0.185363 -3.47306e-20) (0.903946 -0.0216448 5.80965e-21) (0.0602677 0.0139206 2.19617e-21) (0.521753 -0.384327 -1.80867e-20) (0.0576535 0.0126883 1.39347e-21) (1.03452 -0.286559 1.29289e-20) (0.584617 0.111186 8.91058e-22) (0.992384 0.162431 3.66316e-20) (0.0659605 0.0154756 -2.67988e-21) (0.279769 -0.326316 4.21217e-21) (0.961536 0.176226 2.66819e-20) (0.0595239 0.0136752 -1.66528e-21) (0.409349 -0.00388051 2.00254e-20) (0.416494 -0.00320435 -1.9328e-20) (0.989015 -7.27112e-05 1.95818e-21) (0.921217 0.0921184 -2.14897e-20) (0.322675 -0.341956 5.37319e-21) (0.77768 -0.0391081 -4.18793e-21) (0.653899 0.116872 -2.00782e-21) (0.975929 0.137179 -3.82138e-21) (1.17285 -0.380529 3.65383e-21) (1.18651 0.12994 -1.24441e-22) (0.779931 0.0327168 2.77473e-20) (0.927969 -0.0442294 -3.67793e-21) (0.914299 -0.117522 1.15364e-21) (1.22201 0.13854 4.91749e-22) (0.887902 0.0936678 2.9555e-20) (0.965059 -0.159459 1.09715e-21) (1.08118 0.175565 3.44556e-23) (0.573347 -0.195768 4.42754e-21) (0.781318 0.229567 -7.61357e-22) (0.950561 0.00256601 -1.18205e-20) (0.980289 0.286986 -9.39998e-21) (1.11688 0.160131 3.8502e-21) (0.840726 0.182684 -2.30362e-21) (0.648166 -0.25281 -9.53253e-21) (1.04946 -0.470707 -2.48833e-20) (0.793969 0.0642247 1.57037e-20) (0.202228 0.0452798 3.2897e-21) (0.106581 0.0226618 3.26457e-23) (0.569302 0.10205 -6.93637e-22) (0.101865 0.0252654 -2.18381e-21) (0.0257489 -0.0623638 -4.27319e-20) (0.910001 -0.0247852 -4.45405e-22) (0.699584 0.17741 1.10841e-20) (0.317845 -0.256827 2.28186e-20) (1.25249 0.10998 -3.3819e-21) (1.30689 -0.222582 -1.10328e-20) (0.741966 0.359762 3.1163e-20) (0.699969 0.151444 6.13201e-21) (1.31751 -0.128574 1.3248e-20) (0.0551484 0.0132931 3.27342e-21) (0.034278 0.00679667 -2.67914e-23) (0.128145 -0.172606 1.67321e-20) (0.670883 0.0960226 -7.68338e-21) (0.0610651 0.0119492 -1.8429e-21) (1.23187 -0.316001 -1.25268e-20) (0.504745 0.00334349 6.09667e-20) (0.915285 -0.0369825 -1.79762e-21) (0.0569481 0.0124406 9.69842e-25) (1.13799 0.154279 1.05854e-20) (0.958226 -0.0826504 -2.902e-21) (1.0406 -0.30842 -1.00876e-20) (0.0601907 0.0132022 2.62496e-21) (0.706889 0.148225 1.90237e-21) (0.779719 -0.0275453 -4.00372e-21) (0.997201 0.170197 -3.4021e-20) (0.980093 0.00114935 -8.67854e-21) (0.0575029 0.0123826 -1.9661e-21) (1.30911 -0.218355 -1.49017e-20) (0.0595712 0.0134173 2.42615e-21) (-0.00178524 -0.0301302 -3.98293e-20) (0.0627059 0.013816 1.50105e-21) (0.938627 -0.00981751 2.65225e-21) (0.060209 0.0144988 -2.89423e-22) (0.916659 -0.0132572 -4.98213e-21) (1.16903 0.124951 -1.02651e-20) (1.08395 -0.286338 -1.70575e-20) (0.715224 -0.211633 1.62858e-20) (0.745979 -0.0315141 -1.19469e-20) (0.90681 0.133701 2.21206e-20) (0.814796 -0.288304 1.59229e-21) (1.0558 0.209234 1.4311e-20) (0.191235 0.0434269 3.49408e-22) (0.0380132 -0.173028 3.41049e-20) (0.80757 -0.0186084 2.1052e-21) (0.967335 0.231388 1.07604e-20) (0.922338 0.150159 2.07983e-20) (0.441734 -0.415169 -1.33337e-20) (-0.00106921 -0.0271592 1.48155e-21) (1.27524 -0.0358837 1.06037e-20) (0.231491 0.0546741 1.34426e-20) (0.0600322 0.0128981 -1.25937e-21) (1.30933 0.00903014 8.32401e-21) (0.630137 0.180794 -4.8056e-21) (0.414891 -0.261773 1.5884e-20) (0.0648696 0.0135691 9.08671e-22) (0.661721 0.276674 -1.48137e-20) (0.0560456 0.0137943 3.68748e-21) (1.02056 0.208926 -1.62071e-20) (0.882703 -0.113338 1.14545e-21) (0.08842 -0.139698 3.64129e-20) (0.0970992 0.0221641 1.85034e-21) (0.633248 0.184107 5.24286e-21) (0.138093 0.0282443 -1.76583e-21) (0.911418 0.154162 1.44742e-21) (0.916364 -0.0227286 -5.11128e-21) (0.829036 -0.048737 1.21644e-20) (0.932258 -0.071276 7.53072e-22) (0.625079 0.132221 -1.8502e-21) (0.237934 -0.362632 2.37796e-20) (0.0586134 0.0134352 -7.11287e-22) (0.26341 0.0566259 -1.87632e-21) (0.000452462 -0.0372714 0) (0.0602895 0.0130053 -1.50437e-22) (1.33004 -0.111512 -1.15124e-20) (1.24155 0.0556741 1.18727e-20) (0.970822 0.139205 -1.82308e-20) (0.0550614 0.00586094 5.31995e-22) (0.86083 -0.151345 2.52063e-21) (1.33064 -0.153006 -4.5451e-21) (0.903026 0.145595 -7.93053e-21) (0.575365 0.14953 1.42453e-20) (0.951502 -0.0533832 1.701e-21) (0.66771 -0.340723 7.5638e-21) (1.30682 -0.203708 2.27288e-20) (0.991696 0.273302 3.01869e-22) (1.00645 0.168956 2.64216e-20) (0.0565981 0.0130866 -2.71847e-22) (0.828749 0.173041 -1.17156e-20) (1.03059 0.204782 1.07188e-20) (0.562788 0.136828 3.45984e-21) (0.942371 -0.178965 2.92674e-21) (0.574627 0.128329 4.06728e-21) (0.883889 0.11404 -8.05467e-21) (0.424747 0.183514 -1.33632e-20) (0.0702868 0.0157076 9.02377e-22) (1.12005 -0.409406 3.36493e-20) (0.0741472 0.0156186 -5.28256e-22) (0.686808 0.216452 -6.84693e-20) (0.687294 -0.407088 -4.92137e-20) (0.844348 0.17169 4.55327e-21) (1.08735 0.20171 1.02198e-20) (0.0765569 0.0178216 1.20567e-21) (0.550297 -0.434004 4.38037e-20) (0.200586 -0.384076 -2.92754e-21) (0.0798747 0.0184502 7.99911e-22) (1.29117 -0.0301625 2.45968e-20) (0.870129 0.318672 1.31967e-20) (0.0757305 0.0173024 2.7876e-21) (0.645404 0.227435 -1.16096e-20) (0.123835 0.0288721 -3.0318e-21) (0.555369 0.119253 8.82815e-21) (0.637162 0.122772 2.83257e-22) (0.0407621 -0.149776 -3.561e-20) (-0.00143488 -0.0228378 2.54968e-20) (0.906875 0.195172 1.6414e-20) (0.111773 -0.355622 -3.00493e-20) (0.622617 -0.133307 -1.43838e-20) (0.709472 -0.457023 6.64672e-21) (0.837985 -0.20703 6.75033e-22) (0.00485297 -0.0300331 -1.47834e-20) (1.0804 -0.249315 1.65359e-21) (0.554001 0.117597 -5.82263e-21) (0.618786 0.15964 -8.71754e-21) (0.90047 0.104547 2.08447e-20) (1.01284 0.202031 -5.66417e-21) (0.465897 -0.465276 -4.15361e-21) (1.06537 0.178721 -1.71046e-21) (0.638125 0.356577 -5.44079e-21) (0.786452 0.18644 5.69849e-23) (0.334661 -0.478485 -1.74487e-20) (0.871636 -0.132084 1.29566e-20) (1.28988 -0.0728761 1.11495e-20) (0.74308 0.238439 6.1268e-21) (1.0081 0.238226 1.19983e-20) (0.136206 -0.135777 -7.89238e-21) (0.897293 -0.0904572 -2.74935e-20) (1.07744 -0.330539 -1.18658e-20) (-0.0047171 -0.103347 1.07824e-21) (-0.000272337 -0.0186514 3.68098e-21) (0.924364 0.138913 -4.81967e-22) (0.0815319 0.0174176 4.18441e-21) (0.618108 0.136636 -4.58009e-21) (1.27839 -0.266369 -1.26646e-20) (1.31862 -0.202354 3.43709e-22) (1.29081 -0.0352771 -3.24959e-21) (0.692648 0.114508 9.10252e-22) (0.95731 0.139302 -5.66302e-22) (-0.00173554 -0.0268219 -1.37559e-20) (0.94931 0.306684 1.09169e-20) (0.111238 0.024548 2.602e-21) (1.02251 0.205902 -1.05748e-21) (1.14708 -0.292675 7.53505e-21) (0.515193 -0.163246 1.12574e-20) (1.04761 0.205144 -1.17407e-20) (0.907579 -0.0985459 1.62812e-21) (0.947919 0.220598 -2.89788e-20) (0.981225 0.29137 1.66659e-20) (0.796939 -0.276208 -1.07221e-20) (0.522525 0.10664 1.81292e-21) (0.571419 0.349022 -2.0467e-20) (0.93907 0.231731 -4.47088e-22) (0.842491 0.0682876 2.38571e-20) (0.294211 0.134929 -9.72207e-21) (0.665561 0.163187 7.00717e-21) (0.223978 0.0759813 1.67341e-20) (0.965544 0.299885 -9.23553e-21) (1.33272 -0.151639 -3.03133e-21) (0.0370145 0.011521 -3.43254e-21) (0.867285 -0.527661 1.46304e-20) (1.06409 0.203432 5.69641e-21) (0.91757 0.131706 -1.71345e-20) (1.04675 0.187875 -9.03542e-22) (1.11467 0.191153 1.53796e-20) (0.000862001 -0.0205895 1.33743e-20) (0.144787 0.03259 -3.20988e-21) (1.22649 0.132873 8.59131e-21) (0.640195 0.135753 2.40006e-21) (0.944901 0.244319 1.70435e-20) (0.0330624 0.00667154 -9.89759e-22) (0.509939 0.341007 -2.01437e-20) (0.886328 -0.267914 4.87567e-21) (-0.00126078 -0.0166187 9.40604e-21) (0.767104 0.127539 -2.63763e-21) (-0.00209235 -0.0303286 3.98828e-20) (0.0645612 -0.0680014 -1.01834e-20) (0.827137 -0.531475 -1.19057e-20) (0.822638 0.155407 1.4148e-20) (1.03167 0.198074 -7.77055e-21) (0.907266 0.210341 1.24015e-20) (0.625865 -0.171151 -6.02263e-21) (0.0951177 0.0195162 -9.05318e-22) (0.722527 -0.0894487 2.94051e-21) (1.15925 -0.350995 -3.25686e-22) (0.221769 -0.422966 -4.15986e-20) (0.0681525 0.0123018 -2.82268e-22) (0.218729 0.0472743 3.16741e-22) (0.660189 0.126283 1.58019e-23) (1.02727 0.179081 1.80487e-20) (0.0195327 -0.234408 -1.37441e-20) (0.0699804 0.0149723 -6.84889e-25) (1.00099 0.247999 -1.24188e-20) (1.17612 0.164114 5.0087e-22) (0.23845 0.0611038 6.52815e-21) (0.443034 0.00705607 9.37493e-20) (0.269813 -0.454441 -3.45141e-22) (0.564176 0.107565 1.4962e-21) (0.433946 0.308938 3.35662e-20) (1.12864 0.17431 -5.77557e-21) (1.10624 -0.328089 5.76178e-21) (1.0049 0.266319 3.47727e-21) (1.07967 0.199759 -9.92008e-21) (1.33969 -0.0529775 1.48169e-20) (0.205515 0.0413631 2.75812e-22) (0.609001 0.147747 -4.39047e-21) (0.215527 -0.427656 7.9102e-20) (0.933926 -0.147054 3.87654e-21) (0.66974 -0.11582 -2.84214e-21) (0.959843 0.243544 1.06111e-21) (0.89363 0.323872 9.31281e-21) (1.11786 0.184332 4.01119e-22) (1.14712 -0.335793 -6.61906e-21) (0.588922 0.156102 -6.87919e-21) (0.920934 0.215304 -3.19802e-20) (1.06838 -0.309544 -6.34265e-23) (0.26475 0.173858 2.2536e-20) (-0.00176187 -0.0333136 2.11983e-20) (0.0408647 -0.137737 3.15706e-20) (0.60157 0.231276 -4.16277e-21) (0.026183 0.00500592 1.40486e-21) (0.721625 -0.188587 -1.01497e-20) (0.293957 -0.0774382 1.48167e-20) (1.20711 0.148191 3.25857e-22) (0.577787 0.142172 -8.3513e-21) (0.588367 0.132524 1.22294e-21) (1.09395 0.195372 -6.49127e-21) (1.18168 0.164285 2.39607e-21) (0.855407 0.0530915 1.8005e-20) (1.13014 0.188549 6.74601e-22) (1.27107 0.040144 -1.44586e-22) (0.598017 0.127769 -7.5675e-21) (0.548307 -0.260588 -1.203e-20) (0.923429 0.0118757 1.10991e-22) (1.18983 -0.334995 7.11676e-21) (0.760252 0.152191 1.48979e-21) (0.941603 -0.511144 -3.45538e-20) (0.0263641 0.00449581 3.78903e-21) (1.01102 0.221633 -8.22583e-21) (0.839361 0.19873 -6.01478e-21) (1.26122 -0.265261 -1.39203e-20) (0.571556 0.123172 -5.61357e-21) (0.10105 0.027961 1.16782e-20) (0.94654 0.30416 -5.85122e-21) (0.564771 0.253697 3.28635e-20) (0.671172 0.215551 8.37873e-21) (1.27175 0.09737 1.13676e-21) (0.630464 0.135457 -3.96931e-22) (0.594218 0.125316 1.07609e-20) (0.632905 0.157065 4.7358e-21) (0.136944 0.0315812 3.16972e-21) (1.01056 0.25431 6.00672e-21) (0.946108 -0.0503478 -2.08595e-21) (0.634542 0.133892 1.63517e-21) (0.746536 -0.428677 -1.09904e-20) (0.109993 0.0236311 -3.56443e-22) (0.726935 -0.368448 8.69163e-21) (0.189678 -0.132108 -3.47205e-20) (0.99521 0.278599 1.06753e-20) (0.0261716 0.00698149 -4.1659e-22) (0.644299 0.136765 3.9153e-21) (0.107955 0.0194996 2.49691e-22) (1.21582 -0.248598 -1.46866e-20) (-0.00222652 -0.0377224 0) (1.03141 0.193945 -8.35777e-22) (0.140291 0.0290252 9.84916e-22) (0.922866 -0.0247402 2.4073e-21) (0.676444 0.166431 -7.70479e-21) (1.10789 0.18977 -3.47546e-22) (1.02333 0.234927 -4.91132e-21) (0.154493 -0.0976079 4.92203e-20) (0.572476 0.121417 -3.71248e-21) (0.709244 -0.290579 -1.5549e-20) (0.683348 0.141861 4.37482e-21) (0.0396797 0.00844856 3.03596e-21) (0.334236 0.244351 -6.2672e-20) (0.852387 0.0293312 -1.62633e-20) (0.959585 0.146311 6.38756e-21) (0.96015 0.220301 5.64062e-21) (0.163367 -0.17344 -1.45229e-20) (0.0806912 0.0181037 -7.29087e-22) (0.0246897 0.00639915 -3.95637e-21) (0.798843 0.124782 -7.00612e-21) (0.931124 -0.053916 3.10753e-21) (0.944237 0.12268 2.33801e-20) (0.987559 0.133745 -1.08077e-20) (0.65415 -0.099772 3.97489e-21) (0.0243631 0.00628899 4.04074e-22) (0.768966 0.0885611 2.10796e-21) (0.489899 0.217741 5.3398e-20) (0.807191 0.101391 -2.38734e-20) (0.828463 0.0367844 -2.74121e-20) (1.3127 -0.14388 -7.07127e-21) (1.1547 0.163072 9.06599e-22) (0.0795228 -0.188766 -3.03241e-20) (0.875279 0.332468 2.15242e-21) (0.153513 0.0100234 -3.70062e-21) (1.14033 0.182631 -1.00702e-21) (1.04001 0.205419 -4.60645e-21) (0.19112 0.0606145 -7.04204e-21) (0.87078 0.112023 3.281e-20) (0.0262624 -0.264319 4.69991e-22) (0.0273226 0.00537028 -3.05706e-22) (0.4586 0.252743 8.94906e-21) (0.121997 0.042099 1.50461e-20) (0.63296 0.150914 1.99861e-20) (0.504968 -0.150718 -1.61239e-20) (0.565185 0.113977 -2.93328e-21) (0.121077 0.0269179 1.43931e-21) (1.02502 0.226656 -3.07061e-21) (0.922589 0.00342632 -7.59058e-21) (0.543498 0.111682 4.87254e-22) (0.649452 -0.172978 5.71812e-21) (1.06024 0.190935 1.08518e-21) (0.936974 -0.1148 1.10323e-21) (0.53466 0.339151 -9.07138e-21) (0.523761 0.314059 3.42367e-21) (0.682347 -0.195371 5.01347e-21) (0.472219 -0.211584 -1.13188e-20) (1.01045 0.274645 -4.62491e-21) (-0.0117825 -0.114435 2.73032e-20) (1.18028 -0.385683 -1.41577e-20) (1.0659 0.187333 -3.95947e-22) (1.31677 0.0294691 -6.00151e-21) (1.02704 0.220743 9.4204e-21) (0.606488 -0.146186 1.61582e-20) (1.04522 0.201155 3.56064e-21) (0.940335 -0.336514 -1.97459e-20) (0.736808 0.323399 -1.13983e-20) (0.854672 0.336266 -2.20165e-20) (0.411773 -0.0921372 1.96275e-20) (0.811556 0.346087 -8.07941e-21) (0.0369042 -0.242389 -1.60706e-21) (-0.0053851 -0.0624056 -1.693e-20) (1.09745 0.188436 -2.06982e-21) (0.325835 0.134873 -1.1716e-20) (0.150834 0.0370884 2.23087e-21) (0.213383 0.0526267 -3.25168e-21) (0.386149 -0.247325 -2.7332e-20) (0.809439 0.132462 2.67786e-20) (0.0506835 0.0107942 2.33957e-21) (1.13718 0.171286 4.78623e-22) (0.228924 0.0435471 5.06126e-22) (0.0512035 0.013687 7.26707e-22) (1.09596 -0.0646264 -2.27567e-21) (1.05273 0.194105 -4.46282e-21) (0.788599 0.352481 -3.07009e-21) (-0.00243869 -0.0437147 0) (0.87773 0.0796532 -8.24128e-21) (0.65753 0.202918 -1.91186e-20) (0.064755 0.0158324 6.00216e-22) (0.0508218 0.0107463 2.67418e-21) (0.603015 -0.10076 1.92477e-20) (0.465972 0.32306 2.0449e-20) (0.122232 -0.004492 -2.92988e-20) (0.0522479 0.0141382 2.1589e-21) (1.18853 0.157651 2.18503e-21) (0.116435 0.0156923 2.17531e-21) (0.167103 0.0379235 -1.70342e-21) (0.953864 -0.175513 3.97281e-21) (0.691014 0.358665 -2.66582e-20) (0.862293 0.0834292 -4.6896e-21) (1.2002 0.149718 -9.45765e-22) (1.28837 0.0178768 4.83447e-21) (0.589007 0.111837 -5.0344e-22) (0.861466 -0.459451 -5.57977e-20) (-0.00283142 -0.0495831 -1.25629e-20) (0.4557 -0.0337842 -8.06029e-20) (1.01646 0.159097 -2.95781e-21) (0.10172 -0.00576717 -3.28057e-21) (1.2143 0.139596 -7.5814e-22) (0.911065 -0.111566 -1.7729e-21) (0.0620137 -0.137962 5.48627e-20) (1.24442 -0.323731 2.37912e-20) (0.110661 -0.00248247 2.0917e-20) (0.22092 0.0351407 -5.80864e-21) (1.27578 0.0157668 -4.75313e-21) (0.470669 -0.189877 9.75603e-21) (0.60903 0.113516 -1.87141e-21) (0.94601 -0.00690346 -2.94267e-21) (0.337843 0.085843 -4.92137e-21) (0.0862499 -8.9757e-05 2.20752e-20) (0.107713 -0.00225988 -4.75217e-21) (0.0761104 0.00113477 1.08501e-20) (0.117126 0.000181304 3.26483e-20) (0.0965424 0.000526017 8.56858e-21) (0.117096 0.000341062 -7.84081e-22) (0.115302 -0.000925082 -3.24665e-20) (0.106388 8.56933e-05 1.59341e-22) (0.103229 0.000700257 1.9083e-20) (0.107696 -0.000663918 2.77652e-21) (0.116475 0.0014035 1.11961e-20) (0.096576 0.000555658 1.08953e-20) (0.118223 -0.000206126 -3.99662e-21) (0.109389 6.79709e-05 -1.92804e-21) (0.116125 0.00043828 -4.57257e-21) (0.116833 0.000883196 -1.07356e-21) (0.10685 0.00019058 -3.79895e-21) (0.109537 0.000385034 8.66472e-21) (0.110027 0.000156938 -1.06731e-20) (0.105419 -0.000809183 1.17127e-20) (0.107011 0.000259314 1.68624e-20) (0.101444 0.000762153 1.51754e-21) (0.105966 -0.000999095 -9.37664e-20) (0.107759 -0.000747527 -1.87346e-21) (0.086196 8.76154e-06 3.48056e-20) (0.11639 0.00129834 -1.32256e-21) (0.0760968 0.00113136 -1.00832e-21) (0.107883 -0.00246888 4.67994e-21) (0.107778 -0.000748157 -2.78608e-20) (0.0754699 -0.000230691 -1.94181e-20) (0.113835 0.000109445 2.17962e-20) (0.083258 -0.000639836 3.03231e-20) (0.110181 -0.000152456 -4.64654e-21) (0.110016 0.000155899 -3.1915e-21) (0.11615 0.000430381 -1.99573e-20) (0.110451 0.000563065 -1.00419e-20) (0.111643 -0.000234733 2.95925e-21) (0.0761241 0.00113442 -7.28753e-21) (0.0751422 0.000478582 1.36997e-20) (0.116518 0.001435 4.23987e-20) (0.0997047 0.00172904 -3.04496e-20) (0.0810535 -0.000125812 -3.89261e-20) (0.0862156 -8.30144e-05 1.50904e-20) (0.109476 0.000326715 1.64226e-21) (0.075132 0.000479401 -1.31387e-20) (0.10522 -0.00169347 -4.10027e-20) (0.1117 -0.000196635 2.30875e-20) (0.0750169 0.000465238 5.81198e-22) (0.110376 0.000619441 -1.62823e-21) (0.107282 0.000852425 1.44245e-20) (0.109486 0.000327397 1.08121e-20) (0.107393 -0.000791364 1.5784e-20) (0.111666 -0.000226588 6.45415e-21) (0.0849462 0.000569767 -6.56076e-22) (0.0867448 -0.00132856 3.02115e-20) (0.114885 -0.000868386 -2.34235e-20) (0.110478 0.000566014 -1.18473e-21) (0.107366 -0.000791505 1.34353e-20) (0.0849236 0.000577953 -3.33304e-21) (0.107942 0.00118347 -7.25468e-21) (0.107489 -0.000912377 1.21765e-20) (0.0849842 0.000559222 -1.95703e-20) (0.0940612 -0.0013065 1.02936e-20) (0.116324 -0.0012978 1.98742e-20) (0.669893 0.248875 1.04048e-20) (0.222963 -0.0726783 -2.87919e-22) (1.01495 0.244414 7.45447e-21) (1.3126 -0.157023 9.72032e-21) (0.732869 0.117185 6.34185e-20) (0.611633 0.288035 -6.27886e-20) (0.0550752 0.0173288 -4.62284e-21) (0.699857 -0.0611828 2.18499e-20) (0.093265 -0.0812454 9.58585e-21) (0.168295 0.0331109 1.09527e-22) (0.803399 0.035485 1.7908e-20) (1.14374 0.172846 -4.16513e-21) (0.935976 0.125664 9.21949e-21) (0.637767 -0.139855 2.04828e-20) (0.378424 0.280845 -1.37943e-20) (0.93986 0.0416462 -1.30964e-21) (0.586975 0.125532 -5.5009e-23) (0.81012 0.120087 -9.71334e-22) (0.0519941 0.0126674 -5.1605e-22) (0.224654 0.0852437 9.51431e-21) (1.30754 -0.0834253 1.829e-20) (0.934201 0.135471 -2.19657e-20) (0.862068 0.0463865 -2.05338e-21) (0.761876 -0.473622 2.99868e-20) (0.0287506 0.00645024 -1.90429e-22) (0.207964 0.0469493 -3.12151e-21) (0.796178 0.134695 4.94292e-21) (0.180064 0.0381108 -4.16958e-21) (0.419624 0.231936 4.17908e-20) (1.15061 0.172716 2.43967e-21) (0.906915 -0.0243166 -3.14692e-21) (0.642568 0.115768 1.69614e-22) (0.531274 -0.175096 -7.41435e-21) (0.68524 0.246163 1.231e-20) (0.563809 0.117834 -1.86756e-21) (0.972957 0.152802 6.30348e-21) (1.29063 -0.25624 5.62251e-22) (0.813266 0.159705 1.68257e-21) (0.118597 0.0268986 -7.05973e-22) (0.205351 0.0477686 9.61007e-22) (0.0560356 0.0116527 -3.8658e-21) (1.12372 0.178796 -1.06997e-23) (0.0528556 0.0134163 -1.60227e-21) (0.119227 0.023702 -3.21858e-21) (0.181925 -0.0598452 -6.3527e-20) (0.996427 -0.169454 -2.01634e-21) (1.04682 0.19695 1.06306e-20) (0.68374 0.182602 -9.85498e-21) (0.766758 0.353831 1.16588e-20) (0.71808 0.356104 -4.33038e-20) (0.951155 -0.260515 1.9617e-20) (0.0561797 0.0144633 -5.22396e-21) (0.0483281 0.00985135 2.4301e-21) (0.924008 -0.0595344 5.33602e-22) (0.048621 0.0119134 1.40851e-21) (0.50465 0.248939 -5.59581e-20) (0.0507041 0.0104455 1.35598e-21) (1.20519 0.128724 -1.03991e-22) (0.853233 0.328341 6.428e-21) (0.591664 0.170496 -6.03648e-20) (1.3096 -0.200576 6.84039e-21) (0.0627403 0.0136505 7.96889e-21) (-0.00346204 -0.0507466 2.16911e-20) (0.791734 0.205081 -1.11549e-20) (1.31963 -0.168072 -1.67645e-20) (0.781203 0.0643375 2.05631e-20) (0.0558169 0.011377 5.34828e-22) (0.381973 0.00437861 -4.31086e-20) (0.949828 -0.0500316 -4.60119e-21) (0.438119 0.228674 -1.00637e-19) (0.905825 -0.155077 2.48883e-21) (0.759573 0.142945 2.61594e-20) (1.03 0.21315 -1.04952e-20) (0.00307127 -0.0606806 -4.79245e-20) (0.538859 0.114977 -3.96092e-21) (1.26775 -0.280661 -1.5896e-20) (0.0833078 0.0176413 1.23604e-21) (0.0871847 0.0178686 -2.59693e-21) (0.584667 0.11676 1.07989e-21) (0.369674 0.173084 -1.70691e-21) (0.735095 -0.011377 -7.19933e-20) (0.928669 0.193892 -2.84615e-20) (0.482044 -0.00842057 -1.06943e-19) (0.554736 0.295202 -3.37563e-20) (0.940042 0.188421 2.32649e-21) (0.0759038 0.0151288 9.35967e-22) (0.0177662 -0.0797659 7.98231e-21) (0.368772 0.268437 4.00525e-21) (0.0706453 0.0160677 -1.34601e-21) (0.834554 -0.189118 1.44364e-21) (-0.00644306 -0.0830421 -2.50608e-20) (0.97714 0.00152641 4.2069e-20) (1.13218 0.179913 -5.08105e-21) (0.669841 0.354083 3.38767e-20) (0.119584 0.0275997 8.59219e-22) (1.27586 0.0345964 -6.09391e-21) (0.372306 -0.0027465 -2.54992e-21) (1.07241 0.184715 9.88114e-22) (1.09339 0.21355 -9.45683e-21) (0.787346 0.29713 4.20114e-21) (1.29546 -0.00690964 -5.16357e-21) (0.846082 -0.160095 1.4034e-21) (1.09344 0.178738 4.11799e-22) (0.914999 0.11389 -1.65165e-20) (0.944771 -0.00651024 3.69309e-21) (0.740908 0.0840024 1.16297e-20) (1.19039 0.10757 -1.29346e-20) (0.272411 -0.165357 -2.7476e-21) (0.929767 0.119818 -3.12528e-21) (0.90348 -0.0198078 -1.74093e-21) (0.7258 0.154334 -1.26576e-21) (-0.00366524 -0.0539405 7.93868e-21) (1.20036 0.11424 4.71712e-21) (0.921096 -0.0417816 -8.85576e-22) (1.10628 0.172048 -4.36891e-22) (1.31899 -0.170823 -1.63481e-20) (0.750148 0.006039 9.78027e-22) (0.747533 -0.00254277 -1.69773e-20) (0.750019 0.00619698 2.5873e-20) (0.749975 0.00629824 -1.58247e-20) (0.744153 -0.00318186 -9.08409e-20) (0.747509 -0.00255191 -5.41918e-20) (0.832678 -0.231678 1.25871e-20) (0.0609758 0.0113607 -5.46617e-22) (1.31169 -0.0553874 -2.75106e-20) (0.644894 0.221235 -2.34245e-20) (0.691672 0.101241 -2.24159e-21) (0.879583 -0.131908 1.26045e-20) (-0.0183521 -0.150542 4.67769e-20) (0.899812 -0.103572 -1.59253e-21) (0.0203568 0.00472558 3.40438e-22) (0.871663 -0.118151 -4.4882e-21) (0.848285 -0.176441 6.68392e-21) (-0.00249843 -0.0602615 1.75636e-20) (0.623045 0.144441 -3.13897e-21) (0.0204554 0.00468796 -9.25759e-22) (0.599111 0.237414 8.95353e-21) (0.602477 0.12515 -2.04754e-21) (0.693158 0.119229 7.47404e-21) (0.778531 0.196623 3.28058e-21) (0.0911882 -0.00720636 -3.40679e-20) (0.650463 -0.202813 -1.18977e-20) (0.558025 0.112483 -6.74878e-22) (1.03264 0.209482 3.02641e-21) (0.187676 -0.360809 1.10836e-20) (0.828693 0.171791 -1.13825e-21) (0.148769 0.0354798 -2.57499e-21) (0.646443 0.174015 3.69513e-21) (0.954526 -0.00423485 4.20438e-21) (0.610055 0.128644 -7.18105e-22) (1.10563 0.211708 -8.47115e-21) (1.24409 -0.315908 -8.05367e-21) (0.799537 0.0424338 5.90286e-21) (1.05145 0.169004 4.16055e-21) (0.657189 0.181159 -1.54818e-20) (0.91222 -0.00589785 2.56018e-20) (1.32085 -0.110085 1.31548e-20) (0.680195 0.129235 1.65019e-23) (1.28651 -0.268544 -1.56049e-20) (1.29402 0.0356326 -1.29754e-20) (0.690637 -0.176439 -6.76124e-21) (0.433584 0.216617 1.36049e-21) (1.07489 0.228142 -1.73279e-21) (0.948723 -0.056318 -5.80608e-21) (0.181233 0.0129216 2.03582e-21) (0.743452 0.115804 -6.77141e-21) (0.723077 0.178832 2.3544e-21) (0.627657 0.0999248 9.07659e-22) (0.452095 -0.319996 1.45484e-20) (0.328157 0.00185843 -7.77061e-20) (1.06885 0.180055 -2.10835e-23) (1.12069 0.185658 -8.11312e-21) (1.18419 0.153044 -2.85373e-21) (1.03544 0.176204 -2.50129e-20) (1.00406 0.130162 1.58508e-20) (0.623988 0.124471 -5.345e-22) (1.09035 0.1701 6.63021e-22) (0.0766054 -0.000560675 3.09138e-20) (0.026807 -0.116833 -3.66775e-20) (1.01481 0.20947 7.36771e-21) (0.404408 -0.0945751 4.62724e-20) (0.926018 0.00336674 -4.37511e-20) (0.724018 0.136556 2.12404e-23) (0.559363 0.270819 -2.23153e-20) (0.949013 0.197912 -1.66995e-20) (1.12636 0.163659 -2.22845e-21) (0.0201596 0.0045731 8.93722e-22) (0.180853 -0.00051446 6.51046e-20) (0.620808 0.224641 -1.37899e-20) (0.927406 -0.0633365 -1.44902e-21) (0.0952626 -0.297852 -4.65409e-20) (0.620575 0.342223 -2.82169e-21) (0.684365 0.153623 -1.826e-21) (0.373754 -0.0302027 8.84879e-20) (0.926535 -0.0684735 -4.656e-21) (0.16936 0.0358464 1.33884e-21) (0.646279 0.127279 1.52624e-21) (0.0116515 -0.119931 -1.57527e-20) (1.06034 0.183138 1.63563e-22) (0.404879 0.0081897 -1.47072e-20) (0.580247 0.250514 -9.77906e-21) (0.697441 0.182108 4.94933e-20) (0.11548 0.0265562 1.33465e-20) (1.17635 0.131954 5.47902e-22) (0.894751 0.0254755 -8.48046e-24) (1.29968 0.0396422 1.81117e-21) (0.106199 0.0251232 2.64196e-21) (0.917945 -0.299422 -1.96943e-20) (0.933006 -0.167589 5.88799e-22) (1.01915 0.145702 4.97438e-21) (0.800016 -0.138442 -1.49914e-21) (0.0392867 0.00803559 -1.3774e-21) (0.240233 0.0558968 8.67577e-23) (-0.0119635 -0.104115 -4.99308e-20) (1.14008 0.15443 -3.11179e-21) (-0.0145294 -0.121893 1.06828e-20) (0.590347 0.336547 3.54009e-20) (0.982684 0.139755 -3.71576e-22) (1.17248 0.150686 1.91806e-21) (0.148114 0.0328023 -6.00487e-21) (0.121055 0.0280906 1.62664e-21) (0.193576 0.0366646 -4.78867e-21) (0.796327 0.172281 8.94781e-21) (0.655489 0.122816 2.95003e-23) (1.24475 0.11461 2.07958e-21) (0.0175495 -0.0779058 3.12488e-20) (0.238841 0.0539541 6.51516e-21) (0.0765272 -0.178359 4.15151e-20) (1.31979 -0.0763628 3.96128e-21) (0.159402 0.0318386 -1.2634e-21) (1.00358 0.155353 3.20628e-21) (1.22936 0.129579 -3.55706e-22) (0.620387 0.10643 4.13017e-22) (0.776675 -0.184917 2.65242e-20) (0.961417 -0.00348656 -2.29815e-22) (0.929568 -0.0192876 -1.04202e-22) (0.980273 -0.00100821 5.99976e-22) (0.606776 -0.112053 -1.20767e-20) (0.853971 0.0237838 2.93621e-21) (0.967376 0.208691 1.48624e-20) (0.947429 -0.0674505 2.8953e-21) (1.0503 -0.270096 -3.24821e-21) (0.350003 -0.316419 3.48936e-20) (0.661637 0.187501 -6.77812e-21) (0.0637215 0.0150719 3.45969e-22) (0.409937 -0.0050421 -1.29766e-20) (1.12695 0.18648 -1.22226e-21) (0.113139 -0.0302279 2.6831e-20) (0.923541 -0.0382577 -7.10522e-22) (1.17458 0.157737 -1.159e-22) (0.348904 -0.273036 6.25248e-22) (0.273383 -0.444264 9.27422e-21) (0.657712 0.140096 -1.2805e-21) (0.242679 0.0876212 -9.63408e-21) (0.660561 0.137404 -3.76906e-21) (0.0559232 0.0136558 -1.03112e-21) (0.0210889 0.00475909 -9.88059e-23) (1.2287 0.121623 -7.42656e-22) (0.748633 0.151769 1.62662e-21) (1.2898 0.0476935 -7.24697e-21) (0.261808 0.0425105 3.54158e-22) (1.24016 0.0709887 7.72247e-21) (1.04069 0.191116 -1.22456e-20) (0.737365 0.152641 -7.19106e-23) (0.0667056 -0.283504 1.13126e-20) (0.0283372 0.00648871 9.41284e-22) (1.26718 -0.297293 1.76332e-20) (0.626395 0.275213 2.50359e-20) (1.23699 0.11089 -5.12066e-22) (0.972083 0.1075 1.12242e-20) (0.365314 -0.137944 3.41508e-21) (0.387991 -0.328216 -4.44553e-21) (0.140793 -0.340654 3.6754e-20) (0.202035 0.0442372 -4.07408e-22) (0.339013 0.00463405 5.54997e-20) (1.04821 0.196034 -4.72745e-21) (0.648155 0.129956 -3.34393e-22) (0.0840389 0.00118105 -4.30129e-20) (0.491497 0.294281 6.28676e-20) (0.102499 0.0229114 -8.09881e-22) (0.325536 -0.470068 3.2116e-20) (0.969903 0.118283 5.87616e-21) (0.640348 0.144799 7.72946e-21) (1.08181 0.18257 -1.11981e-21) (1.07175 -0.269309 1.75729e-20) (0.963268 -0.0960908 -4.08703e-21) (0.959778 -0.059929 6.46159e-22) (0.164195 0.0322008 -5.44009e-21) (-0.00774033 -0.0775986 2.01093e-21) (0.989042 0.113099 0) (0.482842 0.0164442 2.92822e-20) (0.67182 0.143199 5.32969e-21) (0.111012 0.0250886 -7.8735e-22) (0.763041 0.310011 1.67059e-20) (0.984719 -0.00015669 -2.17545e-21) (0.650981 -0.0901774 -5.30268e-21) (0.0719454 0.0217487 3.30624e-21) (0.979305 0.102786 6.25344e-21) (1.07134 0.182653 -3.21401e-22) (0.927536 -0.039412 -1.76729e-21) (1.26225 -0.296261 1.37483e-20) (0.164588 0.0363417 6.3425e-22) (0.604766 0.123111 4.37391e-22) (0.447425 -0.0825678 -2.43089e-20) (0.20846 0.0372049 3.47744e-21) (1.06325 0.014414 1.63578e-20) (0.236972 0.053685 -5.77292e-21) (0.0183517 0.0040657 -1.67237e-21) (1.21357 0.132804 1.97161e-22) (0.926283 -0.506138 4.29327e-21) (-0.0048405 -0.0639192 9.90553e-21) (0.115519 0.0255342 -2.27243e-22) (0.883345 0.294344 4.92433e-21) (0.0486749 -0.127418 -1.91925e-20) (0.58147 0.309936 -2.29823e-20) (0.959667 -0.0915435 2.1897e-21) (0.226919 0.047735 -4.15956e-21) (0.702111 0.169505 -4.08729e-21) (0.972098 0.0983451 3.44687e-21) (0.682765 0.120234 -2.82877e-21) (0.00697245 -0.139645 4.41702e-20) (0.591037 0.146609 5.10375e-20) (0.955773 -0.163647 -3.8208e-21) (0.332674 0.0226558 4.28651e-20) (0.920847 0.121805 3.07948e-20) (0.568367 -0.0496785 1.34935e-20) (0.647936 0.135359 -3.69628e-21) (1.14626 0.173231 -4.21077e-22) (1.32493 0.00103563 1.24243e-22) (0.976405 -0.000139395 1.28403e-21) (1.0834 0.217234 -9.84215e-22) (0.842215 -0.312945 1.95332e-21) (0.373237 0.0505374 3.88869e-21) (0.020384 0.00483741 4.96314e-21) (0.228012 0.0295482 6.774e-20) (0.138702 0.0373048 -6.57258e-21) (0.231047 0.0551465 -2.48785e-21) (0.172455 0.038243 1.57845e-21) (0.694368 0.147342 -3.07315e-22) (0.928713 0.0982856 2.45662e-20) (0.137651 -0.188433 -3.40159e-20) (0.932044 0.111161 -5.87518e-21) (0.127381 -0.149028 -3.02222e-20) (0.0785683 -0.173923 4.8875e-20) (0.142758 0.0335065 7.65396e-21) (0.766644 0.143418 -2.0259e-23) (0.41433 -0.304022 -1.26995e-20) (0.106807 0.0252628 1.25376e-21) (0.140601 0.0337923 -3.30888e-21) (0.963463 0.115064 9.31443e-21) (0.683379 0.133656 -8.37175e-22) (0.964001 0.133788 1.3944e-20) (0.66202 0.0617558 -2.76078e-20) (0.777963 0.00943554 -7.01631e-20) (0.675885 -0.20029 1.14237e-20) (0.669043 0.140499 2.27667e-22) (0.687667 -0.223217 -1.81255e-20) (0.939929 -0.137259 1.76118e-22) (0.285578 -0.433251 4.09244e-20) (0.685144 0.165506 6.29318e-20) (0.205108 -0.0175287 5.33896e-20) (1.11169 0.167536 1.54517e-21) (0.906512 -0.12652 -3.86794e-21) (0.866972 0.306871 -1.31318e-20) (0.962423 -0.0868731 4.31377e-21) (0.989098 -0.000121238 1.56854e-20) (0.0590424 -0.107351 -2.57921e-20) (1.14719 0.139858 4.55812e-21) (0.713195 -0.174061 3.00141e-21) (0.184121 -0.0119815 -2.74849e-20) (0.662531 0.11509 3.44352e-21) (0.455218 0.302505 -2.69976e-20) (0.729596 -0.150325 3.35694e-22) (1.01903 -0.479249 -8.59982e-21) (1.02787 -0.248478 -1.65854e-20) (0.196297 -0.000725264 -3.49137e-20) (0.184169 -0.00215671 3.41877e-21) (0.184233 -0.00225412 -1.19492e-20) (0.193729 0.00183585 -3.64002e-21) (0.175802 -0.00195967 -1.39214e-21) (0.19621 -0.0023812 7.87544e-21) (0.180518 0.00171509 -7.0099e-21) (0.194097 0.00196017 -3.38438e-20) (0.194807 -0.000250761 1.01342e-22) (0.19626 0.000102351 4.21489e-21) (0.17549 0.00113376 -7.35746e-20) (0.169144 0.00210552 6.37339e-20) (0.169086 0.0021705 8.64369e-22) (0.192844 0.00180119 -8.22602e-23) (0.196683 0.000934895 8.12223e-22) (0.186482 -0.000160822 1.81043e-20) (0.190793 0.00203132 -5.09123e-21) (0.193338 -0.000345803 -9.60817e-21) (0.190858 0.0020255 -5.15656e-21) (0.168994 0.00109205 4.17532e-20) (0.175801 0.00191606 -2.35571e-21) (0.197012 -0.00309339 5.27379e-21) (0.195155 4.33567e-05 5.06493e-21) (0.174729 -0.00129846 4.61692e-21) (0.180063 -0.00216707 1.61074e-20) (0.17546 0.00112501 -9.35532e-21) (0.169137 0.00210826 1.68123e-20) (0.172647 0.00075389 6.95964e-20) (0.193766 -0.000519752 7.9971e-21) (0.195342 -0.00283138 -3.55285e-21) (0.180479 0.00173879 2.88646e-21) (0.175429 0.00104783 4.12972e-21) (0.175809 -0.00195191 -5.34048e-21) (0.193757 -0.00051806 -2.78496e-22) (0.190208 0.000919018 -2.38295e-20) (0.178996 0.00373056 -1.38869e-20) (0.188424 -0.0029843 -2.30165e-20) (0.176217 0.00128878 -5.26968e-20) (0.19358 0.000614261 3.06501e-20) (0.193569 -0.000666591 1.22733e-20) (0.168827 -0.00161147 1.64777e-20) (0.171941 -0.00151927 -1.12129e-20) (0.195282 0.000147657 -2.67162e-20) (0.190778 -0.000428686 6.41079e-20) (0.168206 0.00177724 -1.39921e-20) (0.174721 -0.00135847 2.32411e-20) (0.168754 -0.0062627 -1.06604e-20) (0.174705 -0.00135174 1.5224e-20) (0.171805 -0.00152519 2.01848e-20) (0.168197 0.00177767 1.50457e-20) (0.17197 -0.00151555 1.42216e-20) (0.193591 -0.000487624 -7.12953e-21) (0.177788 0.000304519 -1.70294e-20) (0.193027 -0.000428953 -2.58844e-20) (0.175696 0.00360754 -3.79434e-21) (0.175721 0.0036213 -8.29758e-21) (0.193569 -0.000651812 4.58291e-21) (0.168645 0.00185705 -2.33814e-20) (0.195827 -0.000573706 6.27664e-21) (0.193001 -0.000430584 -2.59627e-20) (0.175778 0.00358778 -9.27342e-21) (0.179633 -0.00569322 -6.57638e-21) (0.147803 0.032889 -2.98485e-21) (0.0219393 0.00545758 3.20039e-21) (0.358086 0.174547 -3.2054e-20) (1.00134 0.0185518 -9.03159e-21) (0.870757 0.0996708 -4.17225e-20) (0.0562944 0.00926975 8.90598e-22) (0.595613 0.118416 -6.93239e-23) (1.0968 0.166124 -7.16551e-23) (0.824195 0.101477 -3.81309e-20) (0.846824 0.334802 1.34593e-20) (0.382455 -0.0172461 8.26695e-20) (0.96161 -0.503049 4.89609e-20) (1.31438 -0.0518854 -5.71817e-21) (1.21697 0.0946237 1.14787e-20) (0.65139 0.104041 5.54224e-21) (0.594734 -0.0466586 1.90846e-21) (-0.00969718 -0.100253 -5.71357e-21) (0.0996018 0.0244464 6.60453e-22) (0.830309 0.123638 3.04931e-20) (1.16824 0.17118 -9.13931e-22) (0.550214 0.230467 5.67184e-21) (0.557301 0.223455 -1.85067e-20) (0.0548908 0.00767699 -3.83424e-22) (0.124511 0.0273904 1.10209e-21) (1.28146 0.035363 4.43115e-22) (0.441736 0.0695295 -7.60725e-20) (0.172769 0.0468894 3.89142e-21) (0.930039 0.20747 6.86751e-21) (0.0997618 0.0248079 6.67766e-21) (0.80348 0.0749411 -7.32857e-21) (0.385009 0.102976 -6.75337e-21) (1.1405 0.175201 6.16916e-23) (0.805628 0.219136 -4.01482e-21) (0.164106 -0.000768686 5.09984e-20) (0.174578 0.00245825 -6.44955e-20) (1.16051 -0.311274 -8.44347e-21) (0.667847 0.135102 -6.49396e-22) (0.0549846 0.0143192 1.31767e-21) (0.520163 0.259575 3.99122e-20) (0.927304 -0.113949 -4.53395e-22) (0.657452 0.162398 3.93311e-22) (0.146726 -0.362572 9.74274e-21) (1.11066 0.186772 1.01471e-21) (0.649651 0.148963 -1.62469e-22) (1.04234 0.181691 1.30155e-20) (0.0232296 0.00475812 -2.37201e-22) (0.418527 0.273587 3.81643e-20) (0.317484 -0.250596 -2.815e-20) (1.05017 0.178452 -1.19654e-20) (0.919089 0.10608 -2.0711e-20) (0.169589 0.00373286 7.98767e-20) (0.57541 0.119917 1.50429e-21) (0.253948 -0.0295551 3.91739e-20) (0.879345 0.0915705 -2.89284e-21) (0.0861295 0.0198934 -1.34268e-21) (0.472599 -0.0051391 3.69667e-20) (0.601707 0.206428 1.83351e-20) (0.957964 0.118065 8.73536e-21) (0.370045 -0.215709 -1.00978e-20) (0.974018 0.103858 -2.05873e-20) (1.1257 0.151609 1.01499e-21) (1.14195 0.167388 1.74453e-21) (1.22814 0.109395 6.61865e-21) (1.29593 -0.247001 2.31803e-20) (-0.0079171 -0.0907181 1.40401e-20) (0.459352 -0.00802146 1.42517e-20) (0.0510354 0.0128407 9.16783e-22) (1.30846 -0.0942973 2.1253e-21) (1.06398 0.195318 -1.29164e-20) (0.0514094 -0.296168 5.13765e-20) (0.594977 0.101441 1.57731e-21) (0.901561 -0.111977 -2.5052e-21) (1.15351 0.146178 -4.42791e-21) (0.571759 0.114998 1.55871e-21) (0.41012 0.00470883 4.90801e-20) (0.361952 -0.00394218 5.00178e-20) (0.368528 -0.00451478 -6.68473e-21) (0.409401 0.00400057 2.12886e-20) (0.368847 -0.00483827 -6.79497e-21) (0.414622 0.000175559 -5.34439e-21) (0.408276 0.00347392 -1.24704e-21) (1.05648 0.191302 2.48345e-20) (0.408523 -0.365324 -1.47521e-20) (0.0583656 0.0110691 5.91563e-23) (1.00722 0.149303 -1.71514e-20) (0.0501645 0.0125718 -2.65202e-21) (0.506803 -0.0809986 1.80166e-20) (0.652037 0.127981 -3.57322e-22) (1.29522 -0.0905428 -1.03832e-20) (0.237655 -0.131178 1.09114e-20) (0.968958 0.145703 -4.63424e-21) (0.942564 0.209499 3.02495e-21) (0.226951 0.0467278 1.29776e-21) (0.144996 0.031487 1.10978e-22) (0.594669 0.127652 1.51111e-21) (0.108911 0.0250687 1.37588e-22) (0.603201 0.139051 -4.04761e-22) (0.0149412 -0.0809201 -3.22716e-20) (0.685863 0.157582 -1.96739e-21) (1.03854 -0.0295731 -5.58049e-21) (1.07116 0.190545 5.56473e-21) (0.762214 0.160963 3.29796e-21) (0.326092 0.227684 9.78689e-20) (1.24604 0.0865696 6.33881e-21) (0.723537 0.10962 -4.13217e-23) (-0.00714187 -0.0786775 -2.08355e-20) (0.807248 -0.353245 -1.35955e-20) (0.780675 0.167668 -2.07663e-21) (1.05686 0.183164 3.06121e-21) (1.23743 0.127462 -2.57461e-21) (0.433698 -0.10033 1.21424e-20) (1.30124 0.0202163 -3.91459e-21) (1.20945 0.0856966 3.30604e-22) (1.2998 -0.0525832 -5.30498e-21) (0.926884 0.105609 7.61608e-22) (1.30831 -0.119286 -2.75166e-21) (0.0725525 -0.307402 -9.57505e-21) (0.135528 0.029554 -8.7193e-22) (0.233229 0.0486854 2.09334e-21) (1.00888 0.162373 1.40851e-20) (-0.00596627 -0.0845476 6.14423e-20) (0.709481 0.129605 -3.25856e-20) (1.24099 -0.29694 1.2028e-20) (0.134506 0.0295332 2.676e-21) (0.725047 -0.493944 -5.96355e-21) (0.106929 0.0248557 -2.08379e-21) (0.724064 0.346033 1.04132e-21) (0.19431 0.0411513 -3.97063e-22) (0.599071 0.0076698 6.93066e-20) (0.202037 0.0471207 5.65071e-21) (0.225404 0.0435862 9.33544e-23) (0.662801 0.0862774 -7.3581e-21) (0.109959 0.0241297 2.85717e-23) (0.140761 0.0302148 3.65847e-21) (1.22615 -0.286567 1.78802e-20) (0.13934 0.0308642 3.06557e-22) (0.112401 -0.346157 -2.74872e-21) (1.0786 0.193039 -4.58235e-22) (0.819293 0.120476 4.83885e-22) (1.04342 -0.255462 -7.42637e-21) (0.21635 -0.0127595 1.96282e-20) (-0.00463374 -0.0661617 0) (0.00442225 -0.0486015 7.3702e-21) (0.337663 0.0147061 2.66694e-20) (1.08909 0.217485 1.13647e-20) (0.709969 0.119779 -3.97236e-21) (0.683845 0.143272 2.05947e-21) (0.360965 -0.00268803 -3.5228e-20) (0.295301 0.0775008 -8.47685e-22) (0.482484 0.0203242 -6.2116e-20) (-0.0115027 -0.105368 6.20616e-21) (0.361888 0.0956438 1.21414e-20) (0.269524 0.185184 -4.07061e-20) (0.615965 0.126731 3.42923e-22) (0.204881 0.0459354 -5.26878e-21) (0.197823 0.0458178 -1.29774e-20) (-0.0135221 -0.11751 -2.09347e-21) (0.789934 0.165527 -5.91593e-21) (0.615832 -0.0296808 3.0618e-20) (1.01485 0.150811 1.44985e-20) (0.833792 0.17174 -3.28671e-21) (0.834401 0.0960309 1.4732e-20) (0.778572 0.163233 4.3135e-21) (0.248747 0.120465 -8.13036e-20) (0.237878 0.0535724 5.32664e-22) (1.04555 -0.200255 -2.25103e-20) (0.105418 0.0253712 -1.02627e-21) (0.536848 0.16467 -4.21148e-20) (0.197262 0.048927 2.1254e-21) (0.838187 0.109591 4.25758e-22) (0.83236 0.171775 4.41806e-21) (0.221247 0.0510097 -1.54335e-21) (0.317307 0.0828692 8.81231e-23) (0.636266 0.00274931 -3.60486e-20) (0.7945 0.16688 -1.87387e-21) (0.799338 0.00296412 1.11587e-19) ) ; boundaryField { frontAndBack { type empty; } bottom { type fixedValue; value uniform (1 0 0); } inlet { type uniformFixedValue; uniformValue constant (1 0 0); value uniform (1 0 0); } top { type slip; } outlet { type pressureInletOutletVelocity; value nonuniform List<vector> 14 ( (0.999994 -1.67373e-06 1.00629e-26) (0.999996 -1.76312e-06 1.05087e-27) (0.99999 -3.89691e-07 0) (0.999992 -1.20361e-06 0) (0.999998 -1.8498e-06 1.99676e-28) (0.99999 -8.41211e-07 2.66482e-26) (1.00001 -1.53014e-06 4.92515e-27) (1.00001 -7.63541e-07 -6.2859e-27) (1.00001 -1.32362e-06 1.30832e-27) (1.00001 -9.84057e-07 3.38651e-26) (0.999992 -3.42294e-07 6.70403e-28) (1 -1.79996e-06 7.14735e-27) (1.00001 -5.27569e-07 -5.7773e-27) (1 -1.89765e-06 7.84151e-28) ) ; } car { type fixedValue; value uniform (0 0 0); } } // ************************************************************************* //
8567889f059c2b1dcbb77e0e72a7fd0c57ad5996
e9e8c369eb54e9e5ea750e0047893d524fe70c57
/Convex.cpp
b9140bf34687067e73ca42a2bf83a5a9c8acc722
[]
no_license
CMwshuai/ConvexHull
5f4546bffa12728e7fa8898008f32e39970984e6
941b7b598845f4bc9e765d239ffcbebf5a9ede72
refs/heads/master
2020-09-07T12:15:01.683215
2019-11-10T12:48:29
2019-11-10T12:48:29
220,777,598
2
0
null
null
null
null
UTF-8
C++
false
false
5,395
cpp
#include "Convex.h" #ifndef PI #define PI 3.14159 #endif // !PI #define MIN(x,y) (((x) < (y)) ? (x):(y)) #define MAX(x,y) (((x) > (y)) ? (x):(y)) #define DEGTORAD(deg) (((deg)*2.0*PI)/360.0) #define RADTODEG(rad) (((rad)*360.0)/(2.0*PI)) #define SEGMENTLEN(x0,y0,x1,y1) (sqrt(pow(((x1)-(x0)), 2.0) + pow(((y1)-(y0)), 2.0))) typedef struct Point_ { double x; double y; double z; } Point; typedef struct SPoint_ { double rho; double theta; double phi; } SPoint; Convex::Convex(QObject *parent) : QObject(parent) { } Convex::Convex() { } Convex::~Convex() { } qreal Convex::comparePointClock(const QPointF &point_0, const QPointF &point_c, const QPointF &point_i) { return ((point_i.x() - point_0.x())*(point_c.y() - point_0.y()) - (point_i.y() - point_0.y())*(point_c.x() - point_0.x())); } quint32 Convex::removeRepeatPoints(QVector<QPointF> &vecPoints) { if (vecPoints.isEmpty()) return 0; QVector<QPointF> tempVecPorint; tempVecPorint = vecPoints; vecPoints.clear(); QPointF tempPoint; while (tempVecPorint.size()) { tempPoint = tempVecPorint.at(0); tempVecPorint.removeAll(tempPoint); vecPoints.push_back(tempPoint); } return vecPoints.size(); } QPointF Convex::getMinimumPoint(const QVector<QPointF> &vecPoints) { if (vecPoints.isEmpty()) return QPointF(); QPointF minPoint = vecPoints.at(0); quint16 point_x = vecPoints.at(0).x(), point_y = vecPoints.at(0).y(); for (QVector<QPointF>::const_iterator it = vecPoints.constBegin(); it != vecPoints.constEnd(); it++) { //比较Y坐标,找Y坐标最小的 if (it->y() < minPoint.y()) { minPoint = (*it); } else { //Y坐标相同,找X坐标小的 if (it->y() == minPoint.y() && it->x() < minPoint.x()) { minPoint = (*it); } } } return minPoint; } //Jarvis's march 算法,O(nH),H为点的个数。 qint8 Convex::getConvexHullJarvis(const QVector<QPointF> &vecSourPoints, QVector<QPointF> &vecTarPoints) { if (vecSourPoints.isEmpty()) return -1; QPointF minPoint; QPointF lowPoint, point_0, point_i, point_c; qreal count = 0,z = 0; qreal length_1, length_2; QVector<QPointF> tempVecPoint(vecSourPoints); vecTarPoints.clear(); //删除重复坐标 if (removeRepeatPoints(tempVecPoint) <= 0) return -1; //查找最小坐标 minPoint = getMinimumPoint(tempVecPoint); lowPoint = minPoint; point_0 = lowPoint; do { //起始点point_0压入凸包点集中 vecTarPoints.push_back(point_0); count = 0; for (QVector<QPointF>::iterator it = tempVecPoint.begin(); it != tempVecPoint.end(); it++) { //跳过起始坐标 if ((*it) == point_0) continue; count++; if (count == 1) //把第一个便利的点作为point_c { point_c = (*it); continue; } //如果z>0则point在point_i和point_c连线的下方,z<0则point_i在连线的上方,z=0则point_i共线 z = comparePointClock(point_0,point_c,(*it));//((it->x() - point_0.x())*(point_c.y() - point_0.y()) - (it->y() - point_0.y())*(point_c.x() - point_0.x())); if (z > 0) { point_c = (*it); } else if (z == 0) { //共线情况找出距离point_0较远的那个点作为point_c length_1 = SEGMENTLEN(point_0.x(),point_0.y(),it->x(),it->y()); length_2 = SEGMENTLEN(point_0.x(), point_0.y(), point_c.x(), point_c.y()); if (length_1 > length_2) { point_c = (*it); } } } point_0 = point_c; } while (point_0 != lowPoint); vecTarPoints.push_back(lowPoint); if (vecTarPoints.isEmpty()) return -1; return 0; } QPointF m_point0; bool comPolarAngle(const QPointF &point_1, const QPointF &point_2) { qreal z = ((point_2.x() - m_point0.x())*(point_1.y() - m_point0.y()) - (point_2.y() - m_point0.y())*(point_1.x() - m_point0.x())); if (fabs(z) < 1e-6) { qreal length_1 = SEGMENTLEN(m_point0.x(), m_point0.y(), point_1.x(), point_1.y()); qreal length_2 = SEGMENTLEN(m_point0.x(), m_point0.y(), point_2.x(), point_2.y()); return length_1 > length_2; } else { return z < 0; } } bool Convex::sortByPolarAngle(QVector<QPointF> &vecPoints) { if (vecPoints.isEmpty()) return false; QVector<QPointF> tempVecPoint(vecPoints); tempVecPoint.removeOne(m_point0); qreal z = 0; qSort(tempVecPoint.begin(), tempVecPoint.end(), comPolarAngle); tempVecPoint.push_front(m_point0); vecPoints = tempVecPoint; return true; } //Graham 扫描算法,O(nlgn)。 qint8 Convex::getConvecHullGraham(const QVector<QPointF> &vecSourPoints, QVector<QPointF> &vecTarPoints) { if (vecSourPoints.isEmpty()) return -1; QVector<QPointF> tempVecPoint(vecSourPoints); //删除重复坐标 if (removeRepeatPoints(tempVecPoint) <= 0) return -1; //查找最小坐标 QPointF minPoint; minPoint = getMinimumPoint(tempVecPoint); m_point0 = minPoint; //按极角进行排序 if(!sortByPolarAngle(tempVecPoint)) return -1; vecTarPoints.clear(); vecTarPoints.push_back(tempVecPoint.at(0)); vecTarPoints.push_back(tempVecPoint.at(1)); vecTarPoints.push_back(tempVecPoint.at(2)); qint32 vecTop = 2; for (int i = 3; i < tempVecPoint.size(); i++) { while (vecTop > 0 && (comparePointClock(vecTarPoints.at(vecTop - 1), vecTarPoints.at(vecTop), tempVecPoint.at(i)) >= 0)) { vecTop--; vecTarPoints.pop_back(); } vecTarPoints.push_back(tempVecPoint.at(i)); vecTop++; } vecTarPoints.push_back(minPoint); if (vecTarPoints.isEmpty()) return -1; return 0; }
9c242e627642c0d4861fc2143851ebbe39aa4d2b
8ce76c59c24e1dd3ed50a327a46afe83e1780780
/6二维数组行列转换存到另一个数组.cpp
7554c28aca33e153e10ea27cedaa26bd06b1bd0e
[]
no_license
suxueshi/chapter5_array
31386ad4df1483ceaaa7ec0efae1e994e232ef7f
5bb9517ed5b7ac7c32ce0419e19b9dc0d280d7e0
refs/heads/master
2022-11-30T08:34:30.465688
2020-08-12T05:23:36
2020-08-12T05:23:36
286,924,337
0
0
null
null
null
null
UTF-8
C++
false
false
437
cpp
//#include<iostream> //#include<iomanip> //using namespace std; //int main() { // int a[2][3] = { {1,2,3},{4,5,6} }; // int b[3][2], i, j; // for (i = 0; i < 2; i++) { // for (j = 0; j < 3; j++) { // cout << a[i][j] << ' '; // b[j][i] = a[i][j]; // } // cout << endl; // } // cout << "array b: " << endl; // for (i = 0; i < 3; i++) { // for (j = 0; j < 2; j++) // cout << b[i][j] << ' '; // cout << endl; // } // return 0; //}
3d87471ce1f0d4c403d4b6e42c5a42fbf96c0d5e
0c710c14662ba5f3a67de4e8f5304e16e069a70b
/Курс 2/Объектно-ориентированное программирование/Lab1/Task2/task2.cpp
9f30bacee905fdf4fb05e16bdf01fa6162137c7d
[]
no_license
Etawinsky/Altstu
8e564c43ad0938c6fd0d34aee711a0115ae3acf7
f7678e05f56b99f6ee065351a1d9df586ac2f0a8
refs/heads/master
2020-12-24T16:50:41.046964
2015-12-03T13:38:57
2015-12-03T13:38:57
38,095,741
0
0
null
null
null
null
UTF-8
C++
false
false
4,537
cpp
/* Школа имеет целые поля - количество учеников и количество учителей в школе. Определить метод вычисления среднего числа учеников, приходящихся на одного учителя (вещественное число). Основным классом является районный отдел образования, в котором в подчинении 3 школы и заданное число инспекторов. Определить метод, вычисляющий общее число людей, занятых в образовании и школу с максимальным числом учеников на одного учителя. */ #include "stdio.h" #include "string.h" class Szkola{ public: void Init(int _studenci, int _nauczycieli); void Read(); void Display(); double Srednia(); int Nauczycielej(); private: int studenci; int nauczycieli; }; class Rajon{ public: char* Get_Imie(); /* Получить название района */ void Set_Imie(); /* Задать название района */ void Init(int s1, int n1, int s2, int n2, int s3, int n3, int _inspektory, char *s); void Read(); Szkola Moar(); /* Определить наибольшее число учеников в одной из трех школ */ int Total(); void Display(); private: char imie_rajona[30]; int inspektory; Szkola Szkola1; Szkola Szkola2; Szkola Szkola3; }; char* Rajon::Get_Imie() { return imie_rajona; } void Rajon::Set_Imie() { scanf("%s", imie_rajona); } void Rajon::Read() { Szkola1.Read(); Szkola2.Read(); Szkola3.Read(); scanf("%d", &inspektory); } void Rajon::Init(int s1, int n1, int s2, int n2, int s3, int n3, int _inspektory, char *s) { Szkola1.Init(s1, n1); Szkola2.Init(s2, n2); Szkola3.Init(s3, n3); inspektory = _inspektory; strcpy(imie_rajona, s); } int Rajon::Total() { return Szkola1.Nauczycielej() + Szkola2.Nauczycielej() + Szkola3.Nauczycielej() + inspektory; } Szkola Rajon::Moar(){ Szkola tmp; if(Szkola1.Srednia() > Szkola2.Srednia()) tmp = Szkola1; else tmp = Szkola2; if(Szkola3.Srednia() > tmp.Srednia()) tmp = Szkola3; return tmp; } void Szkola::Init(int _studenci, int _nauczycieli) { studenci = _studenci; nauczycieli = _nauczycieli; } void Rajon::Display(){ printf("Школа №1(ученики - учителя): "); Szkola1.Display(); printf("Школа №2(ученики - учителя): "); Szkola2.Display(); printf("Школа №3(ученики - учителя): "); Szkola3.Display(); printf("Количество инспекторов: "); printf("%d\n", inspektory); printf("Название района: "); printf("%s\n", imie_rajona); } void Szkola::Read() { scanf("%d %d", &studenci, &nauczycieli); } void Szkola::Display() { printf("%d %d\n", studenci, nauczycieli ); } double Szkola::Srednia() { return studenci/(double)nauczycieli; } int Szkola::Nauczycielej(){ return nauczycieli; } int main() { Rajon jeden; int ludziej; double srednia; Szkola moar; jeden.Init(0,0,0,0,0,0,0, "Ленинский"); printf("введите количество учеников и преподавателей для трех школ, а так же количество инспекторов: "); jeden.Read(); ludziej = jeden.Total(); printf("Всего людей, занятых в образовании в данном районе: %d\n", ludziej); moar = jeden.Moar(); printf("Количество учеников и учителей в школе с наибольшим отношением ученик/преподаватель: "); moar.Display(); srednia = moar.Srednia(); printf("Количество учеников на одного учителя в этой школе: %lf\n", srednia); printf("Изменить название района: "); jeden.Set_Imie(); printf("Название района стало: %s\n", jeden.Get_Imie()); printf("Вся информация о районе: \n"); jeden.Display(); }
701b30e138de993b355a6992430e42179b96d4c6
21a7244cc28c301bb38e40208ed0ca70f77c604b
/TJU/2839 - Dream Counting.cpp
7fded115ad49f827e38370dbeac00afca3173e89
[]
no_license
jhtan/Online-Judge-Solutions
fc18efb8d8310bd06edb96c4b2ea0ac0dc79aae5
7c2d870affda103d57ecd6f0820b9e6fe5c58928
refs/heads/master
2020-12-03T05:10:33.420297
2013-09-10T20:21:03
2013-09-10T20:21:03
15,348,130
1
0
null
null
null
null
UTF-8
C++
false
false
551
cpp
#include<iostream> using namespace std; int main(){ freopen("in.txt","r",stdin); freopen("out.txt","w",stdout); int N,M,ax; int cont[10]; scanf("%d %d",&M,&N); memset(cont,0,sizeof(cont)); for(int i=M;i<=N;i++){ ax=i; while(ax!=0){ cont[ax%10]++; ax/=10; } } printf("%d %d %d %d %d %d %d %d %d %d\n",cont[0],cont[1],cont[2],cont[3],cont[4],cont[5],cont[6],cont[7],cont[8],cont[9]); return 0; }
[ "marioyc@marioyc-laptop.(none)" ]
marioyc@marioyc-laptop.(none)
f9395762552327130500db6a0325853ecafa8820
944f82cd2107b3123788fbdcdececc592c98d0cd
/boost/network/protocol/http/message/wrappers/status.ipp
338176d0632d18c8f4c571bb60da68cb53250247
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
joseph-gamedev/cpp-netlib
c6ed92ec75ba78f2312fbfefbca6a429d8df99cd
a4dabd50dcd42f46ac152c733a3d39f32040185d
refs/heads/master
2020-03-25T13:38:18.124666
2012-07-30T19:26:40
2012-07-30T19:27:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
863
ipp
#ifndef BOOST_NETWORK_PROTOCOL_HTTP_MESSAGE_WRAPPERS_STATUS_IPP_20120311 #define BOOST_NETWORK_PROTOCOL_HTTP_MESSAGE_WRAPPERS_STATUS_IPP_20120311 // Copyright 2012 Dean Michael Berris <[email protected]>. // Copyright 2012 Google, Inc. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <boost/network/protocol/http/message/wrappers/status.hpp> namespace boost { namespace network { namespace http { status_wrapper::status_wrapper(response_base &response) : response_(response) {} status_wrapper::operator uint16_t () const { uint16_t status; response_.get_status(status); return status; } } // namespace http } // namespace network } // namespace boost #endif // BOOST_NETWORK_PROTOCOL_HTTP_MESSAGE_WRAPPERS_STATUS_IPP_20120311
f184fe8792b48db4bdb6b550d9c15bae70e1d955
230972dd182ef3478abba04a1551fb85d55acd15
/lib/rbind/templates/c/type_delete.h
740674bd6988d28ddc235828df7d57eb1f3c4b8d
[]
no_license
olleolleolle/rbind
3186a02987fa70cfbc3a28babfa8578830277269
d02fb945d861007fd090baa1b1bb635ed3e86930
refs/heads/master
2020-06-19T18:03:10.213747
2019-06-06T07:08:39
2019-06-06T07:08:39
196,813,349
0
0
null
2019-07-14T08:41:24
2019-07-14T08:41:24
null
UTF-8
C++
false
false
442
h
// deletes <%= cname %> and the underlying object // <%= full_name %> if the struct is owner of it void <%= cdelete_method %>(<%= cname %> *ptr) { try { if(ptr->bowner && ptr->obj_ptr) delete fromC(ptr); ptr->obj_ptr = NULL; } catch(std::exception &error){strncpy(&last_error_message[0],error.what(),255);} catch(...){strncpy(&last_error_message[0],"Unknown Exception",255);} delete ptr; }
5b7abb404fd4b0a7fb25ba2c9be8b30977c0b08e
76af7b41ad96bb59905986203b745634fafc296d
/dometer/dns/event/parse_message_event.cpp
a69fe64f1b5bdf48772f1dd421120d7cb9b814b3
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
maxenglander/dometer
9adf1cf9c9ffa9370afbc8618805c8ae3a0daf54
baf9ed81f9d1e8bb67750ac278af5a9e0c4b89b9
refs/heads/master
2022-06-09T09:51:39.352798
2020-04-20T07:52:38
2020-04-20T07:53:21
200,556,204
0
0
null
null
null
null
UTF-8
C++
false
false
892
cpp
#include "dometer/dns/event/parse_message_event.hpp" #include "dometer/dns/message/message.hpp" #include "dometer/util/error.hpp" #include "std/x/expected.hpp" namespace util = dometer::util; namespace dometer::dns::event { parse_message_event::parse_message_event(const uint64_t session_id, const std::x::expected<dns::message::message, util::error> message) : session_id(session_id), message(message) {} parse_message_event::parse_message_event(const parse_message_event& _parse_message_event) : parse_message_event(_parse_message_event.get_session_id(), _parse_message_event.get_message()) { } const std::x::expected<dometer::dns::message::message, util::error>& parse_message_event::get_message() const { return message; } const uint64_t parse_message_event::get_session_id() const { return session_id; } }
4b98e52a67f1b433c02ba3773a6ff503dc3dcb35
cad4477956d0676eee7c6d1c9101b84aea043b25
/include/LIEF/PE/signature/attributes/MsSpcNestedSignature.hpp
89da46a5a310784edb79c1a6908a5921813de05b
[ "Apache-2.0" ]
permissive
blaquee/LIEF
291f5dca8081276c733c9fa91fbf6be7fcb7452f
cadb803b1ce350965580278fae0192e8e764df1c
refs/heads/master
2022-04-07T00:32:59.051823
2022-03-28T05:03:18
2022-03-28T05:03:18
87,315,744
1
0
null
2017-04-05T13:57:28
2017-04-05T13:57:28
null
UTF-8
C++
false
false
1,962
hpp
/* Copyright 2017 - 2022 R. Thomas * Copyright 2017 - 2022 Quarkslab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef LIEF_PE_ATTRIBUTES_MS_SPC_NESTED_SIG_H_ #define LIEF_PE_ATTRIBUTES_MS_SPC_NESTED_SIG_H_ #include "LIEF/visibility.h" #include "LIEF/errors.hpp" #include "LIEF/PE/signature/Attribute.hpp" #include "LIEF/PE/signature/Signature.hpp" namespace LIEF { class VectorStream; namespace PE { class Parser; class SignatureParser; //! Interface over the structure described by the OID ``1.3.6.1.4.1.311.2.4.1`` //! //! The internal structure is not documented but we can infer the following structure: //! //! ```raw //! MsSpcNestedSignature ::= SET OF SignedData //! ``` //! //! ``SignedData`` is the structure described in PKCS #7 RFC (LIEF::PE::Signature) class LIEF_API MsSpcNestedSignature : public Attribute { friend class Parser; friend class SignatureParser; public: MsSpcNestedSignature(); MsSpcNestedSignature(Signature sig); MsSpcNestedSignature(const MsSpcNestedSignature&); MsSpcNestedSignature& operator=(const MsSpcNestedSignature&); std::unique_ptr<Attribute> clone() const override; //! Underlying Signature object inline const Signature& sig() const { return sig_; } //! Print information about the attribute std::string print() const override; void accept(Visitor& visitor) const override; virtual ~MsSpcNestedSignature(); private: Signature sig_; }; } } #endif
489cfbf9bc1e837daa787bf74cc904a9321057ab
5689eb858265aea6404881a850fd7325a58aa9a7
/BinarySearchTree.cpp
fd528561fa9842db477d5c9aca838024f65fac84
[]
no_license
bswike/hw5
2cf67f3149650b419d53f056cec398bee33b90ef
aef66e3f1c0a8dac79e6736315c04dfced22816f
refs/heads/master
2020-06-05T14:48:43.955604
2014-04-07T16:47:02
2014-04-07T16:47:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,340
cpp
#ifndef BINARYSEARCHTREE #define BINARYSEARCHTREE #include "BinarySearchTree.h" #endif #include <stddef.h> BinarySearchTree::BinarySearchTree(int capacity) { root = new BinaryTreeNode(); root->capacity = capacity; root->binNumber = 1; } void BinarySearchTree::insert(int capacity, int binNumber) { BinaryTreeNode* curr = root; bool found = false; while(!found) { if(capacity <= curr->capacity) { if(curr->lchild == NULL) { curr->lchild = new BinaryTreeNode(curr, capacity, binNumber); found = true; } else { curr = curr->lchild; } } else { if(curr->rchild == NULL) { curr->rchild = new BinaryTreeNode(curr, capacity, binNumber); found = true; } else { curr = curr->rchild; } } } } void BinarySearchTree::erase(BinaryTreeNode *n) { BinaryTreeNode* l = n->lchild; BinaryTreeNode* r = n->rchild; BinaryTreeNode* p = n->parent; if(l == NULL && r == NULL) { delete n; } else if(l == NULL) { if(p == NULL) { root = r; r->parent = NULL; } else if(n == p->lchild) { p->lchild = r; r->parent = p; } else { p->rchild = r; r->parent = p; } delete n; } else if(r == NULL) { if(p == NULL) { root = l; l->parent = NULL; } else if(n == p->lchild) { p->lchild = l; l->parent = p; } else { p->rchild = l; l->parent = p; } delete n; } else { BinaryTreeNode* curr = n->lchild; while(curr->rchild != NULL) { curr = curr->rchild; } n->capacity = curr->capacity; n->binNumber = curr->binNumber; erase(curr); } } BinaryTreeNode* BinarySearchTree::find(int objectSize) { BinaryTreeNode* curr = root; bool found = false; while(!found) { if(curr->capacity == objectSize) { found = true; } else if(curr->capacity < objectSize) { if(curr->rchild == NULL) { found = true; } else { curr = curr->rchild; } } else { if(curr->lchild == NULL) { found = true; } else { if(curr->lchild->capacity >= objectSize) curr = curr->lchild; else found = true; } } } if(curr->capacity >= objectSize) { return curr; } else return NULL; }
510c8a9af16f032675e30ea3b4c5662703437150
be156fb998a54630fe3362667e323f64cba9e914
/src/Game/Output/OutputtersGetter.cpp
785298fbca8c8ef6bb03bc48e0381e603f988f65
[]
no_license
nponcian/PaperScissorsRockGame
f8e33df41ebe65c852d04489c3f7c7af3781cd44
6512a1a2574b62a81abd547465b2666690987df0
refs/heads/master
2020-08-05T01:05:55.588463
2019-10-06T12:36:30
2019-10-06T12:36:30
212,342,309
1
0
null
null
null
null
UTF-8
C++
false
false
536
cpp
#include <Game/Output/OutputtersGetter.hpp> #include <memory> #include <vector> #include <Game/Output/EnglishOutputter.hpp> #include <Game/Output/EspanolOutputter.hpp> #include <Game/Output/FilipinoOutputter.hpp> namespace src::game::output { std::vector<std::shared_ptr<IOutputter>> getAllLanguageOutputters() { return { std::make_shared<EnglishOutputter>(), std::make_shared<EspanolOutputter>(), std::make_shared<FilipinoOutputter>(), }; } } // namespace src::game::output
49620bcf7d95f39ca90f75f169a5b70091ee6a90
88c0e520e2389e676fea559f944109e1ee7e157b
/include/Windows.Services.Maps.LocalSearch_87dfc8ab.h
d1a47854a08ff904ba9ce897a305f2b41e008e75
[]
no_license
jchoi2022/NtFuzz-HeaderData
fb4ecbd5399f4fac6a4982a0fb516dd7f9368118
6adc3d339e6cac072cde6cfef07eccafbc6b204c
refs/heads/main
2023-08-03T02:26:10.666986
2021-09-17T13:35:26
2021-09-17T13:35:26
407,547,359
4
0
null
null
null
null
UTF-8
C++
false
false
30,163
h
#include "winrt/base.h" #include "winrt/Windows.Foundation.h" #include "winrt/Windows.Foundation.Collections.h" #include "winrt/impl/Windows.Devices.Geolocation.2.h" #include "winrt/impl/Windows.Globalization.2.h" #include "winrt/impl/Windows.Services.Maps.2.h" #include "winrt/impl/Windows.Services.Maps.LocalSearch.2.h" #include "winrt/Windows.Services.Maps.h" namespace winrt::impl { template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::BankAndCreditUnions() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_BankAndCreditUnions(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::EatDrink() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_EatDrink(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::Hospitals() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_Hospitals(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::HotelsAndMotels() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_HotelsAndMotels(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::All() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_All(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::Parking() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_Parking(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::SeeDo() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_SeeDo(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalCategoriesStatics<D>::Shop() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics)->get_Shop(put_abi(value))); return value; } template <typename D> Windows::Services::Maps::MapAddress consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::Address() const { Windows::Services::Maps::MapAddress value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_Address(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::Identifier() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_Identifier(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::Description() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_Description(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::DisplayName() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_DisplayName(put_abi(value))); return value; } template <typename D> Windows::Devices::Geolocation::Geopoint consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::Point() const { Windows::Devices::Geolocation::Geopoint value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_Point(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::PhoneNumber() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_PhoneNumber(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocation<D>::DataAttribution() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation)->get_DataAttribution(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocation2<D>::Category() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation2)->get_Category(put_abi(value))); return value; } template <typename D> Windows::Services::Maps::LocalSearch::LocalLocationRatingInfo consume_Windows_Services_Maps_LocalSearch_ILocalLocation2<D>::RatingInfo() const { Windows::Services::Maps::LocalSearch::LocalLocationRatingInfo value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation2)->get_RatingInfo(put_abi(value))); return value; } template <typename D> Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocationHoursOfOperationItem> consume_Windows_Services_Maps_LocalSearch_ILocalLocation2<D>::HoursOfOperation() const { Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocationHoursOfOperationItem> value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocation2)->get_HoursOfOperation(put_abi(value))); return value; } template <typename D> Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocation> consume_Windows_Services_Maps_LocalSearch_ILocalLocationFinderResult<D>::LocalLocations() const { Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocation> value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationFinderResult)->get_LocalLocations(put_abi(value))); return value; } template <typename D> Windows::Services::Maps::LocalSearch::LocalLocationFinderStatus consume_Windows_Services_Maps_LocalSearch_ILocalLocationFinderResult<D>::Status() const { Windows::Services::Maps::LocalSearch::LocalLocationFinderStatus value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationFinderResult)->get_Status(put_abi(value))); return value; } template <typename D> Windows::Foundation::IAsyncOperation<Windows::Services::Maps::LocalSearch::LocalLocationFinderResult> consume_Windows_Services_Maps_LocalSearch_ILocalLocationFinderStatics<D>::FindLocalLocationsAsync(param::hstring const& searchTerm, Windows::Devices::Geolocation::Geocircle const& searchArea, param::hstring const& localCategory, uint32_t maxResults) const { Windows::Foundation::IAsyncOperation<Windows::Services::Maps::LocalSearch::LocalLocationFinderResult> result{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationFinderStatics)->FindLocalLocationsAsync(get_abi(searchTerm), get_abi(searchArea), get_abi(localCategory), maxResults, put_abi(result))); return result; } template <typename D> Windows::Globalization::DayOfWeek consume_Windows_Services_Maps_LocalSearch_ILocalLocationHoursOfOperationItem<D>::Day() const { Windows::Globalization::DayOfWeek value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem)->get_Day(put_abi(value))); return value; } template <typename D> Windows::Foundation::TimeSpan consume_Windows_Services_Maps_LocalSearch_ILocalLocationHoursOfOperationItem<D>::Start() const { Windows::Foundation::TimeSpan value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem)->get_Start(put_abi(value))); return value; } template <typename D> Windows::Foundation::TimeSpan consume_Windows_Services_Maps_LocalSearch_ILocalLocationHoursOfOperationItem<D>::Span() const { Windows::Foundation::TimeSpan value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem)->get_Span(put_abi(value))); return value; } template <typename D> Windows::Foundation::IReference<double> consume_Windows_Services_Maps_LocalSearch_ILocalLocationRatingInfo<D>::AggregateRating() const { Windows::Foundation::IReference<double> value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo)->get_AggregateRating(put_abi(value))); return value; } template <typename D> Windows::Foundation::IReference<int32_t> consume_Windows_Services_Maps_LocalSearch_ILocalLocationRatingInfo<D>::RatingCount() const { Windows::Foundation::IReference<int32_t> value{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo)->get_RatingCount(put_abi(value))); return value; } template <typename D> hstring consume_Windows_Services_Maps_LocalSearch_ILocalLocationRatingInfo<D>::ProviderIdentifier() const { hstring value{}; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo)->get_ProviderIdentifier(put_abi(value))); return value; } template <typename D> Windows::Services::Maps::PlaceInfo consume_Windows_Services_Maps_LocalSearch_IPlaceInfoHelperStatics<D>::CreateFromLocalLocation(Windows::Services::Maps::LocalSearch::LocalLocation const& location) const { Windows::Services::Maps::PlaceInfo resultValue{ nullptr }; check_hresult(WINRT_SHIM(Windows::Services::Maps::LocalSearch::IPlaceInfoHelperStatics)->CreateFromLocalLocation(get_abi(location), put_abi(resultValue))); return resultValue; } template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics> { int32_t WINRT_CALL get_BankAndCreditUnions(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(BankAndCreditUnions, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().BankAndCreditUnions()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_EatDrink(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(EatDrink, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().EatDrink()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Hospitals(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Hospitals, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().Hospitals()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_HotelsAndMotels(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(HotelsAndMotels, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().HotelsAndMotels()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_All(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(All, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().All()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Parking(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Parking, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().Parking()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_SeeDo(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(SeeDo, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().SeeDo()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Shop(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Shop, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().Shop()); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalLocation> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalLocation> { int32_t WINRT_CALL get_Address(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Address, WINRT_WRAP(Windows::Services::Maps::MapAddress)); *value = detach_from<Windows::Services::Maps::MapAddress>(this->shim().Address()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Identifier(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Identifier, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().Identifier()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Description(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Description, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().Description()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_DisplayName(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(DisplayName, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().DisplayName()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Point(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Point, WINRT_WRAP(Windows::Devices::Geolocation::Geopoint)); *value = detach_from<Windows::Devices::Geolocation::Geopoint>(this->shim().Point()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_PhoneNumber(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(PhoneNumber, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().PhoneNumber()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_DataAttribution(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(DataAttribution, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().DataAttribution()); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalLocation2> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalLocation2> { int32_t WINRT_CALL get_Category(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Category, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().Category()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_RatingInfo(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(RatingInfo, WINRT_WRAP(Windows::Services::Maps::LocalSearch::LocalLocationRatingInfo)); *value = detach_from<Windows::Services::Maps::LocalSearch::LocalLocationRatingInfo>(this->shim().RatingInfo()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_HoursOfOperation(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(HoursOfOperation, WINRT_WRAP(Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocationHoursOfOperationItem>)); *value = detach_from<Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocationHoursOfOperationItem>>(this->shim().HoursOfOperation()); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalLocationFinderResult> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalLocationFinderResult> { int32_t WINRT_CALL get_LocalLocations(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(LocalLocations, WINRT_WRAP(Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocation>)); *value = detach_from<Windows::Foundation::Collections::IVectorView<Windows::Services::Maps::LocalSearch::LocalLocation>>(this->shim().LocalLocations()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Status(Windows::Services::Maps::LocalSearch::LocalLocationFinderStatus* value) noexcept final { try { typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Status, WINRT_WRAP(Windows::Services::Maps::LocalSearch::LocalLocationFinderStatus)); *value = detach_from<Windows::Services::Maps::LocalSearch::LocalLocationFinderStatus>(this->shim().Status()); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalLocationFinderStatics> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalLocationFinderStatics> { int32_t WINRT_CALL FindLocalLocationsAsync(void* searchTerm, void* searchArea, void* localCategory, uint32_t maxResults, void** result) noexcept final { try { *result = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(FindLocalLocationsAsync, WINRT_WRAP(Windows::Foundation::IAsyncOperation<Windows::Services::Maps::LocalSearch::LocalLocationFinderResult>), hstring const, Windows::Devices::Geolocation::Geocircle const, hstring const, uint32_t); *result = detach_from<Windows::Foundation::IAsyncOperation<Windows::Services::Maps::LocalSearch::LocalLocationFinderResult>>(this->shim().FindLocalLocationsAsync(*reinterpret_cast<hstring const*>(&searchTerm), *reinterpret_cast<Windows::Devices::Geolocation::Geocircle const*>(&searchArea), *reinterpret_cast<hstring const*>(&localCategory), maxResults)); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem> { int32_t WINRT_CALL get_Day(Windows::Globalization::DayOfWeek* value) noexcept final { try { typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Day, WINRT_WRAP(Windows::Globalization::DayOfWeek)); *value = detach_from<Windows::Globalization::DayOfWeek>(this->shim().Day()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Start(Windows::Foundation::TimeSpan* value) noexcept final { try { typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Start, WINRT_WRAP(Windows::Foundation::TimeSpan)); *value = detach_from<Windows::Foundation::TimeSpan>(this->shim().Start()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_Span(Windows::Foundation::TimeSpan* value) noexcept final { try { typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(Span, WINRT_WRAP(Windows::Foundation::TimeSpan)); *value = detach_from<Windows::Foundation::TimeSpan>(this->shim().Span()); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo> : produce_base<D, Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo> { int32_t WINRT_CALL get_AggregateRating(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(AggregateRating, WINRT_WRAP(Windows::Foundation::IReference<double>)); *value = detach_from<Windows::Foundation::IReference<double>>(this->shim().AggregateRating()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_RatingCount(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(RatingCount, WINRT_WRAP(Windows::Foundation::IReference<int32_t>)); *value = detach_from<Windows::Foundation::IReference<int32_t>>(this->shim().RatingCount()); return 0; } catch (...) { return to_hresult(); } } int32_t WINRT_CALL get_ProviderIdentifier(void** value) noexcept final { try { *value = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(ProviderIdentifier, WINRT_WRAP(hstring)); *value = detach_from<hstring>(this->shim().ProviderIdentifier()); return 0; } catch (...) { return to_hresult(); } } }; template <typename D> struct produce<D, Windows::Services::Maps::LocalSearch::IPlaceInfoHelperStatics> : produce_base<D, Windows::Services::Maps::LocalSearch::IPlaceInfoHelperStatics> { int32_t WINRT_CALL CreateFromLocalLocation(void* location, void** resultValue) noexcept final { try { *resultValue = nullptr; typename D::abi_guard guard(this->shim()); WINRT_ASSERT_DECLARATION(CreateFromLocalLocation, WINRT_WRAP(Windows::Services::Maps::PlaceInfo), Windows::Services::Maps::LocalSearch::LocalLocation const&); *resultValue = detach_from<Windows::Services::Maps::PlaceInfo>(this->shim().CreateFromLocalLocation(*reinterpret_cast<Windows::Services::Maps::LocalSearch::LocalLocation const*>(&location))); return 0; } catch (...) { return to_hresult(); } } }; } WINRT_EXPORT namespace winrt::Windows::Services::Maps::LocalSearch { inline hstring LocalCategories::BankAndCreditUnions() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.BankAndCreditUnions(); }); } inline hstring LocalCategories::EatDrink() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.EatDrink(); }); } inline hstring LocalCategories::Hospitals() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.Hospitals(); }); } inline hstring LocalCategories::HotelsAndMotels() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.HotelsAndMotels(); }); } inline hstring LocalCategories::All() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.All(); }); } inline hstring LocalCategories::Parking() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.Parking(); }); } inline hstring LocalCategories::SeeDo() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.SeeDo(); }); } inline hstring LocalCategories::Shop() { return impl::call_factory<LocalCategories, Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics>([&](auto&& f) { return f.Shop(); }); } inline Windows::Foundation::IAsyncOperation<Windows::Services::Maps::LocalSearch::LocalLocationFinderResult> LocalLocationFinder::FindLocalLocationsAsync(param::hstring const& searchTerm, Windows::Devices::Geolocation::Geocircle const& searchArea, param::hstring const& localCategory, uint32_t maxResults) { return impl::call_factory<LocalLocationFinder, Windows::Services::Maps::LocalSearch::ILocalLocationFinderStatics>([&](auto&& f) { return f.FindLocalLocationsAsync(searchTerm, searchArea, localCategory, maxResults); }); } inline Windows::Services::Maps::PlaceInfo PlaceInfoHelper::CreateFromLocalLocation(Windows::Services::Maps::LocalSearch::LocalLocation const& location) { return impl::call_factory<PlaceInfoHelper, Windows::Services::Maps::LocalSearch::IPlaceInfoHelperStatics>([&](auto&& f) { return f.CreateFromLocalLocation(location); }); } } WINRT_EXPORT namespace std { template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalCategoriesStatics> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalLocation> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalLocation> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalLocation2> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalLocation2> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationFinderResult> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationFinderResult> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationFinderStatics> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationFinderStatics> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationHoursOfOperationItem> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::ILocalLocationRatingInfo> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::IPlaceInfoHelperStatics> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::IPlaceInfoHelperStatics> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::LocalCategories> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::LocalCategories> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::LocalLocation> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::LocalLocation> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::LocalLocationFinder> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::LocalLocationFinder> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::LocalLocationFinderResult> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::LocalLocationFinderResult> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::LocalLocationHoursOfOperationItem> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::LocalLocationHoursOfOperationItem> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::LocalLocationRatingInfo> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::LocalLocationRatingInfo> {}; template<> struct hash<winrt::Windows::Services::Maps::LocalSearch::PlaceInfoHelper> : winrt::impl::hash_base<winrt::Windows::Services::Maps::LocalSearch::PlaceInfoHelper> {}; }
b05bb59a0c1230a0872186ee9386f7834e58939a
913a2afce0fe97bd62687d0cbe320f97ad42e571
/ZeeDHistManager/src/ZeeDHistManagerZplusJet.cxx
88a953671556c039b9b1dc98a2634fd02b2cbc15
[]
no_license
kgasniko/ZeeD2p76
028f5d4be09f0928c71c4972a877ef90be6af80a
0bafb5767078bce5bfca31409d77d5491012417a
refs/heads/master
2020-04-06T03:31:55.595961
2017-11-22T10:16:35
2017-11-22T10:16:35
61,799,124
0
0
null
null
null
null
UTF-8
C++
false
false
39,215
cxx
#include "ZeeDHistManager/ZeeDHistManagerZplusJet.h" // Root includes #include <TLorentzVector.h> #include <TObjArray.h> // Analysis includes #include "ZeeDEvent/ZeeDEvent.h" #include "ZeeDEvent/ZeeDElectron.h" #include "ZeeDEvent/ZeeDBosonZ.h" #include "ZeeDEvent/ZeeDJet.h" #include "ZeeDEvent/ZeeDTrack.h" #include "ZeeDEvent/ZeeDGenParticle.h" #include "ZeeDTools/ZeeDBags.h" #include "ZeeDAnalysisSvc/IZeeDAnalysisSvc.h" //#define USE_DEBUG_MESSAGES //#define DEBUG_ON 1 #include "ZeeDMisc/ZeeDMisc.h" using std::cout; using std::endl; //----------------------------------------------------- void ZeeDHistManagerZplusJet::bookAnalysisCuts() { //std::cout <<__PRETTY_FUNCTION__<< std::endl; jetPtJVFCut = 50.0; jetYCut = 4.4; jetJVFCut = 0.25; jetPtCut = 20.0; bosonPtCut = 1.0; trackingAcceptance = 2.5; deltaRCutMap.insert( std::pair<std::string,Double_t>("4" , 0.350) ) ; deltaRCutMap.insert( std::pair<std::string,Double_t>("5" , 0.425) ) ; deltaRCutMap.insert( std::pair<std::string,Double_t>("6" , 0.500) ) ; jetCone = 1.0; jetConeMap.insert( std::pair<std::string,Double_t>("3" , 0.3) ) ; jetConeMap.insert( std::pair<std::string,Double_t>("4" , 0.4) ) ; jetConeMap.insert( std::pair<std::string,Double_t>("5" , 0.5) ) ; jetConeMap.insert( std::pair<std::string,Double_t>("6" , 0.6) ) ; jetConeMap.insert( std::pair<std::string,Double_t>("7" , 0.7) ) ; return; } void ZeeDHistManagerZplusJet::BookHistos() { bookAnalysisCuts(); // Do we run on data or MC? if ( (*fAnaOptions)->IsMC() ) { bIsMC = kTRUE; } // Books histograms const TString ZjetBosPt = ZeeDMisc::FindFile("Binning/ZjetBosPt.txt"); const TString ZplusJet_PtJet_YJet = ZeeDMisc::FindFile("Binning/ZplusJet_PtJet_YJet.txt"); const TString ZplusJet_PtZ_YZJet = ZeeDMisc::FindFile("Binning/ZplusJet_PtZ_YZJet.txt"); const TString ZplusJetdRPtTruthResponce = ZeeDMisc::FindFile("Binning/ZplusJetdRPtTruthResponce.txt"); const TString ZplusJetMuPtTruthResponce = ZeeDMisc::FindFile("Binning/ZplusJetMuPtTruthResponce.txt"); const TString ZplusJetNpvPtTruthResponce = ZeeDMisc::FindFile("Binning/ZplusJetNpvPtTruthResponce.txt"); const TString ZplusJetEta = ZeeDMisc::FindFile("Binning/ZplusJetEta.txt"); const TString ZplusJetdRPtTruthResponceElec = ZeeDMisc::FindFile("Binning/ZplusJetdRPtTruthResponceElec.txt"); const TString ZplusJetPtRatioRecoilEta = ZeeDMisc::FindFile("Binning/ZplusJetPtRatioRecoilEta.txt"); const TString ZplusJetBosMassdR1dR2 = ZeeDMisc::FindFile("Binning/ZplusJetBosMassdR1dR2.txt"); const TString ZplusJetBosMassdRmin = ZeeDMisc::FindFile("Binning/ZplusJetBosMassdRmin.txt"); std::vector<std::string> collections = (*fAnaOptions)->JetCollectionNames(); for (unsigned int i = 0; i < collections.size(); i++) { //####################################### dR(jet, electron) cut studies #######################################// AddTH1D(collections[i] + "_DeltaRmin_Jet_El1Reco", 700, 0, 7.0, "#Delta R (jet-el_{1}(reco)) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRmin_Jet_El2Reco", 700, 0, 7.0, "#Delta R (jet-el_{2}(reco)) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRmin_Jet_El1Truth", 700, 0, 7.0, "#Delta R (jet-el_{1}(truth)) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRmin_Jet_El2Truth", 700, 0, 7.0, "#Delta R (jet-el_{2}(truth)) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRmin_Jet_ElReco_Data", 700, 0, 7.0, "#Delta R_{min} (jet-el) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRmin_Jet_ElReco", 700, 0, 7.0, "#Delta R_{min} (jet-el(reco)) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRmin_Jet_ElTruth", 700, 0, 7.0, "#Delta R_{min} (jet-el(truth)) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJetElec1_before_iso", 314, 0, 3.14, "#Delta R (jet-ele_{1}) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJetElec2_before_iso", 314, 0, 3.14, "#Delta R (jet-ele_{2})" , "", ZeeDHistLevel::Analysis); // truth responce of electron: pt_{reco electron}/pt_{truth electron} AddTH3D(collections[i] + "_dR1_PtTruthEl1_TruthRespEl1" , ZplusJetdRPtTruthResponceElec, "P_{T} (el_{1,truth}) / GeV", "P_{T, el_{1,reco}}/P_{T, el_{1,truth}}", "#Delta R(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dR2_PtTruthEl2_TruthRespEl2" , ZplusJetdRPtTruthResponceElec, "P_{T} (el_{2,truth}) / GeV", "P_{T, el_{2,reco}}/P_{T, el_{2,truth}}", "#Delta R(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dR_PtTruthEl_TruthRespEl" , ZplusJetdRPtTruthResponceElec, "P_{T} (el_{truth}) / GeV", "P_{T, el_{reco}}/P_{T, el_{truth}}", "#Delta R(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dR1min_PtTruthEl1_TruthRespEl1" , ZplusJetdRPtTruthResponceElec, "P_{T} (el_{1,truth}) / GeV", "P_{T, el_{1,reco}}/P_{T, el_{1,truth}}", "#Delta R_{min}(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dR2min_PtTruthEl2_TruthRespEl2" , ZplusJetdRPtTruthResponceElec, "P_{T} (el_{2,truth}) / GeV", "P_{T, el_{2,reco}}/P_{T, el_{2,truth}}", "#Delta R_{min}(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dRmin_PtTruthEl_TruthRespEl" , ZplusJetdRPtTruthResponceElec, "P_{T} (el_{truth}) / GeV", "P_{T, el_{reco}}/P_{T, el_{truth}}", "#Delta R_{min}(jet, el)", ZeeDHistLevel::Analysis); // truth responce of jet: pt_{reco jet}/pt_{truth jet} AddTH3D(collections[i] + "_dR1_PtTruth_TruthResp" , ZplusJetdRPtTruthResponce, "P_{T} (jet_{truth}) / GeV", "P_{T, jet_{reco}}/P_{T, jet_{truth}}", "#Delta R(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dR2_PtTruth_TruthResp" , ZplusJetdRPtTruthResponce, "P_{T} (jet_{truth}) / GeV", "P_{T, jet_{reco}}/P_{T, jet_{truth}}", "#Delta R(jet, el)", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_dRmin_PtTruth_TruthResp" , ZplusJetdRPtTruthResponce, "P_{T} (jet_{truth}) / GeV", "P_{T, jet_{reco}}/P_{T, jet_{truth}}", "#Delta R_{min}(jet, el)", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJetRecoTruth", 700, 0, 7.0, "#Delta R (jet(reco)-jet(truth))" , "", ZeeDHistLevel::Analysis); AddTH3D(collections[i] + "_BosMass_dREl1_dREl2", ZplusJetBosMassdR1dR2, "#Delta R(jet, el_{1})", "M (Z->ee) / GeV", "#Delta R(jet, el_{2})", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_BosMass_dRElmin", ZplusJetBosMassdRmin, "#Delta R_{min}(jet, el)", "M (Z->ee) / GeV", ZeeDHistLevel::Analysis); //###################################################################################################################// AddTH1D(collections[i] + "_Jets_BosPt", 501, 0, 500, "P_{T} (Z->ee) / GeV", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_Jets_BosY", 51,-5, 5, "Y (Z->ee) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_Jets_BosPhi", 180, -180, 180, "#Phi (Z->ee) / [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_Jets_BosMass", 100, 66, 116, "M (Z->ee) / GeV", "", ZeeDHistLevel::Systematics); AddTH1D(collections[i] + "_PtJet" , 48 , 20, 500, "P_{T} (jet) / GeV", "", ZeeDHistLevel::Systematics); AddTH1D(collections[i] + "_PtJet1", 48 , 20, 500, "P_{T} (jet_{1}) / GeV", "", ZeeDHistLevel::Systematics); AddTH1D(collections[i] + "_PtJet2", 48 , 20, 500, "P_{T} (jet_{2}) / GeV", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PtJet3", 48 , 20, 500, "P_{T} (jet_{3}) / GeV", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_EMFJet", 321, -1.1, 2.1, "EMF (jet)" , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_EMFJet1", 321, -1.1, 2.1, "EMF (jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_EMFJet2", 321, -1.1, 2.1, "EMF (jet_{2})" , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_EMFJet3", 321, -1.1, 2.1, "EMF (jet_{3})" , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_JVFJet", 321, -1.1, 2.1, "JVF (jet)" , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_JVFJet1", 321, -1.1, 2.1, "JVF (jet_{1})", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_JVFJet2", 321, -1.1, 2.1, "JVF (jet_{2})", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_JVFJet3", 321, -1.1, 2.1, "JVF (jet_{3})", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YDetJet", 50, -5, 5, "#eta (jet) ", "", ZeeDHistLevel::Systematics); AddTH1D(collections[i] + "_YDetJet1", 50, -5, 5, "#eta (jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YDetJet2", 50, -5, 5, "#eta (jet_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YDetJet3", 50, -5, 5, "#eta (jet_{3}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YJet", 50, -5, 5, "y (jet) ", "", ZeeDHistLevel::Systematics); AddTH1D(collections[i] + "_YJet1", 50, -5, 5, "y (jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YJet2", 50, -5, 5, "y (jet_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YJet3", 50, -5, 5, "y (jet_{3}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiJet", 180, -180, 180, "#Phi (jet) [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiJet1", 180, -180, 180, "#Phi (jet_{1}) [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiJet2", 180, -180, 180, "#Phi (jet_{2}) [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiJet3", 180, -180, 180, "#Phi (jet_{3}) [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiDetJet", 180, -180, 180, "#Phi (jet) [deg] ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiDetJet1", 180, -180, 180, "#Phi (jet_{1}) [deg] ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiDetJet2", 180, -180, 180, "#Phi (jet_{2}) [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PhiDetJet3", 180, -180, 180, "#Phi (jet_{3}) [deg]", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJetElec1", 314, 0, 3.14, "#Delta R (jet-ele_{1}) " , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJetElec2", 314, 0, 3.14, "#Delta R (jet-ele_{2})" , "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet1Elec1", 314, 0, 3.14, "#Delta R (jet_{1}-ele_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet1Elec2", 314, 0, 3.14, "#Delta R (jet_{1}-ele_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet2Elec1", 314, 0, 3.14, "#Delta R (jet_{2}-ele_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet2Elec2", 314, 0, 3.14, "#Delta R (jet_{2}-ele_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet3Elec1", 314, 0, 3.14, "#Delta R (jet_{3}-ele_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet3Elec2", 314, 0, 3.14, "#Delta R (jet_{3}-ele_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet1Jet2", 314, 0, 3.14, "#Delta R (jet_{2}-jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet1Jet3", 314, 0, 3.14, "#Delta R (jet_{3}-jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaRJet2Jet3", 314, 0, 3.14, "#Delta R (jet_{3}-jet_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaPhiJet1Jet2", 180, -180, 180, "#Delta #phi (jet_{2}-jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaPhiJet1Jet3", 180, -180, 180, "#Delta #phi (jet_{3}-jet_{1}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_DeltaPhiJet2Jet3", 180, -180, 180, "#Delta #phi (jet_{3}-jet_{2}) ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_MassJet1", 200, 0, 100, "mass_{jet_{1}} ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_MassJet2", 200, 0, 100, "mass_{jet_{2}} ", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_MassJet3", 200, 0, 100, "mass_{jet_{3}} ", "", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_PtJet_YJet", ZplusJet_PtJet_YJet, "P_{T} (jet) / GeV", "y (jet) ", ZeeDHistLevel::Systematics); AddTH2D(collections[i] + "_PtJet_YZMinYJet", ZplusJet_PtJet_YJet, "P_{T} (jet) / GeV", "y (jet) ", ZeeDHistLevel::Systematics); AddTH2D(collections[i] + "_PtJet1_YJet1", ZplusJet_PtJet_YJet, "P_{T} (jet_{1}) / GeV", "y (jet_{1}) ", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_PtZ_YJet1", ZplusJet_PtJet_YJet, "P_{T,Z} / GeV", "y (jet_{1}) ", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_PtZ_YZ", ZplusJet_PtJet_YJet, "P_{T,Z} / GeV", "y_{Z} ", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_PtZ_YZJet1", ZplusJet_PtZ_YZJet, "P_{T,Z} / GeV", "y_{Z}+y_{jet_{1}} ", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_NumJets", 21, -0.5, 20.5, "Number of jets", "", ZeeDHistLevel::Systematics); AddTH3D(collections[i] + "_PtZPtJet1_Recoil_EtaJet1" , ZplusJetPtRatioRecoilEta, "P_{T} (Z)/ P_T (Jet_{1}", "#Delta Y(recoil, Jet_{1})", "#eta (jet_{1})", ZeeDHistLevel::Analysis); // Reco-True matching studies AddTH2D(collections[i] + "_PtRecoJet_PtTruthJet", 300, 0, 300, 300, 0, 300, "P_{T} (reco jet) / GeV", "P_{T} (truth jet) / GeV", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_YRecoJet_YTruthJet", 50, -5, 5, 50, -5, 5, "y (reco jet) ", "y (truth jet) ", ZeeDHistLevel::Analysis); AddTH2D(collections[i] + "_NumRecoJet_NumTruthJet", 20, 0.0, 20, 20, 0.0, 20, "Number of reconstructed jets", "Number of truth jets", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_PtJetMatched" , 1001, -0.5, 500.5, "P_{T} (jet) / GeV", "", ZeeDHistLevel::Analysis); AddTH1D(collections[i] + "_YJetMatched", 51, -5, 5, "y (jet) ", "", ZeeDHistLevel::Analysis); } } //----------------------------------------------------- void ZeeDHistManagerZplusJet::Fill() { DEBUG_MES_START; DEBUG_MES(this->GetHMName()); // Get event const ZeeDEvent* event = GetEvent(); CHECK_NULL_PTR(event); Double_t Weight = event->GetWeight(); // Arrange loop over bosons if (bIsAll) { // All bosons const TObjArray* bosons = (bIsW) ? event->GetWBosons() : event->GetZBosons(); if ( bosons != NULL ) { for ( Int_t index = 0; index < bosons->GetEntriesFast(); ++index ) { const ZeeDBosonZ* boson = static_cast<ZeeDBosonZ*>( bosons->At(index) ); bosonMomentum = boson->GetFourVector(); Electron1Momentum = boson->GetFirstLep()->GetFourVector(); Electron2Momentum = boson->GetSecondLep()->GetFourVector(); std::vector<std::string> collections = (*fAnaOptions)->JetCollectionNames(); for (unsigned int i = 0; i < collections.size(); i++) { fCollectionName = collections[i]; TString _truthCollection( fCollectionName.c_str() ); _truthCollection.ReplaceAll("TopoEM","Truth"); _truthCollection.ReplaceAll("LCTopo","Truth"); _truthCollection.ReplaceAll("ReTagged",""); _truthCollection.ReplaceAll("New",""); fTruthCollectionName = _truthCollection.Data(); const TObjArray *jets = event->GetJets( fCollectionName, kFALSE); // don't warn if missing, just continue if ( jets ) FillJetHists(jets, Weight); } } } } else { // Selected boson only if (event->GetCurrentBoson() != NULL) { bosonMomentum = event->GetCurrentBoson()->GetFourVector(); Electron1Momentum = event->GetCurrentBoson()->GetFirstLep()->GetFourVector(); Electron2Momentum = event->GetCurrentBoson()->GetSecondLep()->GetFourVector(); matched_el1 = false; matched_el2 = false; // matching for reco-truth electrons, only if gen info is switched /* if ( (*fAnaOptions)->IsMC() && (*fAnaOptions)->FillGenInfo() ){ const ZeeDGenParticle* El = event->GetGenDressedElectron(); const ZeeDGenParticle* Pos = event->GetGenDressedPositron(); ElectronTruthMomentum = El -> GetMCFourVector(); PositronTruthMomentum = Pos -> GetMCFourVector(); Double_t dR1El = Electron1Momentum.DeltaR( ElectronTruthMomentum ); Double_t dR1Pos = Electron1Momentum.DeltaR( PositronTruthMomentum ); Double_t dR2El = Electron2Momentum.DeltaR( ElectronTruthMomentum ); Double_t dR2Pos = Electron2Momentum.DeltaR( PositronTruthMomentum ); if ((dR1El < 0.2) && (dR1El < dR1Pos)){ matched_el1 = true; MatchedElectron1Momentum = ElectronTruthMomentum; } if ((dR1Pos < 0.2) && (dR1El > dR1Pos)){ matched_el1 = true; MatchedElectron1Momentum = PositronTruthMomentum; } if ((dR2El < 0.2) && (dR2El < dR2Pos)){ matched_el2 = true; MatchedElectron2Momentum = ElectronTruthMomentum; } if ((dR2Pos < 0.2) && (dR2El > dR2Pos)){ matched_el2 = true; MatchedElectron2Momentum = PositronTruthMomentum; } }*/ std::vector<std::string> collections = (*fAnaOptions)->JetCollectionNames(); for (unsigned int i = 0; i < collections.size(); i++) { fCollectionName = collections[i]; TString _truthCollection( fCollectionName.c_str() ); _truthCollection.ReplaceAll("TopoEM","Truth"); _truthCollection.ReplaceAll("LCTopo","Truth"); _truthCollection.ReplaceAll("ReTagged",""); _truthCollection.ReplaceAll("New",""); fTruthCollectionName = _truthCollection.Data(); const TObjArray *jets = event->GetJets( fCollectionName , kFALSE); if ( jets ) FillJetHists( jets, Weight); } } } DEBUG_MES_END; } //----------------------------------------------------- void ZeeDHistManagerZplusJet::FillJetHists(const TObjArray* jets, Double_t Weight ) { Bool_t _debug_ = false; Double_t bosonPt = bosonMomentum.Pt(); Double_t bosonY = bosonMomentum.Rapidity(); Double_t bosonMass = bosonMomentum.M(); if ( bosonPt < bosonPtCut ) return; const ZeeDEvent* event = GetEvent(); CHECK_NULL_PTR(event); // ----------------------------------------- // zero pointer to leading jets leadingJet = NULL; subLeadingJet1 = NULL; subLeadingJet2 = NULL; //----------------------------------------- deltaRcut = 3.0; for (std::map<std::string,Double_t>::iterator itr = deltaRCutMap.begin() ; itr != deltaRCutMap.end(); ++itr) if (fCollectionName.find(itr->first) != std::string::npos) { deltaRcut = itr->second; break; } for (std::map<std::string,Double_t>::iterator itr = jetConeMap.begin() ; itr != jetConeMap.end(); ++itr) if (fCollectionName.find(itr->first) != std::string::npos) { jetCone = itr->second; break; } if ( _debug_) { std::cout <<"\t\t\t "<<fCollectionName<<" deltaR = "<<deltaRcut<< std::endl; std::cout <<"\t\t\t pt = "<<jetPtCut <<" jvf def = "<<jetJVFCut <<" fSys = "<<fSys<<std::endl; } Int_t NumTruthJetsInEvent = 0; const TObjArray *truthjets = NULL; //fill plots for electron truth response IF number of truth jets > 0 if ( (*fAnaOptions)->IsMC() && (*fAnaOptions)->FillGenInfo()){ // start if MC and gen information filled truthjets = event->GetJets( "AntiKt4TruthJets" , kFALSE); if ( truthjets ) NumTruthJetsInEvent = truthjets -> GetEntries()-2; if (NumTruthJetsInEvent != 0 ){ // start if number of truth jets > 0 if(matched_el1 && matched_el2){ // if both electrons are matched reco-truth GetMinDR( Electron1Momentum, MatchedElectron1Momentum, fCollectionName ); Double_t dR1 = minDRElReco; if (minDRElTruth != 10 && minDRElReco != 10){ // if dR between first electron and jet (on both truth and reco level) calculated FillTH1(minDRElTruth, Weight, (fCollectionName + "_DeltaRmin_Jet_El1Truth").c_str() ); FillTH1(minDRElReco, Weight, (fCollectionName + "_DeltaRmin_Jet_El1Reco").c_str() ); FillTH3( MatchedElectron1Momentum.Pt(), Electron1Momentum.Pt()/MatchedElectron1Momentum.Pt(), minDRElReco, Weight, (fCollectionName + "_dR1min_PtTruthEl1_TruthRespEl1").c_str() ); FillTH3( MatchedElectron1Momentum.Pt(), Electron1Momentum.Pt()/MatchedElectron1Momentum.Pt(), minDRElReco, Weight, (fCollectionName + "_dRmin_PtTruthEl_TruthRespEl").c_str() ); } // end if dR between first electron and jet (on both truth and reco level) calculated GetMinDR( Electron2Momentum, MatchedElectron2Momentum, fCollectionName ); Double_t dR2 = minDRElReco; if (minDRElTruth != 10 && minDRElReco != 10){ // if dR between second electron and jet (on both truth and reco level) calculated FillTH1(minDRElTruth, Weight, (fCollectionName + "_DeltaRmin_Jet_El2Truth").c_str() ); FillTH1(minDRElReco, Weight, (fCollectionName + "_DeltaRmin_Jet_El2Reco").c_str() ); FillTH3( MatchedElectron2Momentum.Pt(), Electron2Momentum.Pt()/MatchedElectron2Momentum.Pt(), minDRElReco, Weight, (fCollectionName + "_dR2min_PtTruthEl2_TruthRespEl2").c_str() ); FillTH3( MatchedElectron2Momentum.Pt(), Electron2Momentum.Pt()/MatchedElectron2Momentum.Pt(), minDRElReco, Weight, (fCollectionName + "_dRmin_PtTruthEl_TruthRespEl").c_str() ); } // end if dR between second electron and jet (on both truth and reco level) calculated if (dR1 != 10 && dR2 != 10) FillTH3( dR1, bosonMass,dR2, Weight, (fCollectionName + "_BosMass_dREl1_dREl2").c_str() ); } }// end if number of truth jets > 0 }// end if MC and gen information filled if ( !(*fAnaOptions)->IsMC()){ // if data match reco electron to reco jet GetMinDRInData( Electron1Momentum, fCollectionName ); Double_t dR1 = minDRElReco; GetMinDRInData( Electron2Momentum, fCollectionName ); Double_t dR2 = minDRElReco; FillTH3( dR1, bosonMass, dR2, Weight, (fCollectionName + "_BosMass_dREl1_dREl2").c_str() ); } // end if data match reco electron to reco jet Int_t NumJets=0, NumTruthJets=0; // NumJets/NumTruthJets - number of reconstructed/truth jets which PASSED selection cuts. for (Int_t ijet = 0; ijet< jets->GetEntries(); ++ijet) // start loop over jets { ZeeDJet* jet =dynamic_cast< ZeeDJet* >( jets->At(ijet) ) ; CHECK_NULL_PTR( jet ); if ( _debug_ ) { Info(__PRETTY_FUNCTION__,TString::Format(" ***** Looping jets %d",ijet)); } TLorentzVector fourVector = jet->GetFourVector(); TLorentzVector fourVectorCS = jet->GetFourVectorCS(); Double_t pt = fourVector.Pt(); Double_t y = fourVector.Rapidity(); Double_t phi = fourVector.Phi(); Double_t mass = fourVector.Mag(); Double_t ydet = fourVectorCS.Eta(); Double_t phidet = fourVectorCS.Phi(); Double_t emf = jet->GetEmFraction(); Double_t jvf; if ( (*fAnaOptions)->IsMC() && (fCollectionName.find("Truth") != std::string::npos) ) { jvf = 1.0; } else { jvf = jet->GetJVF(); } Double_t deltaRElec1 = fourVector.DeltaR( Electron1Momentum ); Double_t deltaRElec2 = fourVector.DeltaR( Electron2Momentum ); Double_t deltaRElecMin, deltaRElecTruthMin; FillTH1( deltaRElec1, Weight, (fCollectionName + "_DeltaRJetElec1_before_iso").c_str() ); FillTH1( deltaRElec2, Weight, (fCollectionName + "_DeltaRJetElec2_before_iso").c_str() ); Bool_t isIsolated = true; if ( ( deltaRElec1 <= deltaRcut ) || ( deltaRElec2 <= deltaRcut ) ) isIsolated = false; if ( !isIsolated ) continue; if (( pt < jetPtJVFCut )&&( TMath::Abs(y) < trackingAcceptance )&&( TMath::Abs(jvf) < jetJVFCut )) continue; if ( TMath::Abs(y) > jetYCut ) continue; if ( pt < jetPtCut ) continue; deltaRElecMin = deltaRElec1 < deltaRElec2 ? deltaRElec1 : deltaRElec2; FillTH1( deltaRElecMin, Weight, (fCollectionName + "_DeltaRmin_Jet_ElReco_Data").c_str() ); if ( !(*fAnaOptions) -> IsMC() ) FillTH2( deltaRElecMin, bosonMass, Weight, (fCollectionName + "_BosMass_dRElmin").c_str() ); if(matched_el1){ FillTH1( MatchedElectron1Momentum.Pt(), Weight, (fCollectionName + "_PtEl1").c_str() ); FillTH3( MatchedElectron1Momentum.Pt(), Electron1Momentum.Pt()/MatchedElectron1Momentum.Pt(), deltaRElec1, Weight, (fCollectionName + "_dR1_PtTruthEl1_TruthRespEl1").c_str() ); FillTH3( MatchedElectron1Momentum.Pt(), Electron1Momentum.Pt()/MatchedElectron1Momentum.Pt(), deltaRElec1, Weight, (fCollectionName + "_dR_PtTruthEl_TruthRespEl").c_str() ); } if(matched_el2){ FillTH1( MatchedElectron2Momentum.Pt(), Weight, (fCollectionName + "_PtEl2").c_str() ); FillTH3( MatchedElectron2Momentum.Pt(), Electron2Momentum.Pt()/MatchedElectron2Momentum.Pt(), deltaRElec2, Weight, (fCollectionName + "_dR2_PtTruthEl2_TruthRespEl2").c_str() ); FillTH3( MatchedElectron1Momentum.Pt(), Electron1Momentum.Pt()/MatchedElectron1Momentum.Pt(), deltaRElec1, Weight, (fCollectionName + "_dR_PtTruthEl_TruthRespEl").c_str() ); } Double_t pt_truth = 0.0; if ( (*fAnaOptions)->IsMC() && (fCollectionName.find("Truth") == std::string::npos) && (*fAnaOptions)->FillGenInfo() ) { GetMatchedTruth( jet ); if ( matchedTruthJet && matched_el1 && matched_el2 ) { pt_truth = matchedTruthJet->GetFourVector().Pt(); deltaRElecMin = deltaRElec1 < deltaRElec2 ? deltaRElec1 : deltaRElec2; deltaRElecTruthMin = deltaRElec1 < deltaRElec2 ? matchedTruthJet -> GetFourVector().DeltaR( MatchedElectron1Momentum ) : matchedTruthJet -> GetFourVector().DeltaR( MatchedElectron2Momentum ); FillTH1( minDR, Weight, (fCollectionName + "_DeltaRJetRecoTruth").c_str() ); FillTH3( pt_truth, pt/pt_truth, deltaRElec1, Weight, (fCollectionName + "_dR1_PtTruth_TruthResp").c_str() ); FillTH3( pt_truth, pt/pt_truth, deltaRElec2, Weight, (fCollectionName + "_dR2_PtTruth_TruthResp").c_str() ); FillTH3( pt_truth, pt/pt_truth, deltaRElecMin, Weight, (fCollectionName + "_dRmin_PtTruth_TruthResp").c_str() ); FillTH1( deltaRElecMin, Weight, (fCollectionName + "_DeltaRmin_Jet_ElReco").c_str() ); FillTH1( deltaRElecTruthMin, Weight, (fCollectionName + "_DeltaRmin_Jet_ElTruth").c_str() ); FillTH2( deltaRElecMin, bosonMass, Weight, (fCollectionName + "_BosMass_dRElmin").c_str() ); } } if ( leadingJet == NULL ) { leadingJet = jet; TLorentzVector Recoil = -(bosonMomentum + fourVector); FillTH3( bosonPt/pt, (Recoil.Rapidity() - y), y, Weight, (fCollectionName + "_PtZPtJet1_Recoil_EtaJet1").c_str() ); FillTH1( pt, Weight, (fCollectionName + "_PtJet1").c_str() ); FillTH1( emf, Weight, (fCollectionName + "_EMFJet1").c_str() ); FillTH1( jvf, Weight, (fCollectionName + "_JVFJet1").c_str() ); FillTH1( y, Weight, (fCollectionName + "_YJet1").c_str() ); FillTH1( ydet, Weight, (fCollectionName + "_YDetJet1").c_str() ); FillTH1( mass, Weight, (fCollectionName + "_MassJet1").c_str() ); FillTH1(phi * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiJet1").c_str() ); FillTH1(phidet * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiDetJet1").c_str() ); FillTH1( deltaRElec1, Weight, (fCollectionName + "_DeltaRJet1Elec1").c_str() ); FillTH1( deltaRElec2, Weight, (fCollectionName + "_DeltaRJet1Elec2").c_str() ); FillTH2( pt, y, Weight, (fCollectionName + "_PtJet1_YJet1").c_str() ); FillTH2( bosonPt, y, Weight, (fCollectionName + "_PtZ_YJet1").c_str() ); FillTH2( bosonPt, bosonY, Weight, (fCollectionName + "_PtZ_YZ").c_str() ); FillTH2( bosonPt, (bosonY + y), Weight, (fCollectionName + "_PtZ_YZJet1").c_str() ); } if ( ( jet != leadingJet) && ( leadingJet != NULL) && ( subLeadingJet1 == NULL )) { subLeadingJet1 = jet ; FillTH1( pt, Weight, (fCollectionName + "_PtJet2").c_str() ); FillTH1( emf, Weight, (fCollectionName + "_EMFJet2").c_str() ); FillTH1( jvf, Weight, (fCollectionName + "_JVFJet2").c_str() ); FillTH1( y, Weight, (fCollectionName + "_YJet2").c_str() ); FillTH1( ydet, Weight, (fCollectionName + "_YDetJet2").c_str() ); FillTH1( mass, Weight, (fCollectionName + "_MassJet2").c_str() ); FillTH1( phi * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiJet2").c_str() ); FillTH1( phidet * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiDetJet2").c_str() ); FillTH1( deltaRElec1, Weight, (fCollectionName + "_DeltaRJet2Elec1").c_str() ); FillTH1( deltaRElec2, Weight, (fCollectionName + "_DeltaRJet2Elec2").c_str() ); FillTH1( fourVector.DeltaR( leadingJet -> GetFourVector() ), Weight, (fCollectionName + "_DeltaRJet1Jet2").c_str() ); FillTH1( fourVector.DeltaPhi(leadingJet -> GetFourVector()) * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_DeltaPhiJet1Jet2").c_str() ); } if ( ( jet != leadingJet) && ( jet != subLeadingJet1) && ( leadingJet != NULL) && ( subLeadingJet1 != NULL ) && ( subLeadingJet2 == NULL )) { subLeadingJet2 = jet ; FillTH1( pt, Weight, (fCollectionName + "_PtJet3").c_str() ); FillTH1( emf, Weight, (fCollectionName + "_EMFJet3").c_str() ); FillTH1( jvf, Weight, (fCollectionName + "_JVFJet3").c_str() ); FillTH1( y, Weight, (fCollectionName + "_YJet3").c_str() ); FillTH1( ydet, Weight, (fCollectionName + "_YDetJet3").c_str() ); FillTH1( mass, Weight, (fCollectionName + "_MassJet3").c_str() ); FillTH1( phi * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiJet3").c_str() ); FillTH1( phidet * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiDetJet3").c_str() ); FillTH1( deltaRElec1, Weight, (fCollectionName + "_DeltaRJet3Elec1").c_str() ); FillTH1( deltaRElec2, Weight, (fCollectionName + "_DeltaRJet3Elec2").c_str() ); FillTH1( fourVector.DeltaR( leadingJet -> GetFourVector() ), Weight, (fCollectionName + "_DeltaRJet1Jet3").c_str() ); FillTH1( fourVector.DeltaR( subLeadingJet1 -> GetFourVector() ), Weight, (fCollectionName + "_DeltaRJet2Jet3").c_str() ); FillTH1( fourVector.DeltaPhi(leadingJet -> GetFourVector()) * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_DeltaPhiJet1Jet3").c_str() ); FillTH1( fourVector.DeltaPhi(subLeadingJet1 -> GetFourVector()) * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_DeltaPhiJet2Jet3").c_str() ); } //*************** all jets **************// FillTH1( pt, Weight, (fCollectionName + "_PtJet").c_str() ); FillTH1( emf, Weight, (fCollectionName + "_EMFJet").c_str() ); FillTH1( jvf, Weight, (fCollectionName + "_JVFJet").c_str() ); FillTH1( y, Weight, (fCollectionName + "_YJet").c_str() ); FillTH1( ydet, Weight, (fCollectionName + "_YDetJet").c_str() ); FillTH1( phi * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiJet").c_str() ); FillTH1( phidet * ZeeDMisc::Rad2Deg, Weight, (fCollectionName + "_PhiDetJet").c_str() ); FillTH1( deltaRElec1, Weight, (fCollectionName + "_DeltaRJetElec1").c_str() ); FillTH1( deltaRElec2, Weight, (fCollectionName + "_DeltaRJetElec2").c_str() ); FillTH2( pt, y, Weight, (fCollectionName + "_PtJet_YJet").c_str() ); FillTH2( pt, (bosonY - y)/2, Weight, (fCollectionName + "_PtJet_YZMinYJet").c_str() ); if ( (*fAnaOptions)->IsMC() ) { GetMatchedTruth( jet ); if ( matchedTruthJet ) { FillTH2( pt, matchedTruthJet -> GetFourVector().Pt(), Weight, (fCollectionName + "_PtRecoJet_PtTruthJet").c_str() ); FillTH2( y, matchedTruthJet -> GetFourVector().Rapidity(), Weight, (fCollectionName + "_YRecoJet_YTruthJet").c_str() ); FillTH1( pt, Weight, (fCollectionName + "_PtJetMatched").c_str() ); FillTH1( y, Weight, (fCollectionName + "_YJetMatched").c_str() ); NumTruthJets++; } } NumJets++; } // jet loop FillTH1( NumJets, Weight, (fCollectionName + "_NumJets").c_str() ); FillTH2( NumJets, NumTruthJets, Weight, (fCollectionName + "_NumRecoJet_NumTruthJet").c_str() ); if ( NumJets !=0 ){ // fill boson hostogram only if jet multiplicity > 0 FillTH1(bosonMomentum.M(), Weight, (fCollectionName + "_Jets_BosMass").c_str() ); FillTH1(bosonPt, Weight, (fCollectionName + "_Jets_BosPt").c_str() ); FillTH1(bosonMomentum.Rapidity(), Weight, (fCollectionName + "_Jets_BosY").c_str() ); FillTH1(bosonMomentum.Phi(), Weight, (fCollectionName + "_Jets_BosPhi").c_str() ); }// endif fill boson hostogram only if jet multiplicity > 0 return; } // match reco jet to truth jet void ZeeDHistManagerZplusJet::GetMatchedTruth( ZeeDJet*& input_reco_jet ) { matchedTruthJet = NULL; const ZeeDEvent* event = GetEvent(); CHECK_NULL_PTR(event); const TObjArray *truthJets = event->GetJets( fTruthCollectionName, kTRUE); const TObjArray *recoJets = event->GetJets( fCollectionName, kTRUE); if ( truthJets == NULL ) return; CHECK_NULL_PTR( truthJets ); minDR = jetCone; Int_t matchRecoTruthIndex = -1; Int_t matchTruthRecoIndex = -1; ZeeDJet* selectedTruthJet, *selectedRecoJet; for (Int_t ijet = 0; ijet < truthJets -> GetEntries(); ++ijet) { const ZeeDJet* truth_jet =dynamic_cast<ZeeDJet*>( truthJets->At(ijet) ) ; CHECK_NULL_PTR( truth_jet ); Double_t deltaRElec1 = truth_jet -> GetFourVector().DeltaR( Electron1Momentum ); // should be truth electron? Double_t deltaRElec2 = truth_jet -> GetFourVector().DeltaR( Electron2Momentum ); // should be truth electron? Bool_t isIsolated = true; if ( ( deltaRElec1 <= deltaRcut ) || ( deltaRElec2 <= deltaRcut ) ) isIsolated = false; if ( !isIsolated ) continue; if ( TMath::Abs(truth_jet -> GetFourVector().Rapidity() ) > jetYCut ) continue; if ( truth_jet -> GetFourVector().Pt() < jetPtCut ) continue; Double_t _deltaR = truth_jet->GetFourVector().DeltaR( input_reco_jet -> GetFourVector() ); if ( _deltaR <= minDR ) { minDR = _deltaR; matchRecoTruthIndex = ijet; } } Double_t minDRTruthReco = jetCone; if (matchRecoTruthIndex >= 0 ){ // check if the closest reco jet for selected truth jet is our input jet selectedTruthJet = dynamic_cast<ZeeDJet*>( truthJets->At( matchRecoTruthIndex ) ) ; for (Int_t ijet = 0; ijet < recoJets -> GetEntries(); ++ijet) { const ZeeDJet* reco_jet =dynamic_cast<ZeeDJet*>( recoJets->At(ijet) ) ; CHECK_NULL_PTR( reco_jet ); Double_t deltaRElec1 = reco_jet->GetFourVector().DeltaR( Electron1Momentum ); Double_t deltaRElec2 = reco_jet->GetFourVector().DeltaR( Electron2Momentum ); Bool_t isIsolated = true; if ( ( deltaRElec1 <= deltaRcut ) || ( deltaRElec2 <= deltaRcut ) ) isIsolated = false; if ( !isIsolated ) continue; if ( TMath::Abs(reco_jet -> GetFourVector().Rapidity() ) > jetYCut ) continue; if ( reco_jet -> GetFourVector().Pt() < jetPtCut ) continue; Double_t _deltaR = reco_jet->GetFourVector().DeltaR( selectedTruthJet->GetFourVector() ); if ( _deltaR <= minDRTruthReco ) { minDRTruthReco = _deltaR; matchTruthRecoIndex = ijet; } } selectedRecoJet = dynamic_cast<ZeeDJet*>( recoJets->At( matchTruthRecoIndex ) ) ; if (selectedRecoJet == input_reco_jet){ matchedTruthJet = selectedTruthJet; //std::cout<<"works in both sides"<<std::endl; } // matchedTruthJet = dynamic_cast<ZeeDJet*>( truthJets->At( matchIndex ) ) ; } return; } // function finds minimal dR between input reconstructed electron and jet from input collection, // returns dR minimum between reco electron and reco jet and dR between corresponding truth electron and truth jet. // returns minDRElReco=10, minDRElTruth = 10 if no jet passing cuts was found. void ZeeDHistManagerZplusJet::GetMinDR( TLorentzVector electronRecoMomentum, TLorentzVector electronTruthMomentum, TString collectionName ) { const ZeeDEvent* event = GetEvent(); CHECK_NULL_PTR(event); const TObjArray *Jets = event->GetJets( collectionName, kTRUE); // don't warn if missing, just continue if ( Jets == NULL ) return; CHECK_NULL_PTR( Jets ); minDRElReco = 10; minDRElTruth = 10; for (Int_t ijet = 0; ijet< Jets->GetEntries(); ++ijet) { ZeeDJet* jet =dynamic_cast<ZeeDJet*>( Jets->At(ijet) ) ; CHECK_NULL_PTR( jet ); Double_t deltaRElec1 = jet->GetFourVector().DeltaR( Electron1Momentum ); Double_t deltaRElec2 = jet->GetFourVector().DeltaR( Electron2Momentum ); Bool_t isIsolated = true; if ( ( deltaRElec1 <= deltaRcut ) || ( deltaRElec2 <= deltaRcut ) ) isIsolated = false; if ( !isIsolated ) continue; if (( jet -> GetFourVector().Pt() < jetPtJVFCut )&&( TMath::Abs(jet -> GetFourVector().Rapidity()) < trackingAcceptance )&&( TMath::Abs(jet -> GetJVF()) < jetJVFCut )) continue; if ( TMath::Abs(jet -> GetFourVector().Rapidity() ) > jetYCut ) continue; if (jet -> GetFourVector().Pt() < jetPtCut) continue; GetMatchedTruth( jet ); if ( !matchedTruthJet ) continue; Double_t _deltaR = jet -> GetFourVector().DeltaR( electronRecoMomentum ); if ( _deltaR <= minDRElReco ) { minDRElReco = _deltaR; minDRElTruth = matchedTruthJet -> GetFourVector().DeltaR( electronTruthMomentum ); } } return; } // function finds minimal dR between input reconstructed electron and jet from input collection. // returns minDRElReco=10 if no jet passing cuts was found. void ZeeDHistManagerZplusJet::GetMinDRInData( TLorentzVector electronRecoMomentum, TString collectionName ) { const ZeeDEvent* event = GetEvent(); CHECK_NULL_PTR(event); const TObjArray *Jets = event->GetJets( collectionName, kTRUE); // don't warn if missing, just continue if ( Jets == NULL ) return; CHECK_NULL_PTR( Jets ); minDRElReco = 10; for (Int_t ijet = 0; ijet< Jets->GetEntries(); ++ijet) { ZeeDJet* jet =dynamic_cast<ZeeDJet*>( Jets->At(ijet) ) ; CHECK_NULL_PTR( jet ); Double_t deltaRElec1 = jet->GetFourVector().DeltaR( Electron1Momentum ); Double_t deltaRElec2 = jet->GetFourVector().DeltaR( Electron2Momentum ); Bool_t isIsolated = true; if ( ( deltaRElec1 <= deltaRcut ) || ( deltaRElec2 <= deltaRcut ) ) isIsolated = false; if ( !isIsolated ) continue; if (( jet -> GetFourVector().Pt() < jetPtJVFCut )&&( TMath::Abs(jet -> GetFourVector().Rapidity()) < trackingAcceptance )&&( TMath::Abs(jet -> GetJVF()) < jetJVFCut )) continue; if ( TMath::Abs(jet -> GetFourVector().Rapidity() ) > jetYCut ) continue; if (jet -> GetFourVector().Pt() < jetPtCut) continue; Double_t _deltaR = jet -> GetFourVector().DeltaR( electronRecoMomentum ); if ( _deltaR <= minDRElReco ) { minDRElReco = _deltaR; } } return; }
ed73654bcfefa7a8080a9d2086cb297528080bb3
307dd23829d10ec922fb6d928e1999f84e5df2e8
/257. Binary Tree Paths.cpp
e3d768bc27287597c822c658b9fc0b9f42508587
[]
no_license
CIBao/LeetCode
f8d6610c7e896744a395a32a5ccae6abfcb39e17
acf14da2a21e8e0dbc7f2d74135c64859b3759ed
refs/heads/master
2020-11-29T18:27:25.096696
2020-03-24T18:51:25
2020-03-24T18:51:25
230,188,900
0
0
null
null
null
null
UTF-8
C++
false
false
777
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: void helper(vector<string>& res,TreeNode* root, string s){ if(!root->left && !root->right){ s += to_string(root->val); res.push_back(s); } if(root->left) helper(res, root->left, s+to_string(root->val) + "->"); if(root->right) helper(res, root->right, s+to_string(root->val) + "->"); } vector<string> binaryTreePaths(TreeNode* root) { vector<string> res; if(root==NULL)return res; helper(res, root, ""); return res; } };
c66c340d92b68d8ba3f8419aed8e3dee151a4b84
5793887005d7507a0a08dc82f389d8b8849bc4ed
/vendor/mediatek/proprietary/hardware/mtkcam/include/mtkcam/drv/def/dpecommon.h
2055d530b59ce6c1cac6aeac739d2a56966bbc2a
[]
no_license
wangbichao/dual_camera_x
34b0e70bf2dc294c7fa077c637309498654430fa
fa4bf7e6d874adb7cf4c658235a8d24399f29f30
refs/heads/master
2020-04-05T13:40:56.119933
2017-07-10T13:57:33
2017-07-10T13:57:33
94,966,927
3
0
null
null
null
null
UTF-8
C++
false
false
12,345
h
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or its licensors, any * reproduction, modification, use or disclosure of MediaTek Software, and * information contained herein, in whole or in part, shall be strictly * prohibited. * * MediaTek Inc. (C) 2010. All rights reserved. * * BY OPENING THIS FILE, RECEIVER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES * THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE") * RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO RECEIVER * ON AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL * WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR * NONINFRINGEMENT. NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH * RESPECT TO THE SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, * INCORPORATED IN, OR SUPPLIED WITH THE MEDIATEK SOFTWARE, AND RECEIVER AGREES * TO LOOK ONLY TO SUCH THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. * RECEIVER EXPRESSLY ACKNOWLEDGES THAT IT IS RECEIVER'S SOLE RESPONSIBILITY TO * OBTAIN FROM ANY THIRD PARTY ALL PROPER LICENSES CONTAINED IN MEDIATEK * SOFTWARE. MEDIATEK SHALL ALSO NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE * RELEASES MADE TO RECEIVER'S SPECIFICATION OR TO CONFORM TO A PARTICULAR * STANDARD OR OPEN FORUM. RECEIVER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S * ENTIRE AND CUMULATIVE LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE * RELEASED HEREUNDER WILL BE, AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE * MEDIATEK SOFTWARE AT ISSUE, OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE * CHARGE PAID BY RECEIVER TO MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. * * The following software/firmware and/or related documentation ("MediaTek * Software") have been modified by MediaTek Inc. All revisions are subject to * any receiver's applicable license agreements with MediaTek Inc. */ #ifndef _MTK_PLATFORM_HARDWARE_INCLUDE_MTKCAM_IOPIPE_DPE_COMMON_H_ #define _MTK_PLATFORM_HARDWARE_INCLUDE_MTKCAM_IOPIPE_DPE_COMMON_H_ // #include <mtkcam/def/common.h> /****************************************************************************** * ******************************************************************************/ namespace NSCam { namespace NSIoPipe { enum DPEIMGIFORMAT { DPE_IMGI_Y_FMT = 0, DPE_IMGI_YC_FMT, DPE_IMGI_CY_FMT }; enum DPEDMAPort { DMA_DVE_NONE = 0, DMA_DVE_IMGI, DMA_DVE_DVI, DMA_DVE_MASKI, DMA_DVE_DVO, DMA_DVE_CONFO, DMA_DVE_RESPO, DMA_WMFE_IMGI, DMA_WMFE_DPI, DMA_WMFE_TBLI, DMA_WMFE_DPO, }; enum DVE_VERT_DSMODE { DVE_VERT_DS_MODE_DIV8 = 0, DVE_VERT_DS_MODE_DIV4 }; enum DVE_HORZ_DSMODE { DVE_HORZ_DS_MODE_DIV8 = 0, DVE_HORZ_DS_MODE_DIV4 }; struct DPEBufInfo { DPEDMAPort dmaport; MINT32 memID; // memory ID MUINTPTR u4BufVA; // Vir Address of pool MUINTPTR u4BufPA; // Phy Address of pool MUINT32 u4BufSize; // Per buffer size MUINT32 u4Stride; // Buffer Stride DPEBufInfo() : dmaport(DMA_DVE_NONE) , memID(0) , u4BufVA(0) , u4BufPA(0) , u4BufSize(0) , u4Stride(0) { } }; struct DVEBBox { MUINT32 DVE_ORG_BBOX_RIGHT; MUINT32 DVE_ORG_BBOX_LEFT; MUINT32 DVE_ORG_BBOX_BOTTOM; MUINT32 DVE_ORG_BBOX_TOP; DVEBBox() : DVE_ORG_BBOX_RIGHT(0) , DVE_ORG_BBOX_LEFT(0) , DVE_ORG_BBOX_BOTTOM(0) , DVE_ORG_BBOX_TOP(0) { } }; struct DVECandidate { MUINT32 DVE_CAND_SEL; MUINT32 DVE_CAND_TYPE; DVECandidate() : DVE_CAND_SEL(0) , DVE_CAND_TYPE(0) { } }; struct DVEPenalty { unsigned char DVE_REFINE_PNLTY_SEL; unsigned char DVE_GMV_PNLTY_SEL; unsigned char DVE_PREV_PNLTY_SEL; unsigned char DVE_NBR_PNLTY_SEL; unsigned char DVE_RAND_PNLTY_SEL; unsigned char DVE_TMPR_PNLTY_SEL; unsigned char DVE_SPTL_PNLTY_SEL; unsigned char DVE_RAND_COST; unsigned char DVE_GMV_COST; unsigned char DVE_PREV_COST; unsigned char DVE_NBR_COST; unsigned char DVE_REFINE_COST; unsigned char DVE_TMPR_COST; unsigned char DVE_SPTL_COST; DVEPenalty() : DVE_REFINE_PNLTY_SEL(2) , DVE_GMV_PNLTY_SEL(2) , DVE_PREV_PNLTY_SEL(2) , DVE_NBR_PNLTY_SEL(2) , DVE_RAND_PNLTY_SEL(2) , DVE_TMPR_PNLTY_SEL(2) , DVE_SPTL_PNLTY_SEL(2) , DVE_RAND_COST(32) , DVE_GMV_COST(3) , DVE_PREV_COST(2) , DVE_NBR_COST(1) , DVE_REFINE_COST(1) , DVE_TMPR_COST(3) , DVE_SPTL_COST(0) { } }; struct DVEConfig { bool Dve_Skp_Pre_Dv; bool Dve_Mask_En; bool Dve_l_Bbox_En; bool Dve_r_Bbox_En; MUINT32 Dve_Horz_Ds_Mode; MUINT32 Dve_Vert_Ds_Mode; DPEIMGIFORMAT Dve_Imgi_l_Fmt; DPEIMGIFORMAT Dve_Imgi_r_Fmt; DVEBBox Dve_Org_l_Bbox; DVEBBox Dve_Org_r_Bbox; MUINT32 Dve_Org_Width; MUINT32 Dve_Org_Height; MUINT32 Dve_Org_Horz_Sr_0; MUINT32 Dve_Org_Horz_Sr_1; MUINT32 Dve_Org_Vert_Sr_0; MUINT32 Dve_Org_Start_Vert_Sv; MUINT32 Dve_Org_Start_Horz_Sv; MUINT32 Dve_Cand_Num; DVECandidate Dve_Cand_0; DVECandidate Dve_Cand_1; DVECandidate Dve_Cand_2; DVECandidate Dve_Cand_3; DVECandidate Dve_Cand_4; DVECandidate Dve_Cand_5; DVECandidate Dve_Cand_6; DVECandidate Dve_Cand_7; MUINT32 Dve_Rand_Lut_0; MUINT32 Dve_Rand_Lut_1; MUINT32 Dve_Rand_Lut_2; MUINT32 Dve_Rand_Lut_3; MUINT32 DVE_VERT_GMV; MUINT32 DVE_HORZ_GMV; MUINT32 Dve_Horz_Dv_Ini; //DVE Initial Disparity Vector MUINT32 Dve_Coft_Shift; //Shift factor of block texture MUINT32 Dve_Corner_Th; //Threshold of block variance. MUINT32 Dve_Smth_Luma_Th_1; MUINT32 Dve_Smth_Luma_Th_0; MUINT32 Dve_Smth_Luma_Ada_Base; MUINT32 Dve_Smth_Luma_Horz_Pnlty_Sel; bool Dve_Smth_Dv_Mode; MUINT32 Dve_Smth_Dv_Th_1; MUINT32 Dve_Smth_Dv_Th_0; MUINT32 Dve_Smth_Dv_Ada_Base; MUINT32 Dve_Smth_Dv_Vert_Pnlty_Sel; MUINT32 Dve_Smth_Dv_Horz_Pnlty_Sel; MUINT32 Dve_Ord_Pnlty_Sel; MUINT32 Dve_Ord_Coring; MUINT32 Dve_Ord_Th; DVEPenalty Dve_Type_Penality_Ctrl; DPEBufInfo Dve_Imgi_l; //Input Left View Imgi DMA Port DPEBufInfo Dve_Imgi_r; //Input Right View Imgi DMA Port DPEBufInfo Dve_Dvi_l; //Input Left View DVI DMA Port (last disparity vector) DPEBufInfo Dve_Dvi_r; //Input Right View DVI DMA Port (last disparity vector) DPEBufInfo Dve_Maski_l; DPEBufInfo Dve_Maski_r; DPEBufInfo Dve_Dvo_l; DPEBufInfo Dve_Dvo_r; DPEBufInfo Dve_Confo_l; DPEBufInfo Dve_Confo_r; DPEBufInfo Dve_Respo_l; DPEBufInfo Dve_Respo_r; MUINT32 Dve_Vert_Sv; //ReadOnly, DVE Statistic Result 0 MUINT32 Dve_Horz_Sv; //ReadOnly, DVE Statistic Result 0 // DVEConfig() //HW Default value : Dve_Skp_Pre_Dv(false) , Dve_Mask_En(false) , Dve_l_Bbox_En(false) , Dve_r_Bbox_En(false) , Dve_Horz_Ds_Mode(0) , Dve_Vert_Ds_Mode(0) , Dve_Org_Width(0) , Dve_Org_Height(0) , Dve_Org_Horz_Sr_0(512) , Dve_Org_Horz_Sr_1(512) , Dve_Org_Vert_Sr_0(24) , Dve_Org_Start_Vert_Sv(0) , Dve_Org_Start_Horz_Sv(0) , Dve_Cand_Num(8) , Dve_Rand_Lut_0(11) , Dve_Rand_Lut_1(23) , Dve_Rand_Lut_2(31) , Dve_Rand_Lut_3(43) , Dve_Horz_Dv_Ini(0) , Dve_Coft_Shift(2) , Dve_Corner_Th(16) , Dve_Smth_Luma_Th_1(0) , Dve_Smth_Luma_Th_0(12) , Dve_Smth_Luma_Ada_Base(0) , Dve_Smth_Luma_Horz_Pnlty_Sel(1) , Dve_Smth_Dv_Mode(true) , Dve_Smth_Dv_Th_1(0) , Dve_Smth_Dv_Th_0(12) , Dve_Smth_Dv_Ada_Base(5) , Dve_Smth_Dv_Vert_Pnlty_Sel(1) , Dve_Smth_Dv_Horz_Pnlty_Sel(2) , Dve_Ord_Pnlty_Sel(1) , Dve_Ord_Coring(4) , Dve_Ord_Th(256) , Dve_Vert_Sv(4) , Dve_Horz_Sv(1) , DVE_VERT_GMV(0) , DVE_HORZ_GMV(0) , Dve_Imgi_l_Fmt(DPE_IMGI_Y_FMT) , Dve_Imgi_r_Fmt(DPE_IMGI_Y_FMT) { } }; enum WMFEFILTERSIZE { WMFE_FILTER_SIZE_1x1 = 0, WMFE_FILTER_SIZE_3x3, WMFE_FILTER_SIZE_5x5, WMFE_FILTER_SIZE_7x7, }; enum WMFEDPIFORMAT { WMFE_DPI_D_FMT = 0, WMFE_DPI_DX_FMT, WMFE_DPI_XD_FMT }; struct WMFECtrl { bool Wmfe_Enable; WMFEFILTERSIZE WmfeFilterSize; MUINT32 Wmfe_Width; MUINT32 Wmfe_Height; DPEIMGIFORMAT WmfeImgiFmt; WMFEDPIFORMAT WmfeDpiFmt; DPEBufInfo Wmfe_Imgi; DPEBufInfo Wmfe_Dpi; DPEBufInfo Wmfe_Tbli; DPEBufInfo Wmfe_Dpo; }; struct WMFEConfig { WMFECtrl Wmfe_Ctrl_0; WMFECtrl Wmfe_Ctrl_1; WMFECtrl Wmfe_Ctrl_2; }; /****************************************************************************** * ******************************************************************************/ }; //namespace NSIoPipe }; //namespace NSCam #endif //_MTK_PLATFORM_HARDWARE_INCLUDE_MTKCAM_IOPIPE_DPE_COMMON_H_
148ec007255bb9bd59b685658297e9846d84b29a
44a1382fbb4f566a933ff2ad3a864d6f6f4dcaf2
/Flatten_Nested_List_Iterator.cpp
e9c490fd7743beaa975da615c7f4e956d9a27942
[]
no_license
yashparmar15/Cpp-Codes
e3f15c5f6bb626d5b8e8115a14a3a825ed138630
7016ef17f03f9d493ee7866785f27e73b09779e7
refs/heads/master
2023-04-19T02:39:19.138477
2021-05-09T18:12:55
2021-05-09T18:12:55
276,151,617
2
0
null
null
null
null
UTF-8
C++
false
false
2,305
cpp
/*Given a nested list of integers, implement an iterator to flatten it. Each element is either an integer, or a list -- whose elements may also be integers or other lists. Example 1: Input: [[1,1],2,[1,1]] Output: [1,1,2,1,1] Explanation: By calling next repeatedly until hasNext returns false, the order of elements returned by next should be: [1,1,2,1,1]. Example 2: Input: [1,[4,[6]]] Output: [1,4,6] Explanation: By calling next repeatedly until hasNext returns false, the order of elements returned by next should be: [1,4,6].*/ /** * // This is the interface that allows for creating nested lists. * // You should not implement it, or speculate about its implementation * class NestedInteger { * public: * // Return true if this NestedInteger holds a single integer, rather than a nested list. * bool isInteger() const; * * // Return the single integer that this NestedInteger holds, if it holds a single integer * // The result is undefined if this NestedInteger holds a nested list * int getInteger() const; * * // Return the nested list that this NestedInteger holds, if it holds a nested list * // The result is undefined if this NestedInteger holds a single integer * const vector<NestedInteger> &getList() const; * }; */ class NestedIterator { public: stack<NestedInteger> s; NestedIterator(vector<NestedInteger> &nestedList) { int len = nestedList.size(); for(int i = len - 1 ; i >= 0 ; i--){ s.push(nestedList[i]); } } int next() { auto temp = s.top(); s.pop(); return temp.getInteger(); } bool hasNext() { while(!s.empty()){ auto temp = s.top(); if(temp.isInteger()) return true; else{ vector<NestedInteger> list = temp.getList(); s.pop(); for(int i = list.size() - 1 ; i >= 0 ; i--){ s.push(list[i]); } } } return false; } }; /** * Your NestedIterator object will be instantiated and called as such: * NestedIterator i(nestedList); * while (i.hasNext()) cout << i.next(); */
b89410979bb25b01dd7bbcff3ff7183ccc3a9e22
3f0c0311dc6fe3fcbe89887ce8330e03d81c726f
/02-Sorting-Advance/2-advanced-merge-sort/InsertionSort.h
e87823d282e0b50bcc979333a2b64cdcd471bbda
[]
no_license
lnwn/Algorithm
9b1e81eace4887bd2e2b0b62752cbd7f627449f1
9e29a4302591dfae6e001f449ccb115679169b32
refs/heads/master
2022-04-12T04:08:21.630711
2020-03-26T14:41:32
2020-03-26T14:41:32
205,805,099
0
0
null
null
null
null
GB18030
C++
false
false
558
h
#pragma once #include<iostream> //#include<algorithm> using namespace std; template<typename T> void insertionSort(T arr[], int n) { for (int i = 1; i < n; i++) { T e = arr[i]; int j; for (j = i; j > 0 && arr[j - 1] > e; j--) arr[j] = arr[j - 1]; arr[j] = e; } return; } // 对arr[l...r]范围的数组进行插入排序 template <typename T> void insertionSort(T arr[], int l, int r) { for (int i = l + 1; i <= r; i++) { T e = arr[i]; int j; for (j = i; j > l&&arr[j - 1] > e; j--) arr[j] = arr[j - 1]; arr[j] = e; } return; }
3e37f87a44daa0848b57cf2e4c7f1e860a5e2446
b58798b14d7e28ba12ea8960be09e46bda4d4044
/src/mylineedit.cpp
ceb253b92cdb4011b1ca17c8f00c09d11513b927
[ "Unlicense" ]
permissive
dedyAxmz/sudoku
bab9b6d8ab37132e9426a40904f0f88ee62a21c9
edeae2a940f987361024eea55ae2283011296b1d
refs/heads/master
2022-04-06T05:51:09.307080
2020-02-01T01:12:36
2020-02-01T01:12:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
450
cpp
#include "mylineedit.h" MyLineEdit::MyLineEdit(QWidget* parent) : QLineEdit(parent), row(0), col(0) { setReadOnly(true); } void MyLineEdit::back_cursor() { this->setCursorPosition(0); } void MyLineEdit::keyPressEvent(QKeyEvent *e) { if (isEditable()) { setReadOnly(false); QLineEdit::keyPressEvent(e); setReadOnly(true); if (this->text().size() > 0) emit changed(row, col); } }
753d5aefff9264b61f844f70dbcc6f944f33e68f
9f5557ae178bfc00f26b882afbdab9b34cb0b40f
/Processors/OREdelweissSLTWaveformTreeWriter.hh
1365b2591011bffd15b22a18b895a5abba4a033a
[]
no_license
mgmarino/OrcaROOT
25e06045869f59e01f179d41726cb6a6c6bd7f21
552cca82bd3f7aa5490fafe3dd589ed6f3cac119
refs/heads/master
2020-06-04T18:55:38.446392
2015-04-13T10:58:12
2015-04-13T10:58:12
3,602,238
0
1
null
2015-04-30T01:45:17
2012-03-02T13:16:23
C++
UTF-8
C++
false
false
1,509
hh
// OREdelweissSLTWaveformTreeWriter.hh #ifndef _OREdelweissSLTWaveformTreeWriter_hh_ #define _OREdelweissSLTWaveformTreeWriter_hh_ #include "ORVTreeWriter.hh" #include "OREdelweissSLTWaveformDecoder.hh" class OREdelweissSLTWaveformTreeWriter : public ORVTreeWriter { public: OREdelweissSLTWaveformTreeWriter(std::string treeName = ""); virtual ~OREdelweissSLTWaveformTreeWriter(); virtual EReturnCode ProcessMyDataRecord(UInt_t* record); virtual inline void Clear() { fSec = 0; fSubSec = 0; fEventID = 0;fCrate = 0; fCard = 0; fFiber =0; fChannel = 0; fTrigChannel = 0; fEnergy = 0; fWaveformLength = 0; fChannelMap=0; //-tb- 2010-02-17 fEventID=0; fEventFlags=0; fEventInfo=0; //-tb- 2010-02-17 fSaveOnlyNonemptyTrees=true; } enum EEdelweissSLTWFTreeWriter{ //kMaxWFLength = OREdelweissSLTWaveformDecoder::kWaveformLength -tb- this was too small kMaxWFLength = OREdelweissSLTWaveformDecoder::kWaveformLength * 1 /*64*/ //TODO: test it -tb- }; protected: virtual EReturnCode InitializeBranches(); protected: OREdelweissSLTWaveformDecoder* fEventDecoder; UInt_t fSec, fSubSec; UInt_t fChannelMap; UShort_t fCrate, fCard, fFiber, fChannel, fTrigChannel; UShort_t fWaveform[kMaxWFLength]; UInt_t fWaveformLength; UInt_t fEnergy; UInt_t fEventID, fEventFlags, fEventInfo; //Bool_t saveOnlyNonemptyTrees; //!< flag to skip writing empty trees -tb- 2008-02-19 - MOVED TO BASE CLASS -tb- }; #endif
[ "bergmann@fd86f90f-2c0a-422a-b972-84106d8db31b" ]
bergmann@fd86f90f-2c0a-422a-b972-84106d8db31b
edd76cad08872aa6c7f289b3d714d217ff7e4852
e849df5aad3f37da7cdab03a577d488cc64da726
/Place.h
ec7982dc2522e6f8907eedb347a4cae65affb6e0
[]
no_license
princesscdickens/GOT_text-based_game
51bf3ee7f4a4e6796a5be8e5832601d230a8b0d3
5bb45b8d4f01e72366163bc88af6b9a1e14595fd
refs/heads/master
2020-06-01T05:18:06.533384
2020-01-20T22:31:52
2020-01-20T22:31:52
190,652,910
0
0
null
null
null
null
UTF-8
C++
false
false
1,062
h
// Place header #ifndef PLACE_H #define PLACE_H #include <iostream> #include <iomanip> #include <string> #include <vector> #include <fstream> #include <sstream> #include <cmath> #include "City.h" using namespace std; class Place // = Tile. There are 400 in the game --> [25][16] { private: //City cities[26]; City oneCity[1]; bool heroControlsTile; int pointsPlace; int moneyPlace; char typePlace; public: //constructor Place(); Place(char inputTypePlace); //setters void setHeroControlsTile(bool inputResult); void setPointsPlace(int inputResult); //water = 1 point, land = 2 points, City = 3-30 points void setTypePlace(char inputResult); void setMoneyPlace(int inputMoney); void addCityObject(City cityObject); //for capital-letter City objects. //getters bool getHeroControlsTile(); int getPointsPlace(); char getTypePlace(); int getMoneyPlace(); string getCityObjectName(); //return name of the City object, if there is a City object }; #endif
ddb6696a5ca66fbf7f3fd5796473761a8b55f280
c119f4cc061a44c59bb4f3ae96ab95d5f9c19994
/src/lessons/20_sigma_point_prediction_assignment/ukf.cpp
aefb588e4216b9c275f6560fe0e99297aee3b4dc
[]
no_license
volkodava/CarND-Unscented-Kalman-Filter-Project
c53363cb5bec54df39c1d9b37821290915e484b7
d39edc6196024683155bcbb67154dc7eb6f91c73
refs/heads/master
2021-05-12T16:40:49.977407
2018-01-14T23:45:17
2018-01-14T23:45:17
117,022,269
0
0
null
2018-01-10T23:10:37
2018-01-10T23:10:37
null
UTF-8
C++
false
false
3,584
cpp
#include <iostream> #include "ukf.h" UKF::UKF() { //TODO Auto-generated constructor stub Init(); } UKF::~UKF() { //TODO Auto-generated destructor stub } void UKF::Init() { } /******************************************************************************* * Programming assignment functions: *******************************************************************************/ void UKF::SigmaPointPrediction(MatrixXd* Xsig_out) { //set state dimension int n_x = 5; //set augmented dimension int n_aug = 7; //create example sigma point matrix MatrixXd Xsig_aug = MatrixXd(n_aug, 2 * n_aug + 1); Xsig_aug << 5.7441, 5.85768, 5.7441, 5.7441, 5.7441, 5.7441, 5.7441, 5.7441, 5.63052, 5.7441, 5.7441, 5.7441, 5.7441, 5.7441, 5.7441, 1.38, 1.34566, 1.52806, 1.38, 1.38, 1.38, 1.38, 1.38, 1.41434, 1.23194, 1.38, 1.38, 1.38, 1.38, 1.38, 2.2049, 2.28414, 2.24557, 2.29582, 2.2049, 2.2049, 2.2049, 2.2049, 2.12566, 2.16423, 2.11398, 2.2049, 2.2049, 2.2049, 2.2049, 0.5015, 0.44339, 0.631886, 0.516923, 0.595227, 0.5015, 0.5015, 0.5015, 0.55961, 0.371114, 0.486077, 0.407773, 0.5015, 0.5015, 0.5015, 0.3528, 0.299973, 0.462123, 0.376339, 0.48417, 0.418721, 0.3528, 0.3528, 0.405627, 0.243477, 0.329261, 0.22143, 0.286879, 0.3528, 0.3528, 0, 0, 0, 0, 0, 0, 0.34641, 0, 0, 0, 0, 0, 0, -0.34641, 0, 0, 0, 0, 0, 0, 0, 0, 0.34641, 0, 0, 0, 0, 0, 0, -0.34641; //create matrix with predicted sigma points as columns MatrixXd Xsig_pred = MatrixXd(n_x, 2 * n_aug + 1); double delta_t = 0.1; //time diff in sec /******************************************************************************* * Student part begin ******************************************************************************/ //predict sigma points for (int i = 0; i< 2*n_aug+1; i++) { //extract values for better readability double p_x = Xsig_aug(0,i); double p_y = Xsig_aug(1,i); double v = Xsig_aug(2,i); double yaw = Xsig_aug(3,i); double yawd = Xsig_aug(4,i); double nu_a = Xsig_aug(5,i); double nu_yawdd = Xsig_aug(6,i); //predicted state values double px_p, py_p; //avoid division by zero if (fabs(yawd) > 0.001) { px_p = p_x + v/yawd * ( sin (yaw + yawd*delta_t) - sin(yaw)); py_p = p_y + v/yawd * ( cos(yaw) - cos(yaw+yawd*delta_t) ); } else { px_p = p_x + v*delta_t*cos(yaw); py_p = p_y + v*delta_t*sin(yaw); } double v_p = v; double yaw_p = yaw + yawd*delta_t; double yawd_p = yawd; //add noise px_p = px_p + 0.5*nu_a*delta_t*delta_t * cos(yaw); py_p = py_p + 0.5*nu_a*delta_t*delta_t * sin(yaw); v_p = v_p + nu_a*delta_t; yaw_p = yaw_p + 0.5*nu_yawdd*delta_t*delta_t; yawd_p = yawd_p + nu_yawdd*delta_t; //write predicted sigma point into right column Xsig_pred(0,i) = px_p; Xsig_pred(1,i) = py_p; Xsig_pred(2,i) = v_p; Xsig_pred(3,i) = yaw_p; Xsig_pred(4,i) = yawd_p; } /******************************************************************************* * Student part end ******************************************************************************/ //print result std::cout << "Xsig_pred = " << std::endl << Xsig_pred << std::endl; //write result *Xsig_out = Xsig_pred; }
ab22b23c2198181154f9734b61a02772a199a58c
f74468e9e7967f5cffd1e2afedfc94b22a7878e0
/Source/MagicSystemDemo/Spell.cpp
fbebc48393f1e8b7771b1deecd253b8846f0fdd6
[]
no_license
SethSylvester/UnrealMagicDemo-master-4.23
eb7f067da7b4dd38e1544aee26e3d75f1cc4b62c
dbd3b1d6b9d43e622b4b486dab6ffb91fe53c4dd
refs/heads/main
2023-02-23T11:22:39.355300
2021-01-20T18:55:11
2021-01-20T18:55:11
331,399,831
0
0
null
null
null
null
UTF-8
C++
false
false
490
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Spell.h" // Sets default values ASpell::ASpell() { // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bCanEverTick = true; } // Called when the game starts or when spawned void ASpell::BeginPlay() { Super::BeginPlay(); } // Called every frame void ASpell::Tick(float DeltaTime) { Super::Tick(DeltaTime); }
785fb6b14155e52c47380180bf802e7dd7f22442
a1b4030e25d939ffc4efeeed3622a2a66ed7d90d
/arduino_water/arduino_v7/arduino_v7.ino
bf04f213fd7f01d9192d5723f74fbf3144bd41e1
[]
no_license
WiebedeBoer/iot
21771a45195ff007059e9b2f6510932ae9b44fe7
f43ec9062eff25dd5d1a1b2f74766911749d2d2f
refs/heads/master
2020-03-18T21:24:16.798627
2018-06-25T10:14:04
2018-06-25T10:14:04
135,278,865
0
0
null
null
null
null
UTF-8
C++
false
false
17,923
ino
// Arduino Domotica server with Klik-Aan-Klik-Uit-controller // // By Sibbele Oosterhaven, Computer Science NHL, Leeuwarden // V1.2, 16/12/2016, published on BB. Works with Xamarin (App: Domotica) // // Hardware: Arduino Uno, Ethernet shield W5100; RF transmitter on RFpin; debug LED for serverconnection on ledPin // The Ethernet shield uses pin 10, 11, 12 and 13 // Use Ethernet2.h libary with the (new) Ethernet board, model 2 // IP address of server is based on DHCP. No fallback to static IP; use a wireless router // Arduino server and smartphone should be in the same network segment (192.168.1.x) // // Supported kaku-devices // https://eeo.tweakblogs.net/blog/11058/action-klik-aan-klik-uit-modulen (model left) // kaku Action device, old model (with dipswitches); system code = 31, device = 'A' // system code = 31, device = 'A' true/false // system code = 31, device = 'B' true/false // // // https://eeo.tweakblogs.net/blog/11058/action-klik-aan-klik-uit-modulen (model right) // Based on https://github.com/evothings/evothings-examples/blob/master/resources/arduino/arduinoethernet/arduinoethernet.ino. // kaku, Action, new model, codes based on Arduino -> Voorbeelden -> RCsw-2-> ReceiveDemo_Simple // on off // 1 2210415 2210414 replace with your own codes // 2 2210413 2210412 // 3 2210411 2210410 // 4 2210407 2210406 // // https://github.com/hjgode/homewatch/blob/master/arduino/libraries/NewRemoteSwitch/README.TXT // kaku, Gamma, APA3, codes based on Arduino -> Voorbeelden -> NewRemoteSwitch -> ShowReceivedCode // 1 Addr 25542022 unit 0 on/off, period: 270us replace with your own code // 2 Addr 25542022 unit 1 on/off, period: 270us // 3 Addr 25542022 unit 2 on/off, period: 270us // Supported KaKu devices -> find, download en install corresponding libraries #define unitCodeApa3 25542022 // replace with your own code //#define unitCodeActionOld 31 // replace with your own code //#define unitCodeActionNew 2210406 // replace with your own code // Include files. #include <SPI.h> // Ethernet shield uses SPI-interface #include <Ethernet.h> // Ethernet library (use Ethernet2.h for new ethernet shield v2) #include <NewRemoteTransmitter.h> // Remote Control, Gamma, APA3 //#include <RemoteTransmitter.h> // Remote Control, Action, old model //#include <RCSwitch.h> // Remote Control, Action, new model #include <SimpleTimer.h> // the timer object SimpleTimer timer; // Set Ethernet Shield MAC address (check yours) byte mac[] = { 0x40, 0x6c, 0x8f, 0x36, 0x84, 0x8a }; // Ethernet adapter shield S. Oosterhaven int ethPort = 3300; // Take a free port (check your router) #define RFPin 3 // output, pin to control the RF-sender (and Click-On Click-Off-device) #define lowPin 5 // output, always LOW #define highPin 6 // output, always HIGH #define switchPin 7 // input, connected to some kind of inputswitch #define ledPin 2 // output, led used for "connect state": blinking = searching; continuously = connected #define infoPin 4 // output, more information #define analogPin 0 // sensor value #define trigPin 8 // output, more information #define echoPin 9 // sensor value EthernetServer server(ethPort); // EthernetServer instance (listening on port <ethPort>). NewRemoteTransmitter apa3Transmitter(unitCodeApa3, RFPin, 260, 3); // APA3 (Gamma) remote, use pin <RFPin> //ActionTransmitter actionTransmitter(RFPin); // Remote Control, Action, old model (Impulse), use pin <RFPin> //RCSwitch mySwitch = RCSwitch(); // Remote Control, Action, new model (on-off), use pin <RFPin> char actionDevice = 'A'; // Variable to store Action Device id ('A', 'B', 'C') bool pinState = false; // Variable to store actual pin state bool pinChange = false; // Variable to store actual pin change int sensorValue = 0; // Variable to store actual sensor value int sensorValue2 = 0; // Variable to store actual 2nd sensor value int kaku_unit = 0; //kaku unit nummer String bufferGlobal = ""; bool OK = false; int threshold = 200; bool opdr5 = false; int sensorReadInterval = 500; int WaterSensor = 0; //Watersensor variable bool GenoegWater; void setup() { Serial.begin(9600); //while (!Serial) { ; } // Wait for serial port to connect. Needed for Leonardo only. Serial.println("Domotica project, Arduino Domotica Server\n"); //Init I/O-pins pinMode(switchPin, INPUT); // hardware switch, for changing pin state pinMode(lowPin, OUTPUT); pinMode(highPin, OUTPUT); pinMode(RFPin, OUTPUT); pinMode(ledPin, OUTPUT); pinMode(infoPin, OUTPUT); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); //Default states digitalWrite(switchPin, HIGH); // Activate pullup resistors (needed for input pin) digitalWrite(lowPin, LOW); digitalWrite(highPin, HIGH); digitalWrite(RFPin, LOW); digitalWrite(ledPin, LOW); digitalWrite(infoPin, LOW); //Try to get an IP address from the DHCP server. if (Ethernet.begin(mac) == 0) { Serial.println("Could not obtain IP-address from DHCP -> do nothing"); while (true){ // no point in carrying on, so do nothing forevermore; check your router } } Serial.print("LED (for connect-state and pin-state) on pin "); Serial.println(ledPin); Serial.print("Input switch on pin "); Serial.println(switchPin); Serial.println("Ethernetboard connected (pins 10, 11, 12, 13 and SPI)"); Serial.println("Connect to DHCP source in local network (blinking led -> waiting for connection)"); //Start the ethernet server. server.begin(); // Print IP-address and led indication of server state Serial.print("Listening address: "); Serial.print(Ethernet.localIP()); // for hardware debug: LED indication of server state: blinking = waiting for connection int IPnr = getIPComputerNumber(Ethernet.localIP()); // Get computernumber in local network 192.168.1.3 -> 3) Serial.print(" ["); Serial.print(IPnr); Serial.print("] "); Serial.print(" [Testcase: telnet "); Serial.print(Ethernet.localIP()); Serial.print(" "); Serial.print(ethPort); Serial.println("]"); signalNumber(ledPin, IPnr); readSensors(); } void loop() { //kaku unit nummer // Listen for incomming connection (app) EthernetClient ethernetClient = server.available(); if (!ethernetClient) { blink(ledPin); return; // wait for connection and blink LED } Serial.println("Application connected"); digitalWrite(ledPin, LOW); // Do what needs to be done while the socket is connected. while (ethernetClient.connected()) { checkEvent(switchPin, pinState); // update pin state //sensor timer timer.run(); // Activate pin based op pinState if (pinChange) { if (pinState) { digitalWrite(ledPin, HIGH); switchDefault(true); } else { switchDefault(false); digitalWrite(ledPin, LOW); } pinChange = false; } // Execute when byte is received. while (ethernetClient.available()) { char inByte = ethernetClient.read(); // Get byte from the client. bufferGlobal += inByte; if (inByte == '#') { OK = true; Serial.print(bufferGlobal); Serial.println("\n OK \n"); break; } //executeCommand(inByte); // Wait for command to execute inByte = NULL; // Reset the read byte. } if (OK) { byte sCount = bufferGlobal.indexOf("-"); bufferGlobal.remove(sCount); char cmd = bufferGlobal[1]; bufferGlobal.remove(0,2); executeCommand(cmd); bufferGlobal = ""; } } Serial.println("Application disonnected"); } //LDR en Ultrasone Sensor void readSensors(){ //Serial.println("sensor red"); sensorValue = readSensor(0, 100); // update sensor value sensorValue2 = readSensor2(0, 100); // update sensor value timer.setTimeout(sensorReadInterval, readSensors); sensorValue = analogRead(analogPin); // read the value from the sensor long duration, distance; digitalWrite(trigPin, LOW); // Added this line delayMicroseconds(2); // Added this line digitalWrite(trigPin, HIGH); // delayMicroseconds(1000); - Removed this line delayMicroseconds(10); // Added this line digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); distance = (duration * 0.0334) / 2; //drempelwaarde //als maximum of minimum afstand // if (distance >= threshold || distance <= 0){ // distance = threshold; // } //zet sensor 2 waarde sensorValue2 = distance; //als onder drempelwaarde if (sensorValue2 < threshold){ apa3Transmitter.sendUnit(0, 1); //kaku unit 0 aan } else { apa3Transmitter.sendUnit(0, 0); //kaku unit 0 uit } } //watersensor lezen WaterSensor = analogRead(A0); Serial.println(WaterSensor); client.print(WaterSensor); delay(150); //drempel waardes if(WaterSensor <300){ GenoegWater = false; } else{ GenoegWater = true; } // Choose and switch your Kaku device, state is true/false (HIGH/LOW) void switchDefault(bool state) { apa3Transmitter.sendUnit(kaku_unit, state); // APA3 Kaku (Gamma) //u2 = 0, u1 = 1, u0 =2 werkt niet delay(100); //actionTransmitter.sendSignal(unitCodeActionOld, actionDevice, state); // Action Kaku, old model //delay(100); //mySwitch.send(2210410 + state, 24); // tricky, false = 0, true = 1 // Action Kaku, new model //delay(100); } // Implementation of (simple) protocol between app and Arduino // Request (from app) is single char ('a', 's', 't', 'i' etc.) // Response (to app) is 4 chars (not all commands demand a response) void executeCommand(char cmd) { char buf[4] = {'\0', '\0', '\0', '\0'}; // Command protocol //10 letters defineren voor snelheid //Serial.print("["); Serial.print(cmd); Serial.print("] -> "); switch (cmd) { case 'z': // Report sensor 1 value to the app intToCharBuf(sensorValue, buf, 4); // convert to charbuffer threshold = bufferGlobal.toInt(); server.write(buf, 4); // response is always 4 chars (\n included) Serial.print("Sensor: Case Z "); Serial.println(buf); Serial.print(threshold); break; case 'x': // Report sensor 1 value to the app intToCharBuf(sensorValue, buf, 4); // convert to charbuffer if (opdr5) { apa3Transmitter.sendUnit(1, 1); opdr5 = false; } else { apa3Transmitter.sendUnit(1, 0); opdr5 = true; } server.write(buf, 4); // response is always 4 chars (\n included) Serial.print("Sensor: Case X "); Serial.println(buf); break; case 'a': // Report sensor 1 value to the app intToCharBuf(sensorValue, buf, 4); // convert to charbuffer if (bufferGlobal != 0) { sensorReadInterval = 1000 * bufferGlobal.toInt(); } server.write(buf, 4); // response is always 4 chars (\n included) Serial.print("Sensor: Case A "); Serial.println(buf); Serial.println(sensorReadInterval); break; case 'b': // Report sensor 2 value to the app intToCharBuf(sensorValue2, buf, 4); // convert to charbuffer if (bufferGlobal != 0) { sensorReadInterval = 1000 * bufferGlobal.toInt(); } server.write(buf, 4); // response is always 4 chars (\n included) Serial.print("Sensor: Case B "); Serial.println(buf); Serial.println(sensorReadInterval); break; case 's': // Report switch state to the app if (pinState) { server.write(" ON\n"); Serial.println("Pin state is ON"); } // always send 4 chars else { server.write("OFF\n"); Serial.println("Pin state is OFF"); } break; /* case 't': // Toggle state; If state is already ON then turn it OFF if (pinState) { pinState = false; Serial.println("Set pin state to \"OFF\""); } else { pinState = true; Serial.println("Set pin state to \"ON\""); } kaku_unit = 0; pinChange = true; break; case 'u': // Toggle state; If state is already ON then turn it OFF if (pinState) { pinState = false; Serial.println("Set pin state to \"OFF\""); } else { pinState = true; Serial.println("Set pin state to \"ON\""); } pinChange = true; kaku_unit = 1; break; */ /*koffie aan/uit*/ case 'k': // Toggle state; If state is already ON then turn it OFF if (pinState) { pinState = false; Serial.println("Set pin state to \"OFF\""); } else { pinState = true; Serial.println("Set pin state to \"ON\""); } kaku_unit = 0; pinChange = true; break; /*licht aaan uit*/ case 'l': // Toggle state; If state is already ON then turn it OFF if (pinState) { pinState = false; Serial.println("Set pin state to \"OFF\""); } else { pinState = true; Serial.println("Set pin state to \"ON\""); } pinChange = true; kaku_unit = 1; break; case 'v': // Toggle state; If state is already ON then turn it OFF if (pinState) { pinState = false; Serial.println("Set pin state to \"OFF\""); } else { pinState = true; Serial.println("Set pin state to \"ON\""); } pinChange = true; kaku_unit = 2; break; case 'w': //sensor waardes van watersensor naar app intToCharBuf(WaterSensor, buf, 4); // convert to charbuffer if(GenoegWater = true){ client.println("1"); } else(GenoegWater = false){ client.println("0"); } server.write(buf, 4); // response is always 4 chars (\n included) Serial.print("Waterniveau Status: "); Serial.println(buf); break; case 'i': digitalWrite(infoPin, HIGH); break; default: digitalWrite(infoPin, LOW); break; } } // read value from pin pn, return value is mapped between 0 and mx-1 int readSensor(int pn, int mx) { return map(analogRead(pn), 0, 1023, 0, mx-1); } // read value from pin pn, return value is mapped between 0 and mx-1 for sensor2? int readSensor2(int pn2, int mx2) { return map(analogRead(pn2), 0, 1023, 0, mx2-1); } // Convert int <val> char buffer with length <len> void intToCharBuf(int val, char buf[], int len) { String s; s = String(val); // convert tot string if (s.length() == 1) s = "0" + s; // prefix redundant "0" if (s.length() == 2) s = "0" + s; s = s + "\n"; // add newline s.toCharArray(buf, len); // convert string to char-buffer } // Check switch level and determine if an event has happend // event: low -> high or high -> low void checkEvent(int p, bool &state) { static bool swLevel = false; // Variable to store the switch level (Low or High) static bool prevswLevel = false; // Variable to store the previous switch level swLevel = digitalRead(p); if (swLevel) if (prevswLevel) delay(1); else { prevswLevel = true; // Low -> High transition state = true; pinChange = true; } else // swLevel == Low if (!prevswLevel) delay(1); else { prevswLevel = false; // High -> Low transition state = false; pinChange = true; } } // blink led on pin <pn> void blink(int pn) { digitalWrite(pn, HIGH); delay(100); digitalWrite(pn, LOW); delay(100); } //blink led on pin <pn> for sensor2? /* void blink(int pn2) { digitalWrite(pn2, HIGH); delay(100); digitalWrite(pn2, LOW); delay(100); } */ // Visual feedback on pin, based on IP number, used for debug only // Blink ledpin for a short burst, then blink N times, where N is (related to) IP-number void signalNumber(int pin, int n) { int i; for (i = 0; i < 30; i++) { digitalWrite(pin, HIGH); delay(20); digitalWrite(pin, LOW); delay(20); } delay(1000); for (i = 0; i < n; i++) { digitalWrite(pin, HIGH); delay(300); digitalWrite(pin, LOW); delay(300); } delay(1000); } // Convert IPAddress tot String (e.g. "192.168.1.105") String IPAddressToString(IPAddress address) { return String(address[0]) + "." + String(address[1]) + "." + String(address[2]) + "." + String(address[3]); } // Returns B-class network-id: 192.168.1.3 -> 1) int getIPClassB(IPAddress address) { return address[2]; } // Returns computernumber in local network: 192.168.1.3 -> 3) int getIPComputerNumber(IPAddress address) { return address[3]; } // Returns computernumber in local network: 192.168.1.105 -> 5) int getIPComputerNumberOffset(IPAddress address, int offset) { return getIPComputerNumber(address) - offset; }
62165ef69c42204fa0ce5a1d02eddc5b58e19515
43b50a3e6b569955b726c9cd782a878d2ac0caba
/src/common/util.cpp
f1140d1d54461ac4f264b509c983c340ecc5ee9f
[ "BSD-3-Clause", "MIT" ]
permissive
Dtor-Project/dtor
848dfb2e5e1d3892426c622595efb9951f655baa
067748b50d7e4538cb4bf22508fd7048fd4cfbc9
refs/heads/Dtor-v0.1.0.0
2023-02-05T17:29:07.012011
2020-12-22T03:35:02
2020-12-22T03:35:02
278,950,628
1
9
NOASSERTION
2020-08-24T07:35:14
2020-07-11T22:19:42
C++
UTF-8
C++
false
false
43,189
cpp
// Copyright (c) 2014-2019, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list of // conditions and the following disclaimer. // // 2. Redistributions in binary form must reproduce the above copyright notice, this list // of conditions and the following disclaimer in the documentation and/or other // materials provided with the distribution. // // 3. Neither the name of the copyright holder nor the names of its contributors may be // used to endorse or promote products derived from this software without specific // prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL // THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers #include <unistd.h> #include <cstdio> #include <wchar.h> #ifdef __GLIBC__ #include <gnu/libc-version.h> #endif #ifdef __GLIBC__ #include <sys/types.h> #include <sys/stat.h> #include <sys/resource.h> #include <unistd.h> #include <dirent.h> #include <string.h> #include <ctype.h> #include <string> #endif //tools::is_hdd #ifdef __GLIBC__ #include <sstream> #include <sys/sysmacros.h> #include <fstream> #endif #include "unbound.h" #include "include_base_utils.h" #include "file_io_utils.h" #include "wipeable_string.h" #include "misc_os_dependent.h" using namespace epee; #include "crypto/crypto.h" #include "util.h" #include "stack_trace.h" #include "memwipe.h" #include "net/http_client.h" // epee::net_utils::... #include "readline_buffer.h" #ifdef WIN32 #ifndef STRSAFE_NO_DEPRECATE #define STRSAFE_NO_DEPRECATE #endif #include <windows.h> #include <shlobj.h> #include <strsafe.h> #else #include <sys/file.h> #include <sys/utsname.h> #include <sys/stat.h> #endif #include <boost/filesystem.hpp> #include <boost/algorithm/string.hpp> #include <boost/asio.hpp> #include <boost/format.hpp> #include <openssl/sha.h> #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "util" namespace { #ifndef _WIN32 static int flock_exnb(int fd) { struct flock fl; int ret; memset(&fl, 0, sizeof(fl)); fl.l_type = F_WRLCK; fl.l_whence = SEEK_SET; fl.l_start = 0; fl.l_len = 0; ret = fcntl(fd, F_SETLK, &fl); if (ret < 0) MERROR("Error locking fd " << fd << ": " << errno << " (" << strerror(errno) << ")"); return ret; } #endif } namespace tools { std::function<void(int)> signal_handler::m_handler; private_file::private_file() noexcept : m_handle(), m_filename() {} private_file::private_file(std::FILE* handle, std::string&& filename) noexcept : m_handle(handle), m_filename(std::move(filename)) {} private_file private_file::create(std::string name) { #ifdef WIN32 struct close_handle { void operator()(HANDLE handle) const noexcept { CloseHandle(handle); } }; std::unique_ptr<void, close_handle> process = nullptr; { HANDLE temp{}; const bool fail = OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, std::addressof(temp)) == 0; process.reset(temp); if (fail) return {}; } DWORD sid_size = 0; GetTokenInformation(process.get(), TokenOwner, nullptr, 0, std::addressof(sid_size)); if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) return {}; std::unique_ptr<char[]> sid{new char[sid_size]}; if (!GetTokenInformation(process.get(), TokenOwner, sid.get(), sid_size, std::addressof(sid_size))) return {}; const PSID psid = reinterpret_cast<const PTOKEN_OWNER>(sid.get())->Owner; const DWORD daclSize = sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE) + GetLengthSid(psid) - sizeof(DWORD); const std::unique_ptr<char[]> dacl{new char[daclSize]}; if (!InitializeAcl(reinterpret_cast<PACL>(dacl.get()), daclSize, ACL_REVISION)) return {}; if (!AddAccessAllowedAce(reinterpret_cast<PACL>(dacl.get()), ACL_REVISION, (READ_CONTROL | FILE_GENERIC_READ | DELETE), psid)) return {}; SECURITY_DESCRIPTOR descriptor{}; if (!InitializeSecurityDescriptor(std::addressof(descriptor), SECURITY_DESCRIPTOR_REVISION)) return {}; if (!SetSecurityDescriptorDacl(std::addressof(descriptor), true, reinterpret_cast<PACL>(dacl.get()), false)) return {}; SECURITY_ATTRIBUTES attributes{sizeof(SECURITY_ATTRIBUTES), std::addressof(descriptor), false}; std::unique_ptr<void, close_handle> file{ CreateFile( name.c_str(), GENERIC_WRITE, FILE_SHARE_READ, std::addressof(attributes), CREATE_NEW, (FILE_ATTRIBUTE_TEMPORARY | FILE_FLAG_DELETE_ON_CLOSE), nullptr ) }; if (file) { const int fd = _open_osfhandle(reinterpret_cast<intptr_t>(file.get()), 0); if (0 <= fd) { file.release(); std::FILE* real_file = _fdopen(fd, "w"); if (!real_file) { _close(fd); } return {real_file, std::move(name)}; } } #else const int fdr = open(name.c_str(), (O_RDONLY | O_CREAT), S_IRUSR); if (0 <= fdr) { struct stat rstats = {}; if (fstat(fdr, std::addressof(rstats)) != 0) { close(fdr); return {}; } fchmod(fdr, (S_IRUSR | S_IWUSR)); const int fdw = open(name.c_str(), O_RDWR); fchmod(fdr, rstats.st_mode); close(fdr); if (0 <= fdw) { struct stat wstats = {}; if (fstat(fdw, std::addressof(wstats)) == 0 && rstats.st_dev == wstats.st_dev && rstats.st_ino == wstats.st_ino && flock_exnb(fdw) == 0 && ftruncate(fdw, 0) == 0) { std::FILE* file = fdopen(fdw, "w"); if (file) return {file, std::move(name)}; } close(fdw); } } #endif return {}; } private_file::~private_file() noexcept { try { boost::system::error_code ec{}; boost::filesystem::remove(filename(), ec); } catch (...) {} } file_locker::file_locker(const std::string &filename) { #ifdef WIN32 m_fd = INVALID_HANDLE_VALUE; std::wstring filename_wide; try { filename_wide = string_tools::utf8_to_utf16(filename); } catch (const std::exception &e) { MERROR("Failed to convert path \"" << filename << "\" to UTF-16: " << e.what()); return; } m_fd = CreateFileW(filename_wide.c_str(), GENERIC_READ, 0, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); if (m_fd != INVALID_HANDLE_VALUE) { OVERLAPPED ov; memset(&ov, 0, sizeof(ov)); if (!LockFileEx(m_fd, LOCKFILE_FAIL_IMMEDIATELY | LOCKFILE_EXCLUSIVE_LOCK, 0, 1, 0, &ov)) { MERROR("Failed to lock " << filename << ": " << std::error_code(GetLastError(), std::system_category())); CloseHandle(m_fd); m_fd = INVALID_HANDLE_VALUE; } } else { MERROR("Failed to open " << filename << ": " << std::error_code(GetLastError(), std::system_category())); } #else m_fd = open(filename.c_str(), O_RDWR | O_CREAT | O_CLOEXEC, 0666); if (m_fd != -1) { if (flock_exnb(m_fd) == -1) { MERROR("Failed to lock " << filename << ": " << std::strerror(errno)); close(m_fd); m_fd = -1; } } else { MERROR("Failed to open " << filename << ": " << std::strerror(errno)); } #endif } file_locker::~file_locker() { if (locked()) { #ifdef WIN32 CloseHandle(m_fd); #else close(m_fd); #endif } } bool file_locker::locked() const { #ifdef WIN32 return m_fd != INVALID_HANDLE_VALUE; #else return m_fd != -1; #endif } #ifdef WIN32 std::string get_windows_version_display_string() { typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO); typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD); #define BUFSIZE 10000 char pszOS[BUFSIZE] = {0}; OSVERSIONINFOEX osvi; SYSTEM_INFO si; PGNSI pGNSI; PGPI pGPI; BOOL bOsVersionInfoEx; DWORD dwType; ZeroMemory(&si, sizeof(SYSTEM_INFO)); ZeroMemory(&osvi, sizeof(OSVERSIONINFOEX)); osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEX); bOsVersionInfoEx = GetVersionEx((OSVERSIONINFO*) &osvi); if(!bOsVersionInfoEx) return pszOS; // Call GetNativeSystemInfo if supported or GetSystemInfo otherwise. pGNSI = (PGNSI) GetProcAddress( GetModuleHandle(TEXT("kernel32.dll")), "GetNativeSystemInfo"); if(NULL != pGNSI) pGNSI(&si); else GetSystemInfo(&si); if ( VER_PLATFORM_WIN32_NT==osvi.dwPlatformId && osvi.dwMajorVersion > 4 ) { StringCchCopy(pszOS, BUFSIZE, TEXT("Microsoft ")); // Test for the specific product. if ( osvi.dwMajorVersion == 10 ) { if ( osvi.dwMinorVersion == 0 ) { if( osvi.wProductType == VER_NT_WORKSTATION ) StringCchCat(pszOS, BUFSIZE, TEXT("Windows 10 ")); else StringCchCat(pszOS, BUFSIZE, TEXT("Windows Server 2016 " )); } } if ( osvi.dwMajorVersion == 6 ) { if ( osvi.dwMinorVersion == 0 ) { if( osvi.wProductType == VER_NT_WORKSTATION ) StringCchCat(pszOS, BUFSIZE, TEXT("Windows Vista ")); else StringCchCat(pszOS, BUFSIZE, TEXT("Windows Server 2008 " )); } if ( osvi.dwMinorVersion == 1 ) { if( osvi.wProductType == VER_NT_WORKSTATION ) StringCchCat(pszOS, BUFSIZE, TEXT("Windows 7 ")); else StringCchCat(pszOS, BUFSIZE, TEXT("Windows Server 2008 R2 " )); } if ( osvi.dwMinorVersion == 2 ) { if( osvi.wProductType == VER_NT_WORKSTATION ) StringCchCat(pszOS, BUFSIZE, TEXT("Windows 8 ")); else StringCchCat(pszOS, BUFSIZE, TEXT("Windows Server 2012 " )); } if ( osvi.dwMinorVersion == 3 ) { if( osvi.wProductType == VER_NT_WORKSTATION ) StringCchCat(pszOS, BUFSIZE, TEXT("Windows 8.1 ")); else StringCchCat(pszOS, BUFSIZE, TEXT("Windows Server 2012 R2 " )); } pGPI = (PGPI) GetProcAddress( GetModuleHandle(TEXT("kernel32.dll")), "GetProductInfo"); pGPI( osvi.dwMajorVersion, osvi.dwMinorVersion, 0, 0, &dwType); switch( dwType ) { case PRODUCT_ULTIMATE: StringCchCat(pszOS, BUFSIZE, TEXT("Ultimate Edition" )); break; case PRODUCT_PROFESSIONAL: StringCchCat(pszOS, BUFSIZE, TEXT("Professional" )); break; case PRODUCT_HOME_PREMIUM: StringCchCat(pszOS, BUFSIZE, TEXT("Home Premium Edition" )); break; case PRODUCT_HOME_BASIC: StringCchCat(pszOS, BUFSIZE, TEXT("Home Basic Edition" )); break; case PRODUCT_ENTERPRISE: StringCchCat(pszOS, BUFSIZE, TEXT("Enterprise Edition" )); break; case PRODUCT_BUSINESS: StringCchCat(pszOS, BUFSIZE, TEXT("Business Edition" )); break; case PRODUCT_STARTER: StringCchCat(pszOS, BUFSIZE, TEXT("Starter Edition" )); break; case PRODUCT_CLUSTER_SERVER: StringCchCat(pszOS, BUFSIZE, TEXT("Cluster Server Edition" )); break; case PRODUCT_DATACENTER_SERVER: StringCchCat(pszOS, BUFSIZE, TEXT("Datacenter Edition" )); break; case PRODUCT_DATACENTER_SERVER_CORE: StringCchCat(pszOS, BUFSIZE, TEXT("Datacenter Edition (core installation)" )); break; case PRODUCT_ENTERPRISE_SERVER: StringCchCat(pszOS, BUFSIZE, TEXT("Enterprise Edition" )); break; case PRODUCT_ENTERPRISE_SERVER_CORE: StringCchCat(pszOS, BUFSIZE, TEXT("Enterprise Edition (core installation)" )); break; case PRODUCT_ENTERPRISE_SERVER_IA64: StringCchCat(pszOS, BUFSIZE, TEXT("Enterprise Edition for Itanium-based Systems" )); break; case PRODUCT_SMALLBUSINESS_SERVER: StringCchCat(pszOS, BUFSIZE, TEXT("Small Business Server" )); break; case PRODUCT_SMALLBUSINESS_SERVER_PREMIUM: StringCchCat(pszOS, BUFSIZE, TEXT("Small Business Server Premium Edition" )); break; case PRODUCT_STANDARD_SERVER: StringCchCat(pszOS, BUFSIZE, TEXT("Standard Edition" )); break; case PRODUCT_STANDARD_SERVER_CORE: StringCchCat(pszOS, BUFSIZE, TEXT("Standard Edition (core installation)" )); break; case PRODUCT_WEB_SERVER: StringCchCat(pszOS, BUFSIZE, TEXT("Web Server Edition" )); break; } } if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 ) { if( GetSystemMetrics(SM_SERVERR2) ) StringCchCat(pszOS, BUFSIZE, TEXT( "Windows Server 2003 R2, ")); else if ( osvi.wSuiteMask & VER_SUITE_STORAGE_SERVER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Windows Storage Server 2003")); else if ( osvi.wSuiteMask & VER_SUITE_WH_SERVER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Windows Home Server")); else if( osvi.wProductType == VER_NT_WORKSTATION && si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64) { StringCchCat(pszOS, BUFSIZE, TEXT( "Windows XP Professional x64 Edition")); } else StringCchCat(pszOS, BUFSIZE, TEXT("Windows Server 2003, ")); // Test for the server type. if ( osvi.wProductType != VER_NT_WORKSTATION ) { if ( si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_IA64 ) { if( osvi.wSuiteMask & VER_SUITE_DATACENTER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Datacenter Edition for Itanium-based Systems" )); else if( osvi.wSuiteMask & VER_SUITE_ENTERPRISE ) StringCchCat(pszOS, BUFSIZE, TEXT( "Enterprise Edition for Itanium-based Systems" )); } else if ( si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64 ) { if( osvi.wSuiteMask & VER_SUITE_DATACENTER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Datacenter x64 Edition" )); else if( osvi.wSuiteMask & VER_SUITE_ENTERPRISE ) StringCchCat(pszOS, BUFSIZE, TEXT( "Enterprise x64 Edition" )); else StringCchCat(pszOS, BUFSIZE, TEXT( "Standard x64 Edition" )); } else { if ( osvi.wSuiteMask & VER_SUITE_COMPUTE_SERVER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Compute Cluster Edition" )); else if( osvi.wSuiteMask & VER_SUITE_DATACENTER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Datacenter Edition" )); else if( osvi.wSuiteMask & VER_SUITE_ENTERPRISE ) StringCchCat(pszOS, BUFSIZE, TEXT( "Enterprise Edition" )); else if ( osvi.wSuiteMask & VER_SUITE_BLADE ) StringCchCat(pszOS, BUFSIZE, TEXT( "Web Edition" )); else StringCchCat(pszOS, BUFSIZE, TEXT( "Standard Edition" )); } } } if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 1 ) { StringCchCat(pszOS, BUFSIZE, TEXT("Windows XP ")); if( osvi.wSuiteMask & VER_SUITE_PERSONAL ) StringCchCat(pszOS, BUFSIZE, TEXT( "Home Edition" )); else StringCchCat(pszOS, BUFSIZE, TEXT( "Professional" )); } if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 0 ) { StringCchCat(pszOS, BUFSIZE, TEXT("Windows 2000 ")); if ( osvi.wProductType == VER_NT_WORKSTATION ) { StringCchCat(pszOS, BUFSIZE, TEXT( "Professional" )); } else { if( osvi.wSuiteMask & VER_SUITE_DATACENTER ) StringCchCat(pszOS, BUFSIZE, TEXT( "Datacenter Server" )); else if( osvi.wSuiteMask & VER_SUITE_ENTERPRISE ) StringCchCat(pszOS, BUFSIZE, TEXT( "Advanced Server" )); else StringCchCat(pszOS, BUFSIZE, TEXT( "Server" )); } } // Include service pack (if any) and build number. if( strlen(osvi.szCSDVersion) > 0 ) { StringCchCat(pszOS, BUFSIZE, TEXT(" ") ); StringCchCat(pszOS, BUFSIZE, osvi.szCSDVersion); } TCHAR buf[80]; StringCchPrintf( buf, 80, TEXT(" (build %d)"), osvi.dwBuildNumber); StringCchCat(pszOS, BUFSIZE, buf); if ( osvi.dwMajorVersion >= 6 ) { if ( si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64 ) StringCchCat(pszOS, BUFSIZE, TEXT( ", 64-bit" )); else if (si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_INTEL ) StringCchCat(pszOS, BUFSIZE, TEXT(", 32-bit")); } return pszOS; } else { printf( "This sample does not support this version of Windows.\n"); return pszOS; } } #else std::string get_nix_version_display_string() { struct utsname un; if(uname(&un) < 0) return std::string("*nix: failed to get os version"); return std::string() + un.sysname + " " + un.version + " " + un.release; } #endif std::string get_os_version_string() { #ifdef WIN32 return get_windows_version_display_string(); #else return get_nix_version_display_string(); #endif } #ifdef WIN32 std::string get_special_folder_path(int nfolder, bool iscreate) { WCHAR psz_path[MAX_PATH] = L""; if (SHGetSpecialFolderPathW(NULL, psz_path, nfolder, iscreate)) { try { return string_tools::utf16_to_utf8(psz_path); } catch (const std::exception &e) { MERROR("utf16_to_utf8 failed: " << e.what()); return ""; } } LOG_ERROR("SHGetSpecialFolderPathW() failed, could not obtain requested path."); return ""; } #endif std::string get_default_data_dir() { /* Please for the love of god refactor the ifdefs out of this */ // namespace fs = boost::filesystem; // Windows < Vista: C:\Documents and Settings\Username\Application Data\CRYPTONOTE_NAME // Windows >= Vista: C:\Users\Username\AppData\Roaming\CRYPTONOTE_NAME // Unix & Mac: ~/.CRYPTONOTE_NAME std::string config_folder; #ifdef WIN32 config_folder = get_special_folder_path(CSIDL_COMMON_APPDATA, true) + "\\" + CRYPTONOTE_NAME; #else std::string pathRet; char* pszHome = getenv("HOME"); if (pszHome == NULL || strlen(pszHome) == 0) pathRet = "/"; else pathRet = pszHome; config_folder = (pathRet + "/." + CRYPTONOTE_NAME); #endif return config_folder; } bool create_directories_if_necessary(const std::string& path) { namespace fs = boost::filesystem; boost::system::error_code ec; fs::path fs_path(path); if (fs::is_directory(fs_path, ec)) { return true; } bool res = fs::create_directories(fs_path, ec); if (res) { LOG_PRINT_L2("Created directory: " << path); } else { LOG_PRINT_L2("Can't create directory: " << path << ", err: "<< ec.message()); } return res; } std::error_code replace_file(const std::string& old_name, const std::string& new_name) { int code; #if defined(WIN32) // Maximizing chances for success std::wstring wide_replacement_name; try { wide_replacement_name = string_tools::utf8_to_utf16(old_name); } catch (...) { return std::error_code(GetLastError(), std::system_category()); } std::wstring wide_replaced_name; try { wide_replaced_name = string_tools::utf8_to_utf16(new_name); } catch (...) { return std::error_code(GetLastError(), std::system_category()); } DWORD attributes = ::GetFileAttributesW(wide_replaced_name.c_str()); if (INVALID_FILE_ATTRIBUTES != attributes) { ::SetFileAttributesW(wide_replaced_name.c_str(), attributes & (~FILE_ATTRIBUTE_READONLY)); } bool ok = 0 != ::MoveFileExW(wide_replacement_name.c_str(), wide_replaced_name.c_str(), MOVEFILE_REPLACE_EXISTING); code = ok ? 0 : static_cast<int>(::GetLastError()); #else bool ok = 0 == std::rename(old_name.c_str(), new_name.c_str()); code = ok ? 0 : errno; #endif return std::error_code(code, std::system_category()); } static bool unbound_built_with_threads() { ub_ctx *ctx = ub_ctx_create(); if (!ctx) return false; // cheat a bit, should not happen unless OOM char *monero = strdup("monero"), *unbound = strdup("unbound"); ub_ctx_zone_add(ctx, monero, unbound); // this calls ub_ctx_finalize first, then errors out with UB_SYNTAX free(unbound); free(monero); // if no threads, bails out early with UB_NOERROR, otherwise fails with UB_AFTERFINAL id already finalized bool with_threads = ub_ctx_async(ctx, 1) != 0; // UB_AFTERFINAL is not defined in public headers, check any error ub_ctx_delete(ctx); MINFO("libunbound was built " << (with_threads ? "with" : "without") << " threads"); return with_threads; } bool sanitize_locale() { // boost::filesystem throws for "invalid" locales, such as en_US.UTF-8, or kjsdkfs, // so reset it here before any calls to it try { boost::filesystem::path p {std::string("test")}; p /= std::string("test"); } catch (...) { #if defined(__MINGW32__) || defined(__MINGW__) putenv("LC_ALL=C"); putenv("LANG=C"); #else setenv("LC_ALL", "C", 1); setenv("LANG", "C", 1); #endif return true; } return false; } #ifdef STACK_TRACE #ifdef _WIN32 // https://stackoverflow.com/questions/1992816/how-to-handle-seg-faults-under-windows static LONG WINAPI windows_crash_handler(PEXCEPTION_POINTERS pExceptionInfo) { tools::log_stack_trace("crashing"); exit(1); return EXCEPTION_CONTINUE_SEARCH; } static void setup_crash_dump() { SetUnhandledExceptionFilter(windows_crash_handler); } #else static void posix_crash_handler(int signal) { tools::log_stack_trace(("crashing with fatal signal " + std::to_string(signal)).c_str()); #ifdef NDEBUG _exit(1); #else abort(); #endif } static void setup_crash_dump() { signal(SIGSEGV, posix_crash_handler); signal(SIGBUS, posix_crash_handler); signal(SIGILL, posix_crash_handler); signal(SIGFPE, posix_crash_handler); } #endif #else static void setup_crash_dump() {} #endif bool disable_core_dumps() { #ifdef __GLIBC__ // disable core dumps in release mode struct rlimit rlimit; rlimit.rlim_cur = rlimit.rlim_max = 0; if (setrlimit(RLIMIT_CORE, &rlimit)) { MWARNING("Failed to disable core dumps"); return false; } #endif return true; } ssize_t get_lockable_memory() { #ifdef __GLIBC__ struct rlimit rlim; if (getrlimit(RLIMIT_MEMLOCK, &rlim) < 0) { MERROR("Failed to determine the lockable memory limit"); return -1; } return rlim.rlim_cur; #else return -1; #endif } bool on_startup() { mlog_configure("", true); setup_crash_dump(); sanitize_locale(); #ifdef __GLIBC__ const char *ver = gnu_get_libc_version(); if (!strcmp(ver, "2.25")) MCLOG_RED(el::Level::Warning, "global", "Running with glibc " << ver << ", hangs may occur - change glibc version if possible"); #endif #if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_TEXT) SSL_library_init(); #else OPENSSL_init_ssl(0, NULL); #endif if (!unbound_built_with_threads()) MCLOG_RED(el::Level::Warning, "global", "libunbound was not built with threads enabled - crashes may occur"); return true; } void set_strict_default_file_permissions(bool strict) { #if defined(__MINGW32__) || defined(__MINGW__) // no clue about the odd one out #else mode_t mode = strict ? 077 : 0; umask(mode); #endif } boost::optional<bool> is_hdd(const char *file_path) { #ifdef __GLIBC__ struct stat st; std::string prefix; if(stat(file_path, &st) == 0) { std::ostringstream s; s << "/sys/dev/block/" << major(st.st_dev) << ":" << minor(st.st_dev); prefix = s.str(); } else { return boost::none; } std::string attr_path = prefix + "/queue/rotational"; std::ifstream f(attr_path, std::ios_base::in); if(not f.is_open()) { attr_path = prefix + "/../queue/rotational"; f.open(attr_path, std::ios_base::in); if(not f.is_open()) { return boost::none; } } unsigned short val = 0xdead; f >> val; if(not f.fail()) { return (val == 1); } return boost::none; #else return boost::none; #endif } namespace { boost::mutex max_concurrency_lock; unsigned max_concurrency = boost::thread::hardware_concurrency(); } void set_max_concurrency(unsigned n) { if (n < 1) n = boost::thread::hardware_concurrency(); unsigned hwc = boost::thread::hardware_concurrency(); if (n > hwc) n = hwc; boost::lock_guard<boost::mutex> lock(max_concurrency_lock); max_concurrency = n; } unsigned get_max_concurrency() { boost::lock_guard<boost::mutex> lock(max_concurrency_lock); return max_concurrency; } bool is_local_address(const std::string &address) { // always assume Tor/I2P addresses to be untrusted by default if (boost::ends_with(address, ".onion") || boost::ends_with(address, ".i2p")) { MDEBUG("Address '" << address << "' is Tor/I2P, non local"); return false; } // extract host epee::net_utils::http::url_content u_c; if (!epee::net_utils::parse_url(address, u_c)) { MWARNING("Failed to determine whether address '" << address << "' is local, assuming not"); return false; } if (u_c.host.empty()) { MWARNING("Failed to determine whether address '" << address << "' is local, assuming not"); return false; } // resolve to IP boost::asio::io_service io_service; boost::asio::ip::tcp::resolver resolver(io_service); boost::asio::ip::tcp::resolver::query query(u_c.host, ""); boost::asio::ip::tcp::resolver::iterator i = resolver.resolve(query); while (i != boost::asio::ip::tcp::resolver::iterator()) { const boost::asio::ip::tcp::endpoint &ep = *i; if (ep.address().is_loopback()) { MDEBUG("Address '" << address << "' is local"); return true; } ++i; } MDEBUG("Address '" << address << "' is not local"); return false; } int vercmp(const char *v0, const char *v1) { std::vector<std::string> f0, f1; boost::split(f0, v0, boost::is_any_of(".-")); boost::split(f1, v1, boost::is_any_of(".-")); for (size_t i = 0; i < std::max(f0.size(), f1.size()); ++i) { if (i >= f0.size()) return -1; if (i >= f1.size()) return 1; int f0i = atoi(f0[i].c_str()), f1i = atoi(f1[i].c_str()); int n = f0i - f1i; if (n) return n; } return 0; } bool sha256sum(const uint8_t *data, size_t len, crypto::hash &hash) { SHA256_CTX ctx; if (!SHA256_Init(&ctx)) return false; if (!SHA256_Update(&ctx, data, len)) return false; if (!SHA256_Final((unsigned char*)hash.data, &ctx)) return false; return true; } bool sha256sum(const std::string &filename, crypto::hash &hash) { if (!epee::file_io_utils::is_file_exist(filename)) return false; std::ifstream f; f.exceptions(std::ifstream::failbit | std::ifstream::badbit); f.open(filename, std::ios_base::binary | std::ios_base::in | std::ios::ate); if (!f) return false; std::ifstream::pos_type file_size = f.tellg(); SHA256_CTX ctx; if (!SHA256_Init(&ctx)) return false; size_t size_left = file_size; f.seekg(0, std::ios::beg); while (size_left) { char buf[4096]; std::ifstream::pos_type read_size = size_left > sizeof(buf) ? sizeof(buf) : size_left; f.read(buf, read_size); if (!f || !f.good()) return false; if (!SHA256_Update(&ctx, buf, read_size)) return false; size_left -= read_size; } f.close(); if (!SHA256_Final((unsigned char*)hash.data, &ctx)) return false; return true; } boost::optional<std::pair<uint32_t, uint32_t>> parse_subaddress_lookahead(const std::string& str) { auto pos = str.find(":"); bool r = pos != std::string::npos; uint32_t major; r = r && epee::string_tools::get_xtype_from_string(major, str.substr(0, pos)); uint32_t minor; r = r && epee::string_tools::get_xtype_from_string(minor, str.substr(pos + 1)); if (r) { return std::make_pair(major, minor); } else { return {}; } } std::string glob_to_regex(const std::string &val) { std::string newval; bool escape = false; for (char c: val) { if (c == '*') newval += escape ? "*" : ".*"; else if (c == '?') newval += escape ? "?" : "."; else if (c == '\\') newval += '\\', escape = !escape; else newval += c; } return newval; } #ifdef _WIN32 std::string input_line_win() { HANDLE hConIn = CreateFileW(L"CONIN$", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, nullptr, OPEN_EXISTING, 0, nullptr); DWORD oldMode; FlushConsoleInputBuffer(hConIn); GetConsoleMode(hConIn, &oldMode); SetConsoleMode(hConIn, ENABLE_LINE_INPUT | ENABLE_ECHO_INPUT | ENABLE_PROCESSED_INPUT); wchar_t buffer[1024]; DWORD read; ReadConsoleW(hConIn, buffer, sizeof(buffer)/sizeof(wchar_t)-1, &read, nullptr); buffer[read] = 0; SetConsoleMode(hConIn, oldMode); CloseHandle(hConIn); int size_needed = WideCharToMultiByte(CP_UTF8, 0, buffer, -1, NULL, 0, NULL, NULL); std::string buf(size_needed, '\0'); WideCharToMultiByte(CP_UTF8, 0, buffer, -1, &buf[0], size_needed, NULL, NULL); buf.pop_back(); //size_needed includes null that we needed to have space for return buf; } #endif void closefrom(int fd) { #if defined __FreeBSD__ || defined __OpenBSD__ || defined __NetBSD__ || defined __DragonFly__ ::closefrom(fd); #else #if defined __GLIBC__ const int sc_open_max = sysconf(_SC_OPEN_MAX); const int MAX_FDS = std::min(65536, sc_open_max); #else const int MAX_FDS = 65536; #endif while (fd < MAX_FDS) { close(fd); ++fd; } #endif } std::string get_human_readable_timestamp(uint64_t ts) { char buffer[64]; if (ts < 1234567890) return "<unknown>"; time_t tt = ts; struct tm tm; misc_utils::get_gmt_time(tt, tm); strftime(buffer, sizeof(buffer), "%Y-%m-%d %H:%M:%S", &tm); return std::string(buffer); } std::string get_human_readable_timespan(uint64_t seconds) { if (seconds < 60) return std::to_string(seconds) + " seconds"; std::stringstream ss; ss << std::fixed << std::setprecision(1); if (seconds < 3600) { ss << seconds / 60.f; return ss.str() + " minutes"; } if (seconds < 3600 * 24) { ss << seconds / 3600.f; return ss.str() + " hours"; } if (seconds < 3600 * 24 * 30.5f) { ss << seconds / (3600 * 24.f); return ss.str() + " days"; } if (seconds < 3600 * 24 * 365.25f) { ss << seconds / (3600 * 24 * 30.5f); return ss.str() + " months"; } if (seconds < 3600 * 24 * 365.25f * 100) { ss << seconds / (3600 * 24 * 365.25f); return ss.str() + " years"; } return "a long time"; } std::string get_human_readable_bytes(uint64_t bytes) { // Use 1024 for "kilo", 1024*1024 for "mega" and so on instead of the more modern and standard-conforming // 1000, 1000*1000 and so on, to be consistent with other Monero code that also uses base 2 units struct byte_map { const char* const format; const std::uint64_t bytes; }; static constexpr const byte_map sizes[] = { {"%.0f B", 1024}, {"%.2f KB", 1024 * 1024}, {"%.2f MB", std::uint64_t(1024) * 1024 * 1024}, {"%.2f GB", std::uint64_t(1024) * 1024 * 1024 * 1024}, {"%.2f TB", std::uint64_t(1024) * 1024 * 1024 * 1024 * 1024} }; struct bytes_less { bool operator()(const byte_map& lhs, const byte_map& rhs) const noexcept { return lhs.bytes < rhs.bytes; } }; const auto size = std::upper_bound( std::begin(sizes), std::end(sizes) - 1, byte_map{"", bytes}, bytes_less{} ); const std::uint64_t divisor = size->bytes / 1024; return (boost::format(size->format) % (double(bytes) / divisor)).str(); } void clear_screen() { std::cout << "\033[2K" << std::flush; // clear whole line std::cout << "\033c" << std::flush; // clear current screen and scrollback std::cout << "\033[2J" << std::flush; // clear current screen only, scrollback is still around std::cout << "\033[3J" << std::flush; // does nothing, should clear current screen and scrollback std::cout << "\033[1;1H" << std::flush; // move cursor top/left std::cout << "\r \r" << std::flush; // erase odd chars if the ANSI codes were printed raw #ifdef _WIN32 COORD coord{0, 0}; CONSOLE_SCREEN_BUFFER_INFO csbi; HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE); if (GetConsoleScreenBufferInfo(h, &csbi)) { DWORD cbConSize = csbi.dwSize.X * csbi.dwSize.Y, w; FillConsoleOutputCharacter(h, (TCHAR)' ', cbConSize, coord, &w); if (GetConsoleScreenBufferInfo(h, &csbi)) FillConsoleOutputAttribute(h, csbi.wAttributes, cbConSize, coord, &w); SetConsoleCursorPosition(h, coord); } #endif } std::pair<std::string, size_t> get_string_prefix_by_width(const std::string &s, size_t columns) { std::string sc = ""; size_t avail = s.size(); const char *ptr = s.data(); wint_t cp = 0; int bytes = 1; size_t sw = 0; char wbuf[8], *wptr; while (avail--) { if ((*ptr & 0x80) == 0) { cp = *ptr++; bytes = 1; } else if ((*ptr & 0xe0) == 0xc0) { if (avail < 1) { MERROR("Invalid UTF-8"); return std::make_pair(s, s.size()); } cp = (*ptr++ & 0x1f) << 6; cp |= *ptr++ & 0x3f; --avail; bytes = 2; } else if ((*ptr & 0xf0) == 0xe0) { if (avail < 2) { MERROR("Invalid UTF-8"); return std::make_pair(s, s.size()); } cp = (*ptr++ & 0xf) << 12; cp |= (*ptr++ & 0x3f) << 6; cp |= *ptr++ & 0x3f; avail -= 2; bytes = 3; } else if ((*ptr & 0xf8) == 0xf0) { if (avail < 3) { MERROR("Invalid UTF-8"); return std::make_pair(s, s.size()); } cp = (*ptr++ & 0x7) << 18; cp |= (*ptr++ & 0x3f) << 12; cp |= (*ptr++ & 0x3f) << 6; cp |= *ptr++ & 0x3f; avail -= 3; bytes = 4; } else { MERROR("Invalid UTF-8"); return std::make_pair(s, s.size()); } wptr = wbuf; switch (bytes) { case 1: *wptr++ = cp; break; case 2: *wptr++ = 0xc0 | (cp >> 6); *wptr++ = 0x80 | (cp & 0x3f); break; case 3: *wptr++ = 0xe0 | (cp >> 12); *wptr++ = 0x80 | ((cp >> 6) & 0x3f); *wptr++ = 0x80 | (cp & 0x3f); break; case 4: *wptr++ = 0xf0 | (cp >> 18); *wptr++ = 0x80 | ((cp >> 12) & 0x3f); *wptr++ = 0x80 | ((cp >> 6) & 0x3f); *wptr++ = 0x80 | (cp & 0x3f); break; default: MERROR("Invalid UTF-8"); return std::make_pair(s, s.size()); } *wptr = 0; sc += std::string(wbuf, bytes); #ifdef _WIN32 int cpw = 1; // Guess who does not implement wcwidth #else int cpw = wcwidth(cp); #endif if (cpw > 0) { if (cpw > (int)columns) break; columns -= cpw; sw += cpw; } cp = 0; bytes = 1; } return std::make_pair(sc, sw); } size_t get_string_width(const std::string &s) { return get_string_prefix_by_width(s, 999999999).second; }; std::vector<std::pair<std::string, size_t>> split_line_by_width(const std::string &s, size_t columns) { std::vector<std::string> words; std::vector<std::pair<std::string, size_t>> lines; boost::split(words, s, boost::is_any_of(" "), boost::token_compress_on); // split large "words" for (size_t i = 0; i < words.size(); ++i) { for (;;) { std::string prefix = get_string_prefix_by_width(words[i], columns).first; if (prefix == words[i]) break; words[i] = words[i].substr(prefix.size()); words.insert(words.begin() + i, prefix); } } lines.push_back(std::make_pair("", 0)); while (!words.empty()) { const size_t word_len = get_string_width(words.front()); size_t line_len = get_string_width(lines.back().first); if (line_len > 0 && line_len + 1 + word_len > columns) { lines.push_back(std::make_pair("", 0)); line_len = 0; } if (line_len > 0) { lines.back().first += " "; lines.back().second++; } lines.back().first += words.front(); lines.back().second += word_len; words.erase(words.begin()); } return lines; } // Calculate a "sync weight" over ranges of blocks in the blockchain, suitable for // calculating sync time estimates uint64_t cumulative_block_sync_weight(cryptonote::network_type nettype, uint64_t start_block, uint64_t num_blocks) { if (nettype != cryptonote::MAINNET) { // No detailed data available except for Mainnet: Give back the number of blocks // as a very simple and non-varying block sync weight for ranges of Testnet and // Stagenet blocks return num_blocks; } // The following is a table of average blocks sizes in bytes over the Monero mainnet // blockchain, where the block size is averaged over ranges of 10,000 blocks // (about 2 weeks worth of blocks each). // The first array entry of 442 thus means "The average byte size of the blocks // 0 .. 9,999 is 442". The info "block_size" from the "get_block_header_by_height" // RPC call was used for calculating this. This table (and the whole mechanism // of calculating a "sync weight") is most important when estimating times for // syncing from scratch. Without it the fast progress through the (in comparison) // rather small blocks in the early blockchain) would lead to vastly underestimated // total sync times. // It's no big problem for estimates that this table will, over time, and if not // updated, miss larger and larger parts at the top of the blockchain, as long // as block size averages there do not differ wildly. // Without time-consuming tests it's hard to say how much the estimates would // improve if one would not only take block sizes into account, but also varying // verification times i.e. the different CPU effort needed for the different // transaction types (pre / post RingCT, pre / post Bulletproofs). // Testnet and Stagenet are neglected here because of their much smaller // importance. static const uint32_t average_block_sizes[] = { 442, 1211, 1445, 1763, 2272, 8217, 5603, 9999, 16358, 10805, 5290, 4362, 4325, 5584, 4515, 5008, 4789, 5196, 7660, 3829, 6034, 2925, 3762, 2545, 2437, 2553, 2167, 2761, 2015, 1969, 2350, 1731, 2367, 2078, 2026, 3518, 2214, 1908, 1780, 1640, 1976, 1647, 1921, 1716, 1895, 2150, 2419, 2451, 2147, 2327, 2251, 1644, 1750, 1481, 1570, 1524, 1562, 1668, 1386, 1494, 1637, 1880, 1431, 1472, 1637, 1363, 1762, 1597, 1999, 1564, 1341, 1388, 1530, 1476, 1617, 1488, 1368, 1906, 1403, 1695, 1535, 1598, 1318, 1234, 1358, 1406, 1698, 1554, 1591, 1758, 1426, 2389, 1946, 1533, 1308, 2701, 1525, 1653, 3580, 1889, 2913, 8164, 5154, 3762, 3356, 4360, 3589, 4844, 4232, 3781, 3882, 5924, 10790, 7185, 7442, 8214, 8509, 7484, 6939, 7391, 8210, 15572, 39680, 44810, 53873, 54639, 68227, 63428, 62386, 68504, 83073, 103858, 117573, 98089, 96793, 102337, 94714, 129568, 251584, 132026, 94579, 94516, 95722, 106495, 121824, 153983, 162338, 136608, 137104, 109872, 91114, 84757, 96339, 74251, 94314, 143216, 155837, 129968, 120201, 109913, 101588, 97332, 104611, 95310, 93419, 113345, 100743, 92152, 57565, 22533, 37564, 21823, 19980, 18277, 18402, 14344, 12142, 15842, 13677, 17631, 18294, 22270, 41422, 39296, 36688, 33512, 33831, 27582, 22276, 27516, 27317, 25505, 24426, 20566, 23045, 26766, 28185, 26169, 27011, 28642 // Blocks 1,990,000 to 1,999,999 in December 2019 }; const uint64_t block_range_size = 10000; uint64_t num_block_sizes = sizeof(average_block_sizes) / sizeof(average_block_sizes[0]); uint64_t weight = 0; uint64_t table_index = start_block / block_range_size; for (;;) { if (num_blocks == 0) { break; } if (table_index >= num_block_sizes) { // Take all blocks beyond our table as having the size of the blocks // in the last table entry i.e. in the most recent known block range weight += num_blocks * average_block_sizes[num_block_sizes - 1]; break; } uint64_t portion_size = std::min(num_blocks, block_range_size - start_block % block_range_size); weight += portion_size * average_block_sizes[table_index]; table_index++; num_blocks -= portion_size; start_block += portion_size; } return weight; } std::vector<std::pair<std::string, size_t>> split_string_by_width(const std::string &s, size_t columns) { std::vector<std::string> lines; std::vector<std::pair<std::string, size_t>> all_lines; boost::split(lines, s, boost::is_any_of("\n"), boost::token_compress_on); for (const auto &e: lines) { std::vector<std::pair<std::string, size_t>> new_lines = split_line_by_width(e, columns); for (auto &l: new_lines) all_lines.push_back(std::move(l)); } return all_lines; } }
3de37761900115c61751310015617c7c625d7a00
c3efe4021165e718d23ce0f853808e10c7114216
/LuaEdit/frmNewProject.h
c0c3041987e91aa5dd7e13bb67ddbbba4c375d76
[]
no_license
lkdd/modstudio2
254b47ebd28a51a7d8c8682a86c576dafcc971bf
287b4782580e37c8ac621046100dc550abd05b1d
refs/heads/master
2021-01-10T08:14:56.230097
2009-03-08T19:14:16
2009-03-08T19:14:16
52,721,924
0
0
null
null
null
null
UTF-8
C++
false
false
2,414
h
/* Copyright (c) 2008 Peter "Corsix" Cawley 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. */ #pragma once // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif // for all others, include the necessary headers (this file is usually all you // need because it includes almost all "standard" wxWidgets headers) #ifndef WX_PRECOMP #include "wx/wx.h" #endif // ---------------------------- #include <Rainman2.h> #include <wx/wizard.h> class NewPipelineProjectWizard : public wxWizard { public: NewPipelineProjectWizard(wxWindow* pParent, int iID = wxID_ANY); bool RunWizard(); class WelcomePage : public wxWizardPageSimple { public: WelcomePage(NewPipelineProjectWizard* pWizard); }; class GamePipelineSelect : public wxWizardPageSimple { public: GamePipelineSelect(NewPipelineProjectWizard* pWizard); enum { BTN_BROWSEPIPELINE = wxID_HIGHEST + 1, BTN_BROWSEGAMEFOLDER, CMB_PIPELINES, }; void onBrowsePipeline (wxCommandEvent& e); void onPipelineSelect (wxCommandEvent& e); void onBrowseGameFolder(wxCommandEvent& e); protected: wxComboBox *m_pPipelineFileList; wxTextCtrl *m_pGameFolder; static wxString _findGameFolder(wxString sPipelineFile); DECLARE_EVENT_TABLE(); }; };
[ "corsix@07142bc5-7355-0410-a98c-5fd2ca6e29ee" ]
corsix@07142bc5-7355-0410-a98c-5fd2ca6e29ee
cd60d95a062e907f02b73c38ad446d5befa619b5
17d0db0a779019ead468ced900765a936396d3bf
/Arduino/Arduino/sharp_gp2y0a21yk/sharp_gp2y0a21yk.ino
ee5ac4517c53a9334126d1e4fa61a54e118e2433
[]
no_license
natanmiranda/SumoBot-4
f4736b6f3dd55f63e29f89bb93f44c8a502ca505
9ab5bafd271bba1ee4814f708825743e6a414f68
refs/heads/master
2021-01-20T05:53:31.690137
2015-01-25T20:11:49
2015-01-25T20:11:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
190
ino
int i; int val; int redpin=0; void setup() { pinMode(redpin,OUTPUT); Serial.begin(9600); } void loop() { i=analogRead(redpin); val=(6762/(i-9))-4; Serial.println(val); }
8d8f2ea6c93655aff225d00f7fcc19ac189915e6
1a4ca2ea9abd5496f43031daf969714d1da9d99a
/packages/Adapters/POD_C/src/DTK_POD_PointCloudEntity.hpp
4c2e20dc96776bb6be8d86309564816a498b939e
[]
no_license
Tech-XCorp/DataTransferKit
c06e7fc5beec25d61e5ea8f989d0817f3a694a78
400a6b83f239a8c98d81a91b8f28985e8ba216ef
refs/heads/master
2021-01-18T02:19:25.281290
2016-05-05T15:55:39
2016-05-05T15:55:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,261
hpp
//---------------------------------------------------------------------------// /* Copyright (c) 2012, Stuart R. Slattery All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: *: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. *: Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. *: Neither the name of the University of Wisconsin - Madison nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ //---------------------------------------------------------------------------// /*! * \file DTK_POD_PointCloudEntity.hpp * \author Stuart R. Slattery * \brief POD_PointCloudEntity declaration. */ //---------------------------------------------------------------------------// #ifndef DTK_POD_POINTCLOUDENTITY_HPP #define DTK_POD_POINTCLOUDENTITY_HPP #include <iostream> #include "DTK_Entity.hpp" #include "DTK_POD_PointCloudEntityImpl.hpp" #include "DTK_POD_Types.hpp" namespace DataTransferKit { //---------------------------------------------------------------------------// /*! \class POD_PointCloudEntity \brief POD_PointCloudEntity interface. POD_PointCloudEntity gives an interface for entities in POD point clouds. */ //---------------------------------------------------------------------------// class POD_PointCloudEntity : public Entity { public: // Default constructor. POD_PointCloudEntity( const double* cloud_coords, const unsigned num_points, const int space_dim, const DataLayout layout, const EntityId global_id, const int local_id, const int owner_rank ); }; //---------------------------------------------------------------------------// } // end namespace DataTransferKit #endif // end DTK_POD_POINTCLOUDENTITY_HPP //---------------------------------------------------------------------------// // end DTK_POD_PointCloudEntity.hpp //---------------------------------------------------------------------------//
3059e9033d968037c9d53c5503d59d6022d4c84b
a14c840a1e3cf74d6594fa2b0dc2b045dc58258d
/Lab6 - Polimorfizm/main.cpp
be4f6dcd82ec243e6420b828f66d6eaae760eaa0
[]
no_license
AiRWIPP13/PProg
47e686fafdde988e29dba58aecec132f0206feeb
e4ce3ca83cd50b5c31f56494bad5e352ae3611af
refs/heads/master
2016-08-08T05:24:42.588734
2014-06-25T15:48:32
2014-06-25T15:48:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,780
cpp
#include <iostream> #include <time.h> #include <stdlib.h> using namespace std; class zwierze { public: zwierze() {cout << "Jestem w konstruktorze klasy zwierze" << endl; } virtual ~zwierze() {cout << "Jestem w destruktorze klasy zwierze" << endl; } virtual void opis(void) { cout << "Metoda opis klasy zwierze" << endl;} }; class ssak : public zwierze { public: ssak() {cout << "Jestem w konstruktorze klasy ssak" << endl; } ~ssak() {cout << "Jestem w destruktorze klasy ssak" << endl; } virtual void opis(void) { cout << "Metoda opis klasy ssak" << endl;} }; class ptak : public zwierze { public: ptak() {cout << "Jestem w konstruktorze klasy ptak" << endl; } ~ptak() {cout << "Jestem w destruktorze klasy ptak" << endl; } void opis(void) { cout << "Metoda opis klasy ptak" << endl;} }; class czlowiek : public ssak { public: czlowiek() {cout << "Jestem w konstruktorze klasy czlowiek" << endl; } ~czlowiek() {cout << "Jestem w destruktorze klasy czlowiek" << endl; } void opis(void) { cout << "Metoda opis klasy czlowiek" << endl;} }; zwierze *wsk_zwierze; int losuj(); int stworz(int n); int opis(int n); void usun() { delete wsk_zwierze;} void tzwierze() { wsk_zwierze = new zwierze;} void tssak(){ wsk_zwierze = new ssak;} void tczlowiek(){ wsk_zwierze = new czlowiek;} void tptak(){ wsk_zwierze = new ptak;} void tnull() { wsk_zwierze = NULL;} int main() { srand(time(NULL)); int i; cout << "Ilosc losowan: "; cin >> i; for (int x=0;x<=i;x++) { int n = losuj(); cout << endl << "__________ --" << ++x << "-- ___________" << endl; stworz(n); opis(n); usun(); } return 0; } int losuj() { int i = rand()%5; return i; } int stworz(int n) { switch (n) { case 0 : tzwierze(); break; case 1 : tssak(); break; case 2 : tczlowiek(); break; case 3 : tptak(); break; case 4 : tnull(); break; default : cout << "ERROR!"; break; } } int opis(int n) { if (wsk_zwierze!=NULL) wsk_zwierze->opis(); else cout <<"Nie stworzono obiektu." << endl; } /*class a { public: a() {cout << "Jestem w konstruktorze klasy a" << endl; }; virtual ~a() {cout << "Jestem w destruktorze klasy a" << endl;} virtual void opis(void) { cout << "Metoda opis klasy a" << endl;} }; class b : public a { public: b() {cout << "Jestem w konstruktorze klasy b" << endl; } ~b() {cout << "Jestem w destruktorze klasy b" << endl; } virtual void opis(void) { cout << "Metoda opis klasy b" << endl; } }; int main() { a *wsk_a; wsk_a = new a; wsk_a->opis(); delete wsk_a; wsk_a = new b; wsk_a->opis(); delete wsk_a; return 0; } */
fee9d9522d4e760335dd8c8c819f8a8bfb7bc666
a004548199e78ffe8adf606d5bed30ba1283dd7c
/src/Subsystems/REVDigitBoard.h
728794507b8666961a5baaf108e471e1d1be07dd
[]
no_license
Robotics-Team-5268/RobotCodeTest
35abef45d06e0e4ff24df41b49db42c8f7a885b2
eac0f2cad8c28f943de7f3b82b40ed268dde4786
refs/heads/master
2021-01-25T12:42:19.067666
2018-03-01T21:47:10
2018-03-01T21:47:10
123,493,667
0
0
null
null
null
null
UTF-8
C++
false
false
1,294
h
#ifndef SRC_REVDIGITBOARD_H_ #define SRC_REVDIGITBOARD_H_ #include "Commands/Subsystem.h" #include <I2C.h> #include <Timer.h> #include <DigitalInput.h> #include <AnalogInput.h> #include <string.h> // this class controls the REV digit board that we use to choose our autonomous mode //without having to redeploy every match. class REVDigitBoard: public Subsystem { typedef unsigned char byte; /* * DOCUMENTATION:: * * REVDigitBoard() : constructor * void display(String str) : displays the first four characters of the string (only alpha (converted to uppercase), numbers, and spaces) * void display(double batt) : displays a decimal number (like battery voltage) in the form of 12.34 (ten-one-decimal-tenth-hundredth) * void clear() : clears the display * boolean getButtonA() : button A on the board * boolean getButtonB() : button B on the board * double getPot() : potentiometer value */ public: REVDigitBoard(); void InitDefaultCommand(); void clear(); bool getButtonA(); bool getButtonB(); double getPot(); void display(double batt); void display(std::string str); private: void _display( byte charz[4]); frc::I2C i2c; DigitalInput buttonA, buttonB; AnalogInput pot; byte charreg[37][2]; byte charmap[256]; }; #endif /* SRC_REVDIGITBOARD_H_ */
a314311048bf1139612bbbd892b50bea7b03752f
267b016217d297efdad4923c57b7f9e76962195c
/Enemy.h
c8fb39c0167b6cb38a6942aab42e254fb8bfc5cf
[]
no_license
josepyou/SDLProg1
541b571059f148dcbeda3d7a4d61395ce627968c
c3de5e821eccb7ea6066f39731bfe03c64b5e9bb
refs/heads/master
2021-01-17T09:22:42.703843
2017-06-04T15:05:38
2017-06-04T15:05:38
83,982,396
0
0
null
2017-06-04T15:05:39
2017-03-05T15:54:09
C++
UTF-8
C++
false
false
271
h
#ifndef __ENEMY_H__ #define __ENEMY_H__ #include <SDL2/SDL.h> #include <string> #include "SDLGameObject.h" class Enemy : public SDLGameObject { public: Enemy(const LoaderParams *pParams); virtual void draw(); virtual void update(); virtual void clean(); }; #endif
217e0ae36283a1de29041762481c81980a64f9a8
5f5c557d53c2975ce09e5ce34060b5e42f7b2c90
/include/fc/io/iostream.hpp
1ec632f01a0f3d51abc72c1ff7f4d855d595b7b7
[ "MIT" ]
permissive
Achain-Dev/Achain_linux
c27b8c1ea0ae6b9c8db9b8d686849af07d7c255b
8c6daad526c84fa513f119206e45f62eb68b8a86
refs/heads/master
2022-04-10T23:25:12.234124
2020-03-29T12:07:39
2020-03-29T12:07:39
108,964,152
27
25
MIT
2018-03-28T08:33:18
2017-10-31T08:06:09
C++
UTF-8
C++
false
false
3,742
hpp
#pragma once #include <fc/utility.hpp> #include <fc/string.hpp> #include <memory> namespace fc { /** * Provides a fc::thread friendly cooperatively multi-tasked stream that * will block 'cooperatively' instead of hard blocking. */ class istream { public: virtual ~istream(){}; /** read at least 1 byte or throw, if no data is available * this method should block cooperatively until data is * available or fc::eof is thrown. * * @throws fc::eof if at least 1 byte cannot be read **/ virtual size_t readsome( char* buf, size_t len ) = 0; virtual size_t readsome( const std::shared_ptr<char>& buf, size_t len, size_t offset ) = 0; /** read len bytes or throw, this method is implemented * in terms of readsome. * * @throws fc::eof_exception if len bytes cannot be read **/ istream& read( char* buf, size_t len ); istream& read( const std::shared_ptr<char>& buf, size_t len, size_t offset = 0 ); virtual char get(); void get( char& c ) { c = get(); } }; typedef std::shared_ptr<istream> istream_ptr; /** * Provides a fc::thread friendly cooperatively multi-tasked stream that * will block 'cooperatively' instead of hard blocking. */ class ostream { public: virtual ~ostream(){}; virtual size_t writesome( const char* buf, size_t len ) = 0; virtual size_t writesome( const std::shared_ptr<const char>& buf, size_t len, size_t offset ) = 0; virtual void close() = 0; virtual void flush() = 0; void put( char c ) { write(&c,1); } /** implemented in terms of writesome, guarantees len bytes are sent * but not flushed. **/ ostream& write( const char* buf, size_t len ); ostream& write( const std::shared_ptr<const char>& buf, size_t len, size_t offset = 0 ); }; typedef std::shared_ptr<ostream> ostream_ptr; class iostream : public virtual ostream, public virtual istream {}; fc::istream& getline( fc::istream&, fc::string&, char delim = '\n' ); template<size_t N> ostream& operator<<( ostream& o, char (&array)[N] ) { return o.write( array, N ); } ostream& operator<<( ostream& o, char ); ostream& operator<<( ostream& o, const char* v ); ostream& operator<<( ostream& o, const std::string& v ); ostream& operator<<( ostream& o, const fc::string& v ); ostream& operator<<( ostream& o, const double& v ); ostream& operator<<( ostream& o, const float& v ); ostream& operator<<( ostream& o, const int64_t& v ); ostream& operator<<( ostream& o, const uint64_t& v ); ostream& operator<<( ostream& o, const int32_t& v ); ostream& operator<<( ostream& o, const uint32_t& v ); ostream& operator<<( ostream& o, const int16_t& v ); ostream& operator<<( ostream& o, const uint16_t& v ); ostream& operator<<( ostream& o, const int8_t& v ); ostream& operator<<( ostream& o, const uint8_t& v ); #ifndef _MSC_VER ostream& operator<<( ostream& o, const size_t& v ); #endif istream& operator>>( istream& o, std::string& v ); istream& operator>>( istream& o, fc::string& v ); istream& operator>>( istream& o, char& v ); istream& operator>>( istream& o, double& v ); istream& operator>>( istream& o, float& v ); istream& operator>>( istream& o, int64_t& v ); istream& operator>>( istream& o, uint64_t& v ); istream& operator>>( istream& o, int32_t& v ); istream& operator>>( istream& o, uint32_t& v ); istream& operator>>( istream& o, int16_t& v ); istream& operator>>( istream& o, uint16_t& v ); istream& operator>>( istream& o, int8_t& v ); istream& operator>>( istream& o, uint8_t& v ); }
a527838be7eded1952a6c8cc53a13ce27fd0a944
f0574f26faa80b41be72cd555a34a80d33992ee2
/libraries/image/src/image/OpenEXRReader.cpp
66e304e3fa505483229273deb292822e8c7785b5
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
humbletim/megaverse
53943f2f19b51ae222a6743408a93750a39e3885
42d5a4983cf732411f262b98032baf72a93669ac
refs/heads/master
2022-11-12T10:07:53.619639
2019-10-17T19:02:16
2019-10-17T19:02:16
261,794,028
2
0
NOASSERTION
2020-07-07T10:51:27
2020-05-06T15:02:52
C++
UTF-8
C++
false
false
2,681
cpp
// // OpenEXRReader.cpp // image/src/image // // Created by Olivier Prat // Copyright 2019 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include "OpenEXRReader.h" #include "TextureProcessing.h" #include "ImageLogging.h" #include <QIODevice> #include <QDebug> #if !defined(Q_OS_ANDROID) #include <OpenEXR/ImfIO.h> #include <OpenEXR/ImfRgbaFile.h> #include <OpenEXR/ImfArray.h> #include <OpenEXR/ImfTestFile.h> class QIODeviceImfStream : public Imf::IStream { public: QIODeviceImfStream(QIODevice& device, const std::string& filename) : Imf::IStream(filename.c_str()), _device(device) { } bool read(char c[/*n*/], int n) override { if (_device.read(c, n) <= 0) { qWarning(imagelogging) << "OpenEXR - in file " << fileName() << " : " << _device.errorString(); return false; } return true; } Imf::Int64 tellg() override { return _device.pos(); } void seekg(Imf::Int64 pos) override { _device.seek(pos); } void clear() override { // Not much to do } private: QIODevice& _device; }; #endif image::Image image::readOpenEXR(QIODevice& content, const std::string& filename) { #if !defined(Q_OS_ANDROID) QIODeviceImfStream device(content, filename); if (Imf::isOpenExrFile(device)) { Imf::RgbaInputFile file(device); Imath::Box2i viewport = file.dataWindow(); Imf::Array2D<Imf::Rgba> pixels; int width = viewport.max.x - viewport.min.x + 1; int height = viewport.max.y - viewport.min.y + 1; pixels.resizeErase(height, width); file.setFrameBuffer(&pixels[0][0] - viewport.min.x - viewport.min.y * width, 1, width); file.readPixels(viewport.min.y, viewport.max.y); Image image{ width, height, Image::Format_PACKED_FLOAT }; auto packHDRPixel = getHDRPackingFunction(); for (int y = 0; y < height; y++) { const auto srcScanline = pixels[y]; gpu::uint32* dstScanline = (gpu::uint32*) image.editScanLine(y); for (int x = 0; x < width; x++) { const auto& srcPixel = srcScanline[x]; auto& dstPixel = dstScanline[x]; glm::vec3 floatPixel{ srcPixel.r, srcPixel.g, srcPixel.b }; dstPixel = packHDRPixel(floatPixel); } } return image; } else { qWarning(imagelogging) << "OpenEXR - File " << filename.c_str() << " doesn't have the proper format"; } #endif return QImage(); }
b5111c0cacd8e1b3eeedb55b368a9a190d12a430
bf09b499edc5bf2e47a43c7c2dd4cd4bcc53255b
/App/UserApp/BMReportForm.h
55132f52d03c67449313b26a8350eaca2d250346
[]
no_license
15831944/SmartISO
95ab3319f1005daf9aa3fc1e38a3f010118a8d20
5040e76891190b2146f171e03445343dc005d3be
refs/heads/main
2023-04-12T19:06:21.472281
2021-05-03T04:12:59
2021-05-03T04:12:59
null
0
0
null
null
null
null
UHC
C++
false
false
7,710
h
#if !defined(AFX_BMREPORTFORM_H__12B2AECF_9FA8_4979_B543_39314F6224C0__INCLUDED_) #define AFX_BMREPORTFORM_H__12B2AECF_9FA8_4979_B543_39314F6224C0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // BMReportForm.h : header file // ///////////////////////////////////////////////////////////////////////////// // CBMReportForm form view #ifndef __AFXEXT_H__ #include <afxext.h> #endif #include <GradientStatic.h> #include <ResizeWnd.h> #include "IsoFileListCtrl.h" #include "LineListSelectOption1.h" #include "BMReportOptionDlg.h" #include "QCCheck.h" #include "WeldDetailBMFile.h" #include "WeldDiaCheck.h" #include <XButtonXP/XButtonXP.h> class INFDataStruct { public: STRING_T GetQueryClause() const; /// 2012.08.31 added by humkyung bool HasSameValueExceptQty( const INFDataStruct& rhs ) const; /// check if has same value except QTY - 2011.08.31 added by humkyung int RetrieveDataFromIsoBMData(CNtrData* pNtrData , CIsoBMData& oIsoBMData); /// 2011.08.31 added by humkyung int GetHeaderString4Sum(vector<STRING_T>& csv_row) const; /// 2011.09.24 added by humkyung int GetHeaderString(vector<STRING_T>& csv_row) const; CString GetBMReportString4TextFile() const; int GetBMReportString4SumCSV(vector<STRING_T>& csv_row) const; /// 2011.09.24 added by humkyung int GetBMReportString4CSV(vector<STRING_T>& csv_row) const; CString GetMainSize() const; CString GetSubSize() const; void SetMainSize(const CString& rSize); void SetSubSize(const CString& rSize); INFDataStruct(); INFDataStruct( const INFDataStruct& rhs ); /// copy constructor - 2011.09.24 added by humkyung CString m_rProjectNo, m_sMatlSpec , m_rSymbol; CString m_rQuantity , m_sMatlCode , m_rLineNo , m_rDwgNo , m_rPlantNo , m_rAreaNo , m_rUnitNo; CString m_rSectionNo, m_rSheetNo, m_rRevNo, m_rSerialNo , m_rFieldShop , m_rFluid , m_rInsulType , m_rTemper , m_rPaint; CString m_rInsulThk; CString m_sMatlDesc; /// 2011.08.31 added by humkyung CString m_sKey; /// 2012.08.31 added by humkyung CString m_rFormatString; static CString m_rHeaderItems[]; private: CString m_rMainSize, m_rSubSize; CString m_sBoltLength; /// 2011.09.01 added by humkyung }; class CBMOutputPath { public: CBMOutputPath(){} ~CBMOutputPath(){} CBMOutputPath(const CBMOutputPath& rhs) { (*this) = rhs; } CBMOutputPath& operator=(const CBMOutputPath& rhs) { if(this != &rhs) { m_rProductFilePath = rhs.m_rProductFilePath; m_rTempFilePath = rhs.m_rTempFilePath; } return (*this); } CString m_rProductFilePath; CString m_rTempFilePath; }; class CBMLogFileForm; class CBMReportForm : public CFormView { protected: DECLARE_DYNCREATE(CBMReportForm) // Form Data public: //{{AFX_DATA(CBMReportForm) enum { IDD = IDD_BM_REPORT }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA IsGui::CListCtrlEx m_wndLineDataReport; CButton m_PipeCuttiongLengthButton; int m_nRecordCount; // Attributes public: // Operations public: int Generate(); void GetSelectedLineDataRecord(vector<LineDataRecordMap>&); void ShowRecordCount(int nRecordCount); void ShowSelectedCount(); void DeleteQualifiedLineList(); void GenerateInterfaceExcel(); void SetViewLogFileForm(CBMLogFileForm* p); void InitContents(); CBMReportForm(); // protected constructor used by dynamic creation virtual ~CBMReportForm(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBMReportForm) public: virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL); virtual void OnInitialUpdate(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult); //}}AFX_VIRTUAL // Implementation protected: bool MakeWeldDiaCheck(const CString& rOutputFilePath); CWeldDiaCheck m_weldDiaCheck; CWeldDetailBMFile m_weldDetailBMFile; CQCCheck m_qcCheck; vector<CIsoBMData> m_paintCodeEntry; vector<CIsoBMData> m_insBMEntry; vector<CIsoBMData> m_SupportBMEntry; vector< STRING_T > m_InfAllItemEntry; ///< PIPE BULK ITEM + OTHER ITEM vector< STRING_T > m_PipingBulkItemEntry; ///< PIPE BULK ITEM 컨테이너 vector< STRING_T > m_OthersItemEntry; ///< OHTER ITEM 컨테이너 vector< CString > m_LogTextEntry; ///< LOG 파일에 저장할 문자열 컨테이너 vector<INFDataStruct> m_oINFExlEntry; map<int , int> m_ItemMap; ///< iso edit item -> qualified item map<int , int> m_ReverseItemMap; ///< qualified item -> iso edit item CBMLogFileForm* m_pViewLogFileForm; CString m_rOutputDrawingFolder; ///< ISO EDIT에서 생성된 파일들이 들어 있는 폴더. ///CResizeWnd m_ResizeWnd; CImageList m_ImageList; CFont* m_pBoldFont; map<int , CLineDataRecord*> m_IsoFileMap; CLineDataRecordSet* m_pLineDataRecordSet; #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CBMReportForm) afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnUpdateButtonStart(CCmdUI* pCmdUI); afx_msg void OnKeydownListLineData(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnButtonIssue(); //}}AFX_MSG /*afx_msg void OnHorzResize();*/ DECLARE_MESSAGE_MAP() private: int WriteCSVFilesToExcelFile( const CString& sExlFilePath , const CString& sCSVFile1 , const CString& sCSVFile2 ); /// 2013.01.22 added by humkyung void DropItemOnList(CListCtrl* pDragList, CListCtrl* pDropList); /// 2012.05.08 added by humkyung int CreateIssueFolder(const CString& sProjectFolder , const CString& sIssueDate); /// 2012.05.08 added by humkyung bool GenerateLogText(vector<CString>& LogTextEntry , const int &nItem); bool GeneratePipeSupportCheck(const CString& rOutputFilePath); void InitVariables(); vector<CBMOutputPath> m_OutputFileFullPathEntry; ///< 생성되는 파일의 TEMP 쪽의 이름과 PRODUCT쪽의 이름을 가지고 있다. void SaveErrorSumFile(); void AddToQualifiedListCtrl(vector<long>* pIsoEditItemEntry); void GenerateINFSumFile(const CBMOutputPath &oBMFilePath , const CBMOutputPath& oINFSumFilePath , const CBMOutputPath& oINFAllSumFilePath , const CBMOutputPath& oPipingINFFilePath , const CBMOutputPath& oOthersINFFilePath); void ProcessIsoFile(const int& nItem , const CString &rOutputFilePath , const CString& rIniFilePath); bool GenerateInsulationBM(const CString& rOutputFilePath); bool GeneratePaintCode(const CString& rOutputFilePath); void MakeOracleDBFFile(); bool MakeWeldDetailFile(const CString& rOutputFilePath); bool GenerateLogFile(); void LogFileSynchronizing(const vector<CString>& LogTextEntry); bool GenerateINFFile(CAppPostgreSQL& , const CString& rINFFilePath ); bool MakePRTFile(const CString& rPrtFilePath); bool MakeNTRFile(const CString& rNtrFilePath); void DetermineLayout(int cx , int cy); void LoadLineDataRecordSetFromDatabase(const CString &rQueryCondition , const vector< string >& issueDates ); void SyncOutputFileWithDataRecord(); static UINT StatusThreadEntry(LPVOID pVoid); UINT StatusThread(); public: virtual BOOL PreTranslateMessage(MSG* pMsg); afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); afx_msg void OnNMDblclkListLineData(NMHDR *pNMHDR, LRESULT *pResult); afx_msg void OnLvnItemchangedListLineData(NMHDR *pNMHDR, LRESULT *pResult); }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_BMREPORTFORM_H__12B2AECF_9FA8_4979_B543_39314F6224C0__INCLUDED_)
03bbff623d74781dad722413966b485b1f25c955
bc54eddd1964526b08da38132215bdcc518aecce
/lib/ILI9481_pacman/ILI9481_pacman.h
0d6cee4e4a5c850d74fdfbe628aa2707a6f63aab
[ "MIT" ]
permissive
jorritnutma/pacmanArduino
decc5767b50539e64f300e9f4e3015efb6b71264
3a9e1084ad7dcbe07cd4ac882d4256c5a3183754
refs/heads/master
2020-06-20T21:01:49.474317
2017-03-03T13:35:49
2017-03-03T13:35:49
74,821,220
1
0
null
null
null
null
UTF-8
C++
false
false
905
h
#ifndef ILI9481_PACMAN_H #define ILI9481_PACMAN_H #include "renderer_elem_pm.h" #include "renderer_elem_wall.h" #include "renderer_elem_monster.h" #include "ILI9481_driver.h" #include "utils.h" class ILI9481_pacman : public ILI9481_driver{ private: const static int MAX_TILE_SIZE = 40; uint8_t pm_borders[MAX_TILE_SIZE >> 1]; uint8_t monster_border_left[MAX_TILE_SIZE >> 1]; uint8_t monster_border_right[MAX_TILE_SIZE >> 1]; public: ILI9481_pacman(); void drawPacmanInit(renderer_elem_pm*); void drawPacman(renderer_elem_pm* pm_prop, utils::direction dir, uint16_t); void drawMonsterInit(renderer_elem_monster*); void drawMonster(renderer_elem_monster*, uint16_t bg_color); void drawMonster1(renderer_elem_monster*, uint16_t bg_color); void drawVertWall(renderer_elem_wall*, uint8_t tileSize); void drawHorWall(renderer_elem_wall*, uint8_t tileSize); }; #endif // ILI9481_PACMAN_LIB_H
741d68e13c383197e57fd50eef54caa864dcb7da
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/collectd/gumtree/collectd_repos_function_205_collectd-4.10.9.cpp
dbc6a0e07526955728119d13b6f181cf71b83e5e
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,218
cpp
static int exec_config_exec (oconfig_item_t *ci) /* {{{ */ { program_list_t *pl; char buffer[128]; int i; if (ci->children_num != 0) { WARNING ("exec plugin: The config option `%s' may not be a block.", ci->key); return (-1); } if (ci->values_num < 2) { WARNING ("exec plugin: The config option `%s' needs at least two " "arguments.", ci->key); return (-1); } if ((ci->values[0].type != OCONFIG_TYPE_STRING) || (ci->values[1].type != OCONFIG_TYPE_STRING)) { WARNING ("exec plugin: The first two arguments to the `%s' option must " "be string arguments.", ci->key); return (-1); } pl = (program_list_t *) malloc (sizeof (program_list_t)); if (pl == NULL) { ERROR ("exec plugin: malloc failed."); return (-1); } memset (pl, '\0', sizeof (program_list_t)); if (strcasecmp ("NotificationExec", ci->key) == 0) pl->flags |= PL_NOTIF_ACTION; else pl->flags |= PL_NORMAL; pl->user = strdup (ci->values[0].value.string); if (pl->user == NULL) { ERROR ("exec plugin: strdup failed."); sfree (pl); return (-1); } pl->group = strchr (pl->user, ':'); if (pl->group != NULL) { *pl->group = '\0'; pl->group++; } pl->exec = strdup (ci->values[1].value.string); if (pl->exec == NULL) { ERROR ("exec plugin: strdup failed."); sfree (pl->user); sfree (pl); return (-1); } pl->argv = (char **) malloc (ci->values_num * sizeof (char *)); if (pl->argv == NULL) { ERROR ("exec plugin: malloc failed."); sfree (pl->exec); sfree (pl->user); sfree (pl); return (-1); } memset (pl->argv, '\0', ci->values_num * sizeof (char *)); { char *tmp = strrchr (ci->values[1].value.string, '/'); if (tmp == NULL) sstrncpy (buffer, ci->values[1].value.string, sizeof (buffer)); else sstrncpy (buffer, tmp + 1, sizeof (buffer)); } pl->argv[0] = strdup (buffer); if (pl->argv[0] == NULL) { ERROR ("exec plugin: malloc failed."); sfree (pl->argv); sfree (pl->exec); sfree (pl->user); sfree (pl); return (-1); } for (i = 1; i < (ci->values_num - 1); i++) { if (ci->values[i + 1].type == OCONFIG_TYPE_STRING) { pl->argv[i] = strdup (ci->values[i + 1].value.string); } else { if (ci->values[i + 1].type == OCONFIG_TYPE_NUMBER) { ssnprintf (buffer, sizeof (buffer), "%lf", ci->values[i + 1].value.number); } else { if (ci->values[i + 1].value.boolean) sstrncpy (buffer, "true", sizeof (buffer)); else sstrncpy (buffer, "false", sizeof (buffer)); } pl->argv[i] = strdup (buffer); } if (pl->argv[i] == NULL) { ERROR ("exec plugin: strdup failed."); break; } } /* for (i) */ if (i < (ci->values_num - 1)) { while ((--i) >= 0) { sfree (pl->argv[i]); } sfree (pl->argv); sfree (pl->exec); sfree (pl->user); sfree (pl); return (-1); } for (i = 0; pl->argv[i] != NULL; i++) { DEBUG ("exec plugin: argv[%i] = %s", i, pl->argv[i]); } pl->next = pl_head; pl_head = pl; return (0); }
3b752c3cdfe5ac2615b7de5b310ced3101950a3f
e5f74db2b079783fbf923826e3ee0d061849a889
/Code/GeometryWidgets/dialogMeasureDistance.cpp
499049029fba60de9c352256f1648d4c1000be3b
[ "BSD-3-Clause" ]
permissive
sunhan01/FastCAE
57b6ba145864978ffcc57dd4721a17d4b6c350f8
4e9e9aa1cc076bc3ba5d7823fb61e5b0a9dc2e72
refs/heads/master
2023-02-12T14:56:52.414267
2021-01-11T05:43:42
2021-01-11T05:43:42
null
0
0
null
null
null
null
GB18030
C++
false
false
8,457
cpp
#include "dialogMeasureDistance.h" #include "ui_dialogMeasureDistance.h" #include "MainWidgets/preWindow.h" #include "mainWindow/mainWindow.h" #include "geometry/geometrySet.h" #include <TopoDS_Shape.hxx> #include <TopExp_Explorer.hxx> #include <TopoDS_Vertex.hxx> #include <BRep_Tool.hxx> #include <TopoDS.hxx> #include <Adaptor3d_Curve.hxx> #include <CPnts_AbscissaPoint.hxx> #include <BRepBuilderAPI_MakeEdge.hxx> #include <BRepAdaptor_Curve.hxx> #include <BRepAdaptor_Surface.hxx> #include <GCPnts_AbscissaPoint.hxx> #include <QDebug> #include <GProp_GProps.hxx> #include <BRepGProp.hxx> namespace GeometryWidget { MeasureDistanceDialog::MeasureDistanceDialog(GUI::MainWindow* m, MainWidget::PreWindow* p) :GeoDialogBase(m, p) { _ui = new Ui::MeasureaDistanceDialog; _ui->setupUi(this); _point[0] = _point[1] = _point[2] = 3e66; connect(_ui->comboBoxType, SIGNAL(currentIndexChanged(int)), this, SLOT(on_TypeChanged(int))); connect(p, SIGNAL(selectGeoActorShape(vtkActor*, int, Geometry::GeometrySet*)), this, SLOT(selectPoint(vtkActor*, int, Geometry::GeometrySet*))); _ui->tabWidget->tabBar()->hide(); } MeasureDistanceDialog::~MeasureDistanceDialog() { if (nullptr != _ui) delete _ui; } void MeasureDistanceDialog::on_TypeChanged(int index) { emit setSelectMode(int(ModuleBase::None)); _ui->tabWidget->setCurrentIndex(index); _typeindex = index; } void MeasureDistanceDialog::on_closeButton_clicked() { this->close(); // delete this; } void MeasureDistanceDialog::on_geoSelectPoint_clicked() { emit setSelectMode(int(ModuleBase::GeometryPoint)); } void MeasureDistanceDialog::on_geoSelectCurve_clicked() { ImHighlightPoints(); ImHighlightSurface(); ImHighlightSolid(); emit setSelectMode(int(ModuleBase::GeometryCurve)); } void MeasureDistanceDialog::on_geoSelectSurface_1_clicked() { ImHighlightPoints(); ImHighlightCurve(); ImHighlightSolid(); emit setSelectMode(int(ModuleBase::GeometrySurface)); } void MeasureDistanceDialog::on_geoSelectSurface_clicked() { ImHighlightPoints(); ImHighlightCurve(); ImHighlightSurface(); emit setSelectMode(int(ModuleBase::GeometryBody)); } void MeasureDistanceDialog::shapeSlected(Geometry::GeometrySet* set, int index) { if ( set == nullptr && index < 0) return; switch (_typeindex) { case 0: DistanceTwoPts(set, index); break; case 1: LengthOfCurve(set, index); break; case 2: AreaOfSurface(set, index); break; case 3: VolumeOfSolid(set, index); break; default:break; } } void MeasureDistanceDialog::DistanceTwoPts(Geometry::GeometrySet* set, int index) { if (set == nullptr) return; emit highLightGeometryPointSig(set, index, true); QPair<Geometry::GeometrySet*, int> temp{ set, index }; _ptlist.push_back(temp); if (_ptlist.size() > 2) { QPair<Geometry::GeometrySet*, int> firstpair = _ptlist.front(); Geometry::GeometrySet* geoset = firstpair.first; int setindex = firstpair.second; emit highLightGeometryPointSig(geoset, setindex, false); _ptlist.removeFirst(); } _ui->topedgelabel->setText(QString(tr("Selected Object(%1)")).arg(_ptlist.size())); TopoDS_Shape* shape = set->getShape(); TopExp_Explorer ptExp(*shape, TopAbs_VERTEX); for (int k = 0; k < index; ++k) ptExp.Next(); const TopoDS_Vertex& vertex = TopoDS::Vertex(ptExp.Current()); gp_Pnt pt = BRep_Tool::Pnt(vertex); gp_Pnt bef(_point[0], _point[1], _point[2]); if (_ptlist.size() != 2) { _point[0] = pt.X(); _point[1] = pt.Y(); _point[2] = pt.Z(); this->setPointLocation(_point, nullptr); return; } double d = bef.Distance(pt); double p1[3] = { bef.X(), bef.Y(), bef.Z() }; double p2[3] = { pt.X(), pt.Y(), pt.Z() }; this->setPointLocation(p1, p2); _ui->disLabel->setText(QString::number(d)); _point[0] = pt.X(); _point[1] = pt.Y(); _point[2] = pt.Z(); } void MeasureDistanceDialog::setPointLocation(double* p1, double* p2) { const QString em{ "0.0" }; _ui->X1->setText(em); _ui->Y1->setText(em); _ui->Z1->setText(em); _ui->X2->setText(em); _ui->Y2->setText(em); _ui->Z2->setText(em); if (p1 != nullptr) { _ui->X1->setText(QString::number(p1[0], 'f', 6)); _ui->Y1->setText(QString::number(p1[1], 'f', 6)); _ui->Z1->setText(QString::number(p1[2], 'f', 6)); } if (p2 != nullptr) { _ui->X2->setText(QString::number(p2[0], 'f', 6)); _ui->Y2->setText(QString::number(p2[1], 'f', 6)); _ui->Z2->setText(QString::number(p2[2], 'f', 6)); } } void MeasureDistanceDialog::LengthOfCurve(Geometry::GeometrySet* set, int index) { if (_curve.first != nullptr) { emit highLightGeometryEdgeSig(_curve.first, _curve.second, false); _curve.first = nullptr; _curve.second = index; } _curve.first = set; _curve.second = index; emit highLightGeometryEdgeSig(_curve.first, _curve.second, true); _ui->topedgelabel_2->setText(QString(tr("Selected Object(1)"))); //计算曲线长度 if (_curve.first == nullptr&&_curve.second < 0) return; TopoDS_Shape* shape = _curve.first->getShape(); TopExp_Explorer edgeExp(*shape, TopAbs_EDGE); for (int indexExp = 0; indexExp < _curve.second && edgeExp.More(); edgeExp.Next(), ++indexExp); const TopoDS_Shape& edgeShape = edgeExp.Current(); if (edgeShape.IsNull()) return; const TopoDS_Edge &oneedge = TopoDS::Edge(edgeShape); Standard_Real edgeLength = GCPnts_AbscissaPoint::Length(BRepAdaptor_Curve(oneedge)); if (edgeLength < 0)return; _ui->disLabel_2->setText(QString::number(edgeLength)); } void MeasureDistanceDialog::AreaOfSurface(Geometry::GeometrySet* set, int index) { if (_surface.first != nullptr) { emit highLightGeometryFaceSig(_surface.first, _surface.second, false); _surface.first = nullptr; _surface.second = index; } _surface.first = set; _surface.second = index; emit highLightGeometryFaceSig(_surface.first, _surface.second, true); _ui->topedgelabel_3->setText(QString(tr("Selected Object(1)"))); //计算曲面面积 if (_surface.first == nullptr&&_surface.second < 0) return; TopoDS_Shape* shape = _surface.first->getShape(); TopExp_Explorer edgeExp(*shape, TopAbs_FACE); for (int indexExp = 0; indexExp < _surface.second && edgeExp.More(); edgeExp.Next(), ++indexExp); const TopoDS_Shape& faceShape = edgeExp.Current(); if (faceShape.IsNull()) return; const TopoDS_Face &oneface = TopoDS::Face(faceShape); GProp_GProps aSurfaceProps; BRepGProp::SurfaceProperties(oneface, aSurfaceProps); double area = aSurfaceProps.Mass(); if (area < 0) return; _ui->disLabel_3->setText(QString::number(area)); } void MeasureDistanceDialog::VolumeOfSolid(Geometry::GeometrySet* set, int index) { if (_solid.first != nullptr) { emit highLightGeometrySolidSig(_solid.first, _solid.second, false); _solid.first = nullptr; _solid.second = index; } _solid.first = set; _solid.second = index; emit highLightGeometrySolidSig(_solid.first, _solid.second, true); _ui->topedgelabel_4->setText(QString(tr("Selected Object(1)"))); //计算实体体积 if (_solid.first == nullptr&&_solid.second < 0) return; TopoDS_Shape* shape = _solid.first->getShape(); TopExp_Explorer solidExp(*shape, TopAbs_SOLID); for (int indexExp = 0; indexExp < _solid.second && solidExp.More(); solidExp.Next(), ++indexExp); const TopoDS_Shape& solidShape = solidExp.Current(); if (solidShape.IsNull()) return; /* const TopoDS_Solid &onesolid = TopoDS::Solid(solidShape);*/ GProp_GProps aSolidProps; BRepGProp::VolumeProperties(solidShape, aSolidProps); double volume = aSolidProps.Mass(); if (volume < 0) return; _ui->disLabel_4->setText(QString::number(volume)); /*TopoDS_Shape solidShape; GProp_GProps props; BRepGProp::VolumeProperties(solidShape, props); Standard_Real volume = props.Mass();*/ } void MeasureDistanceDialog::ImHighlightPoints() { QList<QPair<Geometry::GeometrySet*, int>>::iterator it = _ptlist.begin(); for (; it != _ptlist.end(); it++) { emit highLightGeometryPointSig(it->first, it->second, false); } } void MeasureDistanceDialog::ImHighlightCurve() { emit highLightGeometryEdgeSig(_curve.first, _curve.second, false); } void MeasureDistanceDialog::ImHighlightSurface() { emit highLightGeometryFaceSig(_surface.first, _surface.second, false); } void MeasureDistanceDialog::ImHighlightSolid() { emit highLightGeometrySolidSig(_solid.first, _solid.second, false); } }