资源列表

« 1 2 ... .21 .22 .23 .24 .25 2526.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法GLMd12

说明:程序可用来学习使用,大家可以试一下,希望能有帮助!-procedures can be used to study the use, we can try something, hope to be able to help!
<zhang> 在 2024-11-06 上传 | 大小:3296256 | 下载:0

[数据结构常用算法suanfa

说明:第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 -Chapter 1 Introduction Algorithm Chapter 2 Recursion and sub-rule strategy in Chapter 3 Dynamic Programming Chapter 4 greedy algorithm in Chapter 5 Ba
<jake> 在 2024-11-06 上传 | 大小:3323904 | 下载:0

[数据结构常用算法Algorithms

说明:包含《算法概论》里面大部分基本算法,自己写的,有比较详细的注释-C code for the algorithms in the book Algorithms (Sanjoy Dasgupta, Christos Papadimitriou, Umesh Vazirani)
<gao x.y.> 在 2024-11-06 上传 | 大小:3330048 | 下载:0

[数据结构常用算法search

说明:解决拼图问题。利用AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-BUC algorithm, an important database search algorithm. Use of AVL balanced tree is a very efficient binary search tree, it can use the rotation of the structu
<yinzengchun> 在 2024-11-06 上传 | 大小:3315712 | 下载:0

[数据结构常用算法Data-structure-problem-resolution

说明:数据结构习题解析与实验指导,使用C语言描述,非常实用-Data structures Exercises analytical and experimental guidance, using the C language descr iption, very useful
<chenbinghai> 在 2024-11-06 上传 | 大小:3322880 | 下载:0

[数据结构常用算法DataPStructuresPandPAlgorithmPAnalysisPinPCP-PMar

说明:Data Structure Algorithm
<Vinoj> 在 2024-11-06 上传 | 大小:3302400 | 下载:0

[数据结构常用算法Project-Diva

说明:课程作业, 分别实现链表的合并与纯化, 线性表的逆置等功能-Course work, respectively, to achieve the list of mergers and purification, the linear form of the inverse function set
<Joshua> 在 2024-11-06 上传 | 大小:3302400 | 下载:0

[数据结构常用算法Fibonacci-sequence

说明:此程序为C++语言的程序,可以输出斐波那契数列,特点是采用线性表的数据结构处理加法运算,对每一位数进行运算,并进位,解决了由于int或long int甚至unsigned long int(0~2^32-1=4294967295)的精度范围限制,此算法的精度范围主要受项数n(int)的范围(1~2^31-1=2147483647)影响-This program is C++ language program, you can outpu
<themostfreeboy> 在 2024-11-06 上传 | 大小:3321856 | 下载:0

[数据结构常用算法off2stl

说明:三维模型文件的数据结构转换,能将off格式文件转换成stl格式,可用于3d打印-transform off to stl
<WYJ> 在 2024-11-06 上传 | 大小:3300352 | 下载:0

[数据结构常用算法图结构

说明:图的结构包含了最小生成树哈夫曼输,最近距离等等(go to this test zip you will get better or corrot you choose)
<腾讯 > 在 2024-11-06 上传 | 大小:3315712 | 下载:0

[数据结构常用算法InsertSort1

说明:改进的基于c++的插入排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved C ++ Based Insertion Sorting Algorithm. There are two kinds of s
<zuijiaoluo> 在 2024-11-06 上传 | 大小:3333120 | 下载:0

[数据结构常用算法MergeSort

说明:改进的基于c++的归并排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved c ++ based merge sort algorithm. There are two kinds of sorting
<zuijiaoluo> 在 2024-11-06 上传 | 大小:3328000 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 2526.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org