资源列表

« 1 2 ... .29 .30 .31 .32 .33 334.35 .36 .37 .38 .39 ... 2656 »

[数据结构常用算法calculator

说明:乘法大整数计算器,采用数据结构,C++编写-Large integer multiplication calculator, the use of data structures, C++ writing
<中C> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法B-tree

说明:输入一棵二叉树的扩展的前序序列,经过处理后生成一棵二叉树,然后对于该二叉树输出前序、中序和后序遍历序列。-Enter the extension of a binary tree sequence of the first order, a binary tree generated after treatment, then the binary output for pre-order, the order and post ord
<zyc> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法chengxu

说明:九方格移动问题,用的是普通的方法,可能算法一般-Nine grid movement problems, using a common method
<朱泓宇> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:数据结构中约瑟夫算法的向量实现。能够在C的环境下运行。-Joseph algorithms data structures vector implementation. In the C environment to run.
<duyinqinglei> 在 2025-01-18 上传 | 大小:1kb | 下载:0

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

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

[数据结构常用算法NEXTVAL

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

[数据结构常用算法BINARYTR

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

[数据结构常用算法lianbiao

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

[数据结构常用算法ysfh

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

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

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

[数据结构常用算法WORK3X

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

源码中国 www.ymcn.org