资源列表

« 1 2 ... .48 .49 .50 .51 .52 553.54 .55 .56 .57 .58 ... 2656 »

[数据结构常用算法canshuchuandi

说明:参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters
<张家伟> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:统计符号(字母)出现的次数,并对其进行哈夫曼编码,再进行解码得到原结果-Number of statistical symbols (letters) appears, and its Huffman coding, decoding the original results obtained
<ljn> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法graph

说明:扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表-Extended depth-first search algorithm to generate the forest to build children left graph traversal process- right sibling list
<zhaoyilei> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法hebinglianbiao

说明:设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two ordered circular list with a header node (the so-called orderly clicking the link refe
<闫铭浩> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法SqList

说明:C++实现的单链表线性表(为静态表,一开始指定表长度),源码有注释,很好的学习参考资料.-data struct list
<mo> 在 2025-01-26 上传 | 大小:1kb | 下载: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
<刘晓> 在 2025-01-26 上传 | 大小:1kb | 下载:0

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

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

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

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

[数据结构常用算法ma2

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

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

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

[数据结构常用算法BST

说明:Binary Search tree insertion and deletion
<RT> 在 2025-01-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 553.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org