-
定义一个栈,并实现栈的基本操作:
void Push( const T& x) //
bool Pop(T& x) //
bool getTop(T...
定义一个栈,并实现栈的基本操作:
void Push( const T& x) //
bool Pop(T& x) //
bool getTop(T& x) const //
ostream& operater
- 2023-03-31 17:10:03下载
- 积分:1
-
数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计...
数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm, the shortest path, the Dijkstra algorithm, scheduling algorithms, high-precision calculation algorithms, etc.
- 2022-06-11 13:48:51下载
- 积分:1
-
外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现...
外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现-all external sorting algorithms, the TC under after debugging, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
- 2022-07-27 23:18:10下载
- 积分:1
-
everlasting General existing 21 matches, two from rotation, each person could ta...
天长地久一般现有21场比赛,两人轮换,每人可从1场拿下4场,不可多拿。我们也不能得到,谁拿了最后的红火谁输了比赛。请编写一个人机游戏的程序,先向电脑索取并取得“一台电脑要‘长生不老将军’”*分析和设计算法后在电脑上取情况,才能使电脑成为‘长生不老将军’必须从中找出关键。按照这个题目的要求来总结自己的想法,以后取一个为数的孩子与对方只需一步和数额相等,最后我们就可以保证给孩子留下一个长子这是个人的。相应的分析算法
- 2022-09-28 14:10:03下载
- 积分:1
-
这个程序演示了如何使用ADO做断开的公文包中的应用…
This program demonstrates how to do disconnected briefcase applications with ADO. When the Connected checkbox is unchecked the application is switched into offline mode. If the application is exited at that point then the data is persisted to a file on disk (along with any edits to the data). When the application is restarted it will load the persisted data if present, otherwise it will fetch the data from the database.
- 2022-05-14 15:17:00下载
- 积分:1
-
循环双链表和算术表达式
如何插入、 删除和显示通告链接双重链接的列表。菜单驱动的程序与灵活的列表的大小。此外包括验证、 评价和中缀、 前缀和后缀表达式的转换。所有的代码写在 c 语言和签入 codeblocks。
- 2022-03-12 17:53:23下载
- 积分:1
-
huffman树的基本实现.
利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压....
huffman树的基本实现.
利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
- 2022-08-24 08:55:48下载
- 积分:1
-
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。...
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.
- 2023-05-05 08:40:03下载
- 积分:1
-
车辆管理信息系统
车辆管理信息系统-Vehicle Management Information System
- 2022-03-09 10:08:50下载
- 积分:1
-
Wang Yaohui Wang teachers given 178 classic c language source code
王耀辉老师给出的178个经典c语言源代码-Wang Yaohui Wang teachers given 178 classic c language source code
- 2022-01-28 00:40:03下载
- 积分:1