资源列表
[数据结构常用算法] canshuchuandi
说明:参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters<张家伟> 在 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
[数据结构常用算法] 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
[数据结构常用算法] N-huanghou
说明:N皇后回溯算法 课上使用小例子 仅供参考 -N Queens backtracking algorithm using a small example of the class<shuaidan> 在 2025-01-26 上传 | 大小:1kb | 下载:0