代码搜索:Language
找到约 10,000 项符合「Language」的源代码
代码结果 10,000
www.eeworm.com/read/196376/8096490
loc waitnote.loc
/**
*
* @brief Definitions of languages for WaitNote application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifdef LANGUAGE_01
#include "waitnote.l01"
#endif
// End of
www.eeworm.com/read/196374/8096587
loc audioplayer.loc
/**
*
* @brief Definitions of languages for AudioPlayer application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifdef LANGUAGE_01
#include "AudioPlayer.l01"
#endif
www.eeworm.com/read/196371/8096658
loc httpexample.loc
/**
*
* @brief Definitions of languages for HTTPExample application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifdef LANGUAGE_01
#include "httpexample.l01"
#endif
// E