资源列表

« 1 2 ... .74 .75 .76 .77 .78 2579.80 .81 .82 .83 .84 ... 2656 »

[数据结构常用算法SqList

说明:C++实现的单链表线性表(为静态表,一开始指定表长度),源码有注释,很好的学习参考资料.-data struct list
<mo> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法scatterbar

说明:实现对于散点数据的三维柱状图出图,在散点的基础上,给定相应的尺寸大小,采用plot3生成三维柱状图-Achieve a three-dimensional bar graph showing the scatter of data, on the basis of scatter, given the appropriate size, three-dimensional histogram is generated using plo
<刘晓> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法san-yuan-zu-biaoshi-xishujuzhen

说明:三元组表示稀疏矩阵。数据结构课程作业,注释完全,简单易懂,调试通过。-Triples represent sparse matrix. Data structure course assignments, notes completely, easy to understand, debug through.
<JYF> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法di-gui-qiujie-8-Queen

说明:递归求解八皇后问题。C语言程序,数据结构课程作业,注释完全,简单易懂,亲测可用。-Recursively solving the eight queens problem. C language programs, data structures course work, notes completely, easy to understand, pro-test is available.
<JYF> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法String-matching-operation

说明:字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
<jed> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法ma2

说明:显然求解骑士游历问题的每一步就是马在棋盘上走的一步。在每一步马需要选择一个方向进行游历,这时记住解的每一步需要记住两件事: 1.当前步的行列位置 2.当前步已经试探过哪些方向了,以便回溯回来时能够选择一个新的方向进行试探 所以使用两个数组,数组board记住棋盘的每个位置是在马的第几步到达的,这反映了问题的解,即第几步到哪个位置。数组direction记住在棋盘的某个位置已经试探过的方向,每个位置有八个方向,可按某种顺
<鲁忠俊> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法N-huanghou

说明:N皇后回溯算法 课上使用小例子 仅供参考 -N Queens backtracking algorithm using a small example of the class
<shuaidan> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法BST

说明:Binary Search tree insertion and deletion
<RT> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法infixpostfix.c

说明:infix to postfix conversion code.
<RT> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法infixprefix.c

说明:Infix to prefix conversion code.
<RT> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法solution-of-Towers-of-Hanoi

说明:汉若塔问题的经典解法,C代码可以直接运行。-solution of Towers of Hanoi
<冯俊羲> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法calculate--PI

说明:计算PI后面的很多位的C程序,可以直接运行,代码精简快速-calculate Pi rapidly and accuratly
<冯俊羲> 在 2024-11-02 上传 | 大小:1024 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 2579.80 .81 .82 .83 .84 ... 2656 »

源码中国 www.ymcn.org