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

搜索资源列表

  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. MosaicASCIINewVersion

    0下载:
  2. 图像转换到ASCII码的代码最终升级,这回可以支持更多的图像格式、可以选择多种转换精度,和转换到ASCII码或HTML代码-image conversion to ASCII code ultimate upgrade, which might be able to support more image formats, can choose a variety of conversion accuracy, and conversion to ASCII or HTML code
  3. 所属分类:文件操作

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

    0下载:
  2. MAPGIS 软件支持多种GIS 数据交换,且其明码数据格式较全面、清晰,易于读写。本文以MAPGIS 明码数据格式和Oracle 数据库为例,研究通过编程实现ASCII 码格式的空间数据上载Oracle Spatial 数据库的方法, 探讨各类GIS 软件与Oracle Spatial 进行空间数据交换的基本过程。-MAPGIS software supports a variety of data exchange and data format of its codes more comp
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22290
    • 提供者:石羽
  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. 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. [_Elite_Co1733194142004

    0下载:
  2. Descr iption: A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:70486
    • 提供者:1
  1. CodigoASCIITecla

    0下载:
  2. function to Get ASCII code keys-function to Get ASCII code keys
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:162024
    • 提供者:Welisson
  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. 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. FILECONVL

    0下载:
  2. 对文件进行操作,将源文件转换成ASCII码并生成相应文件-File, the source files are converted to ASCII code and generate the corresponding file
  3. 所属分类:File Operate

    • 发布日期:2017-11-19
    • 文件大小:3296292
    • 提供者:gan
  1. ASC2BIN

    0下载:
  2. 该代码可以实现十六进制的文本文件转换成二进制文件。我在编写EDID数据时经常要用到的工具。这是我自己在网上找不到而自己编写的,绝对原创,而且第一次公开。-This code is use to transfer HEX ASCII code file to binary file.
  3. 所属分类:File Operate

    • 发布日期:2017-11-07
    • 文件大小:114503
    • 提供者:Dean
  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. 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
搜珍网 www.dssz.com