资源列表

« 1 2 ... .00 .01 .02 .03 .04 1205.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法tree

说明:验证二叉树的功能,能实现先序输入,简单查找,输出节点data等功能-Verify the function of a binary tree, to achieve the first order input, a simple search, data output node functions
<王前明> 在 2024-10-15 上传 | 大小:2048 | 下载:0

[数据结构常用算法BinaryTreeTraversal

说明:先创建一个二叉树,然后进行中序遍历,输出节点内容,之后对二叉树叶子节点进行计数,从而实现对二叉树的基本操作!-First create a binary tree, and then in-order traversal, the contents of the output node, and then count the leaf nodes of the binary tree in order to achieve the ba
<武江伟> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法130572

说明:单源最短路径问题的动态规划算法 输入要求:结点数目n,图的邻接表结点的数据 输出要求: 第一行:原点s到终点t的最短路径长度  第二行:最短路径之一,如:6  5  3  1  0 第三行:最短路径之二,… -Single-source shortest path problem requires the dynamic programming algori
<luoyuhan> 在 2024-10-15 上传 | 大小:499712 | 下载:0

[数据结构常用算法saichengbiao

说明:设计一个满足以下要求的循环比赛日程表:() (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)当n是奇数时,循环赛一共进行n天, n是偶数时,循环赛进行n-1天。 -Meet the following requirements to design a cycle race schedule: () (1) Each player must be with the other n-1
<luoyuhan> 在 2024-10-15 上传 | 大小:894976 | 下载:0

[数据结构常用算法XuqingBinaryTree

说明:从文件读入并创建二叉树,以实现前中后序遍历。-Read from the file and create a binary tree in order to achieve the former in the post-order traversal.
<原野> 在 2024-10-15 上传 | 大小:904192 | 下载:0

[数据结构常用算法quicksort

说明:快速排序的c语言实现。快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。-Quicksort c language. Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962.
<Jeremy> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法Josephusproblem

说明:Josephus 问题的算法,在一船上有n人,需要救m人,n个人围成一圈,相隔k个人就丢掉一个,直到只剩下m个人-Josephus problem algorithm, there are n people in a boat, people need to save m, n people form a circle, separated by k individuals to lose one, until only the m i
<dengxianzhi> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法GetIntersectPoint

说明:关于判断两条直线的源码 主要是解出两条直线的相交的点-To determine the source on the two lines is mainly solved the intersection point of two straight lines
<> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法xxdshls

说明:线性代数的矩阵,关于线性代数矩阵的一些比较基础的知识-Matrix linear algebra, linear algebra matrix on the basis of knowledge of some of the more
<> 在 2024-10-15 上传 | 大小:115712 | 下载:0

[数据结构常用算法thebinarytree

说明:实现二叉树的生成以及前中后的遍历,并且使用类和结构体以及链表形式实现-the process of the settings and traversal of the binary
<suyu> 在 2024-10-15 上传 | 大小:840704 | 下载:0

[数据结构常用算法MatrixTranspose

说明:数据结构中实现矩阵转置功能,利用随机数产生稀疏矩阵。-Data structure to implement matrix transpose function, sparse matrix using random number generator.
<明峰> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法hashMap

说明:数据结构中的哈希查找,首先先插入n个数据,然后按值可以查找,并显示位置-Find the hash data structure, the first n-first into the data, and then you can find by value, and display position
<dengxianzhi> 在 2024-10-15 上传 | 大小:107520 | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 1205.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org