资源列表

« 1 2 ... .12 .13 .14 .15 .16 2617.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法findM

说明:利用深度优先遍历的思想从指定节点出发,寻找长度为M的所有简单路径(Using the idea of depth first traversal, starting from the specified nodes, we look for all simple paths of length M.)
<不到终站> 在 2024-12-29 上传 | 大小:243kb | 下载:0

[数据结构常用算法图的最短路径之迪杰斯特拉和弗洛伊德算法

说明:数据解构中的经典算法,图的最短路径算法之迪杰斯特拉和弗洛伊德的C++实现(Classic algorithms in data deconstruction, Dijkstra's and Floyd's C++ implementation of the shortest path algorithm of graphs)
<大爱快船> 在 2024-12-29 上传 | 大小:1kb | 下载:0

[数据结构常用算法单链表

说明:单链表,增删查改 单链表,实现了删除,插入,遍历等功能(Single linked list, delete, insert, traversal and other functions.)
<三猪1112> 在 2024-12-29 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bitree

说明:二叉树是一种非常重要的数据结构,很多其他数据机构都是基于二叉树的基础演变过来的。(The two fork tree is a very important data structure. Many other data organizations are based on the basis of the two fork tree.)
<hansd> 在 2024-12-29 上传 | 大小:36kb | 下载:0

[数据结构常用算法20180429

说明:斗地主加入14种牌型识别并可出四三二一牌型源码(The landlords add 14 types of cards and identify 4321 cards)
<峰25> 在 2024-12-29 上传 | 大小:10.24mb | 下载:0

[数据结构常用算法DSinfixtopostfix

说明:简单的中缀表达式转后缀表达式并求值的程序。支持加减乘除。内置说明。(A simple program that converts infix expression to postfix, and calculates the postfix expression. Symbol + - * / = ( ) supported.)
<yves05> 在 2024-12-29 上传 | 大小:2kb | 下载:0

[数据结构常用算法text encryption

说明:对一个文本串以事先给出的字母映射进行加密,未映射的字符不改变。(A text string is encrypted by the alphabetic map given in advance, and the characters that are not mapped remain unchanged.)
<snwajs> 在 2024-12-29 上传 | 大小:1kb | 下载:0

[数据结构常用算法seg_tree

说明:segment tree 的简要实现,主要是面对与搜索的数据结构(Let us consider the following problem to understand Segment Trees. We have an array arr[0 . . . n-1]. We should be able to 1 Find the sum of elements from index l to r where 0 <= l
<875545328> 在 2024-12-29 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:使用c语言实现的各种排序算法,比较详尽,基本的排序算法都包含在内(Various sorting algorithms implemented using c language.)
<沉沉沉> 在 2024-12-29 上传 | 大小:1.7mb | 下载:0

[数据结构常用算法closest_pair_of_points

说明:C++11标准下编写的平面最近点对算法,包括暴力算法与O(nlogn)的算法。使用纯面向对象的方式编写,提供了测试类。(The plane closest point pair algorithm based on C++11 standard, including the algorithm of violent algorithm and O (nlogn). Written in a purely object-oriented
<Somo> 在 2024-12-29 上传 | 大小:16kb | 下载:0

[数据结构常用算法bookdatastructure

说明:数据结构与算法分析英文C++描述V3.2(data structure and algorithms analysis C++ V3.2)
<JOELYU> 在 2024-12-29 上传 | 大小:2.08mb | 下载:0

[数据结构常用算法食堂打饭排队队列仿真

说明:用队列模拟食堂打饭过程,并计算出每个人打饭的平均等待时间(The queue is used to simulate the canteen cooking process, and the average waiting time for each person to cook meals is calculated.)
<J.J1998> 在 2024-12-29 上传 | 大小:25kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 2617.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org