代码搜索:winapi
找到约 4,315 项符合「winapi」的源代码
代码结果 4,315
www.eeworm.com/read/230200/14297291
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/128423/14299432
h gp_input.h
//********************************************
// DirectInput 相关处理函数
//********************************************
#ifndef _GP_INPUT_
#define _GP_INPUT_
#include
#ifndef DIRECTINPU
www.eeworm.com/read/127484/14352023
h emulator.h
//Emulator.h
#ifndef _INC_Emulator
#define _INC_Emulator
//表示方程组数量
const int NUM=2;
class ifstream;
class ofstream;
struct DataInput
{
double Yn[NUM];
double h;
int h_save;
www.eeworm.com/read/229085/14354078
h fft.h
#ifndef __FFT_H__
#define __FFT_H__
const double PI = 3.14159265; // 常数PI定义
//初始化 FFT 的相关参数
bool WINAPI fftInit(int point,int order,int divide,bool cover,int scale);
// 释放 FFT 资源
www.eeworm.com/read/226706/14454085
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/125945/14454189
h dibapi.h
//global.h
//一些通用函数和宏定义
#ifndef _INC_GLOBAL
#define _INC_GLOBAL
// DIB句柄
DECLARE_HANDLE(HDIB);
// DIB常量
#define PALVERSION 0x300
// 判断是否是Win 3.0的DIB
#define IS_WIN30_DIB(lpbi) ((
www.eeworm.com/read/125351/14497197
cpp kbmmemc6run.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#pragma package(smart_init)
//-----------------------------------------------------------
www.eeworm.com/read/124878/14530529
h func.h
#if !defined(FUNC_H)
#define FUNC_H
#include "stdafx.h"
#define SMPPMAXLENGTH 512
#define BIND 0x00000001
#define BINDRESP 0x80000001
#define UNBIND 0x00000002
#define UNBINDRESP 0x8000
www.eeworm.com/read/124533/14561624
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/124533/14561695
h arithzxz.h
/////////////////////////////////////////////////////////////////////////////
//Discription: 压缩和加密等公共函数
//Written By: ZHANGXIANZHU
//Date: 2003-03-27
//Version: 1.0
//Modified b