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

搜索资源列表

  1. fileEncoding

    0下载:
  2. 编码检测,由于无法知道上传的文件的编码格式,导致转码时报错-Unable to know the uploaded file coding format, lead to wrong transcoding times,
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:446725
    • 提供者:猪猪
  1. Base64EncodeFile

    0下载:
  2. 实现Base64编码函数,参数sFileName:待编码文件路径,sCodeName:编码结果文件存储路径-Achieve Base64 encoding function, parameter sFileName: to be coded file paths, sCodeName: encoding results file storage path
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:941
    • 提供者:your name
  1. iconv--win

    0下载:
  2. unix下已经有iconv.h,但是win下面没有 这个包就是windows下使用iconv--win编码转换办法(包括lib,dll 和头文件)可以很 方便的实现转换 utf8 到 gbk,里面的说明文件给了一个样列和操作方法-UNIX already has iconv.h, but not win below 这个包就是windows下使用iconv--win编码转换办法(包括lib,dll 和头文件)可以很 Methods using the iconv--w
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:12046
    • 提供者:袁斌
  1. FileReadDemo

    0下载:
  2. 使用FILE来读unicode编码的文本文件,支持中文,英文和韩文等.-Use FILE read unicode-encoded text files, support for Chinese, English and Korean.
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:200678
    • 提供者:xgcdd
  1. GifCodec

    0下载:
  2. 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:438088
    • 提供者:朱伯虎
  1. base64test

    0下载:
  2. base64编码文件的使用例子。完美解密base64编码文件。程序编译通过,例子简单实用。-Use examples base64 encoded file. Perfect decrypt base64 encoded file. Compiled by the example simple and practical.
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1615370
    • 提供者:之路
  1. pltest

    0下载:
  2. pltest代码分析工具主要功能是静态分析和动态测试。 1 静态分析 包括“函数信息分析”、“指标信息分析”、“代码质量分析”,“数据流分析”、“复杂度分析 ,”循环分析“并生成doc格式的报告。报告主要包括“代码信息统计”、“编码标准违反情况统计”、“注释信息统计”、“复杂度及数据流信息”,“Halsteads信息”等内容。 2 动态测试 系统对选定的文件进行“插桩”、“编译链接”、“动态执行”,“动态分析”等操作。动态测试报告的内容包括:函数调用返回信息、对语句覆盖率、分
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1518532
    • 提供者:tianyu
  1. CCPPClearComments

    0下载:
  2. windows下去除c/c++文件中注释。只限于ASCII编码的正文(注释不要求)。可以成功转换VC生成的除resource.h以外的源文件和头文件。-windows were removed in c/c++ file comments. Limited to ASCII text encoding (note not required). VC can be successfully converted resource.h generated except the source and h
  3. 所属分类:File Operate

    • 发布日期:2017-04-27
    • 文件大小:206259
    • 提供者:
  1. File-compression-and-decompression

    0下载:
  2. 本系统通过哈夫曼编码实现对文件的压缩和解压,效果较好。-The system achieved by Huffman coding file compression and decompression, the better.
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1400137
    • 提供者:姜海涛
  1. detectencode

    0下载:
  2. 检测文件的字符编码, 是utf-8还是GBK-detect char encoding for the file
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:782
    • 提供者:chuanjiang.zh
  1. file-en-de

    0下载:
  2. C++ builder 对以个文件进行编码解码的算法,加密有用-Builder C++ to a file for encoding decoding algorithm, encryption useful
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:214930
    • 提供者:li
  1. open-txt

    0下载:
  2. 可实现txt文件读取的功能,写入和读取,编码用C#方法。-Txt file to read can realize the function of writing and reading, coding with C# methods.
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:579
    • 提供者:jameslan
  1. Huffman

    0下载:
  2. 建立一个文本文件,统计该文件中各字符频率,对各字符进行huffman编码,将该文件翻译成huffman编码文件,再将huffman编码文件翻译成原文件-The establishment of a text file, the statistics of the file in the character frequency, the characters huffman coding, the file translated into huffman encoded file, and the
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:陈庚圻
« 1 2 3 4»
搜珍网 www.dssz.com