轨迹记录App是怎样对定位轨迹进行过滤、优化和平滑处理的
摘要:https://www.zhihu.com/question/39983016 卡尔曼滤波原理 卡尔曼滤波学习笔记 卡尔曼滤波的原理说明 http://www.cs.unc.edu/~welch/kalman/media/pdf/Kalman1960.pdf GPS纠偏算法,适用于google,高德
阅读全文
posted @
2016-10-18 17:55
洛易
阅读(3699)
推荐(0) 编辑
android-8~23 View.java - dispatchTouchEvent源码
摘要:android-8 android-14、android-15、android-16、android-17、android-18、android-19、android-20 android-21 android-22、android-23
阅读全文
posted @
2016-10-13 16:35
洛易
阅读(402)
推荐(0) 编辑
android-23 View.java - dispatchTouchEvent源码
摘要:public class View implements Drawable.Callback, KeyEvent.Callback, AccessibilityEventSource { /** * Pass the touch screen motion event down to the target view, or this * view i...
阅读全文
posted @
2016-10-13 16:30
洛易
阅读(253)
推荐(0) 编辑
The server encountered an internal error that prevented it from fulfilling this request.
摘要:type Exception report message Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache
阅读全文
posted @
2016-10-12 09:38
洛易
阅读(12313)
推荐(0) 编辑
Android Event
摘要:2016-10-11 http://p.codekk.com/detail/Android/wcy10586/androidEvent https://my.oschina.net/u/191330/blog/125291 http://gundumw100.iteye.com/blog/10522
阅读全文
posted @
2016-10-11 17:35
洛易
阅读(254)
推荐(0) 编辑
为什么计算机能读懂 1 和 0 ?
摘要:问题:为什么计算机能读懂 1 和 0 ? 从小到大,我们被告知的都是,计算机只能读懂1和0,但我好奇的是为什么计算机它就能够读懂1和0呢,它是怎么读懂的?读懂后,又是怎样进行工作的呢?嗯...我想问的就是,最最基本原始的那个工作原理 回答: 萧井陌,私信问题不回,请提问邀请 玉来了 既然是问最最原始
阅读全文
posted @
2016-10-06 18:13
洛易
阅读(1966)
推荐(0) 编辑
Format specifies type 'int' but the argument has type 'struct node *'
摘要:/Users/Rubert/IOS/iworkspace/LineList/LineList/main.c:205:37: Format specifies type 'int' but the argument has type 'struct node *'
阅读全文
posted @
2016-10-06 13:51
洛易
阅读(1348)
推荐(0) 编辑
some code of c
摘要:// // main.c // LineList // // Created by Rubert on 16/9/11. // Copyright © 2016年 Study. All rights reserved. // #include //定义链表数据结构 struct node { int num; struct node *next; struct...
阅读全文
posted @
2016-10-06 11:27
洛易
阅读(214)
推荐(0) 编辑
我们提倡适量饮酒,但多少算是适量呢?
摘要:春节是中国人最重要的节日之一,也是人们基于各种圈子“大串联”勾兑事情、交流感情的良机,这期间总少不了推杯换盏、觥筹交错。 关于喝酒的益处害处有很多不同版本,但人们最后会告诫,大量饮酒伤身,应该适量。那么,什么是适量呢? 各人体内乙醇代谢存在巨大差异,不同的人对酒精的耐受也有很大不同。因而,对于每个个
阅读全文
posted @
2016-10-05 23:51
洛易
阅读(537)
推荐(0) 编辑