队员 | 今日工作 | 工作耗时/h | 明日计划 | 计划耗时/h |
冯晓云 | 利用昨天编写的调用必应词典API的DLL,完成了UWP版本查词APP的试水,证实了DLL可调和在线查词的可行性;和其他部分的同学就接口数据的格式进行了细化讨论,1.0版本的输入输出都是string类型,即完成标准化; | 3 | 将输出string里的翻译合理取分为动名词,按约定格式返回;设定不同的返回码,对网络状况进行通报; | 3 |
朱玉影 |
添加生词本按钮,以及学习生词本数据库的实现 |
3 | ||
张葳 | ||||
林建平 | ||||
周以舟 |
BINGdict API——1.0
Interface:string a = await LexiconQuery.GetLexicon(query);
input:a word(string)
output:some word seperated by "$$"(string);
note:
1.every word between a pair of "$$" mean a kind of meaning of the word;the standrad format will be discussed with yuying;
2.the code is writed by C#,complie with x86;Encapsulate it with C++ if needed;pay attention to async;
3.the vision 1.0 couldn‘t tell the network connection,and it‘s unstable when your input is not a single word;
4.try it and find more bug!
时间: 2024-10-25 11:53:23