资源列表

« 1 2 ... .93 .94 .95 .96 .97 1998.99 .00 .01 .02 .03 ... 2656 »

[数据结构常用算法smallmemory_code

说明:《内存受限系统之软件开发》一书中的源代码,针对内存受限系统而整理的模式-the source code of "small memory software" ,patterns for system with limited memory
<blackychan> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法RedBlackTree

说明:红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree
<何雯> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法Dynamic-programming

说明:动态规划算法的相关文档。动态规划算法可用于很多方面,比如立体匹配等。-Dynamic programming algorithm documentation. Dynamic programming algorithm can be used in many aspects, such as stereo matching.
<linjingliang> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法Krysl

说明:(以非递归方式)返回后根次序遍历下访问的第一个结点的指针-(Non-recursive mode) returns the order of traversal to access the root of the first node pointer
<krysl> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法delete-the-same-elemt

说明:用数据结构实现顺序表删除相同节点的操作,操作比较完善-With the data structure in order to achieve the operating table to delete the same node
<裴琳倩> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法Stack

说明:C++方式实现的模板栈,采用链表方式存储。-C++ realization of the template stack, using the stored list.
<cary> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法Dijiska

说明:Dijiska算法,解决图论中的最短路径问题-Dijiska to solve the shortest path
<余净含> 在 2024-11-01 上传 | 大小:251904 | 下载:0

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

说明:列举了几种常见排序算法(快排、冒泡、归并、选择、插入)-List some frequent sorting algorithms(e.g:quick sorting,bubbling sorting,merge sorting,select sorting,insert sorting).
<wayen> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法hanfuman

说明:哈弗曼编码 一种编码方式 和费诺编码 一样 是可以实现的一种编码算法-The Ha Fuman encoding a encoding and Fenno coding as an encoding algorithm can be achieved
<朱昱青> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法Data-structures-CPP

说明:该程序主要是关于数据结构方面的,包括链表相关功能的实现,各种排序方法如冒泡排序,二分插入排序,图的实现,矩阵和树等程序的实现-The program data structures, including the related functions of the linked list implementation, various sorting methods such as bubble sort, binary insertion
<ws> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法jj

说明:杨辉三角的实现,较为简便的实现方式,下载下来可以参考-Implementations of Pascal' s Triangle, a relatively easy way to achieve download can refer to
<薛华威> 在 2024-11-01 上传 | 大小:251904 | 下载:0

[数据结构常用算法Hamilton

说明:一个寻找哈密顿回路的应用实例。幼儿园的老师要为孩子们排座次吃饭,桌子是圆形的,其中有一些孩子应为彼此间有矛盾不能坐在一起,求一种排座方案。该程序即是为解决这一问题而编写的,其中的核心功能就是寻找哈密顿回路。-Looking for a Hamiltonian circuit application examples. Kindergarten teacher for the children to eat row seating, ta
<> 在 2024-11-01 上传 | 大小:251904 | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 1998.99 .00 .01 .02 .03 ... 2656 »

源码中国 www.ymcn.org