CalculateDistance 计算经纬度点物理距离

程序名称:CalculateDistance

授权协议: GPL

操作系统: 跨平台

开发语言: Objective-C

CalculateDistance 介绍

计算两个经纬度点之间的物理距离。

示例代码:

#import <XCTest/XCTest.h>

@interface CalculateDistanceTests : XCTestCase

@end

@implementation CalculateDistanceTests

- (void)setUp {
    [super setUp];
    // Put setup code here. This method is called before the invocation of each test method in the class.
}

- (void)tearDown {
    // Put teardown code here. This method is called after the invocation of each test method in the class.
    [super tearDown];
}

- (void)testExample {
    // This is an example of a functional test case.
    // Use XCTAssert and related functions to verify your tests produce the correct results.
}

- (void)testPerformanceExample {
    // This is an example of a performance test case.
    [self measureBlock:^{
        // Put the code you want to measure the time of here.
    }];
}

@end

CalculateDistance 官网

https://github.com/MacleChen/CalculateDistance.git

相关编程语言

Pacman 是一个软件包管理器, 作为 ArchLinux 发行版...
Smb4K 是KDE下的网络共享浏览器 更多屏幕截图请看:...
Wine (“Wine Is Not an Emulator” 的首字母缩写)...
虚拟桌面软件,可管理最多9个虚拟桌面,你可以用热键...
UNetbootin (Universal Netboot Installer)为一种跨...
Cobbler 可以用来快速建立 Linux 网络安装环境,它已...