-
C++数据结构,通过堆栈方式实现的表达式求值
本源代码是通过堆栈的结构,可以实现表达式求值。可以实现如下功能:1.区分括号2.判断表达式的形式是否有错3.判断小数和整数4.根据符号的优先级能够自动给出计算顺序。5.包中含有表达式求值的详细思路PPT。
- 2022-02-25 15:53:21下载
- 积分:1
-
用内嵌法求多项式
用内嵌法求多项式-with embedded Polynomial Method
- 2022-11-12 06:55:03下载
- 积分:1
-
实现了银行家算法,操作系统课程设计时编写的,能够成功运行...
实现了银行家算法,操作系统课程设计时编写的,能够成功运行-The banker" s algorithm implementation, the operating system designed to prepare the curriculum, be able to run successfully
- 2022-01-25 16:56:53下载
- 积分:1
-
推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现...
推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现-tuixiangzi
- 2022-02-01 17:00:12下载
- 积分:1
-
最小路径算法,内附使用说明,极好的学习资料
最小路径算法,内附使用说明,极好的学习资料-Minimum path algorithm, containing instructions, an excellent learning materials
- 2022-11-14 15:05:03下载
- 积分:1
-
利用MATLAB程序贪心算法求解背包问题
背包问题运用贪婪算法的matlab 程序实现-Use of greedy algorithm knapsack problem of matlab program
- 2022-01-27 12:11:55下载
- 积分:1
-
MyDB 是一个小型、 快速、查询方便的桌面数据库。
适用于Visual C++、Visual Basic、Delphi等开发者。
只有一个DLL(1...
MyDB 是一个小型、 快速、查询方便的桌面数据库。
适用于Visual C++、Visual Basic、Delphi等开发者。
只有一个DLL(188KB),所有数据以自己的格式存
在一个普通文件中,无需Dao、Ado、BDE等支持。
也无须任何安装和设置。特别适合开发那些数据量
不是很大,无需复杂查询,又不想安装Dao等一大堆
DLL,OCX的绿色软件。而且数据安全性好,
无法轻易打开!-MyDB is a small, fast and convenient desktop database query. Applies to Visual C++, Visual Basic, Delphi and other developers. There is only one DLL (188KB), all data in their own format, there is a general document, without Dao, Ado, BDE and other support. Also without any installation and settings. Particularly suitable for the development of those who is not a big amount of data without the complexity of inquiries, but also do not want to install a lot of Dao, such as DLL, OCX green software. And data security, and can not be easily opened!
- 2022-04-20 16:06:25下载
- 积分:1
-
本程序为用VF实现的商品管理系统,实现了商品的顾客的注册和商品预定和进出货的管理,还有经理的全面管理,里面的readme.txt文件有相应的权限信息,在进入系统...
本程序为用VF实现的商品管理系统,实现了商品的顾客的注册和商品预定和进出货的管理,还有经理的全面管理,里面的readme.txt文件有相应的权限信息,在进入系统时使用-the procedures used to achieve the VF merchandise management system that the goods customers for the registration and merchandise is scheduled to ship and into the management, manager of the comprehensive management, inside the readme.txt file a corresponding authority of information, access to the system in use
- 2022-05-15 19:44:12下载
- 积分:1
-
堆栈表达式求值系统,处理整型数,c语言编写
堆栈表达式求值系统,处理整型数,c语言编写-stack expression for the value system, handling integer, c language
- 2022-07-09 19:48:15下载
- 积分:1
-
用O(nlogn)的算法对Cograph进行识别
用O(nlogn)的算法对Cograph进行识别-O (nlogn) algorithm for the identification of Cograph
- 2022-07-21 17:12:57下载
- 积分:1