代码搜索:CSize

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

代码结果 1,126
www.eeworm.com/read/368758/2808550

h asc_serial.h

/* incaAscSio.h - (INCA) ASC UART tty driver header */ #ifndef __INCincaAscSioh #define __INCincaAscSioh #include /* channel operating modes */ #define ASCOPT_CSIZE 0x00000003 #defi
www.eeworm.com/read/268146/4255476

h asc_serial.h

/* incaAscSio.h - (INCA) ASC UART tty driver header */ #ifndef __INCincaAscSioh #define __INCincaAscSioh #include /* channel operating modes */ #define ASCOPT_CSIZE 0x00000003 #defi
www.eeworm.com/read/253341/4395388

h asc_serial.h

/* incaAscSio.h - (INCA) ASC UART tty driver header */ #ifndef __INCincaAscSioh #define __INCincaAscSioh #include /* channel operating modes */ #define ASCOPT_CSIZE 0x00000003 #defi
www.eeworm.com/read/155374/5624336

h asc_serial.h

/* incaAscSio.h - (INCA) ASC UART tty driver header */ #ifndef __INCincaAscSioh #define __INCincaAscSioh #include /* channel operating modes */ #define ASCOPT_CSIZE 0x00000003 #defi
www.eeworm.com/read/432184/8621614

cpp transform_dct.cpp

#include "stdafx.h" #include "transform_DCT.h" #include "math.h" transform_DCT::transform_DCT() { pDctBuff = NULL; } transform_DCT::transform_DCT(CSize size, int nBitCount, LPRGBQUAD lpCol
www.eeworm.com/read/356220/10234388

h asc_serial.h

/* incaAscSio.h - (INCA) ASC UART tty driver header */ #ifndef __INCincaAscSioh #define __INCincaAscSioh /* channel operating modes */ #define ASCOPT_CSIZE 0x00000003 #define ASCOPT_CS7 0x00000001 #
www.eeworm.com/read/404279/11489270

qlp project1.qlp

[FILE0] FIRSTUNIT=1 EMULATORS=1 LOADOFFSET=0 SSTART=0 SEND=32767 PREFILL=0 SSIZE=32768 FILETYPE=1 HEXOFFSET=0 CSIZE=32768 HEXFILL=255 USEPREFILL=1 USESSIZE=0 USERANGE=0 USEFORCEDSIZE=1
www.eeworm.com/read/13922/287863

cpp transform_dct.cpp

#include "stdafx.h" #include "transform_DCT.h" #include "math.h" transform_DCT::transform_DCT() { pDctBuff = NULL; } transform_DCT::transform_DCT(CSize size, int nBitCount, LPRGBQUAD lpCol
www.eeworm.com/read/183272/9173115

11 fig18.11

#include "apue.h" #include int main(void) { struct termios term; if (tcgetattr(STDIN_FILENO, &term) < 0) err_sys("tcgetattr error"); switch (term.c_cflag & CSIZE) { case CS5: pr
www.eeworm.com/read/374597/9394131

txt 第八章3.txt

BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext) { CRect rc; GetClientRect(rc); // 获取客户区大小 CSize paneSize(rc.Width()/2-16,rc.Height()/3-16); // 计算每个窗格的平均尺