资源列表

« 1 2 ... .27 .28 .29 .30 .31 332.33 .34 .35 .36 .37 ... 2656 »

[数据结构常用算法ADLinearTimeSelect

说明:线性时间选择算法:给定线性序集中 n 个元素和一个整数 k,1≤k≤n,要求找出这 n 个 元素中第 k 小的元素,-algorithm for Linear time selection
<linfushou> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法anyhex

说明:c语言的数据结构,实现了任意进制数值到任意进制数值转换-c language data structure to achieve any hexadecimal value to convert any hexadecimal value
<tsy> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinarySearchTree

说明:用C++实现了二叉排序树的插入和删除操作,对于如何用链式结构实现树的各种操作是一个很好的学习源程序,经调试没有错误。-Achieved with C++ binary sort tree insertion and deletion operations, chain structure for how the various operations to achieve the tree is a good learning sourc
<> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法InsertionSort

说明:用双向链表实现的插入排序,对双向链表的学习是一个很好的入门程序。-Achieve two-way linked list with insertion sort, linked list of two-way learning is a good entry procedures.
<> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Board

说明:棋盘覆盖问题是分治算法的一个经典问题,这里用C++进行了实现,代码在C++Builder下运行通过。-Board cover problem is a classic divide and conquer algorithm problem, here were implemented in C++ code in C++ Builder to run through.
<> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法the-max-sum

说明:一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requi
<> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法qiuzhi

说明:C++编写的表达式求值。在数据结构课程里学习过后编写的。有助于应用。*面。-Written in C++ expression evaluation. Learning in the data structure after the written curriculum. Help application. No interface.
<李杰> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法qiuzhi2

说明:数据结构课程里的小程序,算法实现了表达式的求值。有助于初学者应用。很好的程序 -IS very useful for you to study it
<李杰> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法houzhui

说明:后缀表达式求值小程序。实现了数据结构书中后缀表达式求值的算法。-Postfix expression evaluation applet. To achieve a data structure in the book of postfix expression evaluation algorithm.
<李杰> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法zandeyunsuan

说明:这个小程序属于数据结构范畴我的栈运算包括括号配对-This small program is My stack operations, including brackets pair
<张小溪> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法skiplist

说明:跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
<宋一行> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Shortestpath

说明:用C语言实现最短路径算法 最小生成树 本程序是用F算法求最短的路由花费 可计算的最大的路由结点数为100 */ /* 运行环境: vc++6.0 */ -C language with the shortest path algorithm minimum spanning tree algorithm of the program is seeking the shortest route F calculate the m
<yuanjie> 在 2025-01-18 上传 | 大小:1kb | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 332.33 .34 .35 .36 .37 ... 2656 »

源码中国 www.ymcn.org