-
stack
数据结构 堆栈 实现了以下功能:
cout<<"----------------主菜单---------------"<<endl
<<"* 1.建立 *"<<endl
<<"* 2.输出 *"<<endl
<<"* 3.判断栈是否为空 *"<<endl
<<"* 4.栈的长度 *"<<endl
<<"* 5.输出栈顶元素 *"<<endl
<<"* 6.进栈 *"<<endl
<<"* 7.出栈 *"<<endl
<<"* 8.遍历 *"<<endl
<<"* 9.数制转换 *"<<endl
<<"* 10.清空 *"<<endl
<<"* 11.销毁 *"<<endl
<<"* 12.退出 *"<<endl
<<"--------------------------------------"<<endl<<endl (data structure stack)
- 2013-11-01 11:05:10下载
- 积分:1
-
好用啊 ,主要是一些,小列子。你一定要看懂了再用!
好用啊 ,主要是一些,小列子。你一定要看懂了再用!-handy ah, mainly some small Liezi. You must understand the reuse!
- 2022-11-02 06:40:03下载
- 积分:1
-
Introduction to algorithms
说明: 《算法导论》原书名——Introduction to Algorithms,是2006年机械工业出版社出版出版的图书,作者是Thomas H.Cormen、Charles E.Leiserson等。(Introduction to algorithms)
- 2019-02-28 16:17:37下载
- 积分:1
-
1
说明: 顺序表的基本操作:1. 编写函数,输入一组整型元素序列,建立一个顺序表。
2. 编写函数,实现对该顺序表的遍历。
3. 编写函数,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位置i,否则返回错误信息。
4. 编写函数,实现在顺序表的第i个位置上插入一个元素x的算法。
5. 编写函数,实现删除顺序表中第i个元素的算法。
6. 编写利用有序表插入算法建立一个有序表的函数。
7. 编写函数,利用以上算法,建立两个非递减有序表,并把它们合并成一个非递减有序表。
8. 编写函数,实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。
9. 编写一个主函数,在主函数中设计一个简单的菜单,分别调试上述算法。
(The basic operation of the order form)
- 2010-06-15 18:15:32下载
- 积分:1
-
解析中央气象局下发的台风报文,提取有用信息,入数据库
解析中央气象局下发的台风报文,提取有用信息,入数据库-Analysis of the Central Weather Bureau issued a typhoon message, extract useful information into the database
- 2022-08-05 17:07:52下载
- 积分:1
-
用C++语言来查找“迷宫”、“矩阵选择路径”、“查找矩阵”等。
运用C语言实现寻找输入的“迷宫”矩阵中的可选路径,并将找到的最短路径显示出来。-use C language to find that the "maze" matrix optional path and find the shortest path displayed.
- 2022-04-16 18:51:28下载
- 积分:1
-
Through the structures on the remote host a remote dictionary service server, ot...
通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机
-Through the structures on the remote host a remote dictionary service server, other hosts can RemoteLookup client program will need to send word query the remote host, remote hosting service server dictionary word to return to the Chinese interpretation of the results to the client host
- 2022-05-14 21:38:41下载
- 积分:1
-
0712233
数据结构c语言版,图的遍历,周游世界,无向图的遍历,包含14个国家。(Data structure c language version, graph traversal, travel around the world, undirected graph traversal, including 14 countries.)
- 2009-12-20 17:04:09下载
- 积分:1
-
一元回归预测法在很多地方被采用,本代码主要对其参数的确定...
一元回归预测法在很多地方被采用,本代码主要对其参数的确定-one yuan regression forecast in many places has been adopted, the code of its main parameters of
- 2022-03-04 18:06:59下载
- 积分:1
-
C#学习基础源码
c#语言快速入门基础代码带注释,主要是针对那些对C#想快速入门的人并且有一定的C++基础的人提供的,快如懂得C#的基本语句和面向对象的基本思想。
- 2022-02-06 09:49:38下载
- 积分:1