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

搜索资源列表

  1. MediaInfoLib07.17

    0下载:
  2. 用来分析视频和音频文件的编码和内容信息,可以得到多媒体文件的各种信息,可以编译成库的形式,在自己的代码中进行二次开发-Used to analyze video and audio files and content encoding information, multimedia files can be all kinds of information can be compiled into a database in the form of its second development
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:988538
    • 提供者:zeroX
  1. FileUtils

    0下载:
  2. 读取文本文件内容,新建目录,多级目录创建,新建文件,有编码方式的文件创建,删除文件,删除文件夹, 删除指定文件夹下所有文件-Read text file content, the new directory, multi-level directory to create new documents, the documents are encoded to create, delete files, delete the folder, delete the specified folder
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:3302
    • 提供者:zhanghao
  1. multiphufman

    0下载:
  2. 多元Huffman编码变形 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定在合并过程中最多可以有m(k)次选k 堆石子合并成新的一堆,2≤k≤n,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n 堆石子合并成一堆的最小总费用。数据输入: 由文件input.txt 提供输入数据。文件的第1 行有1 个正整数n,表示有n 堆石子。第2行有n个数,分别表示每堆石子的个数。第3行有n-1 个数,分别表示m(k)(2≤k≤n)的值。 -Def
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:55208
    • 提供者:seabird
  1. ImageEditor

    0下载:
  2. VC.NET环境编写的一个仿Windows的画图程序,模仿的还挺像,编译时用VC2005或更高版本打开时需要转换工程文件,首次运行会出现很多警告,且速度较慢,不过可以顺利编译。   这款画图板程序功能还挺不少,可以手绘线、文字输入、简单图形、图块及拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片以及从Base64编码存取图片的接口,还实现了工具箱及颜料盒。-Environment VC.NET prepared a drawing program lik
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:122732
    • 提供者:116
  1. huffuman

    0下载:
  2. Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-huffuman
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1174
    • 提供者:huzhengwen
  1. HuffmanCoding

    0下载:
  2. hufuman编码的vc实现,vs2005下实现。可对字符串和文件进行编解码。-vc achieve hufuman encoding, vs2005 under. Of string and file codec.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3825946
    • 提供者:lining
  1. MyxmlParse

    0下载:
  2. 自己从网上学习,并封装完善 的一个程序,用来解析xml文件,含有unixcode-utf-gbk编码转换的函数。希望对大家有帮助。-Themselves from e-learning, and packaged complete a program used to parse xml file, containing unixcode-utf-gbk encoding conversion functions. We want to help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:84138
    • 提供者:肖恩侠
  1. hzk1616

    0下载:
  2. 汉字编码的二进制文件,对于理解汉字点阵显示非常有帮助。-Chinese character coding of binary documents, for understanding the Chinese character dot-matrix display is very helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:141428
    • 提供者:赵维
  1. Huffman_code_simulation

    0下载:
  2. Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩-Huffman coding and decoding process, which allows you to compress and decompress the file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:606272
    • 提供者:david
  1. vCardCreator

    0下载:
  2. 这个程序示例了创建ANSI,UTF-8,BlueTooth(蓝牙)格式的OutLook名片簿文件的功能,其中包括了使用Base64编码的jpeg图像处理类。 生成的文件可以导入Nokia 6600以及新的p910i手机中。-This program example of creating ANSI, UTF-8, BlueTooth (Bluetooth) format OutLook Ming Pianbu document features, including the use of B
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:39132
    • 提供者:subzero_cn
  1. encoder

    0下载:
  2. JM设置文件,JM编码器的一些配置。可以在文件中自动更改参数。-JM settings file, JM encoder some of the configuration. You can automatically change the parameters in the file.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:2868
    • 提供者:
  1. JPEG_Compress3.2

    0下载:
  2. 基于VC++6.0的JPEG压缩编码 有自己编写的Huffman查表 写jpeg文件等函数.可以完成标准256*256图的bmp到jpg的压缩,其生成的jpg图片可以用画图软件打开.暂时未完成像素没有16对齐的图片压缩.-VC++6.0 based on the JPEG compression Huffman coding which has its own look-up table prepared to write jpeg files, and so function Can comp
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:584559
    • 提供者:张工
  1. 263project

    0下载:
  2. 263视频编码解码器 可以播放YUV视频文件,并将YUV格式转换为263格式-263 video codec can play YUV video files, and format of YUV format is converted to 263
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:577951
    • 提供者:牛立
  1. ZhEasyCHM

    0下载:
  2. 简单的帮助文件制作软件,非常容易上手,省去您编码的烦劳工作,推荐下载!-A simple help file creation software, very easy to use, save your work Fanlao coding is recommended to download!
  3. 所属分类:File Operate

    • 发布日期:2017-05-06
    • 文件大小:1255850
    • 提供者:赵三
  1. U2G

    0下载:
  2. 将unicode字符编码转换为gb2312编码的文件输出-trans unicode to gb2312
  3. 所属分类:IME Develop

    • 发布日期:2017-03-27
    • 文件大小:106729
    • 提供者:moses
  1. softhy455g

    0下载:
  2. 乐彼网上商店软件(56770 Eshop)是一款基于Web浏览器和客户端技术的网上开店软件,它把浏览器、客户端和服务器这三种技术无缝结合为一体,界面灵活,功能强大,后台更是和服务器一样稳定、安全、可靠。 采用UTF-8国际编码编写,操作流程采用国际标准设计,完美支持世界上任何国家语言,并根据用户所选语种实时切换,为企业进军国际市场提供强有力的支持。 具有中英文版、繁体英文版、中韩文版、中日文版多种网店版本。 V9.3.0 to V9.4.0 升级说明 [新增]会员数据变更站内短信提醒 [新增]后
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3320307
    • 提供者:余家立
  1. K-LiteCodecPack510Mega(mplayerc)

    0下载:
  2. 包含压缩及播放常见视频,音频文件所必需的编码器及解码器,用于DirectShow编程-Includes compression and play common video and audio files necessary for the encoder and decoder for DirectShow programming
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-13
    • 文件大小:20930018
    • 提供者:丁发辉
  1. Image_format_instruction

    1下载:
  2. 图形图像文件格式大全,对计算机上主要的图形及其文件格式,编码方式做个说明,适合做图形图像开发人员使用-" " Graphic image file format Daquan " " graphics on the computer and the major file formats, encoding to be a show that is suitable for developers to use the graphic image
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6457926
    • 提供者:keven
  1. ebookreader-6128

    0下载:
  2. 本软件实现了自动将站点小说采集成txt格式的功能,目前软件功能如下: 1.自动根据目录全部采集整部小说 2.可扩充可修改的设计,系统采用xml配置文件作为系统采集的配置脚本,通过自定义正则表达式可理论针对任何非ajax小说站点采集.同时任何人都可以根据对方站点的系统修改重新修改xml配置文件. 3,可设定采集站点编码格式,是否采用GZip压缩,系统目前能支持所有编码格式以及GZip压缩站点.(通过配置xml文件) 4.比前一版本更加有好的界面,采集进度一目了然,随时可以停止系统工
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:181010
    • 提供者:许嘉贤
  1. turbo

    0下载:
  2. 本文件是关于TURBO编码的相关程序,很有价值。值得参考学习。-This document is on the TURBO-coded procedures, of great value. Good reference to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:669114
    • 提供者:mayi
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 36 »
搜珍网 www.dssz.com