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

搜索资源列表

  1. Huffmancoding.rar

    0下载:
  2. 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:956
    • 提供者:黄庆芝
  1. LZSS.rar

    2下载:
  2. LZSS压缩解压:使用LZSS算法对文本文件进行压缩和解压,LZSS
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-07-06
    • 文件大小:3659
    • 提供者:yfl
  1. 文件管理功能

    0下载:
  2. 1、文件管理功能:打开、保存、增加图层(shp、lyr)、增加CAD图层、删除图层、退出 2、视图显示功能:放大、缩小、漫游等 3、增加图元:增加点、线、面、文本图元 4、查询:实现由属性至图形的查询,以及由图形至属性的查询。,y tut g iykulk jkygfkjuoyu r6ti7j
  3. 所属分类:其它文档

    • 发布日期:2017-03-29
    • 文件大小:18040
    • 提供者:黄雪文
  1. file.rar

    0下载:
  2. 该类是读写文件的工具,可以快速的读取文本文件,使用于读写比较大的文本文件。,Such is a tool to read and write files, you can quickly read a text file, used in relatively large read and write text files.
  3. 所属分类:文件操作

    • 发布日期:2017-04-03
    • 文件大小:2468
    • 提供者:zdd
  1. MpsCode.rar

    0下载:
  2. 这是一个C++编写的手机号码归属地查询程序,程序将存有手机号码信息的TXT文本文件导入为一个格式为DAT的二进制文件里,以节省存储空间和查询速度,然后由本程序调用DAT文件用于号码查询。,This is a C++ to prepare the mobile phone number attribution to inquiries, process, procedures will have mobile phone number information for TXT text file i
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:458308
    • 提供者:140
  1. FPGA_PWM_VHDL.rar

    0下载:
  2. FPGA_EP2C5T144C8电机控制PWM、QUARTUS II 工程文件,非文本文件!可以直接使用!,FPGA_EP2C5T144C8 motor control PWM, QUARTUS II project file, non-text files! Direct access to!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:100591
    • 提供者:wangzhaohui
  1. TifToDem.rar

    0下载:
  2. 一个将geotiff dem的高程数据读出来并存储在文本文件的小工具!,Geotiff dem one will read out the elevation data and is stored in text files gadget!
  3. 所属分类:Graph program

    • 发布日期:2017-05-28
    • 文件大小:11245378
    • 提供者:lishine
  1. code

    0下载:
  2. 简单的文件加密软件,可以将一些敏感信息写入文本文件,然后加密。可以防止因密码太多忘记密码带来的不便-Simple file encryption software, sensitive information can be written to a text file, and then encrypted. The password can prevent the inconvenience of too many forgotten password
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:38379
    • 提供者:苏茂丁
  1. mobil_sys

    0下载:
  2. 中国移动的话费清单:如话费清单格式。 把它复制粘贴到一个文本文件中就可以了。注意:只要清单那部分 然后建一个数据库,选择数据库文件和话费清单文件后点《处理》。 这样就可以打开数据库进行操作了。-china mobil call pay database.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:31988
    • 提供者:陈浩
  1. CreateLayerByFile

    0下载:
  2. 根据一个描述图层字段结构的文本文件,生成空间数据图层结构-According to a descr iption of the structure of the layer field text files, generate spatial data layer structure
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:93235
    • 提供者:hjh
  1. tailx

    0下载:
  2. 编写一个c语言程序,该程序产生的可执行文件名为tailx,模仿linux的tail命令,比如:当执行:tailx -4 XXX(XXX为某文本文件)时,将打印该文本文件最后4行。如打印的文本行数超过文本内容,则打印全部文本;如参数个数不对,则报错;如果命令所指定的文件名XXX不存在,则报错。-Write a c language program, the program generates an executable file named tailx, mimic the linux tail
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:182964
    • 提供者:small
  1. base64test

    0下载:
  2. BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64 encoding of this very interes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-07-27
    • 文件大小:1609728
    • 提供者:张辰
  1. USB

    0下载:
  2. 单片机C8051F020通过CH375对U盘内文件进行读写。通过TFT液晶屏可以浏览U盘的文件系统,可以查看其中的位图和文本文件。-C8051F020 microcontroller through CH375 U disk file for read and write. TFT LCD screen can browse through the U-disk file system, you can view one of the bitmap and text files.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:155536
    • 提供者:zhlziv
  1. read

    0下载:
  2. 读取txt文本文件中的数据,然后自动画滞回曲线图!可以区分不同周期,用不同颜色描述!-Txt text file to read the data, then the hysteresis curve from the animation! Can distinguish between different periods, with different color descr iptions!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:857
    • 提供者:qusongzhao
  1. LanExplorer.rar

    2下载:
  2. 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel电子表格文
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-03-20
    • 文件大小:126663
    • 提供者:jh
  1. contour.rar

    0下载:
  2. VTK数据集等高线轮廓提取, 数据保存为文本文件,VTK data set of contour lines contour extraction, data saved as a text file
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-24
    • 文件大小:27022
    • 提供者:王晓宇
  1. PDFToText_src.zip

    0下载:
  2. 将pdf文档转换为文本文件 注:只支持英文,Pdf document will be converted to a text file Note: The only support in English
  3. 所属分类:Editor

    • 发布日期:2017-04-04
    • 文件大小:5390
    • 提供者:弯刀
  1. Cprogram.rar

    0下载:
  2. 永辉超市庆祝开业10周年,特举行大型促销活动。为通知到每位贵宾,并节约成本,采用时下流行的手机短信通知方式。超市有10多万户完整的贵宾资料,分别存放在下面两个文本文件当中(每行一条记录,以Tab键分隔每个域): 贵宾帐户文本。格式为:贵宾卡号<Tab>客户姓名<Tab>身份证号。 贵宾资料文本。格式为:身份证号<Tab>手机号。,Yonghui Supermarket to celebrate the opening of the 10th annive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:38519
    • 提供者:xmg
  1. cpu.rar

    0下载:
  2. 显示CPU的占用率,并将结果以文本文件的形式存放在C盘中,Shows that the occupancy rate of CPU, and the results to the form of text files stored in C after
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:438118
    • 提供者:liuchangdong
  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
    • 文件大小:26592
    • 提供者:魏玉果
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com