代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/254143/12158797
h detect.h
// detect.h
#ifndef _INC_DetectAPI
#define _INC_DetectAPI
// 函数原型
BOOL WINAPI ThresholdDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI AddMinusDIB (LPSTR lpDIBBits, LPSTR lp
www.eeworm.com/read/254143/12158822
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/254143/12158834
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/151942/12159659
cpp checktime.cpp
#include
#include
// return 1:ok,2:fail
int WINAPI CalcTime(char*inData)
{
if (memcmp(inData,"20050410",8)>0)
{
MessageBox(NULL,"系统非法操作!","OK",MB_ICONERROR|MB_
www.eeworm.com/read/339217/12250497
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/252679/12268625
h rsxntwin.h
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2004-May-22 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/150611/12283572
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/149735/12354390
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/149735/12354521
h arithzxz.h
/////////////////////////////////////////////////////////////////////////////
//Discription: 压缩和加密等公共函数
//Written By: ZHANGXIANZHU
//Date: 2003-03-27
//Version: 1.0
//Modified b
www.eeworm.com/read/249942/12446389
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) ((*