资源列表

« 1 2 ... .37 .38 .39 .40 .41 2242.43 .44 .45 .46 .47 ... 2657 »

[数据结构常用算法balancetree

说明:输入一组关键字序列,并以此顺序建立一棵平衡二叉树(提示:为简化运算,可采用含有左、右子树高度和指向父母的指针的三叉链表表示),并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。-Enter a list of keywords sequence, and thus the order of the establishment of a balanced binary tree (Hint: To simplify the c
<张建鑫> 在 2024-09-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法b

说明:、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。-Through its elements inserted into the two-way linked list of methods to sort array A. Algorithm to list the current
<zzlbly> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法migong

说明:迷宫问题,可以从文件中选择迷宫,也可以自行设计迷宫,并且可以着到迷宫的正确路线。挺好的-Maze problem, you can choose from the document maze can also design their own maze, and can be a maze to the correct line. Nice
<淘气仔> 在 2024-09-09 上传 | 大小:421888 | 下载:0

[数据结构常用算法shujujiegou

说明:严蔚敏《数据结构(c语言版)习题集习题答案-YAN Wei-Min
<yan eapha> 在 2024-09-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法AstarPath

说明:游戏中的寻径算法 最短路径 A*算法-Game in the shortest path routing algorithm A* algorithm
<ffdf> 在 2024-09-09 上传 | 大小:1974272 | 下载:0

[数据结构常用算法changzhengshu

说明:利用双向循环链表为主要存储结构,每个结点存储一个整形变量,按照中国对于长整数的习惯表示方法,将每四位存储在一个结点的值里面。-The use of two-way circulation list as the main storage structure, each node of a plastic storage variables, according to China for a long integer used to ex
<刘大力> 在 2024-09-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法xishujuzhen

说明:写一个以十字链表为存储结构的稀疏矩阵相乘的程序。 (1) 采用三元组输入的形式,提示用户输入第一个矩阵的行和列的数值,然后 提示用户输入第一个矩阵的所在非零元素的三元组数值,每个个步骤的输入 都由系统直接提示完成。第二个矩阵的输入也是同样的道理。系统还支持矩阵的相加以及相减算法,只是这是系统附带的功能,而主要的功能是实现矩阵的相乘算法,所以相加和相减的算法是在矩阵相乘的基础上设计的 -Cross linked li
<刘大力> 在 2024-09-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法queue

说明:双向链表的初始化 建立 输入输出 以及倒叙 删除 增加-Two-way linked list of initialization to establish the input and output, as well as delete flashback to increase
<小兰> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法LinkQueue

说明:定义链队列结点结构:数据域data和指针域next-Queue definition of chain-node structure: data field data and pointer domain next
<小兰> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法sqlist

说明:链表的初始化 判断是否为空 计算长短 输入输出-Initialization list is empty the calculation to determine whether the length of input and output
<小兰> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法chp3

说明:递归算法的解析,让你了解递归的内涵和过程。-Analysis of recursive algorithm, so that you understand the meaning and the process of recursion.
<周先杰> 在 2024-09-09 上传 | 大小:472064 | 下载:0

[数据结构常用算法bf_algorithm

说明:字符串匹配算法-BF算法,它是字符串匹配的最简单算法,适合入门时参考。-String matching algorithm-BF algorithm, which is the most simple string matching algorithm, suitable for entry-reference.
<raymond> 在 2024-09-09 上传 | 大小:1024 | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 2242.43 .44 .45 .46 .47 ... 2657 »

源码中国 www.ymcn.org