资源列表

« 1 2 ... .95 .96 .97 .98 .99 900.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法PEiDv0.94

说明:逆向工程分析利器,主要用与算法解密-Tool for reverse engineering analysis, and algorithm is mainly used to decrypt ~~~~~~~~~~~~~~~~~~
<zzz> 在 2025-06-18 上传 | 大小:2.5mb | 下载:0

[数据结构常用算法LinkListTest

说明:简单的单链表,增强版单链表,排序链表(从小到大)以及双端链表的头插法和尾插法。-LinkedList
<刘岚> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法paixu

说明:通过主函数的调用,用插入法,希尔法,直接法实现数值的排序-Through the main function calls, with insertion method, Hill method, direct method to achieve numerical sorting
<杜平> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[数据结构常用算法datastructure

说明:学习数据结构时候自己写的相关练习代码和课程设计,包括队列 链表 队列等,课程设计包括源代码和文档-When studying the data structure related to practice writing their own code and curriculum design, including the queue, the queue list, etc. The curriculum includes the source code and documentation
<> 在 2025-06-18 上传 | 大小:809kb | 下载:0

[数据结构常用算法Calculate-Pi

说明:高效的数值算法,使用普通精度计算圆周率。不需要高精度的支持-Efficient numerical algorithm, calculation of pi using ordinary precision. Does not require the support of high-precision
<BlueStar> 在 2025-06-18 上传 | 大小:45kb | 下载:0

[数据结构常用算法DIJKSTRA

说明:Suppose you want to find the shortest path between two intersections on a map, a starting point and a destination. To accomplish this, you could highlight the streets (tracing the streets with a marker) in a certain order, until you have a route high
<synthia> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法KRUSKAL

说明: * create a forest F (a set of trees), where each vertex in the graph is a separate tree * create a set S containing all the edges in the graph * while S is nonempty and F is not yet spanning o remove an edge with minimum weight from S o
<synthia> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法my_BFS

说明: 1. Enqueue the root node. 2. Dequeue a node and examine it. * If the element sought is found in this node, quit the search and return a result. * Otherwise enqueue any successors (the direct child nodes) that have not yet been discovered.
<synthia> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法MY_DFS

说明:DFS is an uninformed search that progresses by expanding the first child node of the search tree that appears and thus going deeper and deeper until a goal node is found, or until it hits a node that has no children. Then the search backtracks, retur
<synthia> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法MY_QUICK

说明: 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements with values less than the pivot come before the pivot, while all elements with values greater than the pivot come after it (equal values can go either way
<synthia> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法0-1hui

说明:0-1背包问题 关于回溯法的背包问题 回溯法在求问题的所有解时, 要回溯到根结点, 且根结点的所有子树都已被搜索过才结束。-0-1 背包问题
<lll> 在 2025-06-18 上传 | 大小:7kb | 下载:0

[数据结构常用算法AVL_BST

说明:完整实现BST与AVLtree的功能 包括树的一节一节点的建立与一点一点的的删除-Binary search tree and AVL tree
<lingyi> 在 2025-06-18 上传 | 大小:16kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 900.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org