搜索资源列表
lzw
- 老外写的一个实现LZW算法的示范程序,为了简单起见,该算法未作最佳的优化.-foreigner was a realization of the LZW algorithm model procedures for the sake of simplicity, the algorithm is not optimal for the best.
wang452128fg86
- 上次我传的倒立摆的控制程序,不是我的最终的程序,本程序采用VC++编程,定时器为多媒体控制器,(控制时间可到达5ms),控制算法用的是最优控制,-last time I Chuan an inverted pendulum control procedures, I was not the ultimate procedures, the procedures for using the VC program, Timer for multimedia controller (Control c
H265_2008_8_23
- ZPAV (H.265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H.265) basic algorithm is wavelets, SPIHT, BSW, MMW, ...... ZPAV (H.265) basic algorithm : 1, analysis/synthesis : wavelets 2, denoise : GCV (general
HFMDaiMa
- 自适应哈夫曼编码,可以很深入的了解哈夫曼是最优熵编码的原因-Adaptive Huffman coding, can be a deeper understanding of the optimal Huffman entropy coding is the reason
huffman_coding
- ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
huffman_Golomb_COMPRESS
- 从 Mentor Graphics 的自动测试图形生成(ATPG)工具 FastScan的 测试文档中提取出测试电路(CUT)的测试模式,生成便于对应压缩算法的文件 格式。 本文中, 给出了 2 种压缩测试模式的方法, 一种是基于统计的哈夫曼编码, 一种是基于差分运算的Golomb 编码。本次毕业设计中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的测试模式输出文件的格式的基础上, 实现其中测试结构和测试模式数据的分析提取, 并且在
Astar
- 通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功-optimal path planning
Haffman
- 一款Haffman编码!现代的压缩技术都是以它为基础!这些代码对文件的导入,算法,构建一棵树,遍历一棵树,最优解都有非常打得好处!能够很好的压缩txt文件!也能解码!是原来的四分之一大小到七分之一大小。真的很不错!-A Haffman coding! Of modern compression technologies are based on it! These codes into the document, the algorithm to construct a tree, traver
color_SPIHT
- spiht算法处理24位彩色图像,可以选择小波变换层数和任意比压缩,对低比特流压缩实现优化-spiht algorithms dealing with 24-bit color images, you can choose wavelet transform layers and arbitrary than the compression, low bit-stream compression for optimal
OPT
- 页面调度OPT算法:基于C++的关于模拟页面调度的算法、代码。OPT:最佳页面调度算法。仅供参考。-OPT paging algorithm: C++ based on the simulation of paging algorithms, code. OPT: optimal scheduling algorithm for page
aprogramm
- 可以很好的对图像数据进行前处理,对后出数据优化设计-Can be a good pre-processing the image data, after the data on the optimal design
yuop
- 可以很好的结合现有的信号数据进行分析和处理,得到一定优化效果-Can be a good combination of existing data analysis and signal processing, to a certain optimal results
l1_ls_matlab
- 基于BP算法的 求解最优L1范数的程序和文章-BP algorithm based on L1 norm for solving optimal procedures and articles
entropy-encoding
- 视频信号熵编码源程序 熵编码法是一种进行无损数据压缩的技术,在这个技术中一段文字中的每个字母被一段不同长度的比特(Bit)所代替。与此相对的是LZ77或者LZ78等数据压缩方法,在这些方法中原文的一段字母列被其它字母取代。 每个字母按照其出现的可能性所获得的最佳比特数取决于熵。 本程序不仅提供源程序,还提供相应的实例。-Entropy coding the video signal source for entropy coding method is a lossless data
Huffman-Coding
- 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
huffman
- 构造huffman树,以及找到huffman树的最优解,实现最小二叉树。-Construct huffman tree, and find the huffman tree optimal solution to achieve the minimum binary tree.
huffman-code
- huffman code is a way to compress the code . this kind of encoding is optimal to use smaller code for some with the most reputation.
Huffman
- Huffman编码的主导思想是根据数据符号发生的概率进行编码。在源数据中出现概率越高的符号,相应的码长越短;出现概率越小的符号,其码长越长,从而达到用尽可能少的码符号表示源数据。Huffman编码方法是接近压缩比上限的一种最佳的编码方法。-The dominant idea of the Huffman coding is based on the probability of occurrence of data symbols for encoding.The higher the prob
Traffic(CA-MatLabScriptsaDocuments)
- 文章首先时凸多边形碰撞问题进行了仔细的考查,然后时一般多边形碰撞问题进行了深入细致的研究, 在此基础土提出了求解凸多边形碰撞问题和一般多边形碰撞问题的最优算法。 关键词乏粤兰 垫墅-Abstract:This paper carefully inve.stigates the problem of oonvex polygons, then thurotI y studys the problem of nonc.onvex po lygons. On the basis, it p
HuffmanCoding
- The program uses Huffman code algorithm to compress any file (text file, image file, ...) by creating a optimal prefix tree. The user interface is very simple to process encoding a file or decoding a file.