-
这是一个数据结构小程序,有关计算加减法的
这是一个数据结构小程序,有关计算加减法的-This is a small program data structure, addition and subtraction in the calculation of
- 2022-03-26 02:27:47下载
- 积分:1
-
VC 连接 SQL的例子
VC 连接 SQL的例子-an example of connecting sql by vc
- 2022-02-12 14:24:08下载
- 积分:1
-
编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。...
编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。-Compiler System : Visual C 6.0 operating system : Windows 2000/XP these procedures for the study and understanding of data structure will be very helpful.
- 2023-01-24 17:45:03下载
- 积分:1
-
使用powerbuilder开发的小型超市管理系统。
请查阅。
使用powerbuilder开发的小型超市管理系统。
请查阅。-Use PowerBuilder to develop a small supermarket management system. Please check.
- 2022-05-28 20:03:03下载
- 积分:1
-
ACCESS常用窗体查询,例举多种窗体查询的方法
ACCESS常用窗体查询,例举多种窗体查询的方法-ACCESS commonly used form inquiry, examples of a variety of form queries
- 2023-05-03 00:05:03下载
- 积分:1
-
程序在FoxPro创建数据库和管理接口的数据…
Program in FoxPro that creates a database and a management interface to the database. Similary to a store database.
- 2023-06-09 15:40:08下载
- 积分:1
-
oracle big blob of field examples of the type of operation
oracle 的 blob大字段类型操作例子-oracle big blob of field examples of the type of operation
- 2022-03-09 16:36:45下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
This is the bus company old man card issuance management software, simple and pr...
这是公交公司老年证发放管理软件,简单实用-This is the bus company old man card issuance management software, simple and practical
- 2022-03-07 07:30:51下载
- 积分:1
-
During the course design should be based on the actual situation in the main, on...
在本次课程设计中,应该以实际情况为主,在此基础上实现对实际情况的抽象,并设计和建立数据库,完成应用程序界面的人性化地编写。 -During the course design should be based on the actual situation in the main, on the basis of the realization of the abstract of the actual situation and the design and establishment of databases, application programming interfaces to complete the preparation of humanity.
- 2022-01-26 05:47:05下载
- 积分:1