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

搜索资源列表

  1. getMediaInfo

    2下载:
  2. 利用MediaInfo动态链接库获取多媒体文件信息的示例,可以获取所有格式的流媒体文件有关信息,如比率、媒体时长,视频编码,音频编码,屏幕比率等详细信息。主要演示怎样调用MediaInfo.dll库文件。返回的信息目前是英文信息,想要汉化处理的网友可以把读取返回的信息放到数组中,自己逐个翻译即可-Dynamic link library using MediaInfo to get information, examples of multimedia files, you can get al
  3. 所属分类:Windows编程

    • 发布日期:2013-11-27
    • 文件大小:513106
    • 提供者:杨兴宇
  1. TextFile

    0下载:
  2. C#读写文本文件操作示例,可以打开TXT格式的文件,写入TXT文件,可能编码有些问题,在打开中文文件的时候有乱码。 -C# open txt file
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:8085
    • 提供者:wei
  1. codeTrans

    0下载:
  2. 对指定文件夹中的文本文件批量转换编码,shell脚本;附iconv说明-batch transcoding to text files in specified folder,written using Shell,with the manual of iconv
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:1382
    • 提供者:pengeorge
  1. RGB2YUV

    0下载:
  2. H.264对YUV格式的视频文件进行编码,在VC中实现的代码-H.264 to encode the YUV format video files, the code in VC
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:350287
    • 提供者:邓文娟
  1. hafumanbianma

    0下载:
  2. 用文件的存储和调用机制实现的哈夫曼编码,对已经经处在的文本文件中出现的字符按照出现的次数进行编码-Document storage and call mechanisms of Huffman coding, have been through in the text file appears in accordance with the emergence of the number of characters encoded
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:15948
    • 提供者:肖旭
  1. HexShow

    0下载:
  2. 本实例演示了如何获取文件的二进制编码,主要介绍CDC类中的各成员函数读取、输出文件的技巧-This example demonstrates how to obtain the document binary encoding, CDC introduced the various types of member functions to read, the output document skills
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:49011
    • 提供者:刘一民
  1. is_gbk

    0下载:
  2. 这是MTeX套装中的一个重要工具,用于判断一个文件是否包含中文字符,并猜测文件的中文编码(GBK/Big5/UTF8)。-This is a suite MTeX an important tool for judging whether or not a file that contains Chinese characters, and speculate on the Chinese document coding (GBK/Big5/UTF8).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2335
    • 提供者:whoami
  1. ImageEditor

    0下载:
  2. 类似Windows画图板的小程序 功能和界面全部模仿于Windows自带的画图板,功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-Similar to Windows Paint program features small plates and interfaces in Windows, bringing all t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-07-27
    • 文件大小:126358
    • 提供者:jh
  1. HOTEL

    0下载:
  2. 星级酒店管理系统最初功能演示版,提供所有星级酒店管理中的客房管理, 房态管理,客史管理,客人资料管理,帐务管理,报表管理,餐饮收费管理 菜谱管理,夜审处理,数据库备份等功能.所有功能皆可以运行,(但有一些BUG未处理) 此代码完全可以完成星级酒店上述管理功能. -------------------------------------------------------------- 系统提从与ACCESS或SQL相接,在登录时,选择全局数据库,就与SQL数据库
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:940888
    • 提供者:hanyongle
  1. ansitounc

    0下载:
  2. 对文件操作的好例子 能变成UNICODE编码-Operation of the document can become a good example of UNICODE encoding
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:43220
    • 提供者:jin
  1. DOMCount

    0下载:
  2. 自己开发的XML DOM计数程序DOMCount,使用DOM API解析XML文件,构造DOM树,然后遍历DOM树并计算元素个数(仅使用一个API调用)。 DOMCount解析XML文件,计算其元素数并打印。 用法: DOMCount [options]<XML file|List file> Options: -l,指示输入文件是一个列表文件,其中含有多个xml文件。默认情况下,该选项不存在,这时表明输入的是一个XML文件。 -v=xxx,Schema验证,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1447039
    • 提供者:
  1. cffxsy

    0下载:
  2. 1.任选一个C语言词法子集设计DFA模型 2.要求对C语言词法规则设计编码,最后编写成源程序并能输出正确的结果。 3.给出2个测试实例,一个正确的和一个错误的来验证本词法分析程序。 4.用文件输出单词属性表(名字为班号最后2位+学号.txt)-1. Choose a C-word method design DFA model 2. Calls for the design of C language lexical coding rules, and finally devel
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:39647
    • 提供者:wangtao
  1. GB2312Display

    1下载:
  2. 查找字库编码, 一定要选择这个目录下的GB2312.dat 文件。LCD.-Find a character encoding, we must select the directory GB2312.dat document. LCD.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:321316
    • 提供者:吴勇谋
  1. wangqifreev30_full

    0下载:
  2. 本系统采用ASP.NET内核制作,本系统最大的特点是 后台管理功能强大,网站运行速度快,支持静态输出,网站安全性极高,对搜索引擎的支持性好,24小时自动循环新闻采集,网站界面可任意定制各类精美页面.整套系统精雕细琢无一垃圾代码。 系统特点:静态页面对搜索引擎更友好,速度更快.而且更安全. 主要功能: ·集成讨论区,可作为留言版或简易论坛 ·首页、 分类、新闻、专题可生成静态页面 ·生成速度可在每分钟30页到2000页之间选择 ·首页静态文件自动定时生成
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-10
    • 文件大小:2377809
    • 提供者:
  1. Base64

    0下载:
  2. 主要功能: 1、可将Base64文件解码; 2、可将一般文件进行Base64编码。-Main functions: 1, may decode Base64 files 2, can be generally Base64 encoded file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:27821
    • 提供者:我保密
  1. Unicode

    0下载:
  2. Unicode字库的生成工具,可生成全Unicode编码的字库文件。-Unicode font generation tool to generate full-Unicode-encoded font files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:31476
    • 提供者:guangg
  1. hahuman

    0下载:
  2. 改程序利用MALABE处理,将一个文件内容读入后,对利用哈佛曼结构对里面的数据进行编码-Change procedures to deal with the use of MALABE will read the contents of a file after using the Harvard man inside the data structure of encoded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1342
    • 提供者:shenjun
  1. SysConfig

    0下载:
  2. 自己写的系统配置文件,unicode编码。-Their own writing system configuration files, unicode encoding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:陆海
  1. 1

    0下载:
  2. huffman编码译码系统 很简单的课程设计 有文件操作和压缩 附送一个航空售票管理-huffman code decoding system of curriculum design is very simple to operate and there are documents attached a compressed air ticket management
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:33162
    • 提供者:lzp
  1. Huffman

    0下载:
  2. 哈夫曼编码译码压缩文件程序 可以编码 可以解码-Huffman decoding compressed file can be encoded can decode
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9297
    • 提供者:蔡波
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 36 »
搜珍网 www.dssz.com