代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/181164/9271830
cpp wy__hstr.cpp
/* Copyright is licensed by GNU LGPL. by I.J.Wang 2004
*/
#define WYLIB_SOURCE
#include "wy__hstr.h"
#include
#include
#include
// [Syn] Copy ele
www.eeworm.com/read/378145/9250134
cpp coolmenu.cpp
#include "stdafx.h"
#include "CoolMenu.h"
void CCoolMenu::SetIcon(BOOL bVisible,BOOL bSmall)
{
m_bIcon=bVisible;
IconSize=CSize(0,0);
m_szIcon=CSize(0,0);
m_nIconOffset=0;
m_szText.cx=8
www.eeworm.com/read/310702/3693082
cpp coolmenu.cpp
#include "stdafx.h"
#include "CoolMenu.h"
void CCoolMenu::SetIcon(BOOL bVisible,BOOL bSmall)
{
m_bIcon=bVisible;
IconSize=CSize(0,0);
m_szIcon=CSize(0,0);
m_nIconOffset=0;
m_szText.cx=8
www.eeworm.com/read/213892/15123268
h utility.h
// Utility.h : Declaration of the utility classes
#ifndef __UTILITY_H_
#define __UTILITY_H_
/////////////////////////////////////////////////////////////////////////////
// CSize - An extent,
www.eeworm.com/read/379416/9198355
cpp huffman.cpp
#include
#include "huffman.h"
/* IN sour = uncompressed code usize BYTES
OUT dest = compressed code csize BYTES */
////////////////////////////////////////////////////////
www.eeworm.com/read/198140/7949900
m makelayers.m
function [X,B,E]= makeLayers(c)
%I=imread('cameraman.tif');
%I=dct2(I);
scanzz=zeros(8,8);
%enhansLayer=zeros(8,8);
b=1;
l=1;
v=0;
cSize=size(c);
Blimit=6;
Elimit=57;
for i=1:8:cSize(1,
www.eeworm.com/read/392497/8339597
m makelayers.m
function [X,B,E]= makeLayers(c)
%I=imread('cameraman.tif');
%I=dct2(I);
scanzz=zeros(8,8);
%enhansLayer=zeros(8,8);
b=1;
l=1;
v=0;
cSize=size(c);
Blimit=6;
Elimit=57;
for i=1:8:cSize(1,
www.eeworm.com/read/296419/8103471
cpp huffman.cpp
#include "stdafx.h"
#include "huffman.h"
/* IN sour = uncompressed code usize BYTES
OUT dest = compressed code csize BYTES */
////////////////////////////////////////////////
www.eeworm.com/read/402868/11526799
m combined_corr.m
function CLab=combined_corr(Tfilename,Csize,I,M)
%This function calculates the combined correlations, which is the sum of
%the correlation of the L components, the a components and the b
%component
www.eeworm.com/read/263974/4298418
js topic.js
function setFontSize(uid, n)
{
var element = document.getElementById(uid);
var defaultSize = 14;
var defaultLineheight = 20;
var currentSize = "",cSize = 0;currentLineheight = "";cLineheight