资源列表

« 1 2 ... 48 49 50 51 52 5354 55 56 57 58 ... 2656 »

[数据结构常用算法Hufumancode

说明:数据结构中哈夫曼编码应用实例,C语言编码。-Data structure in application of Huffman coding, C language code.
<张敏> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:用C语言编写的 如果以无向网表示n个城市之间的交通网络建设规划,顶点表示城市,边上的权表示该线路的造价,试设计一个方案,使这个交通网的总造价最小-Using C language if no express n to the network traffic between cities network construction planning, Vertex city, the edge of the right to express
<张公子> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法hfm

说明:从键盘输入n个叶字(字母)的权重,建立哈夫曼树及编码。并给出哈夫曼编码/译码系统。-N from the keyboard input of leaf characters (letters) the weight, the establishment of trees and Huffman coding. And gives Huffman encoding/decoding system.
<张公子> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianshiduizhan

说明:用链表建立堆栈的简单代码,没有做很多的排错处理,只是了解了解堆栈的实现方式
<taolizao> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法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-11-19 上传 | 大小:1kb | 下载: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-11-19 上传 | 大小:1kb | 下载: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-19 上传 | 大小: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-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法fir_algos

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

[数据结构常用算法guibing

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

[数据结构常用算法dui

说明:堆排序 稳定的排序 复杂度为N(logN ) 也是一种快速的排序-HEAPSORT stable sort complexity is N (logN) is a fast sorting
<康平> 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... 48 49 50 51 52 5354 55 56 57 58 ... 2656 »

源码中国 www.ymcn.org