Welcome![Sign In][Sign Up]
Location:
Search - bit.h

Search list

[Jepg2000的压缩解压-Jepg2000

Description:

WAVELET.DSW - 是JPEG2000 API函数体的VC工作区
本代码通过VC6.0正常编译,并有详细的注解方便读者开发和阅读。
BIT.H  BIT.C - 是有关比特位操作的代码
MCHANNEL.H MCHANNEL.C - 是关于信道设置、传输的代码
WAVELET.H WAVELET.C - 是小波操作的代码
MAIN.C -  是API函数集成的主函数

上述代码均是有详尽的注释,读者可逐一进行阅读。
其中,重点部分是:WAVELET.H和WAVELET.C,关于信道方面的问题,书中给出了定义
和处理的方法,请阅读相关章节。

该代码没有经过编译。需要注意的事项:
代码编译后生成的是一个.dll文件而非一个可执行文件,必须通过调用才能实现功能,
另外生成的.dll文件会自动拷贝到"wavelet_gui"目录中。如果在编译成功后出现一个
关于指定可执行文件路径的提示,可以忽略它,也可以指向名为JPEG2000的可执行文件
所在地路径。笔者建议大家忽略这个关于文件路径的提示。


Platform: | Size: 33506 | Author: vctansuo | Hits:

[Streaming Mpeg4faac-1.24.tar

Description: mpeg4 AAC源代码,是一个低码率高音质的AAC解码程序,开发平台是linux g-source code is a low bit rate, high-quality AAC decoding procedures, the development platform is linux g
Platform: | Size: 282624 | Author: 黄旭东 | Hits:

[Windows Develop《Visual C++游戏设计入门》配套代码

Description: 用VC++写,解压后需要点SETUP安装后才能使用,代码精简,对学习VC++有很好的帮助-VC wrote, unpacked a bit SETUP after installation in order to use that code to streamline, to learn VC is a great help
Platform: | Size: 379904 | Author: | Hits:

[Wavelet多分辨水印的matlab简单程序

Description: 直接减压到matlab\work目录下就可以看到运行结果了,其中包括了位平面分解,量化嵌入(提取),图像的金字塔分解等的程序块。-decompression directly to the Matlab \ work on the directory can see the results, which included a bit plane decomposition, quantification embedded (extraction), the image of the pyramid decomposition of the block.
Platform: | Size: 332800 | Author: yj | Hits:

[Multimedia program264本地解码器

Description: h.264解码器,可设置码率以及视频格式,cif或者qcif。开发环境:vc-h.264 codec, bit rate can be set and video formats, or qcif cif. Development environment : vc
Platform: | Size: 2433024 | Author: egal | Hits:

[Software Engineering可预置的8位计数器源程序

Description: 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data区定义8位长度的数组,用来存放计数值 uchar data pre_cnt[8] //在data区定义8位长度的数组,用来存放预置值 sbit drv=P3^4 //定义输出驱动端 bit set_flag //定义工作标志 bit out_flag //定义输出标志 bit keydown_flag //键按下标志 -can preset counter the eight major part of the process analysis# include
Platform: | Size: 20480 | Author: wyq | Hits:

[Streaming Mpeg4h264JM

Description: 压缩算法H.264 JM源程序,希望对大家有点用-JM H.264 compression algorithm source, and I hope to use you a bit
Platform: | Size: 800768 | Author: 刘金华 | Hits:

[Multimedia DevelopMFFMBitStream

Description: MFFM Bit Stream A C++ heirachy for reading and writing bit streams. Implemented for maximum efficiency/ease of use. Write or read bit streams for audio and video protocols such as mpeg (mp3), H.263, etc. Many parallel streams could be used in logic syntax streams as well Operating System: OS Independent (Written in an interpreted language)-MFFM A Bit Stream C heirachy for reading and writing bit streams. Implemented for maximum e fficiency/ease of use. Write or read bit stream s for audio and video protocols such as mpeg (mp3 ), H.263, etc. Many parallel streams could be used in logi c syntax streams as well Operating System : OS Independent (Written in an interpreted lang uage)
Platform: | Size: 59392 | Author: shan | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c/bitio.h some support function, support for bits (bit) for the File I/O usage : Huffman compression E
Platform: | Size: 1024 | Author: 冯灿科 | Hits:

[MiddleWareBin2Hex

Description: Bin文件转Hex原代码,用于编程器开发的小东西,转自互联网,希望对大家有点用处-Bin Hex documents to the original code for the program for the development of small things, decanted from the Internet, We hope to use a bit
Platform: | Size: 2048 | Author: 高峰 | Hits:

[Crack Hackaes

Description: C语言环境下的AES加密算法,支持128位的AES加密。-C language environment AES encryption algorithm, support 128-bit AES encryption.
Platform: | Size: 46080 | Author: 于磊 | Hits:

[SCMintrins.h

Description: c51中的intrins.h库函数 _crol_ 字符循环左移 _cror_ 字符循环右移 _irol_ 整数循环左移 _iror_ 整数循环右移 _lrol_ 长整数循环左移 _lror_ 长整数循环右移 _nop_ 空操作8051 NOP 指令 _testbit_ 测试并清零位8051 JBC 指令 -C51 in the library function intrins.h cycle _crol_ characters characters left _cror_ cycle shifted to right _irol_ the left circle _iror_ integer integer integer cycle shifted to right _lrol_ long cycle of the left circle _lror_ long integer _nop_ air operation shifted to right 8051 NOP instructions _testbit_ tested and cleared 8051 JBC-bit instruction
Platform: | Size: 1024 | Author: 极光 | Hits:

[SCMLg_comm-h

Description: RS485通讯程序,用于PC与单片机通讯,开发上下位机通讯程序-RS485 communication program for the PC with the single-chip communications, the development of next-bit machine communication procedures
Platform: | Size: 1024 | Author: piperhua | Hits:

[File FormatH.264StreamStructure

Description: 该文档详细描述了h.264编码的码流结构。适合开发人员使用。-The document described in detail h.264 encoded bit stream structure. Suitable for developers.
Platform: | Size: 232448 | Author: 于亚锋 | Hits:

[SCMLCD12864

Description: 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {-12864 LCD original procedures .# Include
Platform: | Size: 40960 | Author: yichongwen | Hits:

[Windows DevelopT-REC-H[1].263-200501-I!!PDF-C

Description: H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助-Low bit rate H.363 video coding standard communication, the Chinese version of video compression research help
Platform: | Size: 3864576 | Author: zhangjing | Hits:

[OtherT-REC-H[1].223-200107-I!!PDF-E

Description: ITU-T H.223 Multiplexing protocol for low bit rate multimedia communication
Platform: | Size: 460800 | Author: jizhiqiang | Hits:

[Embeded-SCM Developbit.h

Description: 基于AVR单片机的bit.h 实现位定义的简单化-AVR Microcontroller Based on the definition of the bit simplistic bit.h
Platform: | Size: 6144 | Author: 陈宏营 | Hits:

[Graph programloadbmp.h

Description: 实现对bmp格式图像文件的读取与写入操作(不能够对32位位图文件操作)-Bmp format image files to realize the read and write operations (not a bitmap file on 32-bit operation)
Platform: | Size: 2048 | Author: caixt | Hits:

[Mathimatics-Numerical algorithmsLDPC-PEG算法构造H矩阵

Description: LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.57409*x^3 %为了得到更好的性能,此处的度分布序列采用密度进化理论选取 dv=inline('0.38354*x+0.04237*x.^2+0.57409*x.^3','x'); %计算每个度分布的节点数 indv=quadl(dv,0,1); a2=round(n*(0.38354/2/indv)); a3=round(n*(0.04273/3/indv)); ds(1:a2)=2; ds(a2+1:a3+a2)=3;(LDPC-PEG algorithm constructs H matrix source code program, matlab source code program clear all; CLC; % Input coding parameters, m: number of check nodes, n: number of variable nodes (note that bit rate R is not necessarily 1/2) % Constructing LDPC Check Matrix with Arbitrary Bit Rate M = input ('The number of check nodes:'); N = input ('The number of variable nodes:'); H = zeros (m, n); % Given variable nodal degree distribution sequence DV = 0.38354*x+0.04237*x^2+0.57409*x^3 % In order to get better performance, the density evolution theory is used to select the degree distribution sequence. DV = inline ('0.38354 * x + 0.04237 * X. ^ 2 + 0.57409 * X. ^ 3','x'); % Calculate the number of nodes per degree distribution INDV = quadl (dv, 0, 1); A2 = round (n* (0.38354/2/indv)); A3 = round (n* (0.04273/3/indv); DS (1:a2) =2; DS (a2 + 1: A3 + a2) = 3;)
Platform: | Size: 1024 | Author: MATLAB编程 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net