-
数据结构《数据结构(c++描述)》教材习题解答
数据结构《数据结构(c++描述)》教材习题解答-data structure "data structure (c) is" teaching to answer the questions
- 2022-02-01 06:24:58下载
- 积分:1
-
关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。...
关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
- 2022-07-24 12:39:44下载
- 积分:1
-
ACCESS的源程序
ACCESS的源程序-code of access
- 2022-01-23 10:10:37下载
- 积分:1
-
STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。...
STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
- 2023-06-11 16:00:03下载
- 积分:1
-
Direct
直接附加数据库!
修改 Include/ Class_Main.asp 为自己信息
后台admin admin
绍兴人才网程序-Direct-attached database! Modify Include/Class_Main.asp background information for their own talent network admin admin procedures Shaoxing
- 2022-01-27 23:05:31下载
- 积分:1
-
最长公共子串问题
最长公共子串问题-longest public substrings problems
- 2022-04-07 07:03:02下载
- 积分:1
-
分橘子问题C程序解法
问题来自趣味C程序设计题集。题目难度适合程序设计初学者。程序由本人自己设计,如果有需要的朋友,可以下载看看。本程序要点是数据类型的转换和公式的描述。
- 2022-02-18 14:14:51下载
- 积分:1
-
sqlite_client
sqlite当前使用较方便的桌面数据库。如果使用远程访问sqlite数据库。该文件是sqlite客户端程序的简单测试程序,使用netSqlite的接口。配合sqlie服务器代码,能够访问远程服务器上的sqlite数据。
- 2022-05-31 08:02:54下载
- 积分:1
-
POJ1635.tar
POJ 1635,树的同构,哈希方法实现(POJ 1635, tree isomorphism, hash method)
- 2012-11-07 19:30:26下载
- 积分:1
-
code
栈的顺序表示和实现
(1)初始化顺序栈。
(2)插入元素。
(3)删除栈顶元素。
(4)取栈顶元素。
(5)遍历顺序栈。
(6)置空顺序栈。
栈的链式表示和实现
编写一个程序实现链栈的各种基本运算,并在此基础上设计一个主程序,完成如下功能:
(1)初始化链栈。
(2)链栈置空。
(3)入栈。
(4)出栈。
(5)取栈顶元素。
(6)遍历链栈。
队列的顺序表示和实现
(1)初始化队列。
(2)建立顺序队列。
(3)入队。
(4)出队。
(5)判断队列是否为空。
(6)取队头元素。
(7)遍历队列。
队列的链式表示和实现
(1)初始化并建立链队列。
(2)入链队列。
(3)出链队列。
(4)遍历链队列。(Sequential Representation and Implementation of Stacks
Chain Representation and Implementation of Stack
Sequential Representation and Implementation of Queues
Chain Representation and Implementation of Queues)
- 2019-07-01 11:05:32下载
- 积分:1