搜索资源列表
duoxiangshixiangjia
- windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
duoxiangshi
- Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * est
coef
- 求小波系数的程序,即快速有简单 -wavelet coefficients for the procedure, Quick is a simple !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
coef
- 用于产生各种多小波滤波器系数的程序,包括Cl2小波,GHM多小波等等,很好用
dec1D_pe
- 一维信号的多小波分解程序,具体小波系数从coef系数文件中获取。需要先对一维信号进行预滤波
dec2D_pe
- 对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取
Matlab_DTMF
- 基于matlab的DTMF仿真 DTMF为行频和列频(697Hz 770Hz 852Hz 941Hz 1209Hz 1336Hz 1477Hz 1633Hz)组合代表按键输入,使用以下公式可计算出行频和列频,从而确定按键编码: vk(n) = 2*coef*vk(n-1) - vk(n-2) + x(n) y(N)*y(N) = vk(N)*vk(N) - 2*coef*vk(N)*vk(N-1) + vk(N-1)*vk(N-1)
jpg_function
- // RGB -> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr -> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for b
Datastructsaa
- #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
polynomial-
- 一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># incl
MWMP
- MWMP是一个运行MATLAB下面的多小波软件包,它是目前功能比较全面的一个多小波软件包,能够用于科学研究例如图像压缩、信号降噪等。它提供了一些比较常见的单小波与多小波滤波器,也提供了多小波的一些常用的预滤波算法,并且,只要修改coef.m文件,就可增加新的滤波器组,同时,修改文件coef_prep.m文件,可增加新的预滤波方法。-MWMP is the following one to run MATLAB package of multi-wavelet, which is currentl
975833ICA
- 语音编码 找出最小数的下标,等同于输出矢量的下标 定义学习加权邻域函数-nclude log energy, 0th cepstral coef, delta and delta-delta coefs
coef
- Matlab program of a coupling coefficient in a step index fiber coupler for variation of separation of fiber axis
Navier_Stokes
- 一篇关于粘性流体系数的论文,希望对大家具有参考价值-a paper about Navier_Stokes coef ,maybe it is useing
coef
- float to hex, convert float (-1.0~1.0) t0 1.31 format
coefdelapuissancetr
- The performance coefficient depends on both the pitch angle (β) and the tip speed ratio (λ). The tip speed ratio is calculated by using blade tip speed and wind speed upstream of the rotor. The relationship between performance coeffi cient (c_
Cookbook-formulae-for-audio-EQ-biquad-filter-coef
- Cookbook formulae for audio EQ biquad filter coefficients - Bristow-Johnson
master1
- energy coef calculation
AT45DB161
- Read, write AT45DB161-16Mbit Data Flash SPI: DAC AD5322 online 2ch refresh AT45DB161 save coef and bufer 8x1000word
AT45DB161 h file
- Read, write AT45DB161-16Mbit Data Flash SPI: DAC AD5322 online 2ch refresh AT45DB161 save coef and bufer 8x1000word
