搜索资源列表
huffmanfordepreesingcoding
- 哈夫曼(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
7-13
- tr1 byte \"Please input the first 64-bit in hex:first - second\",0dh,0ah,0 string byte \"remener :use enter to tell high 32-bit from low 32-bit\",0dh,0ah,0 examp1 byte \"eg: 1234ecdf\",0dh,0ah,0 examp2 byte \" 03ab2543\",0dh,0ah,0-tr1 byte
quickchange
- Quick Change ,J.P. Flathead’s Grocery Store hires cheap labor to man the checkout stations. The people h ires (usually high school kids) often make mistakes making change for the customers. Flathead, who’s a bit of a tightwad, figures he loses more m
C51
- /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c,
X86IEE32
- 这个东西可以帮你解析执行32位的X86指令。不包括FPU,也不包括MMX之类的东西。代码符合C99标准,理论上应该没限制的,不过根据不同的编译器实现,需要修改下cpu_BasicType.h类型定义。测试时在VS2005(禁止语言扩展特性、/W4)和GCC 3.4(-std=c99 -O1或者-ansi -O1)中编译通过-This thing can help you resolve the implementation of the X86 32-bit instructions. Not
DBH.ZIP
- *** *** *** *** *** *** *** *** *DECIMAL CONVERSION BINARY HEXADECIMAL 32-bit and display of the time in binary ************************************************* By: Mic + + Version: 1.0a This program is free of rights was compiled u
cnt
- 4位及8位计数器,根据4进制和8进制原理设计计数器-4位及8位计数器,根据4进制和8进制原理设计计数器 您是不是要找: jk触发器,根据输入的信号的产生相应的输出 请键入文字或网站地址,或者上传文档。 取消 4 Wèi jí 8 wèi jìshùqì, gēnjù 4 jìn zhì hé 8 jìn zhì yuánlǐ shèjì jìshùqì “”的用法示例:由 Google 自动翻译英语中文(简体)日语4-bit and 8-bit counter, hexade
aa
- FILE NAME : C8051F020.H TARGET MCUs : C8051F020, F021, F022, F023 DEscr iptION : Register/bit definitions for the C8051F02x product family. - FILE NAME : C8051F020.H TARGET MCUs : C8051F020, F021, F022, F023 DEscr i
wavelet_JPEG2000
- Delphi:基于小波的JPEG2000图像压缩技术实例,由Delphi源代码实现,内含了小波动态连接库(vc实现),Delphi可借用这个类库。 首先必须注意的是,在小波变换的时候采用的是串行工作方式 这样一来,对于高速缓存的利用是十分低效率的,却可以节省不少的空间。 BIT.H BIT.C - 是有关比特位操作的代码 WAVELET.H WAVELET.C - 是小波操作的代码 函数输出: 函数返回转换象素的数目 1)
ofdm--yasuo
- OFDM 自适应算法能够根据信道的状况进行比特和功率的分配,能够有效的降低误码率.本程序综合了迭代注水算法,CHOW算法,FISHER算法,H-H算法,以及自己改进的迭代注水算法程序,并进行了对比,改进的算法在有效性与迭代注水算法基本相近,但复杂度和实际应用性都更强,值得参考。-OFDM adaptive algorithm make the bit and power allocation according to the status of the channel .It can eff