-
欢迎使用是用Visual FoxPro 7.0数据库开发典型实例
欢迎使用是用Visual FoxPro 7.0数据库开发典型实例-welcomed the use of Visual FoxPro 7.0 database development typical examples
- 2022-11-06 07:05:03下载
- 积分:1
-
MySQL中文帮助文档。学习mysql数据库
MySql中文帮助文档。学习MySql数据库-MySql Chinese help documentation. Learning MySql database
- 2022-03-21 17:45:04下载
- 积分:1
-
这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。...
这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen"s problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used to test new C compiler written.
- 2022-01-28 18:15:56下载
- 积分:1
-
数据结构中二叉树用c实现的算法
数据结构中二叉树用c实现的算法-binary tree data structure used to achieve the algorithm c
- 2022-08-03 03:06:52下载
- 积分:1
-
物资管理系统设计仅供参考
物资管理系统设计仅供参考-material management system design is for reference only
- 2022-02-05 21:52:14下载
- 积分:1
-
The use of ADO technology to connect ACCESS database (change the connection stri...
运用ADO技术连接ACCESS数据库(改变连接字串就能连接SQL数据库),做了一个家庭记账管理软件!用到了读写数据,写数据,更改数据,删除数据等操作,学习数据库编程的朋友可以看看!-The use of ADO technology to connect ACCESS database (change the connection string will be able to connect SQL database), so a family of account management software! Use the read and write data, write data, change data, delete data operation, the study database programming friends can see!
- 2022-05-06 02:48:08下载
- 积分: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
-
有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列...
有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列-Digraph write a program to determine whether it contains any part of the plan if there is no sequence of the output of its topological
- 2022-01-21 04:46:37下载
- 积分:1
-
基于C++和sql 的旅馆管理系统
使用C++语言,基于sql sever 2000数据库 ,编写的一个旅馆管理系统。运行时,需要提供ODBC数据源。该系统可以为学习数据库提供入门参考。
- 2022-09-06 08:15:03下载
- 积分:1
-
描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client)
目...
描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client)
目的:
1,使用C++的数据类型;
2,实现所有声明的函数;
3,使用预处理器实现包含。-Description:This assessment requires the creation of three of the core classes of the auction project. Class Date, class Advertisement, and class Client are three of the fundamental classes in the system.
Outcomes: Students successfully completing this assignment would master the following outcomes.
Use fundamental C++ data types
Produce C++ class implementations given class declarations
Use the preprocessor to perform file inclusion
- 2022-02-01 12:00:05下载
- 积分:1