资源列表

« 1 2 ... .78 .79 .80 .81 .82 283.84 .85 .86 .87 .88 ... 2656 »

[数据结构常用算法delete

说明:设一线性表的数据按递增顺序排列且含有重复值,编写算法删除线性表中的重复值,链表实线-Line of table data set in increasing order and contain duplicate values, the preparation of the linear algorithm to delete duplicate values in the table, solid line list
<王宏> 在 2025-01-17 上传 | 大小:1kb | 下载: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
<武江伟> 在 2025-01-17 上传 | 大小:1kb | 下载: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> 在 2025-01-17 上传 | 大小:1kb | 下载: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> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法GetIntersectPoint

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

[数据结构常用算法MatrixTranspose

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

[数据结构常用算法minmax

说明:極小極大搜尋法附註解,可以應用在各種遊戲樹上,更進階的是使用alpha_beta去剪枝-Note Minimax search solutions can be applied in a variety of game tree, the more advanced is the use of alpha_beta to prune
<12345> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法0

说明:c写的二叉树 包括二叉树的建立并用深度优先算法进行搜索-I hope it will help you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<成杰> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法beibao

说明:0-1背包问题:给定n种物品和一个背包,物品i的重量是Wi,物品i价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0。不能将物品i装入背包多次,也不能只装入部分的物品i。0-1背包问题的主要特点是在选择物品i装入背包时,每种物品仅有一件,可以选择放或不放-0-1 knapsack problem: Given n typ
<丁佩> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法first2

说明:程序代码对快速排序法和舍伍德快速排序法的比较-Program code for quick sort and comparison of Sherwood Quick Sort
<宏栋> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法AdjGraph

说明:c++实现数据结构中图的邻接表存储以及基本操作-c++ data structures stored in the adjacency table and the basic operations
<陈林> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法the_longest_rising_qeue

说明:在一串整数列中找出最长增子序列,并输出其长度。所谓最长增子序列,如13752的最长增子序列为137或135.-find out the longest queue whose items are from the original queue and trend is rising. Put out its length.
<> 在 2025-01-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 283.84 .85 .86 .87 .88 ... 2656 »

源码中国 www.ymcn.org