CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - ASCII文件

搜索资源列表

  1. pickbin

    0下载:
  2. 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录下所有的二进制文件或文本文件。 编译源代码后,请使用\"-?\"、\"-h\"或\"-H\"命令选项察看帮助。-the binary code can distinguish between documents and ordinary text (ASCII) files, and lists of all the development directory of binary files or text files. A
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:23144
    • 提供者:蔡清源
  1. ASCIIArtCreator

    0下载:
  2. 相信大家都见过.nfo文件中那些精美的ASCII码组成的图形,本源码不但能生成ASCII图形而且还能生成超文本格式的ASCII图形,可定制功能非常强-think we have all seen. Nfo document those exquisitely composed of ASCII graphics, the source not only can generate ASCII graphics but also generated hypertext format ASCII gr
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:188113
    • 提供者:姚紫欣
  1. try

    1下载:
  2. 利用正则表达式,进行文件的匹配提取,替换,添加等功能,可以保存为二进制格式或ascii码形式的文件.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:860539
    • 提供者:yangkun
  1. fileencodingtransform_src

    0下载:
  2. 最近用VS2005做项目,遇到一个工程中有很多文件的编码不统一,有的是UTF-8,有的是GB32的,发布网站时就乱七八糟的。可以通过VS环境中的 “高级保存选项”一个一个地改过来,因实在太多,好几十个,重复工作是非常令人不爽的,自已就动手写了个这个小程序。编写之前,参考网友qing、 Randy052的经验。 特点: 1、可以支持常见编码格式如UTF-8、UTF-7、Unicod、ASCII、GB2312、Big5之间的转换。 2、支持选取文件夹批量、文件多
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:30416
    • 提供者:元宝
  1. test1_2

    0下载:
  2. 求X和Y两个字符串的最长公共子序列。(X和Y字符串分别存放在ASCII码文件2X.txt和2Y.txt中) 要求:根据动态规划法基本设计思想,将实现任务的C语言程序代码和运行结果填写在试卷上。 -Two strings X and Y find the longest common subsequence. (X and Y strings are stored in ASCII files 2X.txt and 2Y.txt in) requirements: According to
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:183805
    • 提供者:youbin
  1. ply-0.1

    0下载:
  2. 读取ply文件的程序,很全面,适合ascii和二进制格式-code to read ply files
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:368955
    • 提供者:
  1. FileMake

    0下载:
  2. 把bin文件ASCII码(包括不可见字符)转换成十六进制数据存储到指定文件里。-Bin file to ASCII code (including the non-visible characters) into hexadecimal data is stored to the specified file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:156320
    • 提供者:lihuiwen
  1. stl

    2下载:
  2. STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上--a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen
  3. 所属分类:File Operate

    • 发布日期:2016-12-23
    • 文件大小:7192189
    • 提供者:you
  1. intConvert

    0下载:
  2. 可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。-Int type can be converted to ascii code for a binary input for the content of the document, the contents of the output to a ascii file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:2055
    • 提供者:王欣
  1. CheckUnicodeFont

    0下载:
  2. Unicode码文件转换成其它编码的文件-Unicode code file conversion into other encoded files
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:35079
    • 提供者:lihan
  1. FileStore

    0下载:
  2. 用于分档的分割与合并。原理是用目标文件所在的目录相加得到的ascii码值的和做为种子获得随机数,然后用得到的随机数列模2得到0或1,然后分别向两个文件写入,以实现简单的加密功能(当然种子的获取方法和分割的文件数都是可以改的,只要模的值不同即可)。文件合并功能正好相反,是读取两个文件后还原出原来的文件-For the sub-file division and consolidation. The principle is to use the directory where the target
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:31600
    • 提供者:stefnull
  1. TestReader

    0下载:
  2. 实现一个文件阅读器,用于显示文本文件,文件的内容以ASCII字符格式和十六进制格式显示。显示屏幕规格为24*80,实现翻页翻行功能等功能-Implement a file reader, used to display text files, the file contents to ASCII character format and hexadecimal format. Display screen size is 24* 80 next page turn to achieve func
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:5529
    • 提供者:Linf0o98
  1. ebc2ascwinmfc

    0下载:
  2. 将EBCDIC码转换到ASCII码,注册后,使用右键单击文件或文件夹,即可批量转换E码文件到A码文件 -The EBCDIC to ASCII code conversion, registration, use right-click the file or folder, you can batch convert files to the E code A code file
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:76019
    • 提供者:wonder
  1. FileUTF8toGB

    0下载:
  2. Vb 将UTF8编码文件转换为ASCII编码文件-decode file UTF8 to ASCII
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:754
    • 提供者:ccx
  1. las2txt

    0下载:
  2. 转化las文件为txt二进制文件,并且可以利用记事本读出,是lastools文件中的子部分-turns LAS into human-readable and easy-to-parse ASCII
  3. 所属分类:File Operate

    • 发布日期:2017-03-22
    • 文件大小:5891
    • 提供者:黄源
  1. GetFileRowNum

    0下载:
  2. 统计ascii文件的行数,如自己编写的代码行数,可以以文件夹为单位进行统计,包含子文件夹。详细信息功能中将列出具体文件的行数。-Statistics ascii file number of lines, such as the number of lines of code to write your own, you can order a folder as a unit for statistics, including subfolders. Details Features spec
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:79767
    • 提供者:ody
  1. regex_ip

    0下载:
  2. 根据你输入的ASCII文件,能够区分里面有没IP地址,如有,则将IP地址打印出来,并进行IP数量的统计。-According to an ASCII file you enter, there are not able to distinguish between an IP address, if any, it will print out the IP address and the IP number of statistics.
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:775
    • 提供者:欧阳雨群
  1. gpxf055

    0下载:
  2. 相信大家都见过,nfo文件中那些精美的ASCII码组成的图形,(Believe that everyone is seen, show nfo file of those elegant ASCII graphics,)
  3. 所属分类:文件操作

    • 发布日期:2017-12-24
    • 文件大小:145408
    • 提供者:wwlznd
  1. whdehexadecimal

    0下载:
  2. 多线程的,事件触发的串口测试软件,支持16进制,ASCII码,可加多种校验码,(Multi-threaded, event trigger a serial port test software, support hexadecimal and ASCII, add a variety of check code,)
  3. 所属分类:文件操作

    • 发布日期:2017-12-26
    • 文件大小:141312
    • 提供者:XN+905
  1. 输出字符

    0下载:
  2. 请输出ASCII值为33~126的内容到文本文件“ASCII.TXT”中,再从文件中读出,输出到屏幕上。(Please output the ASCII value of "33~126" to the text file "ASCII.TXT", then read from the file and output to the screen.)
  3. 所属分类:文件操作

    • 发布日期:2017-12-27
    • 文件大小:264192
    • 提供者:小,
« 12 »
搜珍网 www.dssz.com