搜索资源列表
Jack_Straws
- ACM94国际大学生编程竞赛东中心区试题-Descr iption n the game of Jack Straws, a number of plastic or wooden "straws" are dumped on the table and players try to remove them one-by-one without disturbing the other straws. Here, we are only concerned with if vario
E
- A problem consists of multiple lines of input. The first line will be an integer n (1 < n < 13) giving the number of straws on the table. Each of the next n lines contain 4 positive integers, x1 , y1 , x2 and y2 , giving the coordinates, (x1 y1
kalman
- 卡尔曼滤波,从Andrew D. Straw s Python 移植过来的-Kalman filter algorithm,This M code is modified from Andrew D. Straw s Python
kalman
- kalman滤波算法,修改自http://www.scipy.org/Cookbook/KalmanFiltering- Kalman filter in Matlab This code is modified from Andrew D. Straw s Python implementation of Kalman filter algorithm. The original code is here: http://www.scipy.org/Cook