57862207 1f41a196a1 first commit mine 6 months ago
..
Makefile.am 1f41a196a1 first commit mine 6 months ago
README.md 1f41a196a1 first commit mine 6 months ago
card_message_handle.cpp 1f41a196a1 first commit mine 6 months ago
card_message_handle.h 1f41a196a1 first commit mine 6 months ago
libpoint_algorithm.a 1f41a196a1 first commit mine 6 months ago
loc_common.h 1f41a196a1 first commit mine 6 months ago
loc_point.cpp 1f41a196a1 first commit mine 6 months ago
loc_point.h 1f41a196a1 first commit mine 6 months ago
loc_tool.cpp 1f41a196a1 first commit mine 6 months ago
loc_tool.h 1f41a196a1 first commit mine 6 months ago
select_tool.cpp 1f41a196a1 first commit mine 6 months ago
select_tool.h 1f41a196a1 first commit mine 6 months ago

README.md

一、版本变更记录 1.增加tdoa和pdoa二维算法,2020/04/26

  • 文件的安装目录与ya-serv同级 |----|----------------- |ya-serv 采集系统 |point_algo 点得求解和平滑算法目录 |lib 存放动态库以及静态库等可执行文件 |include 存放动态库头文件以及静态库文件
  • 安装步骤
  • 1.该静态库依赖于ya-server得文件 ./configure --prefix=pwd/../ya-serv
  • 2.make
  • 3.make install 把静态库放入lib目录 把头文件放入include目录中.