说明:数据结构中实验的车厢调度源码希望对大家有用-Data structure in the experiment compartment scheduling for all of us hope that a useful source <陈洪> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明:非递归实现N皇后问题求解,输出全部求解的集合。-Non-recursive realization of N Queen s problem solving, solving a collection of all output. <MSM> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明: 对一组数据进行直接插入排序、冒泡排序、简单选择排序和快速排序。(升序)-Of a set of data for direct insertion sort, bubble sort, simple selection sort and quicksort. (Ascending) <xzq2002> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明:题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。
分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。*/-Topic: print out all of the Narcissus few , the so-called Narcissus few refers to a t <scf> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明:/*题目:把整数316表示为两个数之和,使其中一个数能被13整除,
而另一个数能被11整除,求解这两个数。
分析:把316分成a与b的和,然后判断a与b是否被13和11整除*/-/* Title: the integer 316 is expressed as the number two and so one of a few can be divisible by 13, while another number can <scf> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明:二叉查找树的创建、查找、插入和删除
问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。-Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by ins <李晓风> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明:数据结构课程设计之线性表的基础操作,能实现删除、插入、打印输出等基本操作,加深对数据结构线性表的理解。-Data structure the curriculum design of the linear form the basis of operation, to achieve the deletion, insertion, printouts and other basic operations, better underst <*> 在 2025-01-26 上传
| 大小:1kb | 下载:0
说明:数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入 <*> 在 2025-01-26 上传
| 大小:1kb | 下载:0