资源列表

« 1 2 ... .81 .82 .83 .84 .85 1486.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法Verify-parentheses-matches

说明:写的一个程序,内容是:输入一串字符串,其中有普通的字符与括号组成(包括‘(’、‘)’、‘[’, ] ),要求验证括号是否匹配,如果匹配则输出0、否则输出1-Enter a string of string ordinary characters and parentheses (including ( , ) , [ , ] ) requires authentication brackets matches, if the m
<江柳琳> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法String-separation

说明:写的一个程序,题目描述: 通过键盘输入任意一个字符串序列,字符串可能包含多个子串,子串以空格分隔。请编写一 个程序,自动分离出各个子串,并使用’,’将其分隔,并且在最后也补充一个’,’并将子 串存储。 -Subject descr iption: An arbitrary string sequence through the keyboard input string may contain more than
<江柳琳> 在 2024-10-10 上传 | 大小:7168 | 下载:0

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

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

[数据结构常用算法Matrix

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

[数据结构常用算法test

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

[数据结构常用算法knapsack

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

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

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

[数据结构常用算法milkrun

说明:使用深度优先搜索结合Floyd算法对循环取货问题进行穷举。-Using the depth-first search algorithm combined with Floyd circulation problems pickup exhaustive.
<wuminbin> 在 2024-10-10 上传 | 大小:7168 | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 1486.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org