资源列表

« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 2656 »

[数据结构常用算法Binary-Sort-Tree

说明:建立二叉链表,然后判断是否为二叉排序树。-Build binary list, and then determine whether the binary sort tree.
<王育东> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法SpellChecker

说明:用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, a
<EricZhang> 在 2024-11-19 上传 | 大小:475kb | 下载:1

[数据结构常用算法4-3solution

说明:朋友圈,某学校有N个学生,形成M个俱乐部,每个俱乐部里的学生有着一定相似的兴趣爱好-Circle of friends, a school student with N form M clubs, each club has a certain similarity of student interests
<liuwenchun> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法深度优先

说明:【问题描述】 给定某个图的结构数据和起点位置,创建出图后,再采用深度优先遍历算法,输出所有的遍历节点序列。 【基本要求】 1) 自己定义一组图的结构数据,节点数大于7个,边数大于15个,用于创建此图 2) 对图中各节点进行深度优先遍历 3) 遍历过程中的节点序列要求输出显示
<1421118492@qq.com> 在 2015-03-23 上传 | 大小:387.93kb | 下载:1

[数据结构常用算法Binary-search

说明:二分查找,递归算法,按字典顺序排好的n个字符串,查找给定的字符串,成功返回索引值,失败返回-1;-Binary search (recursive algorithm)
<卢俊> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法MMSE

说明:基于MMSE准则的预编码仿真性能,分析了预编码的误码率取消走势-Precoding performance simulation based on MMSE criterion
<牛伟娇> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法List

说明:本程序用数组实现了线性表,基本功能包括:添加、删除、查找、插入、排序等功能。-This program implements an array linear form, the basic functions include: Add, delete, search, insert, sort and other functions.
<shenfengchen> 在 2024-11-19 上传 | 大小:32kb | 下载:1

[数据结构常用算法njbus

说明:数据结构,公交线路提示,采用的是图的算法 -Data structure, bus line tips, the use of the algorithm
<靳以2002> 在 2024-11-19 上传 | 大小:275kb | 下载:1

[数据结构常用算法KMP

说明:通过KMP匹配算法,实现字符串的查找功能,寻找最长的真子串。-By KMP matching algorithm, string search function to find the longest substring true.
<毛意超> 在 2024-11-19 上传 | 大小:1.62mb | 下载:1

[数据结构常用算法Brute-Force

说明:通过Brute-Force匹配算法,实现字符串的查找功能,寻找最长的真子串。-By Bruteforce matching algorithm, string search function to find the longest substring true.
<毛意超> 在 2024-11-19 上传 | 大小:1.62mb | 下载:1

[数据结构常用算法anti-collision-algorithm

说明:RFID防碰撞算法,matlab下模拟仿真,包括二进制树和ALOHA算法-RFID anti-collision algorithm, the matlab simulation, including binary tree algorithm and ALOHA
<宋金林> 在 2024-11-19 上传 | 大小:79kb | 下载:1

[数据结构常用算法Project6

说明:使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 di
<stephen> 在 2024-11-19 上传 | 大小:1.66mb | 下载:1
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 2656 »

源码中国 www.ymcn.org