资源列表

« 1 2 ... .19 .20 .21 .22 .23 2124.25 .26 .27 .28 .29 ... 2656 »

[数据结构常用算法test-about-map

说明:数据结构中关于图的部分操作,包含具体的代码和调试结果-the test about map
<licongdong> 在 2024-09-28 上传 | 大小:44032 | 下载:0

[数据结构常用算法16queen

说明:16皇后问题比较好的解决方法,时间复杂度较低-A better solution, the time complexity of the 16-queens problem
<王维> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法integration

说明:用链表作为数据结构对多项式进行单重积分或双重积分-use link list as the data structure to do the single integrate or double integrate
<shaoyun> 在 2024-09-28 上传 | 大小:1024 | 下载:0

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

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

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

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

[数据结构常用算法KMP

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

[数据结构常用算法LCS

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

[数据结构常用算法divide3

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

[数据结构常用算法TreeArry

说明:该程序实现了树状数组,树状数组在求累加等问题时有很高的效率-The program tree array the tree array seek issues such as cumulative high efficiency
<dl> 在 2024-09-28 上传 | 大小:556032 | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 2124.25 .26 .27 .28 .29 ... 2656 »

源码中国 www.ymcn.org