搜索资源列表
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
decodec
- 分层多描述解码 由编码程序分出的两个码流 可由此程序恢复原图像-hierarchical coding process by decoding the separation of the two bitstream This procedure can restore the original image
Huffman
- 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
pca_img_compress.tar
- matlab 用PCA方法对图像进行压缩、还原-PCA method using matlab image compression, restore
hafuman
- 哈夫曼编码译码程序,实现读取文件,建树,编码译码,还原终端-Huffman decoding process, the achievement of reading documents, achievements codec, to restore the terminal
tot-asp-scan
- 增加了对ifr a me,scr ipt的检查,可以恢复被大量置入ifr a me的网页。免得手动去删除的麻烦。 virus_lib.asp增加了对ifr a me,scr ipt的控制参数分别为: Const removeifr a me=true 是否检查ifr a me Const ifr a meKey="3322" ifr a me 中的关键字,如果出现系统将自动清除 Const removescr ipt=true 是否检查scr ipt Con
Archive
- JPEG图像压缩及还原实例源代码 非常值得研究一下-JPEG image compression and restore the source code examples are very worthy of study! ! !
Recovery
- 本文深入研讨 了在 D e l p h i 中通过调用 A P I 函数,读取或修改存放在硬盘q - 的数据,并提供了备份和恢复硬盘有关分区信息的功能,保护硬盘中系统数据的安全。-This in-depth discussion in the D elphi by calling API functions to read or modify stored in the hard drive q- the data, and provides backup and restore hard di
Filecompressionandrestore
- 文件压缩和还原(包括二进制数据文件和bmp位图文件)-File compression and restore
HuffMan
- 哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 -Huffman decoding
cs_lena
- 该程序利用余弦变换对图像进行变换压缩,之后利用压缩传感对其进行恢复,最后给出了恢复图像与原图像的对比结果。-The program utilizes the cosine transform image transform compression, followed by the use of compressed sensing to restore Finally, restore the image and the original image contrast results.
Daubechie_wavelet_ImageRecover
- 采用Daubechie小波,构建正交矩阵,对bmp图像进行小波变换后的基本重建恢复,需要下采样,压缩为64*64以下的图像,重构图像与原图基本一致。-Daubechie wavelet to construct the orthogonal matrix, bmp image to restore the basic reconstruction after wavelet transform, sampling, compressed into less than 64* 64 images,
MYhuffman
- 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
noshutdown
- 一个C#小程序,让程序运行时禁止关机,通过单击按钮来实现禁止关机,当然也可解除这个命令,恢复Windows操作,示例运行截图如上所示-A C# program, procedures prohibit shutdown runtime, by clicking the button to achieve a ban on shutdown, of course, also be released this command to restore the Windows operating scre
svdPicture
- 基于MATLAB的 SVD分解 图像分解 图像压缩 图像还原-SVD decomposition MATLAB-based image decomposition image compression image restore
huffman_code
- 本程序是使用C语言,实现利用哈弗曼编码将一串电文压缩后发送,然后再在接收方进行解压,还原出原来的电文。-This procedure is to use the C language to realize the use of Huffman coding compression will send a bunch of messages, and then decompress on the receiving side, to restore the original message.
Huffman256
- 【实现功能】 (1)对256色BMP图像进行Huffman编码以达到压缩图像目的(编码文件保存为*_Huffman.bhd / *_Huffman.bpt) (2)对编码后的文件解码,恢复为256色BMP图像(解码文件保存为*_Decode.bmp)-[Function] to achieve (1) 256 color BMP images Huffman coding to achieve the purpose of the compressed image (save encod
fbmp_v1_3.tar
- 经典的稀疏重构算法,即快速贝叶斯追踪算法,恢复出的信号精度高,恢复算法复杂度低-Classic sparse reconstruction algorithm, namely the bayesian tracking algorithm quickly, to restore the signal of high precision, low recovery algorithm complexity
CPA-to-restore-image
- 用统计中的主成分分析思想对图像进行压缩,再用前几个主成分实现对程序的恢复。-Statistical analysis of the main components of thinking for image compression, and then the first few principal components to achieve the program s recovery.
compress
- 他能将一个文本文档压缩,同时能将压缩后的文本还原成原文本,实现文本的更好的存储。-He can compress a text document, and restore the compressed text to the original text, and realize the better storage of text.
