资源列表

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

[数据结构常用算法Some_DataStruct_Arithmetic_Implement_by_C

说明:1 归并链表 2 静态链表 3 堆栈 4 KMP模式匹配 5 排序 6 关键路径-a static Chain Chain 2 3 4 stack KMP Ranking 6 5 Critical Path
<丘方> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法zhanheduilie

说明: (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。 (6)综合训练:1)利用栈实现表达式求值算法。 2)利用栈实现迷宫求解。 -(1) the use of chain-stor
<jack> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法randomc

说明:Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libra
<lilin> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法yanghuisanjiao

说明:再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
<孙斌> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法A_Star_Algorithm

说明:本人实现的A*算法,使用的数据结构条理很清晰-I realize the A* algorithm, the use of structured data is very clear
<LiChuan> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法insertsort

说明:插入法的基本工作原理是抽出一个数据,在前面的数据中寻找相应的位置插入,然后继续下一个数据,直到完成排序。-Insert the basic working principle of a data are drawn, in front of the data looking for the location of the corresponding insert, and then continue to the next data u
<Ray> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法changesort

说明:交换法比较简单,在一组数据中每次用当前的元素同后面的元素比较并在符合条件时交换。直到该组数据是从小到大的序列-Exchange method is relatively simple, in one set of data in each element with the current elements in comparison with the back and in line with the conditions of the
<Ray> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法speedsort

说明:快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right
<Ray> 在 2024-10-05 上传 | 大小:102400 | 下载:0

[数据结构常用算法precision--calculation

说明:ACM辅导资料,还有一些cdoj上的题目。模拟与高精度计算。-The ACM counseling information, there are some topics on cdoj. Analog with the precision of calculation.
<kk> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法horse

说明:田忌赛马问题 假设其中胜者可以从对方手中得到¥200,输者必须给对方¥200,平局各不付钱。 已知齐王总是按照速度从大到小派出马比赛,请问田忌要使用怎样的策略,才能使自己 赚的钱最多(或者输的钱最少)。 编程任务 对于给定的齐王和田忌的n 匹马的速度,求进行n场比赛后,田忌最多可以得到的钱(或 最少输的钱)。-Tian Ji' s horse assumptions which the winner can
<> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法the

说明:自己用libsvm封的svm matlab,有例子 不错的源码 很好-Own use libsvm SVM of matlab, a good example of the source code is very good
<zacipulqcor> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法00003335

说明:This algorithm was developed by Professor Ronald L Rivest of()
<loficil> 在 2024-10-05 上传 | 大小:101376 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 1708.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org