代码搜索:Android SDK
找到约 10,000 项符合「Android SDK」的源代码
代码结果 10,000
www.eeworm.com/read/421812/10696848
dpr videocapwindow.dpr
program VideoCapWindow;
uses
Forms,
Main in 'Main.pas' {Form1},
vfw in '..\..\VFW SDK\vfw.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
www.eeworm.com/read/388862/6965176
pjt seedvpm642eepromr.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\SDK\03. Examples of Program\01. SEED-VPM642 Hardware Test\SEEDVPM642_eeprom\"
Proje
www.eeworm.com/read/388862/6965178
pjt seedvpm642eepromw.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\SDK\03. Examples of Program\01. SEED-VPM642 Hardware Test\SEEDVPM642_eeprom\"
Proje
www.eeworm.com/read/437153/7754313
c 24lc64.c
/**
* @file
* Driver for the EEPROM Chip 24LC64
*
* 24LC64.c
* Copyright(C) 2007 Agate Logic Corporation. All rights reserved.
* This file is licensed under the terms of Agate Logic SDK L
www.eeworm.com/read/436167/7775965
pjt seedvpm642eepromr.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\SDK\03. Examples of Program\01. SEED-VPM642 Hardware Test\SEEDVPM642_eeprom\"
Proje
www.eeworm.com/read/436167/7775967
pjt seedvpm642eepromw.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\SDK\03. Examples of Program\01. SEED-VPM642 Hardware Test\SEEDVPM642_eeprom\"
Proje
www.eeworm.com/read/297079/8054696
h rapi.h
/* rapi.h - main header file for the RAPI API
NOTE: This strictly does not belong in the Win32 API since it's
really part of Platform SDK.
*/
#ifndef _RAPI_H
#define _RAPI_H
#if __G
www.eeworm.com/read/328652/13009279
dpr pesunrise.dpr
program PESunrise;
uses
Forms,
Sunrise_PE in 'Sunrise_PE.pas' {Form1},
vm in 'vm.pas',
link in 'link.pas';
// ShareUnit in 'bin\SDK\Delphi\ShareUnit.pas';
{$R *.res}
begin
www.eeworm.com/read/319420/13451939
cs class1.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.IO.Compression;
using Core.Services.Sdk;
using System.Windows.Forms;
namespace GZiplib
{