搜索资源列表
huff_stream.zip
- 用于数据流压缩的huffman算法
用于数据流压缩的huffman算法源代码
- 用于数据流压缩的huffman算法源代码-data flow for the Huffman compression algorithm source code
huffmanFORdatastreamcompress
- 用于数据流压缩的huffman算法源代码,c++编写,程序十分简练-data flow for the Huffman compression algorithm source code, c preparation, the procedure was very concise
xindao
- 本文采用Matlab及Simulink软件包对cdma2000的前向业务信道进行时间流和数据流仿真,并对仿真结果进行了对比分析。-this paper Matlab and Simulink package cdma2000 the right to the business Channel time-flow and data flow simulation, and simulation results of the comparative analysis.
huffmandecodingandencoding
- 这是一个基于huffman编码的简单数据流压缩算法,只是一个方便学习huffman的算法-Huffman coding based on the simple data stream compression algorithm, convenience is a learning algorithm Huffman
流文件的打开和关闭
- 为filename 所指定的文件名按mode 模式创建一个FILE结构数据区,并将该数据区的首地址赋值给FILE类型的指针变量fp.-for the filename specified by the file name to create a model mode FILE structure data, the data will be the first to address assignment FILE pointer types of variables fp.
数据结构的文件读写
- 结构数据的读写是指从\"流\"文件中读取数据存入结构,或将结构数据写入\"流\"文件。我们可以用以下两种方法进行结构数据的文件读写-read and write data structure is defined as "the flow" paper read data are stored in the structure or structures to write data "flow" document. We can use the follo
081SharpZipLib
- C#写的ZIP压缩包,可以在线将文件压缩成为ZIP文件或数据流。-wrote ZIP compressed, online file compressed into ZIP files or data flow.
200521511243234
- 用于数据流压缩的huffman算法源代码,VC程序-data flow for the Huffman compression algorithm source code, VC Program
randomdata
- 这是实现随机信号模拟用户数据流,值得一看哦-this is random signal simulation user data flow, an eye-catcher oh
offlineclustering
- 对数据流,按指数递增方式,形成汇总信息,在离线层,根据用户需求,进行聚类-right data flow, by increasing exponentially, formed to compile information, on-line layer, user demand for clustering
zlsj
- 滑动窗口的数据流闭合频繁模式的挖掘算法,用VC编写-sliding window of data flow closure frequent pattern mining algorithm, prepared by VC
haffman
- 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
tuopupaixu
- 拓扑排序,简单地说,是由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。一个表示偏序的有向图可用来表示一个流程图。它或者是一个施工流程图,或者是一个产品生产的流程图,再或是一个数据流图(每个顶点表示一个过程)。图中每一条有向边表示两个子工程之间的次序关系(领先关系)。
MomentFP[1].tar
- 数据流关联规则挖掘算法moment,改算法由其作者提供。挖掘频繁闭项集。
huff_stream.zip 用于数据流压缩的huffman算法
- 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
求网络中的最大流
- 数据结构的课后练习-Data structure of the after-school practice
电商广告点击大数据实时流处理系统案例代码
- 该程序实现topN功能和实时更新黑名单功能,并且能够预测未来点击流趋势。(TopN function and real-time update blacklist function)
雨流计数法
- 雨流计数法的matlab实现-三点法与四点法两种实现方法。此文档为应用三点法与四点法的雨流计数法的具体matlab代码与部分测试数据(The realization of rainflow counting method in matlab-three-point method and four-point method. This document is the specific matlab code and part of the test data of the rain countin
雨流计数法
- 雨流计数法的matlab程序实现,雨流计数法的三点法与四点法 ,且针对于数据处理带有具体数据和实例,