代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/336101/3354646

cpp exam3_1.cpp

//包含应用程序中所需的数据类型和数据结构的定义 #include //窗口函数说明 LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); //--------------- 以下初始化窗口类 ---------------------- int WINAPI WinMain( HINSTANCE hInstanc
www.eeworm.com/read/414605/2143721

c insetr.c

#include "windows.h" #include "wintools.h" /* * WIN Draw Library */ void WINAPI InsetR(LPRECT lprc,int h,int v) { lprc->top += v; lprc->left += h; lprc->right -= 2*h-1; lprc->bottom -= 2*v-1; }
www.eeworm.com/read/398200/2383232

c insetr.c

#include "windows.h" #include "wintools.h" /* * WIN Draw Library */ void WINAPI InsetR(LPRECT lprc,int h,int v) { lprc->top += v; lprc->left += h; lprc->right -= 2*h-1; lprc->bottom -= 2*v-1; }
www.eeworm.com/read/372723/2769797

c insetr.c

#include "windows.h" #include "wintools.h" /* * WIN Draw Library */ void WINAPI InsetR(LPRECT lprc,int h,int v) { lprc->top += v; lprc->left += h; lprc->right -= 2*h-1; lprc->bottom -= 2*v-1; }
www.eeworm.com/read/349896/10791337

cpp globefun.cpp

#include "stdafx.h" #include extern "C" int WINAPI HDRand(int nMax) { if(0 == nMax)//最大值为0 { ASSERT(false);//用法过于古怪 return 0; } if(nMax < 0)//nMax不能为负,如果为负改成其绝对值 nMa
www.eeworm.com/read/244358/12871210

h checkitem.h

#define ITEM_HOLDING_COIL 0x81 #define ITEM_INPUT_COIL 0x82 #define ITEM_INPUT_REG 0x83 #define ITEM_HOLDING_REG 0x84 BOOL WINAPI UT_CheckItemName(LPSTR lpszPointName,LPPPS ppp);
www.eeworm.com/read/138714/13221326

txt 灰度均衡.txt

//参数说明: //LPSTR lpDIBBits - 指向源DIB图像指针 //LONG lWidth - 源图像宽度(象素数) //LONG lHeight - 源图像高度(象素数) //程序说明: //该函数用来对图像进行直方图均衡。 BOOL WINAPI InteEqualize(LPSTR lpDIBBits, LONG lWidth, LO
www.eeworm.com/read/172265/9715269

txt 灰度均衡.txt

//参数说明: //LPSTR lpDIBBits - 指向源DIB图像指针 //LONG lWidth - 源图像宽度(象素数) //LONG lHeight - 源图像高度(象素数) //程序说明: //该函数用来对图像进行直方图均衡。 BOOL WINAPI InteEqualize(LPSTR lpDIBBits, LONG lWidth, LO
www.eeworm.com/read/107017/15614765

cpp myscreen.cpp

#include #include #include UINT wTimer = 0; //计时器全局变量 void DrawLines(HWND); //屏保的画折线代码 //无需注册子控件窗口类型,因此直接返回TRUE BOOL WINAPI RegisterDialogClasses (HANDLE h
www.eeworm.com/read/183714/9143593

h combpcm.h

#ifndef _PCMVOICE_H_ #define _PCMVOICE_H_ #ifdef __cplusplus extern "C" { #endif //语音叠加接口 int WINAPI CombinePcm(char *f1,char *f2,char *f3,int start); // 参数1,参数2要合并的语音文件 A率PCM // 参数3 合成