登录
首页 » 算法 » 数据压缩算法

数据压缩算法

于 2023-08-27 发布 文件大小:354.77 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

这是简单的源代码,以帮助了解如何算术数据压缩的工作。在使用 devcpp 5.6.1 的 c 语言中创建此源代码。这段代码是 linier 编程风格这不 OOP,但它可以开发的。使用 2 的比较方法,一是在功能和其他主要是写这个程序是不同的两个功能。第一个排序按升序排列的代码性格,帮助每个字符的代码量降序排序第二个,然后它的代码字符升序排序。此代码用链表来保存它的限于 1000年字符字符压缩的结果。如延长它的限制或更改的数据结构,它可以升级。无论如何这我第一次上传代码,对不起如果坏了。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FLCS在3DIC設計中會使用的方
    在3DIC設計中會使用的方法  Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.  We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
    2022-08-13 12:52:54下载
    积分:1
  • separate speakers detection based on energy calculation
    这个函数实现了一个简单的语音检测器。算法是
    2023-08-09 22:25:03下载
    积分:1
  • simple source code for those who interested in programming
    simple source code for those who interested in programming
    2023-06-25 04:15:03下载
    积分:1
  • 最新模拟图书馆
    最新模拟图书馆算法-latest simulation algorithm library
    2022-08-11 00:27:04下载
    积分:1
  • Matlab求解MNA线性方程
    对于给定电路系统的 :C X+G X=B U(t);Y=LT X; 用GCR迭代法求解GX0=BU(0)中的X0,然后用后向Euler以及GCR迭代法求解上述的方程得到矩阵X。其中矩阵C、G、B、LT以及输入函数U(t)为已知。
    2022-05-24 19:04:40下载
    积分:1
  • A* K短路
      所谓K短路,就是从s到t的第K短的路,第1短就是最短路。     如何求第K短呢?有一种简单的方法是广度优先搜索,记录t出队列的次数,当t第k次出队列时,就是第k短路了。但点数过大时,入队列的节点过多,时间和空间复杂度都较高。     A*是在搜索中常用的优化,一种启发式搜索。简单的说,它可以用公式表示为f(n) = g(n) + f(n),其中,f(n)是从s经由节点n到t的估价函数,g(n)是在状态空间中从s到n的实际代价,h(n)是从n到t的最佳路径估计代价。在设计中,要保证h(n)
    2023-06-26 04:50:02下载
    积分:1
  • 二叉树的中序遍历
    二叉树的中序遍历-binary tree which preorder
    2022-01-30 15:19:38下载
    积分:1
  • 常用数值大全,包扩各种,大家共享
    常用数值算法大全,包扩各种算法,大家共享-Numerical algorithm used Daquan, including widening of various algorithms, everyone shared
    2022-03-01 10:12:26下载
    积分:1
  • 鼠标移动得到图片的颜色值和坐标
    vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:                 Color pointColor = bmp.GetPixel(X, Y);                 textBox1.Text = pointColor.R.ToString();                 textBox2.Text = pointColor.G.ToString();                 textBox3.Text = pointColor.B.ToString();                 LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
    2022-03-16 06:55:49下载
    积分:1
  • CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量。...
    CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量算法。-CZT and FFT of the C language code, can effectively filter out harmonics and noise. Access to the signal frequency, is a good algorithm for frequency measurement.
    2022-08-24 20:40:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载