代码搜索:小波系数

找到约 10,000 项符合「小波系数」的源代码

代码结果 10,000
www.eeworm.com/read/167649/9957195

h polynode.h

class polyData // 多项式的数据项类 {protected: int exp; // 指数 float coef; // 系数 public: void GetNode(int &i, float &x) { i=exp, x=coef; } void SetNo
www.eeworm.com/read/163555/10154054

cpp fdksk.cpp

#include struct node { int coef;//系数 int expn;//指数 node*next; }; typedef node*pointer; node* create() { int c,e; node*head, *ps, *pend; head=new node; p
www.eeworm.com/read/435441/7792241

m watermark.m

% SVDwatermark.m 将载体图像分块成8*8后,然后SVD K=8; %k=分块的大小 Q=50; %Q=量化系数 W=imread('Hubeiwuhan.bmp'); %读取
www.eeworm.com/read/483417/6606267

m watermark.m

% SVDwatermark.m 将载体图像分块成8*8后,然后SVD K=8; %k=分块的大小 Q=50; %Q=量化系数 W=imread('Hubeiwuhan.bmp'); %读取
www.eeworm.com/read/343634/11937839

m zpoly2rc.m

%由多项式计算Lattice网状结构的映射系数——Poly2rc A=[1 0.619 0.998 0.001 -0.32 2.1]; [k,r0]=poly2rc(A)
www.eeworm.com/read/337963/12332127

cpp duoxiangshi.cpp

#include #include #include #include typedef struct node { float coef; //系数 int expn; //指数 struct node * next; } PolyNode; PolyNode *
www.eeworm.com/read/208587/15243056

cpp main.cpp

#include "iostream.h" #include #define NULL 0 typedef struct Lnode{ int coef,exp; //系数,指数 Lnode *next; }Lnode,*Linklist; void input(Linklist &la,Linklist &lb){ Linklis
www.eeworm.com/read/38039/1101335

txt pm_scale_pholder.txt

# {0} (3) [0] toggle_btn.Label Unit Conversion Factors 单位换算系数 # [1] toggle_btn.HelpText This function was initially defined in a different unit system.\nThe following conversion factors will be appli
www.eeworm.com/read/38039/1101965

txt pm_scale_pholder.txt

# {0} (3) [0] toggle_btn.Label Unit Conversion Factors 单位换算系数 # [1] toggle_btn.HelpText This function was initially defined in a different unit system.\nThe following conversion factors will be appli
www.eeworm.com/read/267836/11160920

frm 欢迎窗口.frm

VERSION 5.00 Begin VB.Form 欢迎窗口 BackColor = &H00000000& Caption = "保证摩擦性能最有利的齿轮变位系数优化设计" ClientHeight = 6960 ClientLeft = 165 ClientTop = 45