• 大小: 12.79M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-30
  • 语言: 其他
  • 标签: 其他  

资源简介

PinyinIME(关键代码写了注释).zip

资源截图

代码片段和文件信息


  const char features[] = {“\n“
“C_FEATURE:“
#if ((__clang_major__ * 100) + __clang_minor__) >= 304
“1“
#else
“0“
#endif
“c_function_prototypes\n“
“C_FEATURE:“
#if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
“1“
#else
“0“
#endif
“c_restrict\n“
“C_FEATURE:“
#if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
“1“
#else
“0“
#endif
“c_static_assert\n“
“C_FEATURE:“
#if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
“1“
#else
“0“
#endif
“c_variadic_macros\n“

};

int main(int argc char** argv) { (void)argv; return features[argc]; }

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-22 16:47  PinyinIME\
     目录           0  2018-05-24 20:07  PinyinIME\app\
     文件       10410  2018-05-24 19:30  PinyinIME\app\app.iml
     文件         697  2018-05-22 16:53  PinyinIME\app\build.gradle
     目录           0  2018-05-24 20:07  PinyinIME\app\build\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\pngs\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\pngs\debug\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\rs\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\rs\debug\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\resValues\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\res\resValues\debug\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\debug\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\debug\com\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\debug\com\tb\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\debug\com\tb\inputmethod\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\debug\com\tb\inputmethod\pinyin\
     文件       26356  2018-05-24 20:07  PinyinIME\app\build\generated\source\aidl\debug\com\tb\inputmethod\pinyin\IPinyinDecoderService.java
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\r\
     目录           0  2018-05-24 21:39  PinyinIME\app\build\generated\source\r\debug\
     目录           0  2018-05-24 21:39  PinyinIME\app\build\generated\source\r\debug\com\
     目录           0  2018-05-24 21:39  PinyinIME\app\build\generated\source\r\debug\com\tb\
     目录           0  2018-05-24 21:39  PinyinIME\app\build\generated\source\r\debug\com\tb\inputmethod\
     目录           0  2018-05-24 21:39  PinyinIME\app\build\generated\source\r\debug\com\tb\inputmethod\pinyin\
     文件       11389  2018-05-24 21:39  PinyinIME\app\build\generated\source\r\debug\com\tb\inputmethod\pinyin\R.java
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\rs\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\rs\debug\
     目录           0  2018-05-24 20:07  PinyinIME\app\build\generated\source\apt\
............此处省略1738个文件信息

评论

共有 条评论