代码搜索:CSize

找到约 1,126 项符合「CSize」的源代码

代码结果 1,126
www.eeworm.com/read/160253/10548897

m example7_13.m

%装载并显示原始图像 load flujet; subplot(1,2,1); image(X);colormap(map); title('原始图像'); %===================================== %对图像X用小波db3进行2层分解 [c,l]=wavedec2(X,2,'db3'); Csize=size(c); %============
www.eeworm.com/read/160251/10549031

m 例程16-16.m

%装载并显示原始图像 load flujet; subplot(1,2,1);image(X); colormap(map);title('原始图像'); %对图像X用小波db5进行2层分解 [c,l]=wavedec2(X,2,'db5'); Csize=size(c); %弱化不重要的分解系数 for i=1:Csize(2) if(c(i)>300)
www.eeworm.com/read/160248/10549768

m f11_7.m

%装载并显示原始图像 load flujet; subplot(1,2,1); image(X); colormap(map); title('原始图像'); %对图像X用小波db5进行2层分解 [c,l]=wavedec2(X,2,'db5'); Csize=size(c); %弱化不重要的分解系数 for i=1:Csize(2) if(c(i)>300)
www.eeworm.com/read/276140/10760050

cpp stringvw.cpp

// ex18avw.cpp : implementation of the CStringView class // #include "stdafx.h" #include "resource.h" #include "poemdoc.h" #include "stringvw.h" #ifdef _DEBUG #undef THIS_FILE static cha
www.eeworm.com/read/276140/10760613

h cdib.h

// cdib.h class CDib : public CObject { DECLARE_SERIAL(CDib) private: char huge* m_lpBuf; // DIB data buffer DWORD m_dwLength; // total buffer length, including file header
www.eeworm.com/read/276140/10760806

cpp stringvw.cpp

// stringvw.cpp : implementation of the CStringView class // #include "stdafx.h" #include "ex18a.h" #include "poemdoc.h" #include "stringvw.h" #ifdef _DEBUG #undef THIS_FILE static char
www.eeworm.com/read/276140/10761211

cpp stringvw.cpp

// ex18avw.cpp : implementation of the CStringView class // #include "stdafx.h" #include "resource.h" #include "poemdoc.h" #include "stringvw.h" #ifdef _DEBUG #undef THIS_FILE static cha
www.eeworm.com/read/276140/10761253

cpp hexvw.cpp

// ex18avw.cpp : implementation of the CHexView class // #include "stdafx.h" #include "resource.h" #include "poemdoc.h" #include "hexvw.h" #ifdef _DEBUG #undef THIS_FILE static char BASE
www.eeworm.com/read/276140/10761846

cpp stringvw.cpp

// ex18avw.cpp : implementation of the CStringView class // #include "stdafx.h" #include "resource.h" #include "poemdoc.h" #include "stringvw.h" #ifdef _DEBUG #undef THIS_FILE static cha
www.eeworm.com/read/276140/10761875

cpp hexvw.cpp

// ex18avw.cpp : implementation of the CHexView class // #include "stdafx.h" #include "resource.h" #include "poemdoc.h" #include "hexvw.h" #ifdef _DEBUG #undef THIS_FILE static char BASE