代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/321111/13412113
h pointtrans.h
// PointTrans.h
#ifndef _INC_PointTransAPI
#define _INC_PointTransAPI
// 函数原型
BOOL WINAPI LinerTrans(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, FLOAT fA, FLOAT fB);
BOOL WINAPI ThresholdTr
www.eeworm.com/read/321111/13412115
h morph.h
// morph.h
#ifndef _INC_MorphAPI
#define _INC_MorphAPI
// 函数原型
BOOL WINAPI ErosionDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BOOL bHori , int structure[3][3]);
BOOL WINAPI DilationD
www.eeworm.com/read/318022/13490383
cpp event.cpp
#include
#include
DWORD WINAPI Fun1Proc(
LPVOID lpParameter // thread data
);
DWORD WINAPI Fun2Proc(
LPVOID lpParameter // thread data
);
int tickets=100
www.eeworm.com/read/317642/13500374
h templatetrans.h
// TemplateTrans.h
#ifndef _INC_TemplateTransAPI
#define _INC_TemplateTransAPI
// 函数原型
BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,
int iTempH, int iTempW,
www.eeworm.com/read/317642/13500375
h edgecontour.h
// EdgeContour.h
#define pi 3.1415927
#ifndef _INC_EdgeContourAPI
#define _INC_EdgeContourAPI
// 函数原型
BOOL WINAPI RobertDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI SobelDIB(
www.eeworm.com/read/317642/13500380
h dibapi.h
// dibapi.h
#ifndef _INC_DIBAPI
#define _INC_DIBAPI
// DIB句柄
DECLARE_HANDLE(HDIB);
// DIB常量
#define PALVERSION 0x300
/* DIB宏 */
// 判断是否是Win 3.0的DIB
#define IS_WIN30_DIB(lpbi) ((*
www.eeworm.com/read/317642/13500385
h dibalgo.h
// DibAlgo.h
#include "DIBAPI.h"
#ifndef _INC_DibAlgo
#define _INC_DibAlgo
// 函数原型
BOOL WINAPI GrayStretch(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BYTE bX1, BYTE bY1, BYTE bX2, BYTE bY2);
www.eeworm.com/read/315657/13539003
h writedatadlg.h
// WritedataDlg.h : header file
//
#if !defined(AFX_WRITEDATADLG_H__0158E052_9933_41CD_B462_2D8176762CA7__INCLUDED_)
#define AFX_WRITEDATADLG_H__0158E052_9933_41CD_B462_2D8176762CA7__INCLUDED_
www.eeworm.com/read/315602/13540072
h templatetrans.h
// TemplateTrans.h
#ifndef _INC_TemplateTransAPI
#define _INC_TemplateTransAPI
// 函数原型
BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,
int iTempH, int iTempW,
www.eeworm.com/read/315602/13540076
h dibapi.h
// dibapi.h
#ifndef _INC_DIBAPI
#define _INC_DIBAPI
// DIB句柄
DECLARE_HANDLE(HDIB);
// DIB常量
#define PALVERSION 0x300
/* DIB宏 */
// 判断是否是Win 3.0的DIB
#define IS_WIN30_DIB(lpbi) ((*