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

搜索资源列表

  1. Exercise

    0下载:
  2. (按升序显示不重复的单词)编写程序,从文本文件中读取单词,并将所有不重复的单词按升序显示,文本文件以命令行参数的方式传递。 编程提示: 文件处理:将命令行获取的文件按行读入,然后将每行文件内容按字符串处理为单词形式。按行读入可以使用BufferedReader 类的readLine()方法,每行处理为单词可以使StringTokenizer 类或者String 类的split()方法。 使用泛型技术创建字符串规则集,不重复地存放单词; 由散列集创建树形集,形成单词的自然排列顺序
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:961
    • 提供者:王小A
  1. KeyWord

    1下载:
  2. (统计Java 源代码中的关键字)编写程序,读取一个Java 源代码文件,报告该文件中关键字的个数。从命令行传递该文件的文件名。 编程提示: Java 关键字集合的形成; 方法一:创建规则散列集对象,使用add()将所有Java 关键字存放在该集合中; 方法二:创建一个文件存放Java 关键字,然后将文件内容读入一个规则散列集中。 Java 源代码文件的处理(参考练习二的文件处理); 原文件中关键字个数统计:如果一个单词在关键字集合中,则计数器增1;否则计数器不变。
  3. 所属分类:Java Develop

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:王小A
  1. danci

    1下载:
  2. JAVA实现了背4\6级单词的基本功能,如背诵,生词本,测试等.-word recite
  3. 所属分类:JavaScript

    • 发布日期:2016-05-17
    • 文件大小:15360
    • 提供者:vhaijiaov
  1. WordCountDouble

    0下载:
  2. 在一个大的文件中,找出单词出现的频率,使用分布式系统完成。运行平台Amazon EC2 MapReduce -In a large file, find the word in the frequency, the use of a distributed system to complete. Amazon EC2 MapReduce operation platform
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:23710
    • 提供者:puppy
  1. danci

    0下载:
  2. 自己编写,一个简单的后台程序,单词查询,将自己要用的单词存放在程序里,以方便查询,使用方法写在main类的注释里-I have written a simple daemon, the word query, his use of the word stored in a program to facilitate the query, using the method written in the main class of the comment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5963
    • 提供者:需要
  1. lzh

    0下载:
  2. JAVA词法分析程序,实现对界符,数字,单词,操作符的识别.-JAVA lexical analysis program to realize the community character, numbers, words, operator of the recognition.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3870
    • 提供者:tianlusha
  1. yinghanshuangxiangdianzicidian

    0下载:
  2. 英汉双向电子词典是数字化的辞书,在载体、编纂方式、设计过程、功能、使用者、查询手段、检索方法等各方面具有词典类软件特性。本课题设计英汉双向电子词典是一种基于Java语言开发的跨平台的词典类工具软件。检索方式采用开源的Lucene全文检索并实现中文分词的功能。具有查询、检索方便、快捷,查询种类齐全,可以即时翻译、准确的、详细地查阅英文、中文单词。同时为各种软件、网络、电子邮件等提供后台支持,从而大大提高了用户的工作效率,拓宽了学习途径。-English-to-Chinese a the book
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:534487
    • 提供者:killersking
  1. vacabulary

    0下载:
  2. 模仿金山词霸~ 需手动添加单词,只是测试阶段,界面全部手写,希望大家分享~-Kingsoft imitation need to manually add the word ~, but the testing phase, the interface all the handwriting, I hope to share ~
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:4079
    • 提供者:wey
  1. JavaCMMSyntacticAnalyzer

    0下载:
  2. 实验三:CMM语言解释器实验文档 二,实验结构与功能概述: 解释器在语法分析的基础上,对语法分析程序的输出,语法树遍历,完成语义检查并生成代码,代码以四元式的形式输出,cmm解释器解释执行四元式序列,完成对cmm语言的解释。 1.系统的输入:CMM源程序 系统的输出:1,单词(token)序列(词法分析) 2,语法树(语法分析) 3,四元式序列,cmm执行结果(语义分析) -Experiment III: CMM document langua
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6906041
    • 提供者:杀手47
  1. MyDictionary

    0下载:
  2. 实现了一个java版本的英文电子词典,原创。实现了词汇的联想解释、词组解释、单词查询等功能。-A original edition written by myself.You can search word and has a goog interface!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3921486
    • 提供者:李华
  1. Calender2

    0下载:
  2. 读入一个TXT文本(仅有英文单词序列组成),统计各个单词出现的次数,并以适当的图形形式表示结果。-Read into a TXT text (the only English word sequence composition), statistics the number of occurrences of each word, and the appropriate graphical representation of results.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:余聪炜
  1. JAVA

    0下载:
  2. 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2350
    • 提供者:killer
  1. Java

    0下载:
  2. 编写一个猜单词位置的程序。单词由三个字母组成,单词放在一个由7个格组成的容器内。 单词的起始位置随即产生。要求用户输入字母的位置(从0-7),如果正确输出hitted,错误输出missed。全部正确,输出finished,并退出-Guess the position of a three-letter word in a container
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1336
    • 提供者:赵靓
  1. 2

    0下载:
  2. 统计英语单词个数的java程序,并用图形界面显示,包含了图形界面-Statistics the number of English words java program and use graphical interface display includes a graphical interface
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:719
    • 提供者:she
  1. Assignment_1

    0下载:
  2. 一个猜数单词游戏代码。文件夹跟文件都有,想要的都拿吧。-a guess word game code. file and .java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:452532
    • 提供者:李承斌
  1. bysj

    0下载:
  2. asp在线购物网站,包括前台后台,后台登入用户名和密码为管理英文单词-asp online shopping site, including the front back, back log in the user name and password for the management of English words
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-17
    • 文件大小:4541646
    • 提供者:kitty
  1. TP3

    0下载:
  2. java编写的统计一篇文章中出现的所有不同单词,以及每个单词出现的数目.使用TreeMap.-java write an article appeared in the statistics of all the different words, and the number of each word appears. Use TreeMap.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:329620
    • 提供者:Estelle
  1. yinghanxiaocidian

    0下载:
  2. 可以进行简单的英语翻译和查询。实现各种英语单词和短语以及文章的翻译-Can be simple English translation and query. Achieve a variety of English words and phrases, and translation of the article
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:13141
    • 提供者:阿明
  1. Fast-spelling-checker

    0下载:
  2. 快速拼写检查,导入英语单词字典以及文本,即可检查文本中拼写错误的单词,并且返回错误单词所在的位置。-Quick spell check, dictionary, and English words into the text, you can check misspelled words in the text, and returns the location of the error word.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:82364
    • 提供者:utoman
  1. notebook

    0下载:
  2. 生词本程序,可以实现屏幕滚动,可以添加或者删除单词-Words of the program can scroll the screen, you can add or delete words
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:79587
    • 提供者:zhangcheng
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com