搜索资源列表
fano
- 信息论中变长编码的香农编码程序,大家可以互相学习-Variable-length coding in information theory Shannon coding procedures, we can learn from each other
FIR_Length
- FIR Filters of Variable Length -Laboratory 4 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following question: How many coeff
AsymptoticEquipartitionProperty
- 信息论基础 离散信源的无错编码讲义 4.1 信源编码概述 4.2 无记忆信源的渐近等同分割性 与定长编码定理 4.3 离散无记忆信源的变长编码 4.4 离散平稳信源及其编码定理 4.5 马尔可夫信源的信息熵及 -Information theory-based discrete source of the error-free coding notes 4.1 Overview 4.2 Source Coding of the asymptotic memor
softhy153I
- 这是CTransferSocket_hawk的类实现文件,以下成员变量用于数据发送:数据缓存区,为一个先入先出队列,注意:队列中的数据比原始数据多4+BEGIN_TAG_LENGTH个字节,其中前4个字节用来存放原始数据的长度,接下来存放BEGIN_TAG.远程端需要长度来确定将要接收的数据块尺寸,并利用BEGIN_TAG,来判断是否有错误发生。-This is CTransferSocket_hawk class implementation file, the following membe
Hamming_Code_Cp2Bp2B_Project
- 本代码实现了海明码(1错1修正)式编码,可不定长,输出完成的编码。-This code implements the Hamming code (1 error 1 correction) coding, can be variable length, the output to complete the coding.
Huffman3
- 根据实际需要输入信源个数和各个信源符号以及概率,进行三进制哈弗曼编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Need to enter the actual number of sources and each source symbol and the probability of a three-band Ha Fuman code. After encoding, the output coding results, and
Huffman
- 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
2to10
- 二进制转化为十进制(输入的二进制长度可变)-Binary into decimal (the input binary variable length)
P3-315
- 先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’\n’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 -Start with the keyboard input of a text file
ListViewTable
- Android中使用ListView实现表格形式的部局 * 本例使用ListView和自定义的行部局实现了一个最基本的表格部局 * 和一个可变长度的表格部局 * 并实现了简单的行组件的单击事件-Use listview to make a basic table style layout, and a variable length table style layout, and a simple click event of the component in it
kuangjiags
- 框架公司的管理系统,能够制作出不同的框架,计算变长,计算嵌套-Framework of the company' s management system, it is possible to produce a different frame, calculating the variable length calculated nested
FM
- 用可编程器件GAL16V8设计可变长度的序列信号发生器-With programmable device GAL16V8 design variable length sequence signal generator
bianchangzong
- 变量的检测传递和限权使用函数,“变长度”输入输出宗量。-Detection limit of the right to transfer and use of variable function, "variable length" input and output variables in.
bits
- variable length fifo with bit slicing concept
StrFaction
- 指定大小的数组进行变长存储字符串,支持模糊查找 模糊删除 内存空间整理-The array size specified variable-length strings are stored
SI4463VarjyPacket-SenderAndReceiver
- SI4438/SI4463变长包数据发送与接收程序-SI4438/SI4463 variable-length packet data transmission and reception program
usartPDMA
- 采用keil5编写的针对STM32F103的串口加DMA的方式实现串口不定长字节接收的代码。-Using serial byte variable length code received keil5 written for serial ports plus DMA realization of STM32F103 way.
function-fvlec
- Variable length error correcting code, transceiver system MATLAB
h264cavlc
- (Context Adaptive Variable Length Coding) CAVLC in H.264. This is the CAVLC encoding for H264 -- Context Adaptive Variable Length Coding (CAVLC) encodes all co-efficients -- from 4x4 (or 2x2) residuals in an efficient way. It is context dependa
代码
- 完成一个简单的回射服务器程序,包括服务器和客户端两部分,将实现以下功能: 1.客户端与服务器通过发送和接收报文进行通信; 2.服务器和客户端最高支持60000个并发连接; 3.报文长度设置为可变长度,以便进行压力测试; 4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server
