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

搜索资源列表

  1. java

    0下载:
  2. 是关于Java的数字问题,从文本框输入数字,从文件里读入数字,然后把数字输出到文本域里,并计算其最大最小和平均值-Java is about the number of issues, from the text box to enter the figures from the document read into the figures, and then the digital output to a text field, and that the calculation of its
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:12667
    • 提供者:段燕
  1. DecodeNokiaContactBAK

    0下载:
  2. 从Nokia的PCsuite套件的备份中读取出文本格式的通讯录。输出为以逗号分隔的contacts.csv文件。可以直接导入到outlook中。-read the address book from Nokia PCsuite backup. Output to a comma-separated file contacts.csv. Can be directly imported into OutLook.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7836
    • 提供者:slice
  1. SMSDecoder

    0下载:
  2. 一个sms格式的PPC端短信备份的还原工具。原备份软件BkGenuis包含在rar文件内。 PPC上有个绿色的单独的短信备份还原工具,备份的格式是sms,但是还原是直接还原至手机短信中,在PC端不可以直接阅读。故编写了这个java程序来实现sms格式的解码。输入是input.sms。输出是txt文本格式。-this tool can decode the sms format of message backup file on PPC. The backup software called
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:44292
    • 提供者:slice
  1. javafso

    0下载:
  2. * 简单的读/写文本文件的示例 * 这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) 三个例子可以独立存在,所以根据需要只看其中一个就行了-* A simple read/write a text file that contains the sample* of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:周勇
  1. lab

    0下载:
  2. 对给定一个英文文本文件,统计并输出26个英文字母(不区分大小写)的出现频率,并统计定冠词‘the’的出现次数及频率。 -Given an English text file, statistics and output the 26 English letters (not case-sensitive) frequency of occurrence and statistical definite article ' the' the emergence of the numb
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1079
    • 提供者:wangzhequn
  1. Javaio

    0下载:
  2. Java读写文件文本文件的示例,这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 * 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) -Java to read and write text files of the sample document, contains three examples here, that is
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1515
    • 提供者:zzh
  1. Game2

    0下载:
  2. 简单的一个游戏,就是在一个文本框中输入boy而在另外一个文本框中输出boy的中文意思。-Simply a game, that is, a text box, enter the boy while in another a boy of Chinese text box, meaning the output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:576
    • 提供者:冯远忠
  1. P030M_Calculator

    0下载:
  2. 编程实现一个简易计算器,实现基本的加减乘除运算功能 //在计算器的面板上,有0—9数字的按钮,同时还有加减乘除的运算按钮已经清空运算框按钮,用户可以直接点击 //面板进行输入数字并计算,输入和输出结果数据共用一个文本框 //当进行除法运算时当除数为0,计算器会给出错误提示-Programming a simple calculator for basic operations of addition and subtraction multiplication and divisio
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1585
    • 提供者:John
  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. test3

    0下载:
  2. (1) 使用所学过的组件设计一友好的登记表, 设计方式可以Applet 或Application。 (2) 该表可以为学生入学登记表或邮件用户登记表。 (3) 要求将所学过的所有组件在表中体现,并通过事件处理对组件进行相关操作。 (4) 表中的输入信息要求存放于一文本文件中。 (5) 通过数据输出的方式,将文本中的输入信息读出后显示到屏幕上。 -(1) use the learned component to design a friendly registration fo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:11811
    • 提供者:jdx
  1. Sortgrade

    0下载:
  2. 设计一个学生类,学生类中应包括学号,姓名,语文成绩,数学成绩,英语成绩,同时还要提供两个方法,一个方法计算总成绩,一个方法计算平均成绩。 现在有一个文本文件,该文件有若干行,每一行存放着某个学生的数据,包括:学号,姓名,语文成绩,数学成绩,英语成绩。数据与数据之间用空格隔开,例如: 001 张三 85 90 98 设计一个java应用程序,从文本文件中读取数据,构造这些学生对象,然后按找总成绩从高到低的顺序输出到另外一个文本文件中,每个学生的数据占一行,数据与数据之间用空格隔
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:张有睿
  1. MyFrame3

    0下载:
  2. 实现上述图形化界面,点击 open file 按扭,打开文件对话框,选择文件,在文本框中输出所选文件的路径;-To achieve the above graphical interface, click the open file button, open the file dialog box, select the file, in the text box and the output of the selected file path
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:648
    • 提供者:Pudding
  1. index

    0下载:
  2. js输出html文本标记 -js输出html文本标记js输出html文本标记
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:wuyan
  1. DelCommon

    0下载:
  2. 用java编写的代码注释删除小工具,能去文本中掉//和/* */注释。 第一个按钮的功能为去掉文本框1中代码的注释,输出到文本框2. 第二个按钮的功能为批量删除文件中的注释,并输出到当前目录(新文件-Java code written using the Notes gadget, the text can go out// and /**/comment. The function of the first button to remove the code text box to a com
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:5165
    • 提供者:黄滟
  1. EmailTool

    0下载:
  2. java邮件分析器,可以从文本文件中分析出各种邮件地址,并且根据输入的域名后缀将邮件地址分类为相应的文件输出文件-java message parser, you can analyze a text file from a variety of e-mail address, and the input of the domain name suffix will e-mail address is classified as the corresponding file output fil
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2316
    • 提供者:王瑞荣
  1. c123

    0下载:
  2. 设定输出文本的名称(可以采用默认,也可以自己输入)-Set the name of the output text (you can use the default, you can own input)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1141
    • 提供者:dolly
  1. Apriori

    0下载:
  2. ▲ Java实现的Apriori算法 ▲工程名: Apriori ▲输入:1. 文本文件(放到工程目录下) 格式:每行输入一个事务,每个事务均由整数组成,每个item中间用空格隔开。 2. 控制台输入最小支持度与最小置信度。 ▲输出:控制台输出第k个频繁集和强关联规则。 强关联规则也写到工程目录下out.txt文件中。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:20575
    • 提供者:Athena
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3305106
    • 提供者:jpj
  1. java_sushu

    0下载:
  2. java利用文本框实现素数的求解,有序输出-java prime number using a text box to achieve the solution
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2944
    • 提供者:李成荣
  1. vote

    0下载:
  2. 在三人中选出二人(每张选票可选一到两人)为班干;同时在二人中选出一人(每张选票只选而且必选一人)为班长,选好选票后点击“投票”按钮投出一张选票,按“统计”按钮统计并在文本框中输出选票。-In two of the three selected (optional one or two votes each) for the class dry also elect one of the two (election and every vote must choose only one) for
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1459
    • 提供者:阿三
« 1 23 4 5 »
搜珍网 www.dssz.com