登录
首页 » 数据结构 » 在学习数据结构时,往往不知道那些结构与算法有何用,以及怎么用。这个小小程序充分显示了Huffman二叉树的应用。虽然其压缩效果比RAR相差甚远,但也能说明一二。...

在学习数据结构时,往往不知道那些结构与算法有何用,以及怎么用。这个小小程序充分显示了Huffman二叉树的应用。虽然其压缩效果比RAR相差甚远,但也能说明一二。...

于 2022-03-20 发布 文件大小:6.22 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

在学习数据结构时,往往不知道那些结构与算法有何用,以及怎么用。这个小小程序充分显示了Huffman二叉树的应用。虽然其压缩效果比RAR相差甚远,但也能说明一二。 -the study data structure, they often do not know what the structure and algorithm, as well as how use. This little procedure fully demonstrated the application of the binary tree Huffman. Although the compression ratio falls far short of RAR, but can also explain on January 2.

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

发表评论

0 个回复

  • 图的遍历,在连通的无向图上访问全部节点的操作
    图的遍历,在连通的无向图上访问全部节点的操作-Graph traversal, in the undirected graph connectivity to access all the nodes to operate
    2022-04-18 21:00:35下载
    积分:1
  • 一些库的实例。共12章。如第八章: 第8章库环境的建立 1. 用MISDBA用户登录MISDB库。 2. 在ISQL中,输入第8章提供的...
    一些数据库的实例。共12章。如第八章: 第8章数据库环境的建立 1. 用MISDBA用户登录MISDB数据库。 2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。 3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCOUT’,NAME=’外派培训’)。 4. 修改Admin源程序中的数据库连接属性,并且重新编译training.exe。 5. 修改Client源程序中数据库连接属性,并且重新生成html文件和cab文件,然后将这两个文件拷贝到web服务器指定目录中。-some examples of the database. A total of 12 chapters. If the eighth chapter : Chapter 8 database to establish an environment. User login with MISDBA MISDB database. 2. In ISQL, the importation of Chapter 8 of SQL; Or, according to Table to Table 8-1 8-4 in SQL Explorer to create data sheets. 3. According to Table 8-5 8-7 to set up tables initial data, Another need PERSON data tables set up with a training management system for the management competence of the users (ID = "P XC ", PASSWD =" PASSWORD "AUTHORITY ="6", STATE = "F") for assignment and training of users (ID = "PXCO
    2023-07-19 06:55:04下载
    积分:1
  • err
    1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 ,改成当前数据库地址 ,改成当前数据库用户名 ,改成当前数据库密码 ,改成当前数据库名称 ,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com-err
    2023-05-29 02:50:04下载
    积分:1
  • An implementation tool for SYBASE SQL language sample source code features a syn...
    一个执行SYBASE SQL语言的工具示例源代码 功能特色 1 语法颜色显示 2 执行DDL语句 3 在执行SQL Select 语句时使用异步多线程处理方式,这样在检索返回大量 数据Select语句时,不会使占用过多的CPU时间。 -An implementation tool for SYBASE SQL language sample source code features a syntax color display 2 implementation DDL statement 3 in the implementation of SQL Select statement using asynchronous multi-threaded approach, so the return of large amounts of data retrieval when the Select statement, not occupied too much CPU time.
    2022-05-06 20:25:22下载
    积分:1
  • 中的几种基本的C++实现:栈、队列、链表
    数据结构中的几种基本结构的C++实现:栈、队列、链表-data structure of several basic structure of the C achieved : Stack, Queue, Listless
    2022-07-17 23:45:46下载
    积分:1
  • Dijkstra算法C程序实现,可以在windows和linux下运行,
    Dijkstra算法C程序实现,可以在windows和linux下运行,-Dijkstra algorithm C program can run under windows and linux,
    2023-04-18 19:45:03下载
    积分:1
  • 这是关于图论算法里面的一些代码,图论基本的思想代码的实现...
    这是关于图论算法里面的一些代码,图论基本的思想代码的实现-This is on the graph theory algorithm inside some code, graph theory, the idea of the basic code realize
    2022-02-10 12:57:22下载
    积分:1
  • 矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度...
    矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
    2022-01-25 18:04:43下载
    积分:1
  • 本程序是在c调试成功的.对初学者有很大的作用!
    本程序是在c调试成功的.对初学者有很大的作用!-the procedure was successful c debugging. For beginners a significant role!
    2022-08-19 02:40:39下载
    积分:1
  • 用delphi开发的一个库浏览器
    用delphi开发的一个数据库浏览器-with the development of a database browser
    2023-06-04 10:50:03下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载