资源列表
[数据结构常用算法] the_generalized_table
说明:用于实现广义表的创建、遍历、复制、求表头、表尾-Generalized table for implementing the creation, traversal, copying, find the header, footer<朱嘎> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Joseph_ring
说明:实现约瑟夫环,使用了动态链表存储结构,使用了尾指针-Achieving Joseph Central, using a dynamic linked list storage structure, the use of the tail pointer<朱嘎> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] exp1_2
说明:数据结构实验之“将输入的数据翻转后输出”-Experiment data structure " after the input of data flip out"<zhoudanfeng1991> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Microsoft_question
说明:请在O(n)时间内找出一个线性表内第二大的数。而且只能从左到右遍历一遍。(本题选自Microsoft面试真题),时间在20sm内-In the O (n) time to find a linear form the second largest number. And can only be traversed from left to right again. (The title taken from Microsoft interview dependent on), the time<yu> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] CQueen
说明://八皇后问题:在国际象棋中,能否在空格棋盘上摆放八个皇后,并使其中任意两个皇后不能在同一行或同一列或同一对角线上,编写完整的摆放八皇后问题的程序。要求:第一个皇后的起始位置由键盘输入,国际象棋的棋盘为8*8的方格。-//Eight queens problem: In chess, can be placed in the space of eight on board the Queen, the Queen can not make any two of them in the same<赵汉卿> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] diedaifa
说明:// 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*<赵汉卿> 在 2025-06-15 上传 | 大小:1kb | 下载:0