CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - coding a

搜索资源列表

  1. rs-encoding

    0下载:
  2. 非常详细的介绍RS编码的小书,内附有MATlab程序。-The little book of a very detailed descr iption of RS coding, enclosing a MATlab program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:236.13kb
    • 提供者:王林林
  1. TrickTools

    0下载:
  2. 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:539.58kb
    • 提供者:Jiang
  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1.78kb
    • 提供者:chenxia
  1. Motion-compensation

    0下载:
  2. 运动补偿是一种描述相邻帧(相邻在这里表示在编码关系上相邻,在播放顺序上两帧未必相邻)差别的方法,具体来说是描述前面一帧(相邻在这里表示在编码关系上的前面,在播放顺序上未必在当前帧前面)的每个小块怎样移动到当前帧中的某个位置去。这种方法经常被视频压缩/视频编解码器用来减少视频序列中的空域冗余-The motion compensation is a descr iption of the adjacent frame (adjacent represented here on the coding
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:10.3mb
    • 提供者:张怡然
  1. Huffman-coding-and-decoding

    0下载:
  2. 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:5.97kb
    • 提供者:mary
  1. Tree

    0下载:
  2. 有关数据结构中树的一些C代码,如何建立二叉树,如何进行霍夫曼编码。-Some C code about data structure tree, how to create a binary tree, how to Huffman coding.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:636.69kb
    • 提供者:郭强
  1. BCH

    0下载:
  2. 此代码用VHDL实现BCH(57,44,6)编码器,属于信道编码的内容,此外采用Miggitt译码器实现译码功能。-This code BCH (57,44,6) encoder using VHDL, is a channel coding content, the addition Miggitt decoder decoding function.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:1.73kb
    • 提供者:韩晶晶
  1. texturing

    0下载:
  2. This an application of texturing in opengl. By using the visual basic c++ environment, you have to deliberately to understand the coding and the usage. so that you can manipulate it like a magic. however, some of the include file are not exist in you
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:2.07kb
    • 提供者:shane
  1. new_rs_erasures_c

    0下载:
  2. RS编码程序,一个外国源代码,采用BM算法,亲测可用-RS coding procedures, a foreign source code, using BM algorithm, pro-test available
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:11.83kb
    • 提供者:徐齐瑞
  1. Haffuman

    2下载:
  2. 哈夫曼编码应用。随机输入一段英文,统计输出该段英文中各字母的出现频率及总的字符数,利用哈弗曼算法对各字母进行编码并输出编码结果,输出该段英文的哈弗曼编码 -Huffman encoding applications. Random inputing a section of English, statisticing and outputing the frequency of each letter in the English and the total number of chara
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2.63kb
    • 提供者:李雪玉
  1. huofumanbimayimaqi

    0下载:
  2. 赫夫曼编码/译码器。在发送端通过一个编码系统对待传输数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-Huffman encoder/decoder. On the transmit side to treat pre-encoded data transmission through a coding system at the receiving end of data from decoding (recove
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:444.64kb
    • 提供者:faye
  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
    • 文件大小:1.17kb
    • 提供者: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
    • 文件大小:2.13mb
    • 提供者:刘大大
  1. php_download_script_for_large_file_downloads

    0下载:
  2. helps you a lot. coding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3.14kb
    • 提供者:susa chhetri
  1. Untitledalmouti

    0下载:
  2. for computing the BER for BPSK modulation in a Rayleigh fading channel with Alamouti Space Time Block Coding for Two transmit antenna, Two Receive antenna
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:NUMA JOY
  1. lab1

    0下载:
  2. 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The ta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18.16kb
    • 提供者:沈大川
  1. lab2

    0下载:
  2. 任务是在词法分析和语法分析程序的基础上编写一个程序,对C 源代码进行语义分析和类型检查,并打印分析结果。与实验一不同的是,实验二不再借助已有的工具,所有的任务都必须手写代码来完成。另外,虽然语义分析在整个编译器的实现中并不是难度最大的任务,但却是最细致、琐碎的任务。因此需要用心地设计诸如符号表、变量类型等数据结构的实现细节,从而正确、高效地实现语义分析的各种功能。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:27.28kb
    • 提供者:沈大川
  1. Entropy-coding

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:56.03kb
    • 提供者:widy
  1. 2015045544854

    0下载:
  2. 点量BT源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB、Borland C++等语言和各常用开发环境调用,让您完全像调用系统API一样的调用。-Point amount BT source using an efficient c++ coding, providing a standard dynamic link library (DLL), for C/C++, Delphi, C#, Java, VB, Borland C
  3. 所属分类:Compiler program

    • 发布日期:2017-05-14
    • 文件大小:3.24mb
    • 提供者:赵云
  1. hafuman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(解码)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站设计一个哈夫曼编/译码系统。-The use of Huffman encoding can greatly improve the communication channel utilization, reduce the inform
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-06-03
    • 文件大小:2.67mb
    • 提供者:李华
« 12 »
搜珍网 www.dssz.com