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

搜索资源列表

  1. exception-handling

    0下载:
  2. 输入输出与异常处理 通过本实验,初步掌握Java中的IO流的用法,并能够在程序中正确使用异常处理语法。 假设文本文件abc1.txt中有一些数据,分为若干行,每行有一些个数不等的整数,用空格隔开。写一个程序读入该文件中的数据,对每行数据从小到大进行排序,然后按行输出到文本文件abc2.txt中,输出的文件中数据的格式与输入文件相同。-Input and output with exception handling through this experiment, the initial
  3. 所属分类:JavaScript

    • 发布日期:2017-11-12
    • 文件大小:13644
    • 提供者:shasha
  1. liuyuwenjian

    0下载:
  2. 一个文本文件中存放着职工的工资记录。每个职工的记录包含姓名、工资、津贴三项。每条记录可以存放于一行(三项之间的间隔符可以自己决定),也可以将每条记录的三项依次分别存放在文本文件中的每一行。请设计一个程序,可以让用户选择打开这个文件查看其内容,并可以让用户选择把每个职工的工资增加10 之后又存回原来的文件。-Employee payroll records are stored in a text file. Each record contains the name of the workers
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:15403
    • 提供者:
  1. java

    0下载:
  2. 设计一合并文本文件程序,可按以下步骤实现:l 创建一窗口框架;l 输入三个文本文件名(可用FileDialog对象进行文件选择);l 分别打开前面两个文件,将其内容合并到第三个文件上,也就是file3 = file1 + file2。l 然后再将file3的内容显示在窗口上。-Design a text file merging procedures, according to the following steps: l to create a window frame L three te
  3. 所属分类:JavaScript

    • 发布日期:2017-12-03
    • 文件大小:1140
    • 提供者:wang
  1. lib

    0下载:
  2. J2ME ARMY KNIFE是目前唯一一个能够快速生成图片和文本特效的J2ME类库。易于使用,只需要几行代码就能够生成你所需要的图片。-J2ME ARMY KNIFE is a the J2ME class library is the only one able to quickly generate images and text effects. Easy to use, only need a few lines of code to generate the image you ne
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:25879
    • 提供者:pudn
  1. MyTextRead

    0下载:
  2. 基于android的txt文本阅读器,实现自动翻页,书签记录等功能-Reader for Android
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:96536
    • 提供者:miover_yu
  1. ChooseAndCalculate

    0下载:
  2. 提供界面供用户选择文本文件,统计所选文本文件中出现的单词及每个单词出现的次数,并将结果写入另一个文件中保存。-Number of interface for the user to select a text file, the statistics selected text file, word and each word, and write the results stored in another file.
  3. 所属分类:Applet

    • 发布日期:2017-12-09
    • 文件大小:7890
    • 提供者:赵嘉
  1. MyTextClassify

    0下载:
  2. 这个程序的主要功能是 文本分类,分类算法是朴素贝叶斯分类-The main function of this program is a text classification algorithm Naive Bayes classifier
  3. 所属分类:JavaScript

    • 发布日期:2017-12-06
    • 文件大小:1436690
    • 提供者:宋清华
  1. Speech

    0下载:
  2. 个人写了一个文件里的文字转换成语音的Android小程序,在别人的TTS里,只能手写然后才读出来。我的程序只要在文本框里输入一个mnt/sdcard/*.txt,点击读文本按钮即可。-The personal write the text into a file voice applet Android, in others the TTS only handwritten and then read out. My program as long as the text box to ente
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:962114
    • 提供者:汪紫雨
  1. text-classification-libsvm

    0下载:
  2. 文本分类程序,使用经典的libsvm实现文本分类功能,包含训练与测试。-Text classification procedures, it uses the classical libsvm procedures to implement text classification, including training and testing.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:3456871
    • 提供者:dkaoyan
  1. TextCategorizationTest

    0下载:
  2. 将txt类型的中文文本转换成weka能识别的arff格式文件,并输出arff格式文件。-Conversion will be the the Chinese text of of the txt types of into a the the the file of weka be able to identify arff format, and output the arff format file.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-05
    • 文件大小:879
    • 提供者:李光
  1. StopWordHander

    0下载:
  2. 1、文件转换为字符串 2、文本文件分词后转换为ArrayList 3、从文件读取停用词用转换为ArrayList 4、从ArrayList中剔除停用词 5、利用正则表达式将文本文件中的数字、字母剔除-delete stopwords from texts
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:2346822
    • 提供者:Ariera
  1. luceneData

    0下载:
  2. LUCENE例子的测试数据,文字信息,有部分是重复的,目的是找出文本中的不同,得到不同的评分。-LUCENE example of the test data, text information, there is repeated, and the aim is to identify the different, in the text different ratings.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:35685
    • 提供者:whj
  1. ExtractTheContentOfMB

    0下载:
  2. 微博文本内容抽取,可以对分好句的微博进行准确的内容抽取,以方便进一步的文本内容分析-For the use of extracting the content of Micro-blog
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-04
    • 文件大小:1609
    • 提供者:robot
  1. wordcount

    0下载:
  2. 可在hadoop平台上运行的java程序,用于文本的字数统计-word count
  3. 所属分类:Applet

    • 发布日期:2017-11-25
    • 文件大小:1720
    • 提供者:lixiang
  1. JavaTextEdit

    0下载:
  2. java编写的文本编辑器,实现功能:打开保存文件,修改文字字体颜色,查找替换字符串,换行,状态栏行列数显示,等功能。-text editor written in Java, and functions: open the saved file, modify the text font color, find-and-replace strings, newline, the number of rows and columns of the status bar displays, and
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:41882
    • 提供者:xal
  1. com.feinir.SPOperator

    0下载:
  2. 手机号处理工具,可从任意文本中提取手机号,用RCP开发。-Phone number processing tools, extract phone numbers from any text RCP development.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-24
    • 文件大小:597501
    • 提供者:feinir
  1. Count

    0下载:
  2. 编写一个程序,分别统计并输出文本文件中元音字母a、e、i、o、u的个数。-Write a program, respectively, statistics and the number of vowels a, e, i, o, u in the output text file.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:3175
    • 提供者:陈雨婷
  1. test1

    0下载:
  2. 用Java做的一个简单的登陆界面,包括用户名,密码,爱好等,应用了java的单选按钮、复选按钮、文本域、密码域等-Java do a simple login screen, including the user name, password, hobbies, application java radio buttons, check buttons, text fields, password, domain
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:3695
    • 提供者:樊瑞瑞
  1. JavaPasswordFieldDemo

    0下载:
  2. Java源代码实现密码验证框,可以学习一下在窗体中如何初始化文本输入框、初始化密码输入框、登录按钮事件处理、初始化按钮事件处理等,并设定不允许用户改变窗口大小-Java source code password authentication box, you can learn about how to initialize the text input box in the form, the initialization password input box, the login butto
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:9761
    • 提供者:pudn1321
  1. JavaWaveText

    0下载:
  2. Java波浪文字,一个利用Java处理字符的实例,可以设置运动方向参数,显示文本的字符数组,高速文本颜色,显示字体的 FontMetrics对象,得到Graphics实例,得到Image实例,填充颜色数组数据,初始化颜色数组。-Java wavy text, an instance of the use of Java processing characters, you can set the direction of motion parameters, and displays the t
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:16384
    • 提供者:pudn1385
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com