资源列表

« 1 2 ... .28 .29 .30 .31 .32 2033.34 .35 .36 .37 .38 ... 2656 »

[数据结构常用算法liner-table

说明:这是一个基本的线性表 里面包括表的初始化 建立 插入 删除 查询 等等。-This is a basic linear table which includes the initial setup of the table insert delete query.
<Marty> 在 2025-06-22 上传 | 大小:7kb | 下载:0

[数据结构常用算法bahuanghou

说明:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Placed on the 8X8 grid Chess the eight Queen, so that it can not attack each other, that any two queen can not be in the same line, same column or diagonal, asked how many kinds of pendulum
<邓华光> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法fe4nzhi

说明:提供了分治算法的多种实现,分治算法是一种很经典的算法-Divide-and-conquer algorithm provides multiple implementations, divide and conquer algorithm is a classic algorithm
<huyanhua> 在 2025-06-22 上传 | 大小:8kb | 下载:0

[数据结构常用算法codes

说明:一个关于排序算法的总结而已,需要在linux下shell语言的环境下做测试-A summary of the sorting algorithm only need to do the test under linux shell language environment
<yeye> 在 2025-06-22 上传 | 大小:49kb | 下载:0

[数据结构常用算法1

说明:(1) 编写并调试运行HelloWorld应用程序。 (2) 编写并调试运行HelloWorld小应用程序。 (3) 设置path和classpath环境变量。 (4) 实现一个整数N的阶乘运算。N为固定常数。 -(1) to write and debug a running HelloWorld application. (2) to write and debug run the HelloWorld application. (3) set the path and cl
<wenzi> 在 2025-06-22 上传 | 大小:4kb | 下载:0

[数据结构常用算法11

说明:1、设线性表存放在向量A[arrsize]的前elenum个分量中,且递增有序。试设计一算法,将x插入到线性表的适当位置上,以保持线性表的有序性。 2、用向量作存储结构,试设计一个算法,仅用一个辅助结点,实现将线性表中的结点循环右移k位的运算。 3、用向量作存储结构,试设计一个算法,仅用一个辅助结点,实现将线性表逆置的运算。 -1, a set of linear table stored in the vector A [arrsize] the former elenum com
<wenzi> 在 2025-06-22 上传 | 大小:769kb | 下载:0

[数据结构常用算法22

说明:1、已知带头结点的动态单链表L中的结点是按整数值递增排序的,试写一算法将值为x的结点插入到表L中,使L仍然有序。 2、设计一算法,逆置带头结点的动态链表L。要求利用原表的结点空间,并要求用尽可能少的时间完成。 3、假设有两个按元素值递增有序的线性表A和B,均以单链表作存储结构,试编写算法将A表和B表归并成一个按元素值递减有序的线性表C,并要求利用原表的空间存放C。 -1, the node is known to take the lead in junction dynamic s
<wenzi> 在 2025-06-22 上传 | 大小:2.8mb | 下载:0

[数据结构常用算法33

说明:1、设单链表中存放着n个字符,设计算法,判断该字符串中是否有中心对称关系。例如:xyzzyx、xyzyx都算是中心对称的字符串。 2、设计算法判断一个算术表达式的圆括号是否配对。(提示:对表达式进行扫描,遇‘(’进栈,遇‘)’退掉栈顶的‘(’,表达式被扫描完毕,栈为空) 3、假设以带头结点的循环链表表示队列,并只设一个指针指向队尾,编写相应的置队空、入队和出队算法。 -Set single linked list storage n characters, design algori
<wenzi> 在 2025-06-22 上传 | 大小:2.3mb | 下载:0

[数据结构常用算法Gabor(C)

说明:编写的Gabor源代码,C++的,可以运行,这是我在提出Gabor算法的作者主页上找的,很好的代码。-Gabor source code written, C++, can run, which I put forward the the Gabor algorithm of the home page to find good code.
<常合友> 在 2025-06-22 上传 | 大小:85kb | 下载:0

[数据结构常用算法SearchWordInVocabulary

说明:词库搜索 数据结构大作业 代码注释详尽,可读性强,算法优质,数据结构使用恰当-Search Word In Vocabulary
<> 在 2025-06-22 上传 | 大小:3.76mb | 下载:0

[数据结构常用算法Arithmetic-expression-evaluation

说明:利用数据结构————栈,智能判断优先级,求表达式的值----- Stack data structure, intelligent judgments priority to evaluate the expression
<> 在 2025-06-22 上传 | 大小:118kb | 下载:0

[数据结构常用算法PTRZEPP

说明:safearray 与 CArray 之间的转换()
<anvfor> 在 2025-06-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .28 .29 .30 .31 .32 2033.34 .35 .36 .37 .38 ... 2656 »

源码中国 www.ymcn.org