代码搜索:CSize

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

代码结果 1,126
www.eeworm.com/read/336584/12436088

h coding.h

#pragma once # include # include # include # include "huffmantree.h" # include "iter.h" using namespace std; const int Csize=256; class Coding{ p
www.eeworm.com/read/128823/14277863

h cqueen.h

class CQueen { private: struct PlaceList { int *Place; }; PlaceList * m_pPlaceList; int m_iListMaxSize; int m_iListNowSize; int m_iCount; CSize m_sizeView; bool m_b
www.eeworm.com/read/126311/14433406

h cqueen.h

class CQueen { private: struct PlaceList { int *Place; }; PlaceList * m_pPlaceList; int m_iListMaxSize; int m_iListNowSize; int m_iCount; CSize m_sizeView; bool m_b
www.eeworm.com/read/126102/14445731

h cdxcdynamicwnd.h

// cdxCDynamicWnd.h: interface for the cdxCDynamicWnd class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CDXCDYNAMICWND_H__1FEFDD69_5C1C_11D3_800D_0
www.eeworm.com/read/225679/14526106

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/224643/14577759

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/224643/14578117

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/224643/14578230

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/224643/14578538

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/224643/14578565

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