搜索资源列表
xml2dict-2008.6-tar
- 解析xml为字典,只要xml格式正确,都可以解析,避免重复的代码-parse xml to dict
Dict
- 此软件用来生成文本字典文件。可以根据用户选择,采用字母模式、字符串组合模式、日期模式或者字典组合模式。用于密码破解,或者域名抢注等等。-This software is used to generate a text dictionary file. According to the user to select, using the letter mode, combination mode of the string, date mode or combination mode of the
Dictionary_Search
- 有名的词典查询 自动生成10000个单词然后找他的类似词。。。 -//Dictionary #include <iostream> #include <fstream> #include <string> #include <time.h> #define maxsize 10000000 #define exp_n 10000 using namespace std string word[maxs
zidian
- 编写一个小型英汉词典程序,程序启动时,从dict.dat文件中读入所有词条,存储在动态内存中。该程序具有以下几个功能 查询功能 加入词条功能 删除词条功能 编辑词条功能 清理功能 -Write a small English-Chinese dictionary program, the program starts from the dict.dat file read into all the entries stored in dynamic memory. The