资源列表

« 1 2 ... .98 .99 .00 .01 .02 1203.04 .05 .06 .07 .08 ... 2656 »

[数据结构常用算法Josephus-application-problems

说明:写的一个程序,内容是:一组人(n个),围成一圈,从某人开始数到第三个的人出列,再接着从下一个人开始数,最终输出最终出列的人 (约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。) -A group of people (n points), cir
<江柳琳> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Matrix

说明:自定义矩阵类,可实现乘除、求逆、求行列式等功能。-Class of Matrix,which is helpful for students.
<zhubingqi> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法test

说明:数据分布算法,用于测试、原型研究分析-this is test program for distribution
<vonfking> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法knapsack

说明:动态规划的经典实例-0-1背包问题,体会如何巧妙消除递归,代码简洁。-Classic example-0-1 Knapsack problem dynamic programming experience how to skillfully eliminate recursion, concise code.
<Kerry> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法-Data-Structure-Queue

说明:包含数据结构中队列的链式存储和队列的顺序存储方式,不错的代码-Order memory contains a queue data structure chain storage and queue, good code
<yu > 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Data-Structure-Stack

说明:包含数据结构的栈的链式存储和栈的顺序存储,里面含有栈的创建,删除,插入,销毁等方法-Contains the data structure of the stack chain store and the order of the stack storage, which contains the stack to create, delete, insert, destroy and other methods
<yu > 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法bracket_matching

说明:括号匹配是栈的一种经典应用。本功能主要是实现输入一串字符(里面包括左括号右括号等),判断你的括号是否有相应的匹配值。如果没有则返回错误并退出程序。-bracket matching program is the typical application of stack. the program of it is to check whether the sequence have been right in the aspect of
<冯严> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法FundamentalsLab

说明:basic ai fundamentals queue list data structures lab project tree traversal depth-first pre-order depth-first post-order breadth-first traversal linked list data structure queueing behavior sequence and selector behavior
<> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法maze-

说明:设计一个8*8矩阵用来表示迷宫,针对这个矩阵,程序判断是否能够从起点(右上角)经过迷宫走到终点(左下角)。-Design a 8*8 matrix to represent the maze, for this matrix, the program can determine whether the starting point ( the upper right corner) through the maze to the end
<> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法permutations-and-combinations

说明:经典DFS排列组合算法,简洁代码极易懂,使用DEV编写并编译,参加算法比赛必备算法- Classic DFS permutations and combinations algorithm, concise code is very easy to understand, the use of DEV to prepare and compile, to participate in the algorithm game algor
<黑所> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法AC_BM

说明:AC_BM算法源码,能够进行快速的匹配,主要核心思想是树的运用-AC BM algorithm source code, can be quickly matched, the main core idea is to use the tree
<lipeiting> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法milkrun

说明:使用深度优先搜索结合Floyd算法对循环取货问题进行穷举。-Using the depth-first search algorithm combined with Floyd circulation problems pickup exhaustive.
<wuminbin> 在 2024-11-19 上传 | 大小:7kb | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 1203.04 .05 .06 .07 .08 ... 2656 »

源码中国 www.ymcn.org