代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/120975/14779524
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/120975/14779651
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/120975/14780000
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/120975/14780024
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/120975/14780448
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/120975/14780474
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/120975/14780525
cpp stringvw.cpp
// stringvw.cpp : implementation of the CStringView class
//
#include "stdafx.h"
#include "resource.h"
#include "poemdoc.h"
#include "stringvw.h"
#ifdef _DEBUG
#undef THIS_FILE
static ch
www.eeworm.com/read/120975/14780569
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/219448/14881537
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/115628/15005854
c modes.c
/* $NetBSD: modes.c,v 1.16 2003/08/07 09:05:41 agc Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in