资源列表

« 1 2 ... .95 .96 .97 .98 .99 1500.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法maze

说明:主要实现了迷宫求解的功能,用到的就是栈的基本操作.-The main achievement of the maze to solve the function used is the basic operation of the stack.
<ljp> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法bitree

说明:该程序详细介绍了二叉树各种遍历的实现以及其它各种操作,对于应聘笔试有一定的帮助。-The procedure described in detail the realization of binary tree traversal, as well as a variety of other operations, for the written test candidates must have help.
<li jiang> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法Knap2

说明:knap2 背包问题非递归,运用栈及回溯算法优化了一下,可以找到所有满足条件的解。 如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse-non-recursive knap2 knapsack problem, the use of stack and the backtracking algorithm to optimize the look, you can f
<uuhorse> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法37724124060626

说明:哈希表设计 针对麽个个体种的任命设计一个哈希表 使得平均查找长度不超过R,完成相应的建表和查找程序-Mody hash table design for the appointment of individual species to design a hash table to find the length of making an average of no more than R, the completion of the c
<赵科星> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法togoodstudent

说明:关于数据结构中的一种重要的数据结构的解释和说明,并有源码,很详细-On the data structure of an important data structure explanation and source code, very detailed
<ganma> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法lianbiao

说明:此程序为数据结构中链表的源代码,包括建表,插入,删除,查找等。-This procedure in the linked list data structure for the source code, including the built in table, insert, delete, search and so on.
<zhu> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法sjjg

说明:数据结构报告 有详细的代码和说明 关于栈的-The report data structure in detail and descr iption of the code on the stack
<emrfrank> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法TEST3Dlg

说明:计算复杂网络的最短路径以及 如何进行 网络的搜索和查找 和社团结构 -Computational complexity of the shortest path network, as well as how to conduct the search and search network and community structure
<朱鹏鹏> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法z

说明:校园导游咨询参考,最短路径,最短路径(1),约瑟夫生者死者游戏-Campus Advisory reference guides, shortest path, shortest path (1), Joseph living dead game
<xiezhjinbu> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法MatrixVector

说明:使用递归的方法来求取N阶矩阵的行列式,其中矩阵使用vector来表示,求取行列式的方法为代数余子式展开的方式 -Using the recursive method to obtain the determinant of N-order matrix, which matrix to use vector to represent, to obtain the determinant method cofactor way to
<赵鹏> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法gcj08r1c

说明:Google Code Jam08(Google 全球编程挑战赛2008)第一轮的题目答案(代码)-Google Code Jam08 (Google Global Code Jam 2008) the title of the first round of the answer (code)
<陈佩鹏> 在 2024-10-10 上传 | 大小:6144 | 下载:0

[数据结构常用算法biaodashiqiuzhi

说明:题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,
<布瓜> 在 2024-10-10 上传 | 大小:6144 | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 1500.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org