资源列表

« 1 2 ... .01 .02 .03 .04 .05 606.07 .08 .09 .10 .11 ... 2656 »

[数据结构常用算法polynomial

说明:数据结构中用链表实现的多项式的加法,减法,乘法的程序。-Linked list data structure used to achieve the polynomial addition, subtraction, multiplication procedure.
<beastman> 在 2025-02-01 上传 | 大小:290kb | 下载:0

[数据结构常用算法avl_tree

说明:avl树的插入删除调整等等基本操作及具体实现-AVL tree insertion deletion of adjustments to achieve the basic operation and the specific
<Rabby> 在 2025-02-01 上传 | 大小:290kb | 下载:0

[数据结构常用算法AVL

说明:AVL树的基本操作:创建,查找,插入,删除-AVL tree basic operations: Create, Find, Insert, Delete
<storm> 在 2025-02-01 上传 | 大小:290kb | 下载:0

[数据结构常用算法AlgorithmClassic

说明:此源码包含有很多经典的C++算法代码,可以用作参考.-This source contains a lot of the classic C++ algorithm code can be used as reference.
<郁东风> 在 2025-02-01 上传 | 大小:291kb | 下载:0

[数据结构常用算法work1

说明:讲解了循环单链表的建立,以及在链表中插入、删除、更改数据-Explain the establishment of circular single linked list, and insert in the list, delete, change the data ...
<> 在 2025-02-01 上传 | 大小:290kb | 下载:0

[数据结构常用算法406109070313

说明:行编辑器,数据结构课程设计,通过串实现基本操作,插入删除等-Line editor, data structures, curriculum design, implement basic operations through the string, insert and delete
<赵雨森> 在 2025-02-01 上传 | 大小:290kb | 下载:0

[数据结构常用算法project4maxsubSequence

说明:数据结构 求最大的序列 内包含各种比较算法-Find data structure contains the largest sequence comparison algorithm, a variety of
<马倩> 在 2025-02-01 上传 | 大小:291kb | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫环的C代码实现。里面还包含了具体的文档报告。对于开始学数据结构的同学们有不小的帮助。-Josephus C code. Which also contains a specific document report. No small help for the students began to learn the data structure.
<hyd> 在 2025-02-01 上传 | 大小:291kb | 下载:0

[数据结构常用算法Permutation

说明:一个全排列程序,可以实现任意序列的全排列-a program to permutate
<peter> 在 2025-02-01 上传 | 大小:291kb | 下载:0

[数据结构常用算法maze

说明:以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 要求:首先实现一个栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 迷宫为8*8,采用二维数组存放迷宫信息,入口为(1,1),出口为(8,8),输入格式: 0为可通过,1为路
<卧龙> 在 2025-02-01 上传 | 大小:291kb | 下载:0

[数据结构常用算法xunhuanlianbiao

说明:数据结构中的循环队列,以链表为存储结构,可以实现杨辉三角的输出-Circular queue data structure linked list for storage structure can be achieved Yang Hui triangle output
<liangjia> 在 2025-02-01 上传 | 大小:291kb | 下载:0

[数据结构常用算法LCS

说明:最长公共子序列,英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列。-The longest common subsequence, the English abbreviation for the LCS (Longest Common Subsequence). Which is
<陆小果> 在 2025-02-01 上传 | 大小:291kb | 下载:0
« 1 2 ... .01 .02 .03 .04 .05 606.07 .08 .09 .10 .11 ... 2656 »

源码中国 www.ymcn.org