资源列表

« 1 2 ... .11 .12 .13 .14 .15 216.17 .18 .19 .20 .21 ... 2656 »

[数据结构常用算法insert

说明:先建立一个字母单链表,并输出到屏幕上,再试着插入一个字母(如把I插入到L后面) -The first letter of the establishment of a single linked list, and output to the screen, and then try to insert a letter (if the I inserted into the L back)
<陈源> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法list

说明:在原有建立的线性表的基础上,本程序完成可以输出,查询,插入元素等功能,功能较为全面-A linear form in the original building, based on the completion of this program can output, query, insert the element and other functions, functions more comprehensive
<陈源> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法dfs

说明:深度优先搜索算法DFS的实现,1.如果有可能,访问一个领接的未访问的节点,标记它,并把它放入栈中。 2 当不能执行规则 1 时,如果栈不为空,则从栈中弹出一个元素。 3 如果不能执行规则 1 和规则 2 时,则完成了遍历。-Depth-first search algorithm DFS implementation, 1. If possible, visit a collar then outstanding access node
<陈源> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法large

说明:本程序围绕大整数编程,程序能够实现大整数的加、减、乘、除取余等运算。-This program around the big integer programming, the program can achieve large integer add, subtract, multiply, in addition to taking over other operations.
<陈源> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法expression

说明:利用堆栈先进后出的特点,使用进栈与出栈实现各种表达式的运算。-After the stack out of the use of advanced features, the use of the stack into the stack and out of operations to achieve a variety of expressions.
<陈源> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法expression

说明:表达式求值,包括双字符的转换,求值,逆波兰-expression s transform and calculate.
<朱琳> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法abc

说明:单链表的归并排序,你可以用它来实现一个单链表的归并排序。-A single list of merge sort, you can use it to achieve a single list of merge sort.
<王蒙> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法yuesefuhuan

说明: 若干个人围成一个圈,用循环链表来模拟!每个人有一个序号和一个密码,给定初始数字作为第一个出列的人号,然后依次把出列的人密码作为出列的下一个号.直到人出列完成1-Several individuals in a circle with a circular linked list to simulate! Everyone has a serial number and a password, given the initial fig
<min> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法migong.c

说明:参考资料写的一个迷宫问题,能显示具体的步骤,和最终结果。-The maze problem, can show every step, and the final result.
<kevin> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法caculator

说明:计算器,用c++实现的,功能一般,希望对大家有用-the caculator which discribed in c++
<文瑜> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明: 给定n 位正整数a,去掉其中任意k≤n 个数字后,剩下的数字按原次序排列组成一个新的正整数。对于给定的n位正整数a 和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。对于给定的正整数a,编程计算删去k个数字后得到的最小数。-Given n-bit positive integer a, to remove any of them k ≤ n digits after the original order of the re
<pingzi> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法matchparentheses

说明:VC++ 数据结构实验算法 括号匹配的检验-VC++ data structures match the test in parentheses
<张晓光> 在 2025-01-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 216.17 .18 .19 .20 .21 ... 2656 »

源码中国 www.ymcn.org