代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/9264/166084
crf api_lib.crf
www.eeworm.com/read/9264/166161
o api_msg.o
www.eeworm.com/read/9264/166197
o api_lib.o
www.eeworm.com/read/9264/166254
d api_lib.d
.\Obj\api_lib.o: ..\..\Utilities\lwip-1.3.1\src\api\api_lib.c
.\Obj\api_lib.o: ..\..\Utilities\lwip-1.3.1\src\include\lwip/opt.h
.\Obj\api_lib.o: ..\..\Utilities\lwip-1.3.1\port\lwipopts.h
.\Obj\ap
www.eeworm.com/read/9264/166280
crf api_msg.crf
www.eeworm.com/read/9264/166385
c api_lib.c
/**
* @file
* Sequential API External module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/9264/166389
c api_msg.c
/**
* @file
* Sequential API Internal module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source a
www.eeworm.com/read/9264/166416
h api_msg.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permi
www.eeworm.com/read/9554/170293
h tft_api.h
#ifndef _TFT_API_H_
#define _TFT_API_H_
#include "TFT_Driver.h"
#include "TFT_Font.h"
typedef unsigned short COLOR;
typedef struct {
short TLx; // 绘图区起始坐标
short TLy; // 绘图
www.eeworm.com/read/9554/170295
c tft_api.c
//====================================================================================
//文 件 名:TFT_API.c
//功能描述: TFT驱动程序(API)
//维护记录:
// 2007.08.23 更新日志 by lijian
/