-
在DOS环境下的最小二叉树程序,比较简单,可供大家学习参考...
在DOS环境下的最小二叉树程序,比较简单,可供大家学习参考-DOS environment in the smallest binary tree procedure is relatively simple for everybody to learn the reference
- 2022-04-24 07:01:57下载
- 积分:1
-
KMP算法
解决了BruteForce算法效率低下的问题,并且在该基础上完成了子串重复时的性能优化
- 2023-05-15 20:00:02下载
- 积分: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
-
思想很简单,就是一个循环链表
但要说明的是:我之所以用clist(1)来初始化,主要是我刚开始编的时候没打算解决约瑟夫环,只是想编一个带表头的循环链表...
思想很简单,就是一个循环链表
但要说明的是:我之所以用clist(1)来初始化,主要是我刚开始编的时候没打算解决约瑟夫环,只是想编一个带表头的循环链表,然后我用从这个程序改过来的,所以代码可以进一步优化。-Thinking is very simple, that is, a cycle list but would like to note is: I use clist (1) to initialize, mainly because I had just started when Joseph did not intend to resolve the ring, just want to provision a table with the head circulation list, and then I used to come from this process, so the code can be further optimized.
- 2022-09-15 15:25:03下载
- 积分:1
-
企业库存管理系统
企业库存管理系统
- 2022-10-18 13:10:03下载
- 积分:1
-
数据结构和算法,C++描述,数据结构习题,数据结构答案
数据结构和算法,C++描述,数据结构习题,数据结构答案-datastruct
- 2022-03-06 05:33:15下载
- 积分:1
-
一个关于数据结构哈夫曼编/译码的程序
一个关于数据结构哈夫曼编/译码的程序-Another Huffman tree coding Algorithm for Data Structure.
- 2023-01-09 13:00:04下载
- 积分:1
-
新收集的客户管理软件
新收集的客户管理软件-new collection of customer management software
- 2022-08-13 08:30:03下载
- 积分:1
-
数据库实验,建立一个简单的数据库,有打开、存储、删除、建立等值嵌套循环连接的功能。...
数据库实验,建立一个简单的数据库,有打开、存储、删除、建立等值嵌套循环连接的功能。-database experiments, a simple database, open storage, delete, equivalent to establish nested loop join function.
- 2022-02-06 08:27:47下载
- 积分:1
-
用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法...
用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法-Data structure with the VC bubble sort, quick sort, Shell sort and other sorting algorithm to improve
- 2023-03-08 01:15:03下载
- 积分:1