资源列表

« 1 2 ... .44 .45 .46 .47 .48 1449.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法shuzu

说明:二分查找法,函数重载,矩阵,排序,顺序查找法-Binary search method, function overloading, matrix, sort, sequential search method
<zhaoyunze> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法heap

说明:堆排序,一款不错的排序方式,排序方式不错-Sort,a good sort
<asdfasd> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法stackoperation

说明:一个关于数据结构的小程序,压站,弹站,对编程很有用的-A small program on the data structure, pressure points, playing the station, very useful for programming
<madaha> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法maze

说明:迷宫问题的递归解法和非递归解法,里面有详细的注释。是学习递归算法的好资料。-Maze of recursive and non recursive solution method, which has detailed notes. Recursive algorithm to learn good information.
<zhsenl> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法bankers-algorithm

说明:银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid
<zhsenl> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法emd-1.0.0

说明:emd 用经验模式分解分解出固有模式函数-empirical mode decomposition
<Larry Lai> 在 2024-10-11 上传 | 大小:23552 | 下载:0

[数据结构常用算法paixushu

说明:mfc写的二叉排序树小程序,实现建树,插入,查找,删除,利用树控件显示-mfc binary sort tree to write small programs
<tomo> 在 2024-10-11 上传 | 大小:4549632 | 下载:0

[数据结构常用算法shu

说明:MFC写的二叉树小程序,输入后可以显示树,递归先序中序后序遍历和非递归中序遍历,数据结构相关-MFC binary write small programs can be displayed after the input tree, recursive sequence in the first post-order traversal order and non recursive inorder traversal, the da
<tomo> 在 2024-10-11 上传 | 大小:2405376 | 下载:0

[数据结构常用算法list

说明:MFC写的链表的归并,可视化界面,数据结构实验相关-MFC write list of the merger, experiment-related data structure
<tomo> 在 2024-10-11 上传 | 大小:2371584 | 下载:0

[数据结构常用算法shudu

说明:很经典的算法,利用深度搜索解决速度问题。-Classic algorithm, the speed advantage of the depth of search to solve the problem.
<梁耿替> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法DijkStra

说明:迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找-Dijkstra algorithm vc++6.0 to achieve, the shortest path algorithm to find
<chegnyong> 在 2024-10-11 上传 | 大小:157696 | 下载:0

[数据结构常用算法QuickSort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
<杨金> 在 2024-10-11 上传 | 大小:8192 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 1449.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org