-
ECG_Comp
Amplitude Thresholding compression method used here in for ECG signal compression as presented on paper entitled as ECG signal compression with reconstruction via cubic spline approximation by Olga Malgina, Jana Milenkovi, Emil Plesnik, Matej Zajc, Andrej Koš ir and Jurij F. Tasi.
- 2013-09-12 17:04:03下载
- 积分:1
-
ewmark
newmark-b法的简要程序,供大家使用(newmark-b)
- 2010-03-06 12:49:10下载
- 积分:1
-
哈夫曼树
说明: 利用哈夫曼树对简单文件进行压缩和解压缩,对数据的压缩集成(Compression and Decompression of Simple Files Using Huffman Tree)
- 2019-05-25 09:42:38下载
- 积分:1
-
HuffMan
哈夫曼编码译码系统,设置发送者和接受者两个功能,
发送者的功能包括:
①输入待传送的字符信息;
②统计字符信息中出现的字符种类数和各字符出现的次数(频率);
②根据字符的种类数和各自出现的次数建立哈夫曼树;
③利用以上哈夫曼树求出各字符的哈夫曼编码;
④将字符信息转换成对应的编码信息进行传送。
接受者的功能包括:
①接收发送者传送来的编码信息;
②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。
(Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
- 2012-06-21 21:01:17下载
- 积分:1
-
Jpeg
视音频课程作业,对视频抽帧,对单张图片进行yuv420采样、DCT变化、量化以及反量化、IDCT变化(Jpeg Encoding & Decoding)
- 2017-12-15 11:25:46下载
- 积分:1
-
OpenGLdevelopment
压缩包中包含了gl.h,glaux.h,glext.h,glui.h,glut.h等头文件以及对应的库文件。还有对应的配置方法。(Compression package contains gl.h, glaux.h, glext.h, glui.h, glut.h Header Files and corresponding library file. There are corresponding configuration.)
- 2020-12-14 14:49:13下载
- 积分:1
-
OMP
OMP,很好的OMP程序,应用于压缩感知中的。与以前的程序有点不同(OMP, good OMP program, applied to the compression of perception. Is a little different with previous program)
- 2013-05-21 09:32:46下载
- 积分:1
-
source-MainALI360X-
source MainALI360X decompress frimwer
- 2017-02-27 18:38:38下载
- 积分:1
-
LZ77
这是LZ77压缩算法的源码,内含使用DEMO(LZ77 compression algorithm This is the source, including the use of DEMO)
- 2009-03-10 17:29:50下载
- 积分:1
-
C语言 文件的解压缩
文件的解压缩。添加文件unzip.h、unzip.cpp、zip.h、zip.cpp,调用对应函数进行压缩和解压。压缩格式为zip;压缩之后的文件可以用winrar等程序打开。(File decompression. Add file unzip.h, unzip.cpp, zip.h, zip.cpp, call the corresponding function for compression and decompression. Compression format is zip the file after compression can be opened by winrar.)
- 2020-07-14 09:58:51下载
- 积分:1