资源列表

« 1 2 ... .88 .89 .90 .91 .92 1393.94 .95 .96 .97 .98 ... 2656 »

[数据结构常用算法4.2

说明: 基于dijkstra和广度搜索的加权有向图有必经点的点对点的最短路径算法,路径必须经过要求的必经点,且不成环。 该算法采用了一种自适应调整的方法,经过多次迭代,使解收敛。 但只是寻找了一个略优的可行解(每次迭代都基于贪婪算法寻找),不能保证最优解。而且如果图过于稀疏,因为收敛速度过快,可能导致问题无解(收敛于一个局部最优解,没有经过所有点)。 解决相对稠密的图(每个点的平均出入度4以上),表现良好。 备注:里面有一
<凌凯> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法Kd_Tree

说明:本段代码实现了kd-tree,提供了完整的k树代码-This code implements the kd-tree, the tree provides a complete k codes
<赵建新> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法LINKLIST

说明:数据结构,链表表示线性表的内容,包括有序线性表的创建,插入元素,和删除元素等-Use the LinkList
<陈旭> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法MERGE

说明:数据结构与算法中归并排序,基于C语言实现-Data Structures and Algorithms in C language merge sort
<刘军> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法ZIJI

说明:自己写的小游戏 供其他人学习使用 VC++6.0编译使用 -Write your own game for others to learn how to use the compiler to use VC++6.0
<wanxiaoer> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法minijvm

说明:Java编程实现.class文件字节码读取,做一个小的执行引擎。-U of u0B0B u7B0. uliu
<简单> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法Hinzinmrastructure

说明:Linear frequency modulation signal for uwb communication system modulation waveform research is very good
<frima> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法daohang-shool

说明:校园导航示例说明介绍,无向图,数据结构实践,依托C语言。(Undirected graph, data structure practice, relying on C language)
<我北方的狼 > 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法rafhanphyscal

说明:FIR滤波器系数计算 C源码,有多种加窗处理()
<Tndonf > 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法Assignment

说明:用数组按照链表的顺序排序并打印单词,实现增加,删除的功能(The function of sorting and printing the words in the order of the list in order to add and delete.)
<92878 > 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法binaryTree

说明:依次输入关键字并建立二叉排序树,实现二叉排序数的插入和查找功能。(The keyword is input in turn and the two fork sort tree is set up in order to realize the insertion and searching function of the two fork sort number.)
<babou > 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法tunctuation__breadth

说明:为摘抄的经典C程序100例,请大家参考使用()
<iallis > 在 2024-10-12 上传 | 大小:16384 | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 1393.94 .95 .96 .97 .98 ... 2656 »

源码中国 www.ymcn.org