资源列表

« 1 2 ... .71 .72 .73 .74 .75 2276.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法Constructionofdataalgorithmcollection

说明:数据结构算法集C++版.好东西大家一起分享。-algorithm data structure set C version. Good things to share with everyone.
<> 在 2025-01-16 上传 | 大小:781kb | 下载:0

[数据结构常用算法Dijkstra_TA

说明:数据结构的经典实验程序。以全国主要城市为图的顶点, 铁路连接为图的边, 距离作为加权, 设计完成一个最短路径自动查找系统;输入为出发城市和目标城市, 输出为最短路径和距离。 -data structure of the classic experimental procedure. In major cities across the country to the vertex, the railway linking the ed
<王斐> 在 2025-01-16 上传 | 大小:777kb | 下载:0

[数据结构常用算法Optimalbinaryindexassignments

说明:Optimal Binary Index Assignments for a Class of Equiprobable Scalar and Vector Quantizers-Optimal Binary Index Assignments for a Class ofEquiprobable Scalar and Vector Quantizers
<李南> 在 2025-01-16 上传 | 大小:779kb | 下载:0

[数据结构常用算法BDS

说明: 编写完整程序,将中缀表达式翻译成后缀表达式。 要求: 表达式由操作数(变量)、操作(运算符)以及小括弧“(”和“)”组成,其中: • 操作包括算术运算、关系运算和逻辑运算三类; • 操作数应能够识别但个字符或由字母和数字任意多个字符构成; • 能够识别出简单的错误,如括弧不匹配。 输入:中缀表达式,80个字符以内 输出:转换后的后缀表达式 -The preparati
<迟浩东> 在 2025-01-16 上传 | 大小:780kb | 下载:0

[数据结构常用算法queue

说明:队列是一种重要的数据结构,本文档介绍了一些典型的应用队列的工程问题。-Queuing is an important data structure, this document describes some typical applications engineering problems the queue.
<zyh> 在 2025-01-16 上传 | 大小:777kb | 下载:0

[数据结构常用算法beinuli

说明:贝努力队列的实现,学过数据结构的都知道。-Bernoulli queue implementation.
<JINP> 在 2025-01-16 上传 | 大小:778kb | 下载:0

[数据结构常用算法The-Synthesis-of-Algorithmic-Systems

说明:ACM竞赛试题,不过年份比较久远,但确实是精华!希望您能从中得到启发~-ACM contest questions, but the more distant years, but it is the essence! Hope you get inspired from ~
<叶梓> 在 2025-01-16 上传 | 大小:779kb | 下载:0

[数据结构常用算法Birch

说明:这是birch C语言的源代码。里面有详细的代码注释方便学习birch算法-birch c
<王文超> 在 2025-01-16 上传 | 大小:781kb | 下载:0

[数据结构常用算法Map

说明:对图的各种操作,包括深度遍历,广度遍历,最小生成树,最短路径的各中算法,而且有递归和非递归方式,对学习数据结构有很大的帮助。 代码全是自己根据理解自己写的,思路很符合初学者。-Various operations on the map, including the traverse depth, breadth traversal, minimum spanning tree, shortest path in the algori
<wafer> 在 2025-01-16 上传 | 大小:779kb | 下载:0

[数据结构常用算法BFSTraverse

说明:利用BFS算法和队列实现在棋盘上已知“马”的初始位置,得到其在指定步数内可以到达的所有位置的功能-Use BFS algorithm and queue on the board to achieve a known " horse" in the initial position, get the function which can be reached within a specified number of s
<黄志鹏> 在 2025-01-16 上传 | 大小:780kb | 下载:0

[数据结构常用算法凯撒密码

说明:凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code
<寒修末 > 在 2025-01-16 上传 | 大小:781kb | 下载:0

[数据结构常用算法第2周Merge-Sort

说明:迭代训练,归并排序,可实现一定长度输入数值的准确排序,归并排序计算复杂度低,效率高(Merge and sort can achieve a certain length of the input value of the exact sort, merge sort calculation complexity is low, high efficiency)
<maggiehmd > 在 2025-01-16 上传 | 大小:779kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 2276.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org