-
利用C语言实现迷宫算法。 利用随机函数生成迷宫,并显示所有路径!...
利用C语言实现迷宫算法。 利用随机函数生成迷宫,并显示所有路径!-use C language maze algorithm. Using random function generator maze, and that all paths!
- 2023-05-08 21:55: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
-
我做的一个图书馆数据库系统,有3,4个表。适合参考
我做的一个图书馆数据库系统,有3,4个表。适合参考-I make a library database system, there are tables 3,4. Suitable reference
- 2022-04-02 00:49:57下载
- 积分:1
-
仅用数据结构中的单链表就可实现集合的交、并与两个集合之差,...
仅用数据结构中的单链表就可实现集合的交、并与两个集合之差,-Only data structure in a single list can realize cross-collection, and the difference between the two collections,
- 2022-02-03 17:48:50下载
- 积分:1
-
算法导论introduction to algorithm答案
算法导论introduction to algorithm答案-Introduction to algorithms introduction to algorithm answers
- 2022-10-07 03:45:04下载
- 积分:1
-
数据结构课程设计,求无向网最短路径,利用c++6.0编程环境
数据结构课程设计,求无向网最短路径,利用c++6.0编程环境-data structure curriculum design, without seeking the shortest path to the net, using c 6.0 programming environment
- 2022-03-21 10:39:41下载
- 积分:1
-
双端堆是支持双端优先队列的插入、删除最小元素和最大元素等操作的堆。
双端堆可以在对数时间内完成上述所有的操作。...
双端堆是支持双端优先队列的插入、删除最小元素和最大元素等操作的堆。
双端堆可以在对数时间内完成上述所有的操作。
-Double-ended heap to support double-ended priority queue insert, delete the smallest element and the largest such operation of the reactor element. Double-ended heap in logarithmic time to complete all of the above operation.
- 2022-03-24 12:26:12下载
- 积分:1
-
trainreset:有许多列车需要开车出站的作用。
TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
- 2022-07-14 05:15:14下载
- 积分:1
-
数据结构银行模拟指导
数据结构银行模拟指导-simulation data structure to guide banks
- 2023-07-29 12:00:03下载
- 积分:1
-
超市软件条码与库存计费
本文 ASP 的帮助下,您将学习必要的步骤以输出一个 ASP 页上的文件的源代码。通过小的编码片段中,作者解释了如何使用此 FSO 对象并描述它是如何工作的输出......
- 2022-08-14 22:39:14下载
- 积分:1