资源列表

« 1 2 ... .38 .39 .40 .41 .42 1343.44 .45 .46 .47 .48 ... 2656 »

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

说明:建立一个线性表,并对其进行维护:查找某一值的节点,在某一位置插入一个节点,删除某一节点,对某一节点的值进行修改。-A linear form, and its maintenance: Find the value of a node, a node in a particular Insert, delete a node, the value of a node changes.
<hzz> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashu

说明:建立一颗二叉排序树,并对其前序遍历。遍历是对树的一种最基本的运算,所谓遍历二叉树,就是按一定的规则和顺序走遍二叉树的所有结点,使每一个结点都被访问一次,而且只被访问一次。由于二叉树是非线性结构,因此,树的遍历实质上是将二叉树的各个结点转换成为一个线性序列来表示。 -Create a binary sort tree, and the preorder traversal. Tree traversal is a fundamental operation, the so-called trave
<hzz> 在 2025-06-16 上传 | 大小:99kb | 下载:0

[数据结构常用算法MST

说明:最小生成树算法代码,采用堆的知识,并用prim算法来实现。-Minimum spanning tree algorithm code, using of the heap , and with the prim algorithm to achieve.
<田田> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法link

说明:链表的插入和删除操作;声明链表的数据结构,并提供两种操作:插入元素和删除元素-Linked list insertion and deletion operations statement list data structure, and provides two operations: insert and remove elements elements
<董祎博> 在 2025-06-16 上传 | 大小:360kb | 下载:0

[数据结构常用算法template

说明:单链表类及其实现设计单链表类, 实现构造、析构、插入、删除等基本的成员函数,并添加将单链表逆置、搜索值为x的成员函数-Design and realization of single-class single-linked list class that implements constructed, destructors, insert, delete, member of the basic functions, and add to the list against a single
<> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法dx

说明:多项式加法和乘法运算的设计与实现分析元素关系, 选择存储表示方法,使用单链表已有的成员函数实现多项式的相加运算,重载+、>>、<<等运算符-Polynomial addition and multiplication of elements in the design and implementation of relationship, select the storage representation, the use of single-member list
<> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法bin-tree

说明:二叉树类及其实现以二叉链表为存储结构实现二叉树类和成员函数, 设计计算二叉树结点、将二叉树每个结点的左右子树交换、求二叉树高度的算法-Binary tree class and its implementation to the list for the storage structure of the binary classes and member functions to achieve a binary tree, binary tree node design calculati
<> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法btree

说明:二叉树的遍历、插入、删除以及求二叉树的高度-Binary tree traversal, insert, delete, and find the height of binary tree
<张金华> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhan

说明:数据结构作业,栈的建立,输入以及输出。希望大家一起学习-Data structure operations, the establishment of the stack, the input and output. Hope that we will study together
<lijie> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-algorithm-set-of-C

说明:C语言的算法集,包含插值算法、复数运算、非线性方程组、极值问题、拟合与逼近、排序、线性代数方程组、数值积分等。-The algorithm set of C
<yahaliu> 在 2025-06-16 上传 | 大小:167kb | 下载:0

[数据结构常用算法huffman

说明:这是数据结构的一个课程设计,用哈夫曼算法对文件进行编码,希望能给大家一点帮助-This is a course designed data structure, with the Huffman algorithm to encode the file, I hope to give everyone a little help
<peter> 在 2025-06-16 上传 | 大小:5kb | 下载:0

[数据结构常用算法string-sorting-programs

说明:简单的字符串排序程序,使用C语言程序实现,适用于C语言初学者-Simple string sorting procedures, the use of C language program implemented in C language for beginners
<shally> 在 2025-06-16 上传 | 大小:5kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 1343.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org