1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// (C) Copyright Andrew Sutton 2007 // // Use, modification and distribution are subject to the // Boost Software License, Version 1.0 (See accompanying file // LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_GRAPH_GEODESIC_DISTANCE_HPP #define BOOST_GRAPH_GEODESIC_DISTANCE_HPP #include #include #include namespace boost { template < typename Graph, typename DistanceType, typename ResultType, typename Divides = std::divides< ResultType > > struct mean_geodesic_measure : public geodesic_measure< Graph, DistanceType, ResultType > { typedef geodesic_measure< Graph, DistanceType, ResultType > base_type; typedef typename base_type::distance_type distance_type; typedef typename base_type::result_type result_type; result_type operator()(distance_type d, const Graph& g) { BOOST_CONCEPT_ASSERT((VertexListGraphConcept< Graph >)); BOOST_CONCEPT_ASSERT((NumericValueConcept< DistanceType >)); BOOST_CONCEPT_ASSERT((NumericValueConcept< ResultType >)); // NOTE: Disabled until this concept assert is fixed in Boost.ConceptCheck. // BOOST_CONCEPT_ASSERT((AdaptableBinaryFunctionConcept< Divides, // ResultType, ResultType, ResultType >)); return (d == base_type::infinite_distance()) ? base_type::infinite_result() : div(result_type(d), result_type(num_vertices(g) - 1)); } Divides div; }; template < typename Graph, typename DistanceMap > inline mean_geodesic_measure< Graph, typename property_traits< DistanceMap >::value_type, double > measure_mean_geodesic(const Graph&, DistanceMap) { return mean_geodesic_measure< Graph, typename property_traits< DistanceMap >::value_type, double >(); } template < typename T, typename Graph, typename DistanceMap > inline mean_geodesic_measure< Graph, typename property_traits< DistanceMap >::value_type, T > measure_mean_geodesic(const Graph&, DistanceMap) { return mean_geodesic_measure< Graph, typename property_traits< DistanceMap >::value_type, T >(); } // This is a little different because it's expected that the result type // should (must?) be the same as the distance type. There's a type of // transitivity in this thinking... If the average of distances has type // X then the average of x's should also be type X. Is there a case where this // is not true? // // This type is a little under-genericized... It needs generic parameters // for addition and division. template < typename Graph, typename DistanceType > struct mean_graph_distance_measure : public geodesic_measure< Graph, DistanceType, DistanceType > { typedef geodesic_measure< Graph, DistanceType, DistanceType > base_type; typedef typename base_type::distance_type distance_type; typedef typename base_type::result_type result_type; inline result_type operator()(distance_type d, const Graph& g) { BOOST_CONCEPT_ASSERT((VertexListGraphConcept< Graph >)); BOOST_CONCEPT_ASSERT((NumericValueConcept< DistanceType >)); if (d == base_type::infinite_distance()) { return base_type::infinite_result(); } else { return d / result_type(num_vertices(g)); } } }; template < typename Graph, typename DistanceMap > inline mean_graph_distance_measure< Graph, typename property_traits< DistanceMap >::value_type > measure_graph_mean_geodesic(const Graph&, DistanceMap) { typedef typename property_traits< DistanceMap >::value_type T; return mean_graph_distance_measure< Graph, T >(); } template < typename Graph, typename DistanceMap, typename Measure, typename Combinator > inline typename Measure::result_type mean_geodesic( const Graph& g, DistanceMap dist, Measure measure, Combinator combine) { BOOST_CONCEPT_ASSERT((DistanceMeasureConcept< Measure, Graph >)); typedef typename Measure::distance_type Distance; Distance n = detail::combine_distances(g, dist, combine, Distance(0)); return measure(n, g); } template < typename Graph, typename DistanceMap, typename Measure > inline typename Measure::result_type mean_geodesic( const Graph& g, DistanceMap dist, Measure measure) { BOOST_CONCEPT_ASSERT((DistanceMeasureConcept< Measure, Graph >)); typedef typename Measure::distance_type Distance; return mean_geodesic(g, dist, measure, std::plus< Distance >()); } template < typename Graph, typename DistanceMap > inline double mean_geodesic(const Graph& g, DistanceMap dist) { return mean_geodesic(g, dist, measure_mean_geodesic(g, dist)); } template < typename T, typename Graph, typename DistanceMap > inline T mean_geodesic(const Graph& g, DistanceMap dist) { return mean_geodesic(g, dist, measure_mean_geodesic< T >(g, dist)); } template < typename Graph, typename DistanceMatrixMap, typename GeodesicMap, typename Measure > inline typename property_traits< GeodesicMap >::value_type all_mean_geodesics( const Graph& g, DistanceMatrixMap dist, GeodesicMap geo, Measure measure) { BOOST_CONCEPT_ASSERT((VertexListGraphConcept< Graph >)); typedef typename graph_traits< Graph >::vertex_descriptor Vertex; typedef typename graph_traits< Graph >::vertex_iterator VertexIterator; BOOST_CONCEPT_ASSERT( (ReadablePropertyMapConcept< DistanceMatrixMap, Vertex >)); typedef typename property_traits< DistanceMatrixMap >::value_type DistanceMap; BOOST_CONCEPT_ASSERT((DistanceMeasureConcept< Measure, Graph >)); typedef typename Measure::result_type Result; BOOST_CONCEPT_ASSERT((WritablePropertyMapConcept< GeodesicMap, Vertex >)); BOOST_CONCEPT_ASSERT((NumericValueConcept< Result >)); // NOTE: We could compute the mean geodesic here by performing additional // computations (i.e., adding and dividing). However, I don't really feel // like fully genericizing the entire operation yet so I'm not going to. Result inf = numeric_values< Result >::infinity(); Result sum = numeric_values< Result >::zero(); VertexIterator i, end; for (boost::tie(i, end) = vertices(g); i != end; ++i) { DistanceMap dm = get(dist, *i); Result r = mean_geodesic(g, dm, measure); put(geo, *i, r); // compute the sum along with geodesics if (r == inf) { sum = inf; } else if (sum != inf) { sum += r; } } // return the average of averages. return sum / Result(num_vertices(g)); } template < typename Graph, typename DistanceMatrixMap, typename GeodesicMap > inline typename property_traits< GeodesicMap >::value_type all_mean_geodesics( const Graph& g, DistanceMatrixMap dist, GeodesicMap geo) { BOOST_CONCEPT_ASSERT((GraphConcept< Graph >)); typedef typename graph_traits< Graph >::vertex_descriptor Vertex; BOOST_CONCEPT_ASSERT( (ReadablePropertyMapConcept< DistanceMatrixMap, Vertex >)); typedef typename property_traits< DistanceMatrixMap >::value_type DistanceMap; BOOST_CONCEPT_ASSERT((WritablePropertyMapConcept< GeodesicMap, Vertex >)); typedef typename property_traits< GeodesicMap >::value_type Result; return all_mean_geodesics( g, dist, geo, measure_mean_geodesic< Result >(g, DistanceMap())); } template < typename Graph, typename GeodesicMap, typename Measure > inline typename Measure::result_type small_world_distance( const Graph& g, GeodesicMap geo, Measure measure) { BOOST_CONCEPT_ASSERT((DistanceMeasureConcept< Measure, Graph >)); typedef typename Measure::result_type Result; Result sum = detail::combine_distances(g, geo, std::plus< Result >(), Result(0)); return measure(sum, g); } template < typename Graph, typename GeodesicMap > inline typename property_traits< GeodesicMap >::value_type small_world_distance( const Graph& g, GeodesicMap geo) { return small_world_distance(g, geo, measure_graph_mean_geodesic(g, geo)); } } #endif