搜索:DICT
找到约 5 项符合「DICT」的查询结果
结果 5
按分类筛选
https://www.eeworm.com/dl/620/103691.html
Internet/网络编程
It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (
It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (server side,client side), they are all SOAP based.
https://www.eeworm.com/dl/620/103692.html
Internet/网络编程
It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (
It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (server side,client side), they are all SOAP based.
https://www.eeworm.com/dl/534/460069.html
其他
给定一本字典dict和一段文本text
给定一本字典dict和一段文本text,现在要统计文本text中不在字典dict中的单词,且希望找到text 中出现次数最多的不在字典dict 中的单词。
设计并实现解字典问题的O(nlog n)时间算法,对于给定的字典dict和文本text,找出text中出现次
数最多的不在字典dict中的单词。 ...
https://www.eeworm.com/dl/633/268660.html
Java编程
利用开源词典star-dict编写的一个小词典程序,使用方法仿照金山词霸
利用开源词典star-dict编写的一个小词典程序,使用方法仿照金山词霸
https://www.eeworm.com/dl/654/322772.html
数据结构
设计并实现解字典问题的O(nlogn)时间算法
设计并实现解字典问题的O(nlogn)时间算法,对于给定的字典dict和文本text,找出text
中出现次数最多的不在字典dict中的单词