资源列表
Matlab-wiener-filter
- wiener filter matlab源代码-wiener filter
duoxiangshi
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出: 以指数递
Painters-Problem
- Descr iption There is a square wall which is made of n*n small square bricks. Some bricks are white while some bricks are yellow. Bob is a painter and he wants to paint all the bricks yellow. But there is something wrong with Bob s brush. Once h
Maximal-element-with-minimal-element
- 输入 输入偏序集 <A, > , A 中的元素数不超过 20 个,分别用单个小写的英文字母表示。 输入的第一行给出 A 中的各个元素,两个相邻的元素之间用逗号隔开。 输入的第二行给出偏序关系 ,用有序对的形式给出,如 <a,b>,<c,a> 等等,两个相邻的有序对之间用逗号隔开。 输出 输出 A 的极小元与极大元。 输出的第一行给出各个极小元,两个相邻元素之间用逗号隔开,输出的元素要求按照英文字母的自
Geodetic-coordinates-backcalculation
- 这是测绘学科中经典的大地坐标反算的C源代码-Geodetic coordinates backcalculation C source code
moto
- 可实现电机PID控制,应用于发动机冷却水温度控制,双闭环-Motor PID control, and applied to the engine cooling water temperature control, dual closed loop
easy5509
- easy5509开发板的原理图,仅供参考-easy5509 development board schematics are for reference only
weibo
- Smith圆图,可以实现多种功能,用matlab仿真软件实现-Smith chart, you can achieve a variety of functions, implemented using matlab simulation software
codes
- 五个小程序。1号是输入年份打印出该年的日历。2号是做一个2/1+3/2+5/3+...的分数算式,设计分式的计算方法。3号是计算链表的结点个数。4号是比较两个链表的大小。5号是给出数字然后打印出相应数字的大写字母金字塔。-Five small program. The 1st print out the calendar to enter the year. The 2nd do a 2/1+3/2+5/3+ ... score formula, designed fractional calc
vibration
- 两自由度线性系统振动求解,解决质量和刚度-Two degrees of freedom linear system vibration solution to solve the mass and stiffness
xianxingbiao
- 实现线性表的链式存储结构 Linked storage structure of linear table-Linked storage structure of linear table
stack
- 实现顺序栈的储存结构 Implement a stack in the order of storage architecture-Implement a stack in the order of storage architecture