资源列表

« 1 2 ... .33 .34 .35 .36 .37 2238.39 .40 .41 .42 .43 ... 2657 »

[数据结构常用算法packet

说明: 
<suyu> 在 2024-09-17 上传 | 大小:4096 | 下载:0

[数据结构常用算法Kruskal

说明:  设G=(V,E)是一个具有含权边的连通无向图。G的一颗生成树(V,T)是G的作为树的子图。如给该连通图加权并且各边的权和为最小值,那么(V,T)就称为最小耗费生成树或简称最小生成树。   Kruskal的算法概况如下:   对G的边以非降序权重排列。   对排序表中的每条边,如果现在把它放入T中的话不会形成回路,则把它加入到生成树T中,否则将它丢弃。-Let G = (V, E) is an edge with the
<suyu> 在 2024-09-17 上传 | 大小:5120 | 下载:0

[数据结构常用算法Dijkstra

说明:用D[i]来表示当前从源到顶点i的最短特殊路径长度。假设u是G的某一顶点,把从源到u且中间只经过S中顶点的录称为从源到u的特殊路径,并用D数组记录当前每个顶点对应的最短特殊路径长度。Dijkstra算法每次从V-S中取出具有最短特殊路径长度的顶点u,将u添加到S中,同时对D数组作必要的修改。一旦S中包含了V中所有顶点,D就记录了从源到所有其它顶点之间的最短路径长度。-With D [i] to indicate the current
<suyu> 在 2024-09-17 上传 | 大小:4096 | 下载:0

[数据结构常用算法C语言实现计算器的模拟

说明:C语言实现计算器的模拟,能进行对数字的加减乘除。
<1909671049@qq.com> 在 2013-10-22 上传 | 大小:211808 | 下载:0

[数据结构常用算法Data-structure

说明: 数据结构的一些源代码,可以直接运行,不是光函数,方便初学者学习!-Data structure of some source code can be run directly, instead of light function, easy for beginners to learn!
<空空> 在 2024-09-17 上传 | 大小:11264 | 下载:0

[数据结构常用算法trieTree

说明:实现tiretree的基本操作,并可以通过“字典.txt”扩充搜索范围-Achieve tiretree the basic operation, and can be " dictionary. Txt" Extended Search
<kerwin> 在 2024-09-17 上传 | 大小:2048 | 下载:0

[数据结构常用算法Stack_Public_Interface

说明:< Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>>
<xushihao> 在 2024-09-17 上传 | 大小:1024 | 下载:0

[数据结构常用算法Booklist

说明:本人利用<<Mastering Algorithms with C>>的单链表写的简单的图书管理程序。提供了增加、查询、删除的操作。-A simple book-management program providing add, query and delete functions using the public interface within <<Mastering Algorithms wit
<xushihao> 在 2024-09-17 上传 | 大小:3072 | 下载:0

[数据结构常用算法Chained-HashTable_Public_Interface

说明:< Mastering Algorithms with C>>链式哈希表的公共接口实现,所需的包含文件请下载本人的Singly-linked list公共接口-chained-hash table public interface for<<Mastering Algorithms with C>>,include files needed are available within my dow
<xushihao> 在 2024-09-17 上传 | 大小:1024 | 下载:0

[数据结构常用算法CMMB_C

说明:因为只是仿真物理层的性能,所以只对一个RS交织块进行处理,RS块的大小可为协议中RS的字节交织模式中的规定的三种交织深度。其它调制参数都可选,如RS码率,LDPC码率等。程序最后的输出即为经过CMMB发射调制的OFDM基带数据。-Because it is only the physical layer performance simulation, only the interleaved block for processing a
<bankfly> 在 2024-09-17 上传 | 大小:254976 | 下载:1

[数据结构常用算法conway

说明:Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular lis
<Toby> 在 2024-09-17 上传 | 大小:435200 | 下载:0

[数据结构常用算法mergeLinkList

说明:算法设计课程作业,按序合并两个有序链表。-Algorithm design course work, sequential merge two sorted linked list.
<jason> 在 2024-09-17 上传 | 大小:1024 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 2238.39 .40 .41 .42 .43 ... 2657 »

源码中国 www.ymcn.org