资源列表

« 1 2 ... .55 .56 .57 .58 .59 2360.61 .62 .63 .64 .65 ... 2656 »

[数据结构常用算法doubly-linkedlistpointer

说明:doubly linked list pointers using c-doubly linked list pointers using c++
<Abdullah> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法horse

说明:使用C语言解决马走日问题,是一个简单的算法问题,对于算法初学者很有用!-Using the C language to solve horse to go to Japan, is a simple algorithm for the problem, for the algorithm is useful for beginners!
<宋旭> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法NEXTVAL

说明:字符串的模式匹配算法,主要用的是数据结构-String pattern matching algorithm, the main data structure is used
<mgh> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法BINARYTR

说明:建立二叉树及二叉树的先序、中序和后序递归遍历*-Create a binary tree and binary tree preorder, inorder and postorder recursive traversal*
<mgh> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiao

说明:c语言环境下的一个简单的线性链表的插入与删除的源代码-c language environment is a simple linear linked list insertion and deletion of source code
<娄子> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法ysfh

说明:约瑟夫环的问题采用的是典型的循环链表的数据结构,就是将一个链表的尾元素指针指向队首元素。   解决问题的核心步骤:   1.建立一个具有n个链结点,无头结点的循环链表;   2.确定第1个报数人的位置; 3.不断地从链表中删除链结点,直到链表为空。 具体过程就是先建一个单向循环链表,用来存储这些人的编码和密码。然后删掉报数为m的人,在删除的同时将这个人的密码和标号输出。直到把这个链表删空为止。这就是我解决这个问题的方
<akon_shuai> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法shortest-path

说明:寻找单源最短路径问题的优先队列式分支限界法-Single-source shortest path problem priority queue type branch and bound
<丫丫> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法WORK3X

说明:采用顺序映像的方式对队列的相关操作,插入,删除,求其长度,查找头部等-The way by order of queue of eng relevant operation, insert, and delete its length, find head etc
<周春露> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Parking-lot-problems

说明:关于停车场停车问题的管理,利用队列的性质就一辆车进停车场后的停车位,停车时间,需交停车费,以及停车场空闲车位的管理等问题-Questions about the management of parking lot, use queue of property is a car into the parking lot after the parking space, stop time, pay parking spot, and fr
<周春露> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuaipai

说明:设要排序的数组是A[0]……A[N-1],首先任意选取一个数据(通常选用第一个数据)作为关键数据,然后将所有比它小的数都放到它前面,所有比它大的数都放到它后面,这个过程称为一趟快速排序。-The array is designed to sort A [0] ... ... A [N-1], first select an arbitrary data (usually the first choice of data) as the
<dash> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Greedy

说明:利用greedy來解決背包客重量問題,並做簡單排序動作-Backpackers use to solve the weight problem of greedy, and do a simple sort operation
<Lkk> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:Prim algorithm in C-Prim algorithm in C++
<kaveh> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .55 .56 .57 .58 .59 2360.61 .62 .63 .64 .65 ... 2656 »

源码中国 www.ymcn.org