-
哈夫曼树编码
资源描述将字符串转化为哈夫曼编码,也能将哈夫曼编码转化为字符
- 2022-11-26 08:10:13下载
- 积分:1
-
我自己写的数值分析课程设计的算法,这里是数值拟合的部分。
我自己写的数值分析课程设计的算法,这里是数值拟合的部分。-I wrote it myself numerical analysis courses designed algorithm, which is part of the numerical fitting.
- 2022-03-20 19:46:16下载
- 积分:1
-
北京邮电大学计算机应用硕士论文__数据仓库体系结构设计 包括答辩稿 水平自然是高希望对你有所帮助...
北京邮电大学计算机应用硕士论文__数据仓库体系结构设计 包括答辩稿 水平自然是高希望对你有所帮助-Beijing University of Posts and Telecommunications Computer Application master"s thesis __ data warehouse architecture design includes text reply is naturally high level of hope for your help
- 2022-02-24 22:17:49下载
- 积分:1
-
这是关于数据结构链表的源程序,用c++程序实现了每一个程序...
这是关于数据结构链表的源程序,用c++程序实现了每一个程序-this is a code of data structure
- 2022-03-18 12:47:38下载
- 积分:1
-
操作Sql Server 2000数据库的工具
一个操作Sql Server 2000数据库的工具,支持远程(局域网)操作
主要功能就是远程(局域网)操作Sql Server数据库
包括:
搜索并列举局域网内的所有Sql Server服务器
搜索并列举Sql Server服务器中的所有数据库
搜索并列举数据库中的所有表
对数据库结构的简单更改
对数据库表记录的查找、编辑等等。
- 2023-04-01 11:40:03下载
- 积分:1
-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
- 2022-05-18 04:21:47下载
- 积分:1
-
八数码问题的C++实现,最经典的广度有限算法
八数码问题的C++实现,最经典的广度有限算法-eight digital realization of the C and classic algorithms limited breadth
- 2022-04-12 06:09:13下载
- 积分:1
-
对文件进行文本文件处理
并采用递归法把查到的信息插入到树中...
对文件进行文本文件处理
并采用递归法把查到的信息插入到树中-a file processing program, process a file and insert the information from the file to a tree
- 2023-07-20 18:55:03下载
- 积分:1
-
vb6 Alarmbox
欢迎到分钟报警 VB6 实用程序,用于...时间在几分钟内在第一个文本框中输入。
- 2023-04-15 18:35:03下载
- 积分:1