资源列表

« 1 2 ... .52 .53 .54 .55 .56 2457.58 .59 .60 .61 .62 ... 2656 »

[数据结构常用算法lszmg

说明:最基础的走迷宫问题。 只用栈的思想,不用栈的物理结构。-The most basic of the maze problem. Only the idea of the stack without the physical structure of the stack
<张贺> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法dbbz

说明:自己实现的敌兵布阵的源代码,HDOJ1066题,数据结构使用了线段树和树状数组,算法策略使用了分治策略。-Own implementation of the enemy soldiers ended their source code, HDOJ1066 question, data structures using the segment tree and the tree array, the algorithm strategy
<张贺> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法skiplist

说明:实现c++数据结构中的跳表,是一种特殊形式的单链表, 运算较快-it realize the skiplist data stucture, which is a special kind of list calculating in a faster speed
<> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法WQL1

说明:1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -, A software company about 30 employees, each employee name, job number, position and other attributes, and
<manda> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法josephus

说明:用C语言实现josephus算法,用以实现报数问题,很好的算法啊-The C language achieve josephus algorithms to achieve the number off good algorithm
<郑磊> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法h

说明:串的匹配问题,用C语言实现此算法,很实用的算法。-The string matching problem, this algorithm, a practical algorithm using C language.
<郑磊> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法josephus.lianbiaofa

说明:用循环单链表实现josephus问题,开发软件为C语言,比起向量法更有效率。-Achieve josephus problems with circular single linked list, develop software for the C language, and more efficient than the vector method.
<郑磊> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Josephus

说明:2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -Josephus: T
<manda> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法C

说明:Dijkstra算法 能够以此来解决最短路问题-Dijkstra algorithm to solve the shortest path problem
<孙常虹> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法lsp

说明:~~~ 北斗程序算法-Beidou navigation algorithm
<xxxa> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Search-Tree

说明:C语言编写,二叉查找树的非递归实现。包含一个描述二叉树的头文件和实现功能的cpp文件。-Non-recursive implementation of binary search tree, written in C++. Contains a header file of the binary tree of the header files and source file of functions.
<chenqw> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法3_2

说明:主元素 线性选择算法主元素的判定(分治策略) 设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。 请设计一个分治算法,判断数组T={1,2,2,2,3,4,3,2,2,4,2,2,6,7,2,2}中是否存在主元素。 -main character
<yzj> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 2457.58 .59 .60 .61 .62 ... 2656 »

源码中国 www.ymcn.org