搜索资源列表
AdaptiveHuffman
- 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
display_on_the_PC_XIAOJIEXU
- 当前时间送电脑同时显示,用RS232运用串口通信送数据给电脑,开中断计算时间,精确到秒。Keil C51开发环境,是一个整合很多技术的程序。 -current time to send the computer also showed that use RS232 serial data communications sent to the computer, open interrupted computing time, accurate to the second. Keil C51
COMMAND_TEST
- 用于串口测试,具备CRC16计算功能,可单字节发送或连续发送数据.-for serial testing with CYXLIC REDUNDANCY calculation function can be sent or single-byte data for this.
smd380_program
- 三轴加速度传感器读数据,计算x,y,z,三个倾角度数,可以测速度。
lz77压宿酸法
- lz77压宿算法,用c语言实现,可以在tc下编译通过,根据不同的计算机要修改下相关的参数值,对文本数据的压缩效果很好-lz77 places pressure algorithm, using the c language, in tc under compile, based on different computers to be amended under the relevant parameters, the text data compression with good result
ScoreSystem
- 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义
filecompress
- 头压缩算法是一种常用的稀疏数组压缩算法,在数据联机分析处理(OLAP)等领域有着重要 应用。针对头压缩算法的特点,给出基于STL 的实现方法,并对解压算法进行改进。仿真实验表明,改进 后的解压算法的计算效率要优于原有解压算法-Head-compress algorithm was a commonly used algorithm for compressing sparse array, which was widely applied in OLAP(Online Analyti
datastructure
- 计算多项式的算法 数据结构计算多项式的加减发和乘法-data structure
Huffman
- 根据Huffman编码方法的原理,实现建立Huffman树的功能.并自定义简单输入数据,检验结果.由键盘输入的任意字符流,输出显示每个字符的编码,并计算压缩比-According to the principle of Huffman encoding method to achieve the establishment of Huffman tree functions. And customize a simple input data, the test results. Of any
PQ-powerflow
- 运用P-Q分解法进行电力系统潮流计算,本程序用的是IEEE-14标准节点数据。-PQ decomposition method using power flow calculation, this procedure is used in standard IEEE-14 node data.
1
- 超市管理系统主要是对商品进行操作,且每个数据内容具有较强的关联性,涉及的计算过程不是很复杂。-Supermarket management system is mainly operated for commodities, and the contents of each data has a strong correlation, involving the calculation process is not very complicated.
linearregression
- MFC写得有界面的一元线性回归,可选择数据文件计算各种属性,并作出图形。-a linear regression with interface made by MFC ,you can select the data file calculate kinds of properties, and make a map.
android-Calculator
- 计算器操作 (CM) 清除存储值 (RM) 取出存储值 (M-) 当前显示值与存储值相减并保存 (M+/MS) 把目前显示的值放在存储器中,中断数字输入 (0-9) 按钮分别为输入数字0-9 字符键 (.) 钮用来输入小数点 (+/-) 钮用来转换当前值的正负 (√) 求平方根 ( ) 求百分比 (→)提供退格键功能 (C)按钮清除刚才的输入 (=) 确认计算结果 归零 (AC)清除全部数据结果和运算符 (CE)
DWT_1D
- 离散小波变换是指在特定子集上采取缩放和平移的小波变换,是一种兼具时域和频域多分辨率能力的信号分析工具。此变换运用可以缩放平移的小波代替固定的窗进行计算分析,主要应用于信号编码和数据压缩。-Discrete wavelet transform refers to the specific subset take scaling and translation on the wavelet transform, is a kind of multi-resolution ability both t
data-compress
- 可以能实现对数据图像的压缩,并计算压缩比,。-Can realize image compression of the data, and calculates the compression ratio.
huffman
- 利用哈弗曼树进行压缩和解压,还可以计算压缩比,适用于大学学习数据结构时参考-Huffman tree use compression and decompression, the compression ratio can be calculated with reference to apply to university study data structure
TRMM3B42-3B43
- TRMM3B43数据文档下载,用了这个可以计算基于遥感数据的干旱指数,如标准将水指数和标准将水蒸散指数-TRMM3B43 data files to download, this can be calculated with the drought index based on remote sensing data, such as standard water index and standard water evapotranspiration index
huffman
- 可将输入的数据转换为哈夫曼编码,并计算每个字符出现的次数(即权值)-Input data can be converted to Huffman encoding, and calculate the number of occurrences of each character (i.e., weight)
md5
- MD5加密源码用来计算任何数据的MD5值。-MD5 encryption source code
Huffman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci