CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 拼写检查

搜索资源列表

  1. filecheck

    0下载:
  2. 快速单词拼写检错器,能实现一般的文本操作,另外还能检查单词拼写的对错,字典可以自定义。-rapid spelling error device, able to operate normally text, and checking the wrong spelling, dictionary can define.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:53707
    • 提供者:陈勇明
  1. HTMLArea在线编辑器

    0下载:
  2. htmlarea在线编辑器实现了整业的编辑,拼写的检查,还有其他几个例子和插件,希望对网友有所帮助-Besides of the function of editing html file,HTMLArea also has the feature of Spelling-check,and there are some examples and plugs,hope helpful to you.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:210754
    • 提供者:zyp
  1. spellchecking

    0下载:
  2. 基于哈希表的一个对于英文文章单词拼写错误检查及更正的优化算法-A hash table based on the article for the English spelling error checking and correction algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1607815
    • 提供者:jimmy
  1. cifafenxi

    0下载:
  2. 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法拼写错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:3458
    • 提供者:沐夕
  1. c

    0下载:
  2. 英文单词拼写检查,并推荐正确单词示例源码-English word spelling checker, and recommend the correct word in the sample source
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2303
    • 提供者:wonder
  1. NotePad(word_correct)

    0下载:
  2. vc6.0 edit 控件实现自动单词拼写检查-vc6.0 edit control, automatic spelling checking
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:2028486
    • 提供者:cyf
  1. English-words-spell-check

    0下载:
  2. 英文单词拼写检查,并推荐正确单词示例源码-English words spell check, and recommended correct words sample source
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:2157
    • 提供者:zhangtianshi
  1. 11211

    0下载:
  2. 利用Word统计字数和检查拼写错误,很不错的VB源码,适合VB爱好者学习研究。-Word word count and check the spelling error, a very good VB source code for VB enthusiasts to study and research.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2123
    • 提供者:truck01
  1. spell

    0下载:
  2. 怎样写一个拼写检查器 使用Python写的检测器,里面用到的就是贝叶斯方法,深入浅出。-How to Write a Spelling Corrector? Use Python
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1995093
    • 提供者:fu
  1. cyuyansuanfa-fenxi

    0下载:
  2. c语言词法分析程序, 实现了以下功能: (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:185812
    • 提供者:tursunjan
  1. SpellCheck

    0下载:
  2. 1. 功能强大,可以检查多国语言,如英语,法语,俄语等等 2. 使用简单,只需添加简单的一些代码就可以实现页面上所有输入框的拼写检查 3. 检查迅速,实时检查,实时返回结果 4. 可以提供相似的单词选择。-Powerful, can check multiple languages, such as English, French, Russian, and so on 2 is simple to use, simply add some simple code on th
  3. 所属分类:.net

    • 发布日期:2017-11-15
    • 文件大小:175687
    • 提供者:dsgdswa
  1. spellchecking(source-P-report)

    0下载:
  2. 对英文文章中的单词拼写正确与否进行检查,并输出结果-Right or not to check the spelling of words in the English articles, and output the results
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-13
    • 文件大小:303058
    • 提供者:章鑫
  1. lex

    0下载:
  2. 设计并实现 C 语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3240
    • 提供者:何狗
  1. SpellingCorrection

    0下载:
  2. 单词拼写检查为了部落补补补补补补补补 单词拼写检查为了部落-Word Spell check
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:12547177
    • 提供者:侯晨力
  1. VBWord

    0下载:
  2. VB调用Word进行拼写检查的源码实例,并依靠自身统计单词和字符数量多少,显示统计结果,激活Word将Word变为可见,在拼写检查过程时,需要借助Word中的语法检查模块来进行,所以请确保你的电脑中安装有Word软件,最好是Word2003版本。-VB calls carried Word spell check source code examples, and rely on their own statistics how many words and number of characte
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:epudn16
  1. pincheck

    0下载:
  2. Visual C++单词拼写检查器,以命令提示符窗口的形式运行,运行后你可以根据提示输入一段英文字母,本程序会检查你输入的单词拼写是否正确,暂时只支持英文单词的检查,不支持中文拼写检查。-Visual C++ word spelling checker to a command prompt window in the form of running, running after you can be prompted to enter some letters, the program wil
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1987138
    • 提供者:kpudn16
  1. Simple-spelling-check

    0下载:
  2. 一个简单的单词拼写检查程序,内附说明文档-A simple word spell checker, containing documentation
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2480844
    • 提供者:anglc
  1. kparatol

    0下载:
  2. 用JAVA实现文档检查正误的系统,能检查出英文的拼写正误,并提示-Check the cluster system using JAVA implementation document, can check the English spelling right and wrong, and prompt
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:4990
    • 提供者:resolotion
  1. Vswng-analysis

    0下载:
  2. 使用面向对象方法完成“快速拼写检查程序”的分析,设计和实现过程-Using object-oriented method to complete the analysis of the rapid spelling checker , the design and implementation process
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:73728
    • 提供者:Tvdyb
  1. 7425602

    0下载:
  2. 使用面向对象方法完成“快速拼写检查程序”的分析,设计和实现过程()
  3. 所属分类:界面编程

    • 发布日期:2017-12-22
    • 文件大小:73728
    • 提供者:Kogty
« 1 2»
搜珍网 www.dssz.com