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

搜索资源列表

  1. DrawFiles

    0下载:
  2. 简单的JAVA小程序,可以读取文档,根据你TXT文件里的数值进行简单符号画图
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13078
    • 提供者:Zhao P
  1. FileDown

    0下载:
  2. 1.程序特点 目录直读(读取index.php下的文件和目录) 文件目录保护不被下载 可以禁止下载类型(比如php,asp等) 2.安装使用方法 (1)配置indexfiles/config.php. (2)如果要启用日志记录,请把indexfiles/log/log.txt属性改为666或777,win主机可以不用理会这一步骤. (3)将提供的下载文件上传到程序根目录,也可以在根目录下添加任意层次的子目录然后将将下载文件放入目录
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:20746
    • 提供者:刘远杰
  1. SourceModeling

    0下载:
  2. SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:Glen
  1. Huffmancodeandreport

    0下载:
  2. C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:115837
    • 提供者:dongming
  1. zhongsoupachong

    0下载:
  2. 采用缓存, 5 分钟从中搜资讯读取一次。 ReWrite 过的。 AD 在 Config.php 控制。 使用时设置所有 TXT 和 DAT 文件的属性为 777。-The use of cache, 5 minutes to read information from a search. Rewrite before. AD control in config.php. Use all the TXT and DAT files for 777 propertie
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:10392
    • 提供者:guguojin
  1. FCA_Greysh_Configuration

    0下载:
  2. 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SA
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1055201
    • 提供者:Greysh
  1. java

    1下载:
  2. 输入5个学生的成绩(从0到100的整数),并将这5个数保存到文件“data.txt”中。然后再编写一个程序,从文件“data.txt”中读取这5个学生的成绩,计算并输出它们的平均数,然后再按从小到大的顺序输出这5个学生的成绩。 -The importation of five pupils (from 0 to 100 integer), and 5 the number of files saved to the " data.txt" in. The preparat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:623
    • 提供者:kevin
  1. JAVAIO

    0下载:
  2. 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对S
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:2429
    • 提供者:123
  1. asp_storedProc

    0下载:
  2. 在asp(vbscr ipt)中读取 存储过程返回的多个记录集. 英文版 txt-In the asp (vbscr ipt) to read the stored procedure returns multiple recordsets. English txt
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:1978
    • 提供者:张寿锐
  1. EveryDay

    0下载:
  2. Java写的类似每日一条的小程序。C/S模式,客户端读取服务器端传来的内容并以Tips的形式显示,服务器端使用txt文件存放内容。-Similar to the daily write a Java applet. C/S mode, the client reads the server-side content and Tips coming in the form of displays, the server-side using the txt file stored content.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:33006
    • 提供者:郭梦依
  1. txttoxml

    0下载:
  2. 将txt文件装换为xml文件,在读取数据的时候是很方便,也非常有学习的价值-Txt files will be installed for the xml file, when reading the data is very convenient and very value of learning
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2364
    • 提供者:楚健明
  1. ex05

    0下载:
  2. 输入5个学生成绩(从0到100的整数),并将这5个学生成绩保存至文件“data.txt”. 从文件“data.txt”中读取学生成绩,计算并输出平均值,然后按成绩的高低排序并输出。-Enter 5 pupils (an integer from 0 to 100), and the five student achievement save to a file " data.txt" . From the file " data.txt" student ach
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:4084
    • 提供者:zhouxi
  1. Exercise8_21

    0下载:
  2. 设计一个类读取一个名为Eercise8_21.txt的内容,里面是几个学生的成绩,可以求平均分,和总分。-Suppose that a text file named Eercise8_21.txt contains an unspecified number of sfores.Write a program that reads the scores from the file and displays their total and averge.Scores are seprated
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1370
    • 提供者:玲玲
  1. ajaxasp

    0下载:
  2. 40 Tooltips scr ipts With AJAX, Javascr ipt CSS Ajax_In_Action(Chinese_中文).pdf Ajax实现asp中读取ACCESS数据库文章列表并分页.txt AJAX教程实例,ASP+AJAX+ACCESS数据库应用教程(附源码).doc Ajax表单提交实例.txt asp + ajax 实现简单分页 学习可用.txt asp AJAX基础例子.txt asp ajax检测用户名是否存在.txt
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-17
    • 文件大小:4803521
    • 提供者:guolv
  1. JavaLex

    0下载:
  2. 在VS2008平台下使用C语言编写的JAVA语言词法分析器,使用DFA设计,使用两对半缓冲区读取单词,能报告词法错误和出错位置,并将词法分析结果属性字流写入txt文件。-Platform in VS2008 using C language lexical analyzer written in JAVA language, using the DFA design, using two pairs of semi-buffer to read the word, lexical errors
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6035
    • 提供者:刘琬臻
  1. JavaDemo

    0下载:
  2. 这是一个将文件内容读取之后,转换成txt文件的程序-This is the contents of a file to read after the procedure into txt file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:945
    • 提供者:马轲轲
  1. txt_file

    0下载:
  2. 一个简单的java读写txt文本。两个读取方法,两个写入方法.-Txt to read and write a simple java text. Two reading methods, the two write methods.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:716
    • 提供者:usking
  1. src

    0下载:
  2. 哈弗曼编码译码器. 根据读取的文本内容进行编码. 可以压缩中文 !!! 可以打开txt文本 图形界面,操作简单.-Huffman codec. According to encode the text to read. Can be compressed in Chinese!!! Can open txt text graphical interface, easy operation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:61819
    • 提供者:crw
  1. telbook

    0下载:
  2. 一段电话簿程序,输入:姓名,电话号码,存储到一个.txt文件,并读取-A phone book program, enter: name, phone number, stored in a. Txt file, and read
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:578
    • 提供者:jisijia
  1. diary

    0下载:
  2. java日记本,可以读取保存文本文档,以txt格式保存-java diary
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:79669
    • 提供者:孙昊
« 1 2 34 5 6 »
搜珍网 www.dssz.com