资源列表

« 1 2 ... .08 .09 .10 .11 .12 2113.14 .15 .16 .17 .18 ... 2656 »

[数据结构常用算法Data-Structures-Source-Code

说明:This Is Data Structure programme
<RMkumar> 在 2024-10-20 上传 | 大小:5120 | 下载:0

[数据结构常用算法communication-system

说明:简单通信系统流程(通信系统接收机用matlab实现的简单过程)-Simple communication system processes
<杜继萍> 在 2024-10-20 上传 | 大小:2853888 | 下载:0

[数据结构常用算法SAGA

说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path bet
<石鑫> 在 2024-10-20 上传 | 大小:4096 | 下载:0

[数据结构常用算法yy

说明:把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node opera
<yejunjian> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法KMP

说明:用c++实现了KMP字符串匹配算法,简单明了-KMP string matching algorithm with c++, plain and simple
<dl> 在 2024-10-20 上传 | 大小:879616 | 下载:0

[数据结构常用算法LCS

说明:最长公共子串算法,该程序能够求出最长的公共子串-Longest common substring algorithm, the program can find the longest common sub-string
<dl> 在 2024-10-20 上传 | 大小:561152 | 下载:0

[数据结构常用算法divide3

说明:本程序巧妙的实现了不用除法求n/3.简单易懂,值得一看-The program' s clever without division seeking n/3 straightforward, worth a visit
<dl> 在 2024-10-20 上传 | 大小:568320 | 下载:0

[数据结构常用算法Trie

说明:本程序实现了后缀树,即trie树。trie在字符串处理中有很重要的作用-This program implements suffix tree, ie trie tree. trie has a very important role in the string processing
<dl> 在 2024-10-20 上传 | 大小:876544 | 下载:0

[数据结构常用算法TreeArry

说明:该程序实现了树状数组,树状数组在求累加等问题时有很高的效率-The program tree array the tree array seek issues such as cumulative high efficiency
<dl> 在 2024-10-20 上传 | 大小:556032 | 下载:0

[数据结构常用算法binarytree

说明:1.以二叉链表作存储结构,编写前序、中序、后序及层次顺序遍历二叉树的算法。 2、 以二叉链表作存储结构,编写计算二叉树深度、所有结点总数、叶子结点数、双孩子结点个数、单孩子结点个数的算法 -1 to two binary linked list storage structure, preparation of order, in sequence, after the sequence and hierarchy order
<吴惠林> 在 2024-10-20 上传 | 大小:1014784 | 下载:0

[数据结构常用算法sort

说明: 实现直接插入排序 简单交换排序-冒泡排序 简单选择排序 堆排序 利用链表实现插入排序 利用链表实现直接选择排序 快速排序的算法改进 归并排序 -The direct insertion sort Simple exchange sort, bubble sort Simple selection sort Heap sort Implementation of
<吴惠林> 在 2024-10-20 上传 | 大小:865280 | 下载:0

[数据结构常用算法Dijkstra

说明:迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容-Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure,
<刘雨超> 在 2024-10-20 上传 | 大小:2048 | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 2113.14 .15 .16 .17 .18 ... 2656 »

源码中国 www.ymcn.org