-
实现heap排序的算法,首先把Heap建立起来,然后通过对Heap的根节点来找出当前最小的节点,依次就可以实现排序了。...
实现heap排序的算法,首先把Heap建立起来,然后通过对Heap的根节点来找出当前最小的节点,依次就可以实现排序了。-achieve heap sorting algorithm to first establish Run, then Run right through the current nodes to identify the smallest nodes can be followed to achieve the ranking.
- 2023-04-22 02:25:03下载
- 积分:1
-
这是一个家庭信息管理的小软件!
这是一个家庭信息管理的小软件!-This is a family of small information management software!
- 2022-05-26 12:05:31下载
- 积分:1
-
算法分析,算法理解,算法性能分析,算法综述等等。
算法分析,算法理解,算法性能分析,算法综述等等。-Algorithm analysis, algorithm understanding, algorithm performance analysis, algorithm, etc..
- 2023-01-05 17:40:04下载
- 积分:1
-
数据结构停车场问题
数据结构停车场问题-data structure parking problems
- 2022-03-04 11:59:35下载
- 积分:1
-
酒店管理系统,有数据库,课程设计的很好选择,欢迎下载
酒店管理系统,有数据库,课程设计的很好选择,欢迎下载-Hotel Management System, a database, curriculum design, a good choice, welcome to download
- 2022-12-14 13:10:03下载
- 积分:1
-
8皇后问题的递归求解,c语言实现
8皇后问题的递归求解,c语言实现-8 Queen of recursive solution, c Language
- 2023-04-04 08:10:04下载
- 积分:1
-
数据结构课程设计!MFC做的!
其中有个是链表(单链表,双向
链表图形化演示),另一个是
图的最小生成树的图形化演示)。...
数据结构课程设计!MFC做的!
其中有个是链表(单链表,双向
链表图形化演示),另一个是
图的最小生成树的图形化演示)。-data structure course design! MFC done! Which is a linked list (single linked list, and two-way linked list graphic demonstration), Another is the minimum spanning tree graphic demonstration).
- 2022-01-28 09:46:52下载
- 积分:1
-
用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细...
用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细-Find a way through a maze with stack. The maze is generated randomly. Change the colors in console. Use C++ with detailed comments.
- 2023-02-01 05:55:03下载
- 积分:1
-
Practice of information technology systems, the application of information techn...
信息技术练习系统,适用开高中信息技术课的使用-Practice of information technology systems, the application of information technology to open high school classes use
- 2022-03-21 06:58:13下载
- 积分:1
-
加油站管理系统
1.Src目录
加油站管理系统的源代码,是用VisualC++6开发;
2.Bin目录
加油站管理系统的可执行程序;
3.Database目录
加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。具体请参考书中《4.2.1节 分析、执行SQL语句》。
4.创建数据库后默认的登陆用户可以是:账号1,密码999。
5.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置
- 2022-10-09 17:55:03下载
- 积分:1