-
数据结构图论课后题
资源描述数据结构图论课后题,对于初学数据结构课程的学生有很大帮助
- 2023-07-11 00:15:03下载
- 积分:1
-
Completed in the ODBC asynchronous calls in C source code, runtime environment W...
完成在ODBC中进行异步调用的C程序源代码,运行环境Windows.-Completed in the ODBC asynchronous calls in C source code, runtime environment Windows.
- 2022-02-05 11:27:54下载
- 积分:1
-
HANOR data structure is that when the students most headaches, here is a solutio...
汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
- 2022-04-28 18:25:21下载
- 积分:1
-
这几个是本人整理的.cpp程序,您可以借鉴参考
这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference--- gt; Gt; Dos prospects for the background color set. Cpp two. 8. 10. Hexadecimal conversion function. Cpp binary tree traversal. Cpp graphics priority to search for the breadth of France. Cpp graphics depth-first search of the law. Cpp C language compile a calendar. C
- 2022-02-11 17:38:43下载
- 积分:1
-
good sql Manual
很好的sql手册-good sql Manual
- 2023-02-24 21:20:04下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
实时曲线类的改进增加功能: 1)采样数据存盘和加载 2)演示程序中可以实现图形的打印预览和打印功能,曲线从原点开始...
实时曲线类的改进增加功能: 1)采样数据存盘和加载 2)演示程序中可以实现图形的打印预览和打印功能,曲线从原点开始-Improvement of real-time curve of increasing the number of functional categories: 1) sampling data to disk and load 2) presentation graphics program can print and print preview function, curve from the origin to start
- 2023-04-16 14:55:04下载
- 积分:1
-
哈夫曼编码译码
利 实现功能:用给出的字符数及个字符频度,对其建立哈夫曼编码,并用此哈夫曼编码表对给出的字符串进行编码、对给出的代码进行译码。 (1) 初始化Initialization.从终端读入字符数n 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 10:35:13下载
- 积分:1
-
MySQL中文帮助文档。学习mysql数据库
MySql中文帮助文档。学习MySql数据库-MySql Chinese help documentation. Learning MySql database
- 2022-03-21 17:45:04下载
- 积分:1
-
数据结构中的排序算法的比较
数据结构中的排序算法的比较-data structure of the algorithm comparison
- 2022-02-01 16:48:03下载
- 积分:1