代码搜索:Windows API

找到约 10,000 项符合「Windows API」的源代码

代码结果 10,000
www.eeworm.com/read/120318/14805938

cpp api.cpp

// API.cpp: implementation of the API class. // ////////////////////////////////////////////////////////////////////// #include "API.h" #include "RecordManager.h" #include #includ
www.eeworm.com/read/119656/14824702

api cmd.api

www.eeworm.com/read/119656/14824714

api ial.api

www.eeworm.com/read/119086/14839673

bas api.bas

Attribute VB_Name = "Api" Option Explicit Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByV
www.eeworm.com/read/217925/14943531

lst api.lst

API:KERNEL32.dll:AddAtomA LPSTR API:KERNEL32.dll:AddAtomW LPWSTR API:KERNEL32.dll:AllocConsole VOID API:KERNEL32.dll:BackupRead HANDLE LPDATA DWORD LPDATA
www.eeworm.com/read/116320/14978749

h api.h

#ifndef _API_H_ #define _API_H_ void IOinit(void); void HC595_SendDat(unsigned char dat); int key1Scan(void); int key1Scan0(void); void forward(void); void backward(void); void stop(void
www.eeworm.com/read/116320/14978750

c api.c

#include "config.h" #include "api.h" #define SPI_CS 0x00000100 /* P0.8 */ #define SPI_DATA 0x00000040 /* P0.6 */ #define SPI_CLK 0x00000010 /* P0.4 */ #define BEEP 0x000
www.eeworm.com/read/116320/14978776

o api.o

www.eeworm.com/read/216551/15003060

h api.h

// BYTE type definition #ifndef _BYTE_DEF_ #define _BYTE_DEF_ typedef unsigned char BYTE; #endif /* _BYTE_DEF_ */ // Define interface to nRF24L01 /*#ifndef _SPI_PIN_DEF_ #define _SPI_PIN_DE
www.eeworm.com/read/115226/15020929

css api.css

body { background: white; } body, td { font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif; font-size: 13px; color: black; } code, pre { font-family: Lucida Console, Cou