-
data structure answer to the questions set by several revisions, but clearly the...
数据结构习题集答案,经多次修改而成,比答案册还要清楚简单。-data structure answer to the questions set by several revisions, but clearly the answer List simple.
- 2022-05-17 21:45:37下载
- 积分:1
-
本示例说明怎样用XML来保存日志文件
本示例说明怎样用XML来保存日志文件-this example to illustrate how to preserve XML log file
- 2022-01-24 15:38:20下载
- 积分:1
-
链接
数据结构
链表
按顺序合并两链表。
pa =1 2 4 7 9 11 16 pb= 1 6 9 23 24 36 1
1 2 4 6 7 9 11 16 23 24 36-link
- 2022-02-02 15:42:46下载
- 积分:1
-
表达式求值:支持浮点运算,以及一些纠错功能
表达式求值:支持浮点运算,以及一些纠错功能-expression evaluates : support floating-point operations, and some correction function
- 2022-05-28 13:31:42下载
- 积分:1
-
depth search algorithm, solved from the point of origin j s close of the shortes...
深度搜索算法,求解从起源点s到点j的最短路径算法的基本过程-depth search algorithm, solved from the point of origin j s close of the shortest path algorithm for the basic process
- 2023-07-28 16:45:02下载
- 积分:1
-
快速排序算法代码Quick sort algorithm code
快速排序算法代码Quick sort algorithm code-Quick sort algorithm code
- 2022-08-17 01:03:38下载
- 积分:1
-
中缀表达式变后缀式
采用C++语言编写,用来完成数据结构中中缀变后缀的程,以及利用中缀式计算四则运算表达式的程序
- 2022-07-28 11:49:26下载
- 积分:1
-
学生信息系统
关于这段代码我没有呼唤你在学生信息系统写使用 MS 访问我还精通 MS Access 数据库的发展,但我我还在学习。此应用程序的密码是: iveymae。该系统还将生成为学校学生的出勤报告。
- 2022-07-11 07:58:01下载
- 积分: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
-
1背包问题的动态规划求解算法,
0
0-1背包问题的动态规划求解算法,
0-1背包不同于背包问题-0-1 knapsack problem of the dynamic programming algorithm, 0-1 knapsack different from the knapsack problem
- 2022-09-02 03:40:02下载
- 积分:1