代码搜索:Android SDK
找到约 10,000 项符合「Android SDK」的源代码
代码结果 10,000
www.eeworm.com/read/361563/10046760
pas localdb.pas
unit LocalDB;
interface
uses
Windows, Messages, SysUtils, StrUtils, Variants, Classes, Graphics, Controls, Forms,ActiveX,
Dialogs, M2Share, ADODB, DB, HUtil32, Grobal2, SDK, ObjNpc, ItmUni
www.eeworm.com/read/361563/10046811
pas unitmanage.pas
unit UnitManage;
interface
uses
WIndows,SDK,grobal2;
type
TThreadInfo = record
nRunFlag :Integer; //0x00
boActived :BOOL; //0x04
dwRunTick :LongWord; //0x08
www.eeworm.com/read/162725/10279275
cpp main.cpp
//The following example shows locating smart cards.
//THIS SAMPLE CODE IS COPY FORM PLATFROM SDK -- SCardLocateCards SESSION
// MODIFY BY ANDY HUA.
//History: 2005/04/18 add the G&D STARCOS SPK 2.3
www.eeworm.com/read/424456/10446887
c 09.c
//Program Description: Emulate a Thermostat on UNI-51-SDK using DS18B20 and Relays
//Author: Anurag Chugh (anurag@ucmicrosys.com)
#include"LCD.H"
//This Library is rquired for displaying the Te
www.eeworm.com/read/160624/10513402
mak hello.mak
# Set this macro to 'VCNT' to use the Visual C++ tools.
# Set it to anything else to use the Win32 SDK tools.
TOOLS = VCNT
!IF "$(TOOLS)" == "VCNT"
LINK = link
!ELSE
LINK = link32
www.eeworm.com/read/160624/10513417
mak casmdll.mak
# Set this macro to 'VCNT' to use the Visual C++ tools.
# Set it to anything else to use the Win32 SDK tools.
TOOLS = VCNT
!IF "$(TOOLS)" == "VCNT"
CC = cl
LINK = link
IMPLIB = lib
EN
www.eeworm.com/read/273160/10924560
dfm main_unit.dfm
object main: Tmain
Left = 185
Top = 92
BorderStyle = bsDialog
Caption = 'DS-400xx series SDK-2 for Win32 Delphi Example (Client)'
ClientHeight = 712
ClientWidth = 787
Color = clBt
www.eeworm.com/read/271086/11007995
~pas objnpc.~pas
unit ObjNpc;
interface
uses
Windows, Classes, SysUtils, StrUtils, ObjBase, Grobal2, SDK, IniFiles;
type
TUpgradeInfo = record //0x40
sUserName: string[14]; //0x00
UserItem: TUserI