Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
记录加速度计值的最佳方法是什么?
我编写了一个程序,它获取加速度计并使用时钟计算手机的速度和加速度。是否有可能每 0.1 < x <1 秒将所有这些值存储在 .csv 文件中。或者有更好的选择来记录这些数字。文件有多大?
您是否考虑过某种 SQL,并尝试考虑数据需要存储多长时间,以及数据需要存储在哪里。例如,您可以设置一个私人服务器,并将数据发送给它,并且任何超过一周的数据都会被删除。