-
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正...
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正-A demo for different sort arithmetic,use qlist as store type.
welcome ues and question
- 2022-03-11 21:46:36下载
- 积分:1
-
马的遍历问题。在中国象棋棋盘上,对任一位置上放置的一个马,均能选择合适的路线,使得该棋子能够按象棋的规则不重复的走过棋盘上的每一个位置。...
马的遍历问题。在中国象棋棋盘上,对任一位置上放置的一个马,均能选择合适的路线,使得该棋子能够按象棋的规则不重复的走过棋盘上的每一个位置。-Traversal problem horses. In Chinese chess chessboard, for any one location to place a horse, able to choose the right line, making the chess pieces according to chess rules can not repeat the past chessboard for each location.
- 2022-02-27 04:21:33下载
- 积分:1
-
1.定义二叉树的链式数据结构。
2.编写函数,创建下图所示的二叉树。
3.编写函数输出二叉树的先序、中序、后序遍历。...
1.定义二叉树的链式数据结构。
2.编写函数,创建下图所示的二叉树。
3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of the first binary sequence, in order, postorder traversal.
- 2022-11-26 19:05:03下载
- 积分:1
-
二叉树实例
二叉树是重要的数据结构,在其它数据结构的学习当中是基础环节。其他树形结构与二叉树在本质上都有一定的相似。而遍历是树形结构的重要算法。好的遍历算法效率高稳定性强。C++实现的二叉树。
- 2022-06-18 01:48:26下载
- 积分:1
-
用Eclipse里的SWT的Table控件实现对数据库的连接,并显示数据库里面的内容...
用Eclipse里的SWT的Table控件实现对数据库的连接,并显示数据库里面的内容-Eclipse
- 2022-03-20 10:24:49下载
- 积分:1
-
底层编程 检测鼠标
本程序能读取系统环境变量,查看有无鼠标 .若有,便输出Mouse is OK, 反之便输出No mouse.
- 2022-01-31 19:36:39下载
- 积分:1
-
数学表达式计算和解析 用c语言编写的,内含有例.速度较快
数学表达式计算和解析 用c语言编写的,内含有例.速度较快-Mathematical expression of the calculation and analysis using c language, contains Example. Fast
- 2023-07-12 19:55:03下载
- 积分:1
-
树的建立算法和树的遍历操作。。。下载解压即可
树的建立算法和树的遍历操作。。。下载解压即可-The establishment of trees and tree traversal algorithm to operate. . . Download decompression can
- 2023-08-15 21:05:04下载
- 积分:1
-
10名海盗抢得了窖藏的100块金子,并打算瓜分
这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯
是按下面的方式进行分配:最...
10名海盗抢得了窖藏的100块金子,并打算瓜分
这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯
是按下面的方式进行分配:最厉害的一名海盗提出分配方案,然后所有的海盗(包
括提出方案者本人)就此方案进行表决。如果50%或更多的海盗赞同此方案,此方
案就获得通过并据此分配战利品。否则提出方案的海盗将被扔到海里,然后下提名
最厉害的海盗又重复上述过程-10 pirates seize a cache of 100 gold, and plan to divide up these spoils of war. This is the democracy of some pirates (of course it was their own unique democracy), their habits are based on the following manner allocation : one of the most powerful pirate proposed distribution plan, and then all the pirates (including the proposal himself) on this program for a vote. If 50% or more of the pirates agreed to this program, this program was adopted and on the allocation of spoils of war. Otherwise, the proposals will be pirates thrown into the sea, and then nominate the most serious piracy repeated this process
- 2023-06-24 15:35:03下载
- 积分:1
-
这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快....
这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快.-This is a whole generation with a procedure using the smallest change algorithm sequence between two adjacent only two of several different order every two exchanged a few, it will lead to a new series, very fast.
- 2022-12-18 06:35:03下载
- 积分:1