代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/422757/10613148
h cryptlib.h
// cryptlib.h - written and placed in the public domain by Wei Dai
// This file contains the declarations for the abstract base
// classes that provide a uniform interface to this library.
#ifn
www.eeworm.com/read/277657/10613943
h type.h
/***********************
****** type.h***********
************************/
#define BYTE unsigned char
#define WORD unsigned short
#define DWORD unsigned long
www.eeworm.com/read/277589/10617591
cpp imagefile.cpp
// ImageFile.cpp
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//--------------------------------------------------------------
// BMP
www.eeworm.com/read/277589/10617634
cpp jpeg.cpp
// Jpeg.cpp: implementation of the CJpeg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#ifdef __cplusplus
extern "C" {
#endif // __
www.eeworm.com/read/277589/10617743
cpp iprocessc.cpp
// IProcessC.cpp
#include "stdafx.h"
#ifndef _INC_IPROCESSCC
#define _INC_IPROCESSCC
void ColorToGray(CImage *pImgn,CImage *pImgm)
{
int i, x, y;
int gray[256];
BYTE *
www.eeworm.com/read/277589/10617800
cpp imagetypetransfer.cpp
// ImageTransfer.cpp
#include "stdafx.h"
void Trans1To8(BYTE *sc,BYTE *buf,int BytesPerLine)
{
int j,m,n;
for (j=0;j
www.eeworm.com/read/277589/10617882
cpp imagefile.cpp
// ImageFile.cpp
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//--------------------------------------------------------------
// BMP
www.eeworm.com/read/277589/10617899
cpp jpeg.cpp
// Jpeg.cpp: implementation of the CJpeg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#ifdef __cplusplus
extern "C" {
#endif // __
www.eeworm.com/read/277589/10617968
cpp imagetypetransfer.cpp
// ImageTransfer.cpp
#include "stdafx.h"
void Trans1To8(BYTE *sc,BYTE *buf,int BytesPerLine)
{
int j,m,n;
for (j=0;j
www.eeworm.com/read/277589/10618052
cpp imagefile.cpp
// ImageFile.cpp
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//--------------------------------------------------------------
// BMP