-
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
-
严蔚敏编写的《数据结构》第2章的答案,全部为源码
严蔚敏编写的《数据结构》第2章的答案,全部为源码-the answers of chapter two of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-11-03 03:35:03下载
- 积分:1
-
sqlserver数据库日志清除工具
一个sqlserver数据库日志清除工具,没有源代码,平时由于数据库运行会产生大量的日志,甚至有时会把硬盘占满,有几次我遇到数据库日志居然达到200G以上,造成客户端无法正确执行请求,此小工具可快速清除日志占用的控件,希望能够给需要的兄弟们带来方便。
- 2022-05-10 18:31:38下载
- 积分:1
-
在长
在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. Cyclic Redundancy Check (Cyclic Redundancy Check/Code) is to block transmission of data over a check out, is a highly efficient error control methods.
- 2022-05-28 22:54:07下载
- 积分:1
-
Electric locomotive traction transformer Experiment Station Master Control proce...
电力机车牵引变压器试验站总控程序,VB开发,Access数据库,通过串口与西门子200系列PLC通信-Electric locomotive traction transformer Experiment Station Master Control procedures, VB development, Access database, through the serial port and Siemens 200 series PLC Communication
- 2022-06-14 15:42:04下载
- 积分:1
-
++数据库编程,详细介绍vc操作数据库的一些知识,包括dao,ado等等技术...
++数据库编程,详细介绍vc操作数据库的一些知识,包括dao,ado等等技术-++ Database Programming, vc detail the operation of some database knowledge, including the dao, ado, etc. technology
- 2022-09-29 13:30:08下载
- 积分:1
-
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase...
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase: SQL 2000 Server + SP2
二 运行
1:创建数据库
将Hotel.sql中的SQL语句考入SQL Server的查询分析器中,全部运行;
2:建立ODBC数据源
数据原名称为Hotel_MIS-a development environment OS : Windows 2000 Server SP2 IDE : Visual Studio 6.0 SP5 DataBase : SQL Server 2000 running a two SP2 : Hotel.sql database will be created in the SQL Server SQL admitted to the inquiry Analyzer All operations; 2 : build ODBC data source data formerly known as Hotel_MIS
- 2022-05-09 13:40:16下载
- 积分:1
-
对文件进行文本文件处理
并采用递归法把查到的信息插入到树中...
对文件进行文本文件处理
并采用递归法把查到的信息插入到树中-a file processing program, process a file and insert the information from the file to a tree
- 2023-07-20 18:55:03下载
- 积分:1
-
这是关于01背包问题的动态规划算法。采用C++语言完成的,代码间有注释。...
这是关于01背包问题的动态规划算法。采用C++语言完成的,代码间有注释。-This is about 01 knapsack problem dynamic programming algorithm. Using C++ language completed, there are comments between the code.
- 2023-04-07 01:55:02下载
- 积分:1
-
ADO 访问Access数据库
ADO 访问Access数据库-ADO Access database
- 2022-08-20 03:19:48下载
- 积分:1