-
动态规划的石子问题算法下载压缩包后,解压,使用vc
动态规划的石子问题算法下载压缩包后,解压,使用vc-stones dynamic programming problem packet compression algorithm download, extract, use vc
- 2022-07-18 16:07:24下载
- 积分:1
-
数据结构堆栈之后缀表达式求值
此程序用的是后缀表达式求值的方法,其中用到了一个栈,而中缀表达式求值需用到两个栈(操作数栈和操作符栈),所以阅读程序前提是了解中缀表达式和后缀表达式
之间的转换,和后缀表达式求值的过程。关于他们之间的转换,我的概括为:中缀表达式:a*(b+c)-d/f ,先做b+c,即bc+;再做a*(b+c),即abc+*;然后做d/f,即df/;
最后做a*(b+c)-d/f,得abc+*df/-。关于后缀表达式求值过程请参照你的《数据结构指导书》P60~62(下文所指参照页均在此书)。程序里中有些我说的可有可无的东西,我已经说明
程序里只给出了+ - * / 四种运算,其它运算符若需要,
可向程序里插入。你的指导书堆栈实验里提示用到了“运算符重载”,所以添加其他运算时,有可能用到重载,但这里的四则运算我没用到,运算符重载是很重要的
- 2022-11-10 19:15:04下载
- 积分:1
-
一个功能强大的在线订餐系统,点石金网络订餐系统
一个功能强大的在线订餐系统,点石金网络订餐系统-A powerful online reservation systems, point Shijin network reservation system
- 2023-04-30 16:30:07下载
- 积分:1
-
健身俱乐部管理系统,包括会员图片的保存和显示,读卡机的使用...
健身俱乐部管理系统,包括会员图片的保存和显示,读卡机的使用-fitness club management system, including members of the preservation and photographs showed that the use of Reader
- 2022-03-17 19:37:41下载
- 积分:1
-
ASP developed a very simple online application system. This code has become very...
ASP开发的非常简洁的在线报名系统。这个代码在网上很流行,不过本人没有测试过,可能存在一些小问题,行家应该一看就明白。-ASP developed a very simple online application system. This code has become very popular online, but I have not tested, there may be some small problem, one expert should be able to understand the look.
- 2023-05-29 15:45:03下载
- 积分:1
-
informix错误信息
informix错误信息-informix wrong message
- 2022-11-04 01:30:03下载
- 积分:1
-
The zip file contais a sample program to check the sybase database connectivity....
The zip file contais a sample program to check the sybase database connectivity. I ve attached the makefile as well for compilation on windows.
Usage :
test_conn
- 2023-03-12 16:00:03下载
- 积分:1
-
Dijkstra algorithm, has been established for finding the shortest path map is a...
dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法-Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm
- 2023-02-06 10:15:04下载
- 积分:1
-
自己写的课程设计数据结构,有需要的就看自己的了…
自己写的,数据结构课程设计,有需要的可以来看看看的,郁闷上传这麻烦-Their written curriculum design data structure, there is a need to look at to see if the can, and depressed From this trouble
- 2022-08-23 09:45:53下载
- 积分:1
-
超市软件条码与库存计费
本文 ASP 的帮助下,您将学习必要的步骤以输出一个 ASP 页上的文件的源代码。通过小的编码片段中,作者解释了如何使用此 FSO 对象并描述它是如何工作的输出......
- 2022-08-14 22:39:14下载
- 积分:1