CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - coef
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - coef - List
[
Windows Develop
]
duoxiangshixiangjia
DL : 0
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;
Update
: 2008-10-13
Size
: 1.8kb
Publisher
:
刘宇
[
CSharp
]
duoxiangshi
DL : 0
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) (/ * establish an empty number one yuan - Chain * / P = (Polynesia) malloc (sizeof (LNode)) if (P == NULL) exit (overflow) P -
Update
: 2008-10-13
Size
: 6.37kb
Publisher
:
iieeww
[
Graph program
]
coef
DL : 0
求小波系数的程序,即快速有简单 -wavelet coefficients for the procedure, Quick is a simple !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Update
: 2008-10-13
Size
: 4.22kb
Publisher
:
王夏
[
Other resource
]
coef
DL : 0
用于产生各种多小波滤波器系数的程序,包括Cl2小波,GHM多小波等等,很好用
Update
: 2008-10-13
Size
: 3kb
Publisher
:
岑翼刚
[
Other resource
]
dec1D_pe
DL : 0
一维信号的多小波分解程序,具体小波系数从coef系数文件中获取。需要先对一维信号进行预滤波
Update
: 2008-10-13
Size
: 964byte
Publisher
:
岑翼刚
[
Other resource
]
dec2D_pe
DL : 0
对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取
Update
: 2008-10-13
Size
: 773byte
Publisher
:
岑翼刚
[
Other resource
]
Matlab_DTMF
DL : 1
基于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)
Update
: 2008-10-13
Size
: 1.14kb
Publisher
:
ken
[
Windows Develop
]
duoxiangshixiangjia
DL : 0
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;
Update
: 2025-02-19
Size
: 2kb
Publisher
:
刘宇
[
Graph program
]
coef
DL : 0
求小波系数的程序,即快速有简单 -wavelet coefficients for the procedure, Quick is a simple !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Update
: 2025-02-19
Size
: 4kb
Publisher
:
王夏
[
Wavelet
]
coef
DL : 0
用于产生各种多小波滤波器系数的程序,包括Cl2小波,GHM多小波等等,很好用-Used to produce a variety of multi-wavelet filter coefficients procedures, including Cl2 wavelet, GHM multiwavelet and so on, very good use
Update
: 2025-02-19
Size
: 3kb
Publisher
:
岑翼刚
[
2D Graphic
]
dec1D_pe
DL : 0
一维信号的多小波分解程序,具体小波系数从coef系数文件中获取。需要先对一维信号进行预滤波-One-dimensional signals in multi-wavelet decomposition process, the specific wavelet coefficients from the coefficient coef document access. Need to signal to the one-dimensional pre-filtering
Update
: 2025-02-19
Size
: 1kb
Publisher
:
岑翼刚
[
2D Graphic
]
dec2D_pe
DL : 0
对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取-Two-dimensional images of multi-wavelet decomposition, and one-dimensional wavelet decomposition of multi-signal similar decomposition coefficient obtained from the document coef.m
Update
: 2025-02-19
Size
: 1kb
Publisher
:
岑翼刚
[
matlab
]
Matlab_DTMF
DL : 0
基于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)-禄脵脫脷matlab渭脛DTMF 脗脮忙DTMF脦 陋 脨脨脝渭 潞 脥脕脨脝渭 拢 篓 697Hz 770Hz 852Hz 941Hz 1209Hz 1336Hz 1477Hz 1633Hz 拢 漏 脳 茅 潞 脧
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ken
[
Picture Viewer
]
jpg_function
DL : 0
// 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 blue*Blue-Coef. for red*Red)/Coef. for green // Blue = Cb*(2-2*Coef. for blue)+Y -// 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 blue*Blue-Coef. for red*Red)/Coef. for green // Blue = Cb*(2-2*Coef. for blue)+Y
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张晓东
[
Windows Develop
]
Datastructsaa
DL : 0
#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 //指向后继的指针 }*polynomail //结构体类型的指针-# Include <stdio.h># Include <stdlib.h># Define OK 1# Define OVERFLOW-2typedef int status typedef struct LinkList (//use with header node list in an orderly manner that the polynomial float coef// coefficient int expn// index struct LinkList* next// point subsequent pointer)* polynomail// structure type of pointer
Update
: 2025-02-19
Size
: 2kb
Publisher
:
周小强
[
Documents
]
wenzhouxueyuan
DL : 0
#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 //指向后继的指针 }*polynomail //结构体类型的指针-# Include <stdio.h># Include <stdlib.h># Define OK 1# Define OVERFLOW-2typedef int status typedef struct LinkList (//use with header node list in an orderly manner that the polynomial float coef// coefficient int expn// index struct LinkList* next// point subsequent pointer)* polynomail// structure type of pointer
Update
: 2025-02-19
Size
: 33kb
Publisher
:
周小强
[
Books
]
DecentralizedAdaptive_Control_of_Nonlinear
DL : 0
Abstract—Stable direct and indirect decentralized adaptive radial basis neural network controllers are presented for a class of interconnected nonlinear systems. The feedback and adaptation mechanisms for each subsystem depend only upon local measurements to provide asymptotic tracking of a reference trajectory. Due to the functional approximation capabilities of radial basis neural networks, the dynamics for each subsystem are not required to be linear in a set of unknown coeffi cients as is typically required in decentralized adaptive schemes. In addition, each subsystem is able to adaptively compensate for disturbances and interconnections with unknown bounds.
Update
: 2025-02-19
Size
: 148kb
Publisher
:
centema
[
Other
]
polynomial-
DL : 0
一元多项式相加减 #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># include <malloc.h> typedef struct polynode/* single linked list node structure stored polynomial*/(int coef int exp struct polynode* next ) node
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张朗
[
matlab
]
MWMP
DL : 1
MWMP是一个运行MATLAB下面的多小波软件包,它是目前功能比较全面的一个多小波软件包,能够用于科学研究例如图像压缩、信号降噪等。它提供了一些比较常见的单小波与多小波滤波器,也提供了多小波的一些常用的预滤波算法,并且,只要修改coef.m文件,就可增加新的滤波器组,同时,修改文件coef_prep.m文件,可增加新的预滤波方法。-MWMP is the following one to run MATLAB package of multi-wavelet, which is currently the more comprehensive package of more than one wavelet can be used for scientific research such as image compression, signal noise reduction. It provides some of the more common single-wavelet and multiwavelet filters, also provides some of the commonly used multi-wavelet pre-filtering algorithm, and, as long as the changes coef.m file, you can add a new filter at the same time, modify the file coef_prep.m file, increase the new pre-filtering method.
Update
: 2025-02-19
Size
: 45kb
Publisher
:
shenyang
[
matlab
]
coef
DL : 0
Matlab program of a coupling coefficient in a step index fiber coupler for variation of separation of fiber axis
Update
: 2025-02-19
Size
: 1kb
Publisher
:
daxdrift
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.