Calculates the Variance Ratio Test of a time series, with or without the heteroskedasticity correction.
标签: heteroskedasticity Calculates the Variance
上传时间: 2016-03-24
上传用户:ynwbosss
real time and embeded guide.pdf 对理解实时操作系统和linux内核之间的交互操作有很好帮助
上传时间: 2013-12-18
上传用户:c12228
Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular expressions. Tutorial: Using regular expressions
标签: expression the tutorial regular
上传时间: 2013-12-19
上传用户:sardinescn
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
标签: unsigned short delay_ms include
上传时间: 2016-03-30
上传用户:cuibaigao
Short Message Peer to Peer
上传时间: 2016-04-01
上传用户:tyler
Network time protocol source study
标签: protocol Network source study
上传时间: 2014-11-29
上传用户:zhuimenghuadie
RTX-51 Real-Time(汉).pdf
上传时间: 2016-04-04
上传用户:lizhizheng88
The OpenGPSRec receiver software runs on the real time operating system RTAI-Linux. It compiles with gcc using a RTAI-patched linux kernel. linux下的GPS 开放源码~!
标签: OpenGPSRec RTAI-Linux operating receiver
上传时间: 2016-04-10
上传用户:xc216
pcf8593实时时钟的驱动实例 Real Time Clock interface for Linux on CPE with FTRTC010
标签: interface Clock Linux FTRTC
上传时间: 2013-12-01
上传用户:牧羊人8920
Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited Description N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,TK, 则他们的身高满足T1 < T2 < ...< Ti > Ti+1 > … >TK(1<=i<=K)。 你的任务是,已知所有N位同学的身高,计算最少需要几位同学出列,可以使得剩下的同学排成合唱队形。 Input 输入包含若干个测试用例。 对于每个测试用例,输入第一行是一个整数N(2<=N<=100),表示同学的总数。第二行有N个整数,用空格分隔,第i个整数Ti(130<=Ti<=230)是第i位同学的身高(厘米)。当输入同学总数N为0时表示输入结束。 Output 对于每个测试案例,输出包括一行,这一行只包含一个整数,就是最少需要几位同学出列。 Sample Input 8 186 186 150 200 160 130 197 220 3 150 130 140 0 Sample Output 4 1
标签: Limit Accepted Language Problem
上传时间: 2014-01-13
上传用户:aappkkee