搜索资源列表
psd
- 计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量,ARMA(p,q)模型白噪声激励的方差。 fs——双精度实型变量,采样频率(Hz)。
qianshou
- 公文签收插件,适用于内网办公系统,已在动易SW6.8下测试通过! -Plug-sign documents for office systems within the network, has been tested by moving easily SW6.8!
moving_sign_display
- Character generator for dot matrix aplhanumeric display, moving sign, scrolling functions
Moving_sign
- Moving sign application
led-matrix-16x64-C-va-ASM
- moving sign led matrix with mcs51 tia
Dot-Matrix-_chenyi
- moving sign led matrix with mcs51 tia
0467
- 在视图中移动图片,经本人测试可用,有一定的借签的作用。-Moving Pictures in the view, as I test is available, to a certain extent by the sign.
8x40-Moving-sign-LEDmatrix
- You can built moving sign led matix 8x40 with single color
cluster
- 使用本章学习的K-平均算法,以颜色分量(或几何性状)作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别。要求给出样本模式点,绘制坐标图(标出各个聚类中心的迭代移动轨迹),绘制算法框图,给出结论。并检查上机结果。-Use this learn K - average algorithm to color components (or geometric characters) as coordinate parameters, clusteri
签到20170425
- 实现一个移动端的签到页面,包含一个签到日历,和提示签到的弹框,签到按钮当天只能点击一次。(To achieve a moving end of the check-in page, including a sign in calendar, and prompted to sign in the box, the sign in button that day can only click once.)
4
- 1. 一条通路的二元组(i, j)数据序列,(i, j)表示通路上某一点的坐标。 2. 用一种标志(如数字8)在二维数组中标出该条通路,并在屏幕上输出二维数组。 3. 可以利用一个二维数组maze[i][j]表示迷宫,其中1<=i<=m,1<=j<=n。数组元素值为0表示该位置是墙壁,不能通行;元素值为1表示该位置是通路。假定从maze[1][1]出发,出口位于maze[m][n],移动方向可以是8个方向(东,东南,南,西南,西,西北,北和东北。(1. the two