码迷,mamicode.com
首页 > 其他好文 > 详细

stand up meeting 11/19/2015

时间:2015-11-20 00:09:55      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

队员 今日工作 工作耗时/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!

stand up meeting 11/19/2015

标签:

原文地址:http://www.cnblogs.com/legs/p/4979303.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!