代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/171967/5390520
h cdxcdynamicwnd.h
// cdxCDynamicWnd.h: interface for the cdxCDynamicWnd class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CDXCDYNAMICWND_H__1FEFDD69_5C1C_11D3_800D_00000
www.eeworm.com/read/167133/5468258
java zipentry.java
/*
* Java core library component.
*
* Copyright (c) 1997, 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistri
www.eeworm.com/read/155620/5620290
h rectitem.h
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement
www.eeworm.com/read/153649/5645588
h rectitem.h
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement
www.eeworm.com/read/230048/6789280
java bangbean.java
//: bangbean:BangBean.java
// A graphical Bean.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
package bangbean;
import jav
www.eeworm.com/read/473523/6845369
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/193527/8218998
h srvritem.h
// SrvrItem.h : CServerDrawSrvrItem 类的接口
//
#pragma once
class CServerDrawSrvrItem : public COleServerItem
{
DECLARE_DYNAMIC(CServerDrawSrvrItem)
// 构造函数
public:
CServerDrawSrvrItem(CS
www.eeworm.com/read/193527/8220255
h rectitem.h
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// M
www.eeworm.com/read/294008/8257784
asv untitled10.asv
%装载并显示原始图像
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/294008/8257800
m example11_10.m
%装载并显示原始图像
load flujet;
subplot(1,2,1);
image(X);colormap(map);
title('原始图像');
%=====================================
%对图像X用小波db3进行2层分解
[c,l]=wavedec2(X,2,'db3');
Csize=size(c);
%============