资源列表

« 1 2 ... .10 .11 .12 .13 .14 115.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法LinkedList

说明:数据结构中的链表,采用了一种比较基础的写法,易懂(Data structure in the list, using a relatively basic style of writing, easy to understand)
<烈烈 > 在 2024-11-20 上传 | 大小:242kb | 下载:0

[数据结构常用算法ND

说明:用牛顿法求方程的一个根 方程的表达式:f 区间的左端点:a 区间的右端点;b 根的精度:eps 求得的根:root(Using Newton method to find a root of equation)
<鸟鸣不飞 > 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法PAT全套答案_1001至1049

说明:该文档包含了PAT上的基础部分案例,可以参考一下(The document contains the basic part of the PAT case, you can refer to)
<王帅@hit > 在 2024-11-20 上传 | 大小:2.71mb | 下载:0

[数据结构常用算法算法导论答案

说明:麻省理工大学算法导论答案详解,有助于学习算法导论的同学们。(Massachusetts Institute of Technology Introduction to the introduction of the algorithm, help to learn the introduction of algorithm students.)
<放开我来了 > 在 2024-11-20 上传 | 大小:216kb | 下载:0

[数据结构常用算法DS

说明:数据结构第三版,适用于初学者学习使用,并且对C,C++已经学过的人。(DS third edition:Vector(using OOP to describe) includes List, Stack, Graph, Binary Tree and so on. it is better that you have learnt C and C++ previously, it will help you better learn
<SUPERsu > 在 2024-11-20 上传 | 大小:19.37mb | 下载:0

[数据结构常用算法dijk

说明:Dijkstra算法解决voronoi图的问题(The Dijkstra algorithm solves the problem of voronoi diagram)
<铭MARS花 > 在 2024-11-20 上传 | 大小:6kb | 下载:0

[数据结构常用算法floyd

说明:Floyd算法又称为弗洛伊德算法、插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。(Floyd algorithm, also known as plug-in method, is an algorithm for finding the shortest path between vertices in a given weighted graph.)
<铭MARS花 > 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法winmerge

说明:used to merge 2 or multiple files
<minminMelody > 在 2024-11-20 上传 | 大小:6.11mb | 下载:0

[数据结构常用算法arbre_quelconque

说明:可以随机构成多叉树,基本以数组和指针来进行排列子节点位置(It can create a tree having a few branches.)
<寄语无奈 > 在 2024-11-20 上传 | 大小:3kb | 下载:0

[数据结构常用算法sort

说明:多种方法实现对输入数据的排序,然后结束排序后,对再次输入的数据找到其在上个排序中的顺序。(Multiple methods implement sorting of input data. And then end sorting, and then find the order in the last sort of data that is reentered.)
<Fairy_Xin > 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法冒泡排序

说明:冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sort (Bubble Sort, Taiwan: bubble sort or bubble sort) is a simple sorting algorithm. It re
<Somnus2018 > 在 2024-11-20 上传 | 大小:1.89mb | 下载:0

[数据结构常用算法bookflight

说明:使用c实现的航班管理系统,数据结构线性表实现,有基本的用户交互界面(Flight management system, data structure, linear table implementation)
<fascy > 在 2024-11-20 上传 | 大小:3kb | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 115.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org