代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/297806/7995394
h cimage.h
/***************************************************************/
/*文件名: image.h */
/*文件描述: */
/*相关文件: global.h,
www.eeworm.com/read/197111/8028344
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/196983/8037980
txt sample.txt
/*****************************************************************************
* *
* sample.txt
www.eeworm.com/read/145487/12719462
h cdxcdynamicwnd.h
// cdxCDynamicWnd.h: interface for the cdxCDynamicWnd class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CDXCDYNAMICWND_H__1FEFDD69_5C1C_11D3_800D_0
www.eeworm.com/read/144804/12771922
cpp intset.cpp
// IntSet.cpp: implementation of the CIntSet class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "KnowDis.h"
#include "IntSet.h"
#
www.eeworm.com/read/330783/12869478
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "My.h"
#include "MainFrm.h"
//-------------------------------------------------------------
//--------
www.eeworm.com/read/243745/12920148
cc pagemgr.cc
#include "pagemgr.h"
//------------------
// Page Pool Manager
//------------------
int blocklength; // size of a page block
int cachesize; // max. number of page blocks
char **cache; // cache
www.eeworm.com/read/243682/12924982
txt xbasic.txt
/L20"XBasic" Escape Char = \ File Extensions = X DEC
/Delimiters = ~!@^*()+-|\/{}[]:;"' ,.
/Function String = "%[ ^t]++FUNCTION[ ^t]+^(*^)("
/C1"Statements"
$$TRUE $$FALSE
ALL AND ATTACH AUTO
www.eeworm.com/read/329086/12981963
h imageprocessors.h
#if !defined(AFX_IMAGEPROCESSORS_H__1FDE0A4E_8AB4_11D6_95AD_EFA89432A428__INCLUDED_)
#define AFX_IMAGEPROCESSORS_H__1FDE0A4E_8AB4_11D6_95AD_EFA89432A428__INCLUDED_
#if _MSC_VER > 1000
#pragma onc
www.eeworm.com/read/329086/12982682
cpp imageprocessors.cpp
// ImageProcessors.cpp: C32BitImageProcessor derivations (c) daniel godson 2002.
//
// credits: Karl Lager's 'A Fast Algorithm for Rotating Bitmaps'
//
//////////////////////////////////////////