Welcome![Sign In][Sign Up]
Location:
Search - Dict

Search list

[Communication-MobileWord

Description: mtk 6225 08A平台好记星查单词应用功能源码-mtk dict src code
Platform: | Size: 43008 | Author: 邓正金 | Hits:

[Internet-Networkydict-1.0.tar

Description: 雅虎奇摩字典的命令列工具,需要python環境。-Command line tool of Yahoo! Dict
Platform: | Size: 2048 | Author: Chen Wen | Hits:

[Linux-Unixcurl-7.19.2.tar

Description: curl的作用:curl是一个利用URL语法在命令行方式下工作的文件传输工具。 它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, kerberos认证, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传,上载文件断点续传, http代理服务器管道( proxy tunneling), 甚至它还支持IPv6, socks5代理服务器, 通过http代理服务器上传文件到FTP服务器等等,功能十分强大。原来php默认并不进行此项功能的扩展,但还是有的,只是没有让它生效罢了。打开PHP安装目录,搜索以下三个文件 ssleay32.dll、libeay32.dll和 php_curl.dll, 一一拷贝到系统目录下的system32文件夹下,修改php.ini文件,找到 extension= php_curl.dll行,去掉前面的 号,保存,重启服务器 -php
Platform: | Size: 2869248 | Author: zhu | Hits:

[Other Web Codeajax_dic

Description: 用ajax+php实现的一个在线英汉词典。 在ajax词典示例中,共有如下文件: (1)ajaxdict.html (2)ajax_dict_server.php (3)script/prototype.js (4)script/menu.js (5)data/cdict-gb2312.dict (6)data/cdict-gb2312.ifo (7)data/cdict-gb2312.idx-(1)ajaxdict.html (2)ajax_dict_server.php (3)script/prototype.js (4)script/menu.js (5)data/cdict-gb2312.dict (6)data/cdict-gb2312.ifo (7)data/cdict-gb2312.idx
Platform: | Size: 3540992 | Author: yeszoe | Hits:

[MySQLdict-chs-utf8.tar

Description: 海量mysql的另一个分词词典 是Linux系统上的 具体的安装方法我还在摸索-Another massive mysql word dictionary is the Linux system specific installation method I' m still groping
Platform: | Size: 4089856 | Author: xue | Hits:

[Otherdict

Description: 不錯的英文字用法指南試閱版,字的來源起源,僅供參考。-Guide to good English word usage test access version of the source of origin of the word, for reference only.
Platform: | Size: 2119680 | Author: coolaler | Hits:

[WEB Codehaou_cn_dict

Description: xml编写的英文单词查询系统 -xml system
Platform: | Size: 428032 | Author: 陈嘉涛 | Hits:

[Windows DevelopB1

Description: 现在给你N个单词和一些查询,请输出提示结果,为了简化这个问题,只需要输出以查询词为前缀的并且按字典序排列的最前面的8个单词,如果符合要求的单词一个也没有请只输出当前查询词。 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 输入 第一行是一个正整数N,表示词表中有N个单词。 接下来有N行,每行都有一个单词,注意词表中的单词可能有重复,请忽略掉重复单词。所有的单词都由小写字母组成。 接下来的一行有一个正整数Q,表示接下来有Q个查询。 接下来Q行,每行有一个单词,表示一个查询词,所有的查询词也都是由小写字母组成,并且所有的单词以及查询的长度都不超过20,且都不为空 其中:N<=10000,Q<=10000 ^^^^^^^^^^^^^^^^^^ 输出 对于每个查询,输出一行,按顺序输出该查询词的提示结果,用空格隔开。 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 样例输入 10 a ab hello that those dict youdao world your dictionary 6 bob d dict dicti yo z ^^^^^^^^^^^^^^^^^^^^^^^ 样例输出 bob dict dictionary dict dictionary dictionary youdao your z -Electronic Dictionary ways to search
Platform: | Size: 5120 | Author: guaxixi | Hits:

[Speech/Voice recognition/combinedigit-recognition-tutorial-dict

Description: HTK是语音识别的有用工具。但是初学者使用较为困难。 本例子适合初学者快速熟悉htk的使用方法。很有帮助。-The HTK toolkit is useful for speech recognising. However, using it properly is not very easy for beginners.This is a basic sample which is not so difficult to a beginner. You ll find it helpful.:)
Platform: | Size: 3072 | Author: 自然快乐 | Hits:

[Sniffer Package capturecurl-7.21.1.tar.bz2

Description: 功能非常强大,可以使用其做出网络爬虫或网络下载工具,里面支持HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE 和GOPHER等协议。使用时请把结尾的.gz去掉-Very powerful, you can use to make web crawler or web download tool which supports HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE, and GOPHER, etc. protocol. Please use the end. Gz removed
Platform: | Size: 2150400 | Author: 李天 | Hits:

[ELanguagesrc2dic.py

Description: 又一个星际译王Stardict词库编译器。与官方的stardict-editor相比有如下特点: 1、输入格式仅支持Tabfile,但词条可以用竖线|分隔以表示同义词。 2、可指定最大.dict文件大小,若源数据过多则会按此大小分割成多个词库,以规避Stardict不支持超过2G词库文件的问题。适合于大型维基词库的编译。 3、可指定词条解释的的最长大小,解释过多的词条会被分割成多个条目,以避免在手机上使用时内存不足。 4、不会将源文件全部加载至内存。排序只针对词条索引,在.dict中不改变源文件中词条的顺序。而stardict-editor会将源文件全部加载,导致无法编译数百兆的大词典。-Yet another Stardict dictionary compiler. It features differently from the official stardict-editor in the following aspects: 1. Input source file format is limited to Tabfile. However, vertical bar (|) can be used to delimit synonyms by default. 2. Maximum .dict file size can be specified, so that when the source file is too large, its output are divided into multiple dictionaries, to work around the 2GB file size limitation of Stardict. Suitable for compilation of large Wikipedia dictionaries. 3. Maximum length of a word s meaning can be specified. Words with too long meanings are split into multiple entries, to avoid memory allocation failure when used on mobile devices. 4. This program does not load the entire source file into memory. Only word indices are loaded for sorting, nad the entry sequences are the same in .dict and in source file. In contrast, stardict-editor would load whole source file into memory, making it difficult to compile huge dictionaries with hundreds of me
Platform: | Size: 1024 | Author: Dian Yin | Hits:

[SCMgoldendict.tar

Description: GoldenDict 是一款不错的、与 StarDict(星际译王)类似的词典软件。它使用 WebKit 作为渲染核心,格式化、颜色、图像、链接等支持一应俱全;支持多种词典文件格式,包括 Babylon 的 .BGL 文件、StarDict 的 .ifo/.dict/.idx/.syn 文件、Dictd 的 .index/.dict(.dz) 文件、ABBYY Lingvo 的 .dsl/.lsa/.dat 文件;可查询 Wikipedia、Wiktionary 等基于 MediaWiki 的 Wiki 网站,且能够通过模板 Url 模式来使用其他的在线词典网站;具有基于 Hunspell 的 morphology 系统;包含完整的 Unicode 支持、scan 弹窗及全局热键等功能。-A feature-rich dictionary lookup program, supporting multiple dictionaries formats, perfect article rendering with the complete markup, illustrations and other content retained, and allowing to type in words without any accents or correct case.
Platform: | Size: 2888704 | Author: wuyin | Hits:

[Linux-Unixstardictd-0.3.tar

Description: 著名的开源电子词典,类似金山词霸。支持多字典,这是3.0版本-StarDict is a Cross-Platform and international dictionary Software. It has powerful features such as "Glob-style pattern matching", "Scan selection word," "Fuzzy query," etc. Stardict Version3.0 has developed a lot of new functions, such as Full-text translation, Net Dict.
Platform: | Size: 366592 | Author: Wang Zhongjun | Hits:

[Internet-Networkcurl-7.21.3

Description: CURL curl是一个利用URL语法在命令行方式下工作的文件传输工具。   它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。
Platform: | Size: 7577600 | Author: zshshy | Hits:

[Otherdict

Description: 一个满文辞典,支持圈点文的显示,中文到穆氏转写的互译。-A Manchu dictionary punctuate the text display support, Chinese Muslim' s turn to write the translation.
Platform: | Size: 5458944 | Author: MFK,FNFHV | Hits:

[File OperateDict

Description: 此软件用来生成文本字典文件。可以根据用户选择,采用字母模式、字符串组合模式、日期模式或者字典组合模式。用于密码破解,或者域名抢注等等。-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. Used for password cracking, or cybersquatting and so on.
Platform: | Size: 608256 | Author: zhouxifan | Hits:

[JSP/Javagalaxy-dict

Description: This dictionary in Englist. -This is dictionary in Englist.
Platform: | Size: 86016 | Author: langtu | Hits:

[Technology Managementdict

Description: 电气工程专业词典,用于查询专业词汇,非常全面的专业词典-Electrical engineering dictionary, used to query the professional vocabulary, very comprehensive Dictionary
Platform: | Size: 2230272 | Author: 牧者 | Hits:

[Windows DevelopGoogele

Description: 用Autoit脚本语言编写的简单、快捷方便的翻译软件,调用google翻译api和dict api,需网络支持-Autoit scripting language with a simple, fast and convenient translation software, called google translate api and dict api, network support required
Platform: | Size: 358400 | Author: bob | Hits:

[File OperateDictionary_Search

Description: 有名的词典查询 自动生成10000个单词然后找他的类似词。。。 -//Dictionary #include <iostream> #include <fstream> #include <string> #include <time.h> #define maxsize 10000000 #define exp_n 10000 using namespace std string word[maxsize] //words of dictionary int word_n //number of words int fn //number of words found int fl[26] int compare_n void Input_data() { int i word_n=0 ifstream infile("dict.txt") while(!infile.eof()){ infile>>word[word_n] //ucase letter convert to lcase letter for(i=0 i<word[word_n].length() i++) if(char(word[word_n][i]) < a ) word[word_n][i]+= a - A word_n++ } infile.close() } int char_int_converter(char c) { if(c<= z && c>= a ) return c- a if(c<= Z && c>= A ) return c- A cout<<"Error!"<<endl exit(0) } int Inword(string ss,int srt,int nd,int &pos)//confirm the word in dictionary or not { //find area:srt is start position nd is end position int k int startw=srt,endw=nd
Platform: | Size: 1133568 | Author: 秘密 | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net