CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 英文 单词

搜索资源列表

  1. java03312008

    0下载:
  2. 使用数组存储一个英文句子\"java is an object oriented programming language\"显示该句子,并算出每个单词的平均字母数。-use of a storage array English phrases, "Java is an object oriented p rogramming language "revealed that the phrase, each word and calculated the average nu
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2013
    • 提供者:刘建强
  1. javaIn

    0下载:
  2. 简单的单词检测程序,能够检查出以TXT文件格式的英文文章-simple words detection procedure, to check out a TXT file format of the article in English
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6658
    • 提供者:ouzf
  1. analy3

    0下载:
  2. 编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。 提示:对文件的分析可以使用StreamTokenizer类-prepared a text file analysis program, read an English text files, statistics words, numbers, punctuation and other elements of the number and the total number of r
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1942
    • 提供者:吴泽伟
  1. dancipaixu

    0下载:
  2. 一个用java 语言编写的单词排序程序,它可以将输入的单词按照26个英文字母的顺序进行重新排列
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7499
    • 提供者:Joan
  1. fio

    0下载:
  2. 1.文件和目录管理,使用java.io.File类编程,完成如下功能: (1)输入文件名称 (2)判断该文件名称是否存在 (3)若文件存在,判断是文件还是目录 (4)若是文件则输出文件的各种属性 (5)若是目录则输出其中包含的所有文件的名称 2.二进制文件的读写操作,用InputStream和OutputStream及其子类,设计并实现一个可以完成文件复制操作的程序。 3.文本文件的读写操作,编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:19800
    • 提供者:罗春威
  1. stroperate

    0下载:
  2. 统计一段英文文章中指定单词出现的次数,以" "为界限把文章分割成若干字符串。-Statistics for some English words in the article specified the number of occurrences of " " the limit of the articles are split into several strings.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1130
    • 提供者:Shirley
  1. Check

    0下载:
  2. 实现英文的拼写检查,对错误单词标记并推荐相似单词-Implementation of English spelling checker, word on the wrong tag and recommend similar words
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:281050
    • 提供者:徐鹏
  1. myFileStream

    0下载:
  2. 统计文本中的英文字符数目及单词数目,程序先打开一个文本文件,然后进行运算,结果是输出单词的数目-Statistics in the text the number and the word the number of English characters, the program opens a text file first, and then proceed to operation, the result is the number of output words
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1916
    • 提供者:snowwolf
  1. lxjava

    0下载:
  2. 英语单词练习,java实验,英文排序English test-English testEnglish testEnglish testEnglish test
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:7887
    • 提供者:xiaobei
  1. Text

    0下载:
  2. 统计一段英文文字的各个字母的出现频率和单词the的出现频率-Statistics section of the various letters in English text the words the frequency and the frequency of occurrence
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:997
    • 提供者:王锋
  1. Word

    0下载:
  2. 编写一个java应用程序,要求如下: (1)程序可以读取一个由英文单词组成的文本文件,该文件中的英文单词以空格、逗号、回车符分隔 (2) 窗体上有两个按钮、一个文本框和一个文本区,单击“下一个单词”按钮,可以把读取的下一个单词读到文本框中。 (3)在文本框中输入单词的前几个字符,单击“查找”按钮,可以把所有符合要求的单词显示在文本区中。-Write a java application requirements are as follows: (1) program can be r
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1878
    • 提供者:yxq
  1. CheckWords

    0下载:
  2. 英文单词拼写纠错 该用例使用到再种算法,第一种是用到了用单词前缀树解决多串的模式匹配问题的算法。第二个是用到了单词树的深度遍历下的回溯法进行最优值求解。-English word spelling correction
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:45802
    • 提供者:蒋成功
  1. Source-Code

    0下载:
  2. 请使用OpenNLP当中的英文文档,en-sent.bin 以便进行英文断句。 请使用OpenNLP当中en-token.bin 以便进行英文单词的tokenlization. 系统的启动代码名称是Command collect center-NGram Model based on add-delt smooth tec. the datastructure of NGram model s memony structure is using prefix tree as inde
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:109196
    • 提供者:刘祺
  1. EnglishWordsSpellingPractice

    0下载:
  2. JAVA语言实现的简易的英文单词字母拼写小游戏,可以使用鼠标或者键盘对字母进行控制来进行游戏-JAVA language of the simple English word letters spelling game, you can use the mouse or keyboard to control the alphabet for the game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6169
    • 提供者:min
  1. Inflector

    0下载:
  2. java实现英文单词单复数转换,供大家进行学习参考,希望有帮助-java translate single and plural
  3. 所属分类:Ajax

    • 发布日期:2017-04-13
    • 文件大小:1918
    • 提供者:jim
  1. bolm_dict

    0下载:
  2. 输入中文或英文单词,直接响应翻译结果,不刷新页面,方便快捷,带有音标注释及例句(部分单词无),用了jQuery的Ajax相关函数实现,同时兼容IE6,7,8,FF,chrome,Safari等浏览器。 CHINAZ 编辑注:这个程序可以直接下载后在IE中运行(下载后用IE打开就可以用),但如果通过IIS或apache等运行,需要解决ajax跨域的问题(ajax默认不能跨域访问,这是安全上的问题,非本程序问题),如果需要通过IIS等使用,可以通过一些手段来跨域,比如ifr a me、或代理等,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:55635
    • 提供者:dmpudn7
  1. package-javaapplication1

    0下载:
  2. 1. 输入字符串sV后,将其中的标点符号(, . ! ?)转换成空格 。全部字符转换为小写字母; 2. 字符级检测:全部字符为小写字母、数字或空格; 3. 再次创建Scanner对象,从sV中扫描词组,= new Scanner(sV) ,用next()方法,将词组存放到字符串数组sVa[]中; 4. 词组级检测:剔除纯英文字符串以外的非法字符串; 5. 排序,剔除相同的英文单词,输出。 测试文本: The USB 3.0 specification was published on 12
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:11750
    • 提供者:Chris
  1. HongFei

    0下载:
  2. 使用Java统计文本文件字数,包括英文单词个数和汉字个数以及查询一个词出现的频率-Use Java statistics text file number, including the number of English words and the number of Chinese characters, as well as the frequency of the occurrence of a word query
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:22305
    • 提供者:张甲佳
  1. JAVA程序员常用英语 -

    0下载:
  2. 程序员常用的英文单词,不好找方便学习交流用(javaFORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart)
  3. 所属分类:Applet

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:修行者
  1. bmjbzzu373

    0下载:
  2. 本程序利用java语言,实现了对英文单词的模拟识别()
  3. 所属分类:Ajax

    • 发布日期:2018-04-21
    • 文件大小:34816
    • 提供者:CbhTT
« 1 23 »
搜珍网 www.dssz.com