资源列表

« 1 2 ... .03 .04 .05 .06 .07 2408.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法tree

说明:本程序有vc++6.0实现,主要实现了二叉树的功能,包括二叉排序树,平衡二叉树,二叉树的插入,排序等功能。-This procedure has vc++6.0 to achieve, the main function of a binary tree, including binary sort tree, balanced binary tree, binary tree insertion, sorting and other
<qianchao> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法abc

说明:已知带头结点的动态单链表L中的结点是按整数值递增排序的,试写一算法将值为x的结点插入到表L中,使L仍然有序。-Known to take the lead in the dynamics of a single node in the node list L is based on integer values ​ ​ in ascending order, the algorithm will try to wri
<蔡明> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法m

说明:矩阵转置 输入: l 稀疏矩阵的行数、列数、非零元个数(三个数都大于0) l 以行为主序输入稀疏矩阵三元组表 输出: l 辅助数组num[ ] l 辅助数组cpot[ ] l 以行为主序输出对应的转置矩阵三元组表-Matrix transpose input: l sparse matrix rows, columns, nonzero number (three numbers are greater th
<melon> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hanoi

说明:用c实现汉诺塔,利用了函数的递归调用及相关数据结构的知识。-Tower of Hanoi with c implementation, using a recursive function calls and associated data structure knowledge.
<vipor> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法11

说明:表达式求值(加减乘除),可以用,但其中不能使用负数-Expression evaluation (Math), you can use, but can not use negative
<杨秀梅> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法451

说明:这是一个关于排序的CPP文件,里面有四种排序方法,分贝是选择,冒泡,插入,跟快速排序。-this is a cpp file about sort way.
<小郑> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法c1

说明:顺序表源代码(自编)首先创建一个顺序表:从键盘读入一组整数(长度小于11),按输入顺序放入顺序表,输入以-1结束(注意-1不放到顺序表内);将创建好的顺序表元素依次输出到屏幕上。 2)在已创建好的顺序表中插入一个元素:从键盘读入需插入的元素值和插入位置,调用插入函数完成插入操作;然后将顺序表元素依次输出到屏幕上。 3)在已创建好的顺序表中删除一个元素:从键盘读入欲删除的元素位置(序号),调用删除函数完成删除操作;然后将顺序表元素
<柳柳> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法josephus

说明:约瑟夫问题c语言解决方法 数据结构方法解决问题-The solve of the josephus problem by c language Data structure method Solve problems
<肖童> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法JOSEPH

说明:约瑟夫环Joseph ring, realize the list, circulation, everyone have a password-Joseph ring, realize the list, circulation, everyone have a password, Take turns to be eliminated, and finally only a person
<刘小沣> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiao

说明:这是一个数据结构中有关链表的可以实现任一串数字的各种顺序排列!-This is a linked list data structure can be achieved for any string of numbers of order!
<乐儿lee> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法biaodashi1

说明:这个是用数据结构实现表达式计算的关键算法!-This expression is calculated using data structures to achieve the key algorithm!
<乐儿lee> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法search-

说明:这是C++实现的有关数据结构查询的简单程序!-This is a C++ implementation of the program data structures simple query!
<乐儿lee> 在 2024-11-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 2408.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org