资源列表
[数据结构常用算法] compositor
说明:编写函数void fun(int *x,int n),功能是:求出长度为n的数组x中的最大数与 次最大数,并把最大数和a[0]对调,次最大数和a[1]对调,其余的数保持不变。-Write a function void fun (int* x, int n), function is: find the length of the array x n the maximum number and maximum number of times, and the maximum number<win> 在 2025-06-19 上传 | 大小:8kb | 下载:0
[数据结构常用算法] convlutionalcode
说明:卷积码的编译码代码,译码为维特比译码算法。-Convolutional codes and decoding the code for the Viterbi decoding algorithm.<卢海龙> 在 2025-06-19 上传 | 大小:470kb | 下载:0
[数据结构常用算法] SP800-22rev1
说明:NIST的随机数检测算法,包含中文和英文原文两个版本-NIST random number testing algorithm, including two versions of the original Chinese and English<> 在 2025-06-19 上传 | 大小:5.81mb | 下载:0
[数据结构常用算法] bellman-ford
说明:bellman-ford的实现。可以输出每条最短路径经过的节点-bellman-ford implementation. After the shortest path to the output node of each<xuwanting> 在 2025-06-19 上传 | 大小:1021kb | 下载:0
[数据结构常用算法] Adaptive-Random-Testing
说明:自适应性随机数检测算法,重点比较演化式算法和其他随机数检测算法-Detection of a random number adaptive algorithms, focusing on evolutionary algorithms and comparing a random number of other Detection<> 在 2025-06-19 上传 | 大小:3.56mb | 下载:0
[数据结构常用算法] Dijkstra
说明:设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the hop count of the shortest path a<wx> 在 2025-06-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] suanshuyouxianquan
说明:最短路径之贪心算法,用C语言实现,主要是参考了迪杰斯特拉算法。-The greedy algorithm for shortest path<pengd> 在 2025-06-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shunxubiao
说明:1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write algorithms to data elements L e<liulisha> 在 2025-06-19 上传 | 大小:1kb | 下载:0