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

搜索资源列表

  1. hexianyinyuexiangmu

    0下载:
  2. 和弦音乐项目:用midi格式文件选取乐谱(自己选的是“江南”,6声道、52力度),在uc中编译,删除文件的头和尾,只保留类midi格式的四个基本要素,时间差、声道、音符、力度,再根据需求写出流程图、状态机和数据通道,编码及算法,仿真、版图。-Polyphonic music project: midi format selected sheet music (their own choice of " Jiangnan" , 6-channel, 52 efforts), in
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:28243
    • 提供者:陈盼
  1. huffman

    0下载:
  2. 通过输入字符集和其对应权值来对某个文件中的所有字符进行编码,然后再译码输出。-By the input character set and the corresponding right value to all the characters in a file encoding and then decoding output.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-24
    • 文件大小:4317
    • 提供者:三一紫馨
  1. addtion-and-so-on

    0下载:
  2. 网页文件、控制端源码,url解码、编码等附属部件(请下载完全)-Web files, control-side source url decoding, encoding, and other ancillary components (download completely)
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:3466798
    • 提供者:王亚峰
  1. HuffmanTree

    0下载:
  2. 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:6523454
    • 提供者:Peter
  1. HFM

    0下载:
  2. 哈弗曼编码 ,用哈弗曼编码实现文件的压缩。 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-Huffman coding
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:2753
    • 提供者:张亚亚
  1. a2u

    0下载:
  2. 可以将ascii格式的文本文件转换为unicode编码的文件-convert the ascii file to unicode file
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:17274
    • 提供者:aaa
  1. txt2utf8Unicode

    0下载:
  2. 批量转换Ansi,Unicode,Unicode big endian,UTF­ 8工具 1.含文本的文件和文件夹拖入程序,即可获得列表,以及编码格式; 2.可按4种格式读取和存储文件; 3.最右方的文件按文件的原格式读取和保存文件; 4.可添加到【文件列表】的格式在左下方进行添加和删除,文件之间分号隔开; 17:53 2013­ 09­ 27 提示: Notepad(记事本)只支持四种格式:ANSI/Unicode/Unicode
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:486856
    • 提供者:lq
  1. MSP_Python

    0下载:
  2. 讯飞云语音的Python实现 只是简单的用Python调用dll,自己用着觉得还不错,分享给大家。 双击test.bat就可以实现对wav_test.wav的识别,这个wav是sdk demmo中的123456789的那个。 其它语音文件的话,可以仿照test文件自己写一个。 双击test2.bat可以识别麦克风的输入。这个需要pyaudio的支持。 我是在win7的CMD下运行正常,但是xp的CMD可能会乱码~~~因为日志输出的是unicode编码的
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:686407
    • 提供者:harry
  1. Huffman

    0下载:
  2. 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
  3. 所属分类:Editor

    • 发布日期:2017-05-23
    • 文件大小:7668192
    • 提供者:
  1. Mybatis

    0下载:
  2. 一、mybatis/ibatiS xml配置文件中 以 学生班级和班主任 为例 讲解多表映射 其中班级和学生为 一对多 班主任和班级为 一对一 二、extjs 前台写model 及 grid 简易编码 内有详细讲解-One, mybatis/ibatiS xml configuration file to the student and the teacher as an example to explain the multi-class mapping table where many cl
  3. 所属分类:Compiler program

    • 发布日期:2017-05-21
    • 文件大小:6537961
    • 提供者:hammer
  1. Compiler

    0下载:
  2. 是北航的同学都懂,本科最难的一门课,编译原理,独立实现C0文法的编译器,使用C++语言编写。高级难度,生成汇编码。其中还有考试测试文件,供大家测试使用。1006er留。-Northern students is everything, the hardest one undergraduate course, compiler theory, implemented independently C0 grammar compiler, using C++ language. Senior dif
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5468335
    • 提供者:马骏
  1. video_encode

    0下载:
  2. 使用ffmpeg实现对yuv文件的编码工作-Yuv file using ffmpeg to achieve coding wor
  3. 所属分类:Compiler program

    • 发布日期:2017-06-02
    • 文件大小:14396345
    • 提供者:赵娜
  1. CODEOfflineJudge_1.00_Bet

    0下载:
  2. 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可
  3. 所属分类:Compiler program

    • 发布日期:2017-06-16
    • 文件大小:24786092
    • 提供者:ftx
  1. morphology

    0下载:
  2. 1、给出各单词符号的类别编码。 2、词法分析程序应能发现输入串中的错误。 3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件。 4、设计两个测试用例(尽可能完备),并给出测试结果。-A given class of coding each word symbols. 2, lexical analysis program should be able to find errors in the input string. 3, again written as a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:Ashley
  1. COMPUTER-GENERATED-HOLOGRAM

    0下载:
  2. 全息图的制作、编码、检测程序,主界面分为五部分,四个listbox用来存放图像,右边的Data Information区域用来显示当前选中图像的附加信息。四个listbox下面的Load和Save可以读取数据到listbox或保存它里面的内容,使用Load只能读入使用Save保存的文件,双击listbox里的内容或选中后按Display按钮可以显示图像,右键->Rename可以重命名。File->Write to image可以把当前选中的图像保存为bmp、jpg或tif格式的图像文
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2236223
    • 提供者:刘大大
  1. unicode2gbk

    0下载:
  2. 汉字有时需要在Unicode编码和GBK编码间转换,且该转换要求是跨平台的,故不能依赖Windows的API,解决方法是生成Unicode与GBK的映射表,转换时直接查表即可。本实验要求利用本实验利用Windows提供的WideCharToMultiByte函数实现编码转换并生成映射表保存至文件。-Unicode characters are sometimes needed between GBK encoding and transcoding, and the conversion req
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:835
    • 提供者:luo
  1. Huffman

    0下载:
  2. 本程序通过将电文转换为赫夫曼编码,再将赫夫曼编码转换为电文,达到文件加密-This program converts messages by Huffman coding, Huffman coding and then converted to a message, to file encryption
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:143490
    • 提供者:施宙
  1. 32bit_multiply

    1下载:
  2. 包含32为乘法器的设计,用verilog语言实现,包括booth编码的实现,booth乘法器的实现,3_2压缩器的实现,4_2压缩器的实现,华伦斯树的实现,以及两个testbench文件用于测试。-Contains 32 multiplier design, verilog language, including booth encoding implementations, booth multiplier implementations, 3_2 compressor implementat
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:4101
    • 提供者:DX
  1. CPPlanguagelibrary

    0下载:
  2. 基于C++的图书管理系统编码源码文件,适用于毕业设计之类的-library language C++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:16506
    • 提供者:丁永波
  1. Unicode2Chinese_LV2011

    0下载:
  2. Labview2011版本编程,主要功能是将Unicode编码\uxxxx转换成汉字,例如:(\u6b22\u8fce\u5927\u5bb6\u5b66\u4e60转为汉字为:欢迎大家学习),.dll文件是visual studio2011生成,可直接调用。由于网上关于Labview中Unicode转中文资料少,上传至论坛分享给大家学习。-Labview2011 version programming, the main function is to convert Unicode \ uxx
  3. 所属分类:LabView

    • 发布日期:2017-04-28
    • 文件大小:14391
    • 提供者:yang
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com