# GpsCal **Repository Path**: liuqiuming/GpsCal ## Basic Information - **Project Name**: GpsCal - **Description**: 大量经纬度最小距离计算 - **Primary Language**: Go - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gps #### 介绍 经纬度计算 工作中需要用到的一些经纬度计算函数 #### 软件架构 gps包:计算GPS函数。 main包:利用goroutine并发特性,压榨CPU多核能力,快速完成10000*10000的GPS距离计算。 EXCEL表格:两个表分别存放需计算的10000个点经纬度。 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 计算10000*10000左右的数据量,在E7400双核CPU,耗时约63秒。如果用Office VB来计算,耗时以小时计。在AMD R5 3600 CPU,仅用5秒完成! #### 参与贡献