CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 打开TXT文件

搜索资源列表

  1. 串口数据保存为TXT

    4下载:
  2. 能将串口自动发来的数据保存为TXT文件并打开数据
  3. 所属分类:源码下载

    • 发布日期:2011-03-18
    • 文件大小:5.03mb
    • 提供者:xiongzongjie
  1. 文本及文件朗读源码

    0下载:
  2. 一款文本朗读源码,可以直接输入文本或打开doc或txt文件。
  3. 所属分类:语音合成与识别

    • 发布日期:2011-09-06
    • 文件大小:12.5kb
    • 提供者:zhaocj2004
  1. qt入门之打开txt文件和image文件

    0下载:
  2. qt入门程序,适合刚接触qt的新手练习用
  3. 所属分类:文档资料

    • 发布日期:2011-12-26
    • 文件大小:26.5kb
    • 提供者:ssj1989
  1. openandreadtxt

    0下载:
  2. 打开并读取TXT文件
  3. 所属分类:对话框与窗口

    • 发布日期:2012-02-20
    • 文件大小:24.48kb
    • 提供者:p32130084888
  1. EX_TEXT.rar

    0下载:
  2. 可以打开txt文件,并且可以对其编辑。运行过,可以执行,没有错误的。,Can open the txt file, and can be its editor. Run-off, you can perform, there is no wrong.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1.52mb
    • 提供者:杨娟
  1. data_in_two_text

    1下载:
  2. 使用MATLAB打开TXT文件,并且用文件里面的数据画图-Open the TXT file using MATLAB, and use the data inside the drawing file
  3. 所属分类:Button control

    • 发布日期:2017-03-27
    • 文件大小:1.76kb
    • 提供者:Cris
  1. txt.rar

    1下载:
  2. 文本文件txt格式文件的保存与读取,将程序中的*txt改为*doc,还可以保存和打开word文档,Txt text file format and save the document to read, will process the* txt change* doc, can also save and open the word document
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:25.97kb
    • 提供者:魏玉果
  1. ym_vcpp-readText

    0下载:
  2. mfc打开txt文件并显示,选择文件路径 点击按钮打开并显示-mfc open the txt file and display, select the file path and click the button to open the show
  3. 所属分类:Button control

    • 发布日期:2017-03-28
    • 文件大小:24.48kb
    • 提供者:少三家
  1. readtxtfile

    0下载:
  2. 在VB环境里打开txt文件,读取其中的所需信息。-Open the txt file, read the information
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:4.51kb
    • 提供者:zhy
  1. duqu_xls_txt

    2下载:
  2. matlab打开txt文件和excel文件,读取其中的数据-matlab open the txt files and excel files, read the data
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8.3kb
    • 提供者:ZLJ
  1. fopen

    0下载:
  2. matlab打开txt文件,然后把矩阵改成一个向量,使其能进行相关运算 -open txt files by matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:522byte
    • 提供者:唐汤
  1. SE_practice1.1

    0下载:
  2. 单词频度分析器,可以打开.txt文件,提供3中单词查询方式-Word frequency analyzer, you can open the. Txt file, to provide 3 word query
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:86.08kb
    • 提供者:李晓龙
  1. ShowTxtView

    0下载:
  2. 将一个txt文件打开,并读取文件中的内容显示到单文档程序的客户区。-Will be a txt file open, and read the contents of the document shown to the single-document program client area.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2.22mb
    • 提供者:daofman
  1. Tin3D

    0下载:
  2. 本程序可以实现打开TXT文件后显示TIN结构的图像并可添加纹理。-This procedure can be achieved to open TXT file, show TIN structure, and can add texture images.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2.4mb
    • 提供者:李丽
  1. TTS_Sound

    0下载:
  2. Text to Speed(TTS) 初步应用。英文男声女声朗读、中文男声可选。可以打开TXT文件朗读其中内容。具有音量可以设置,朗读速度可以设置,朗读频率可以设置的功能。同时可以讲朗读内容保存为.wav格式输出,亦可以读取.wav文件。-Text to Speed (TTS) preliminary application. Male female voice reading in English, Chinese male optional. Can open the TXT file to
  3. 所属分类:Audio program

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:廖于翔
  1. compress

    0下载:
  2. 文本文件的压缩和解压程序 1. 先统计文件中出现的每个字符的出现次数; 2. 根据上述的统计结果设计huffman编码; 3. 为在文件编码时提高查询字符对应huffman编码的查询速度,以每个字符为结点内容构造一棵二叉排序树; 4. 压缩。即将文本文件中的每个字符用huffman编码代替,并写入二进制文件中。也就是说,压缩文件是一个记录文件内容的二进制流; 5. 解压。即将二进制文件还原为文本文件。 6.程序运行后应该有一个菜单,菜单 包含:打开文本文件、压缩、解压
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2.57kb
    • 提供者:张彻
  1. ForMyDad

    0下载:
  2. 一个简单的打开txt文件的工具,方便自己手工新建,打开txt.-A simple tool to open a txt file to facilitate his hand a new, open the txt.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:吴明
  1. Readfile

    0下载:
  2. 两种方式读文件,一种是直接读取文字,一种是打开对话框读取TXT文件-read files in two ways
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3.56mb
    • 提供者:
  1. Text2Html

    0下载:
  2. 本程序具有的功能: 1.文本文件编辑器,可以取代NotePad. 记事本中,当设置字体大于11点时,行距太小,难于阅读,本编辑器的行距大于记事本,可阅读性好。 2. 简单的Web浏览器.可以在Windows资源管理器中,点击右键,选择用本程序打开.html,.htm,.txt文件。 3. 文本文件转换器.本程序可以将.txt文件转换成.html文件,并加了简单的css来调节行距,字体等,以便于阅读。并支持简单的编辑。 -The program has features: 1
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:tony liu
  1. KumBaskanXahar

    1下载:
  2. 这是一个小说应用,listview支持字体,打开多个txt文件。(ListView show txt, txt show font. good app.)
  3. 所属分类:android开发

    • 发布日期:2018-04-22
    • 文件大小:4.12mb
    • 提供者:ALO
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com