代码搜索:CSize

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

代码结果 1,126
www.eeworm.com/read/236292/14022583

cpp inductance.cpp

// Inductance.cpp: implementation of the CInductance class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Pointtest.h" #include "Induct
www.eeworm.com/read/236292/14022704

cpp rheostat.cpp

// Rheostat.cpp: implementation of the CRheostat class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Pointtest.h" #include "Rheostat.h
www.eeworm.com/read/236292/14022722

cpp current.cpp

// Current.cpp: implementation of the CCurrent class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Pointtest.h" #include "Current.h"
www.eeworm.com/read/236292/14022742

cpp voltage.cpp

// Voltage.cpp: implementation of the CVoltage class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Pointtest.h" #include "Voltage.h"
www.eeworm.com/read/133648/14032068

java bangbean.java

//: bangbean:BangBean.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // A graphical Bean. package bangbean; import javax.swi
www.eeworm.com/read/133415/14044428

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/235007/14089154

m examp16_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/202077/15390695

c add-blank.c

#include void main( int argc, char **argv) { FILE *fin, *fout; int i, csize; float val; if (argc != 4) { printf("Usage: %s \n", ar
www.eeworm.com/read/112581/15482841

cpp wcedbvw.cpp

// WCE_DatabaseView.cpp : implementation of the CWCEDBView class // #include "stdafx.h" #include "wcedbtst.h" #include "wcedbdoc.h" #include "wcedbvw.h" #ifdef _DEBUG #define new DEBUG_NE
www.eeworm.com/read/105050/15679395

h diagramentity.h

#ifndef _DIAGRAMENTITY_H_ #define _DIAGRAMENTITY_H_ #include "DiagramPropertyDlg.h" #define CMD_START 100 #define CMD_CUT 100 #define CMD_COPY 101 #define CMD_DUPLICATE 102 #define