代码搜索:Android SDK

找到约 10,000 项符合「Android SDK」的源代码

代码结果 10,000
www.eeworm.com/read/472355/1411312

lua ai_sdk.lua

dofile(GetResPath("script/help/help.lua")) dofile(GetResPath("script/ai/ai_define.lua")) --重新载入ai函数库 function reload_ai_sdk() dofile(GetResPath("script/ai/ai.lua")) end -------AI SDK函数
www.eeworm.com/read/236296/4642601

txt sdk_eula.txt

Microsoft Platform Software Development Kit END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE IMPORTANT-READ CAREFULLY: This Microsoft End-User License Agreement ("EULA") is a legal agreement betw
www.eeworm.com/read/167562/5455985

h sdk_global.h

/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/341062/3256927

make download_sdk.make

################################################################# # Makefile generated by Xilinx Platform Studio SDK # # WARNING : This file w
www.eeworm.com/read/341062/3256928

cmd download_sdk.cmd

setMode -bscan setCable -p auto identify assignfile -p 1 -file ./SDK_projects/implementation/download_sdk.bit program -p 1 quit
www.eeworm.com/read/341062/3257873

make download_sdk.make

################################################################# # Makefile generated by Xilinx Platform Studio SDK # # WARNING : This file w
www.eeworm.com/read/341062/3257874

cmd download_sdk.cmd

setMode -bscan setCable -p auto identify assignfile -p 1 -file ./SDK_projects/implementation/download_sdk.bit program -p 1 quit
www.eeworm.com/read/339446/3302166

h sdk_global.h

/**************************************************************************** ** ** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved. ** ** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/339446/3305614

h sdk_global.h

#include "../../tools/designer/src/lib/sdk/sdk_global.h"
www.eeworm.com/read/317808/3578418

cpp ex_sdk.cpp

#include #include #include // 求一元二次方程的根,函数返回根的个数 int GetRoot(float a, float b, float c, double *root) { double delta, deltasqrt; delta = b*b - 4.0 * a * c; if