This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
filetype plugin indent on " required | |
set nu | |
filetype plugin indent on | |
set smartindent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
Plugin 'VundleVim/Vundle.vim' | |
call vundle#end() " required | |
filetype plugin indent on " required | |
set nu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Performing configuration checks | |
- 32-bit : no (cached) | |
- 64-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : yes (cached) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-141.577 44.4739 5.4699 -53.5127 48.4488 8.7958 -116.683 89.3409 | |
-2.8969 76.4511 -141.655 -51.4682 -89.1273 -83.156 127.919 39.5319 | |
37.4008 18.9698 -70.7655 30.7962 -14.2323 37.7838 8.43888 82.0077 | |
-91.0079 -49.4179 -123.71 10.2196 -163.761 74.6357 -162.027 -55.4991 | |
24.1734 3.2443 -70.0723 -12.9088 -149.368 -65.2197 -32.0003 44.6133 | |
-53.7533 -33.6712 103.309 51.6997 21.6121 56.7075 25.503 57.9584 | |
-135.321 6.08436 135.243 -9.69794 -16.9494 -61.0531 -124.13 -85.9579 | |
-101.244 -33.3461 -179.081 80.6134 63.689 -26.8837 -68.4707 32.8685 | |
39.2773 60.815 69.1284 26.3961 -76.8006 89.2292 128.903 53.1867 | |
-169.358 -81.2765 15.1943 -82.9069 106.658 53.0754 -55.7159 66.3955 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comparable_geographic_distance:2 | |
distance: 2 | |
P1: -141.577, 44.4739 P2: 5.4699, -53.5127 | |
P3: 48.4488, 8.7958 P4: -116.683, 89.3409 | |
comparable_geographic_distance: P1, P2 lager than P3, P4 | |
consistency:1 | |
distance (sec):0.01782 | |
comparable_geographic_distance (sec):0.002767 | |
comparable_geographic_distance:2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
Plugin 'VundleVim/Vundle.vim' | |
call vundle#end() " required | |
filetype plugin indent on " required | |
set nu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************* | |
> File Name: test_geographic.cpp | |
> Author: Rylynnn | |
> Mail: jingry0321@gmail.com | |
> Created Time: Wed 14 Jun 2017 06:38:20 AM CST | |
************************************************************************/ | |
#include <ctime> | |
#include <iostream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rylynnn@rylynnn:~/GSoC17$ gdb testcase_result | |
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1 | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ctime> | |
#include <iostream> | |
#include <boost/geometry.hpp> | |
#include <boost/geometry/geometries/geometries.hpp> | |
#include <boost/geometry/algorithms/distance.hpp> | |
#include <boost/geometry/algorithms/comparable_distance.hpp> | |
#include <boost/numeric/conversion/bounds.hpp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
P!: -94.9943 0.27741 | |
P2: 19.133 55.4392 | |
distance:0.001756s | |
comparable_distance:0.001537s | |
P!: 150.142 -82.48 | |
P2: 139.892 74.4522 | |
distance:0.001704s | |
comparable_distance:0.001463s |
NewerOlder