资源列表

« 1 2 ... .74 .75 .76 .77 .78 2079.80 .81 .82 .83 .84 ... 2656 »

[数据结构常用算法iris

说明:适合用来做K_Means 和K_NN的数据,一共150组,分成3个簇。-K_Means and make suitable for K_NN data, a total of 150 groups, divided into three clusters.
<Jim> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Josephcircle

说明:思想很简单,就是一个循环链表 但要说明的是:我之所以用clist(1)来初始化,主要是我刚开始编的时候没打算解决约瑟夫环,只是想编一个带表头的循环链表,然后我用从这个程序改过来的,所以代码可以进一步优化。-Thinking is very simple, that is, a cycle list but would like to note is: I use clist (1) to initialize, mainly
<李言> 在 2024-09-29 上传 | 大小:1024 | 下载: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-09-29 上传 | 大小:1024 | 下载: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-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法fir_algos

说明:Fir filter的设计,FIR滤波器系数-Fir filter design, FIR filter coefficients
<jedora> 在 2024-09-29 上传 | 大小:1024 | 下载: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-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法guibing

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

[数据结构常用算法dui

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

[数据结构常用算法kuaipai

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

[数据结构常用算法dij

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

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

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

[数据结构常用算法BinaryTreesorting

说明:二叉树排序实现二叉树的前序、中序、后序排列,以菜单形式出现,代码简洁、易懂易用-Binary Tree Binary Tree Sort realize the first order, in sequence, after the sequence order to the menu form, the code is simple and easy to understand and use
<ljb> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 2079.80 .81 .82 .83 .84 ... 2656 »

源码中国 www.ymcn.org