资源列表

« 1 2 ... .98 .99 .00 .01 .02 2403.04 .05 .06 .07 .08 ... 2656 »

[数据结构常用算法myacm

说明:本人写的浙大acm题目的源码,贴出来供大家分享,希望对大家的编程水平能有所帮助-I wrote the title of the source Zheda acm, posted for everyone to share, in the hope that the level of U.S. programming, can be helped
<888> 在 2024-11-08 上传 | 大小:6kb | 下载:0

[数据结构常用算法stack

说明:C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。-C language template stack operation. Stack contains 9 kinds of basic operation, from the stack to create, to determine the stack入栈, a stack operation, and stack operat
<KiD> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法list

说明:C语言编写的标准链表模板。包含链表的9种基本操作,链表的创建,判断,结点的增加、删除、查找,链表的删除等。-C language linked list of standard templates. Contains the list of nine kinds of basic operation, list creation, judgments node to add, delete, search, delete, etc. t
<KiD> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法fir_algos

说明:Fir filter的设计,FIR滤波器系数-Fir filter design, FIR filter coefficients
<jedora> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法mintreek

说明:图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6)
<lluo> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Astaralgorithm

说明:实现了A*算法,A*算法是加上一些约束条件的最好优先的算法。由于在一些问题求解时,我们希望能够求解出状态空间搜索的最短路径,也就是用最快的方法求解问题,A*就是干这种事情的!A*算法是一个可采纳的最好优先算法。
<yueyuezhaozhao> 在 2024-11-08 上传 | 大小:33kb | 下载:0

[数据结构常用算法guibing

说明:分治的思想 归并排序 分治是很重要的方法 归并排序是一种快速的排序-Divided ideological merge sort is very important sub-rule method is a quick sort merge sort
<康平> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法dui

说明:堆排序 稳定的排序 复杂度为N(logN ) 也是一种快速的排序-HEAPSORT stable sort complexity is N (logN) is a fast sorting
<康平> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuaipai

说明:快速排序 不是稳定的快速排序 优化了的原位快速排序
<康平> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法dij

说明:Dij算法 图论里面的 可以用来计算最短路径-Dij algorithm graph theory which can be used to calculate the shortest path
<康平> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法skip-list

说明:skip-list 一种数据结构 一种图的表示方法-A skip-list data structure of a graph representation
<康平> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法bigInt

说明:无限大整数类 用链表实现无限大整数的运算。 在进行大整数运算时可以拿它当函数,直接调用-Infinite integer Class List realize infinite integer arithmetic. In large integer operations can use it as a function of the direct call
<shard> 在 2024-11-08 上传 | 大小:4kb | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 2403.04 .05 .06 .07 .08 ... 2656 »

源码中国 www.ymcn.org