资源列表

« 1 2 ... .64 .65 .66 .67 .68 1369.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法5_queen

说明: 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not h
<卡米力江> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法AVL

说明:ALV树完整分析以及C++具体代码的实现,数据结构的难点。-ALV tree analysis and a complete C++ specific code to achieve the difficult data structure.
<link> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法042

说明:042 插入排序 简单明了干净的代码。。。容易调试。适合于初学者。。。是不可多得好代码 -good code
<huli> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法josph

说明:约瑟夫环问题,采用不带头结点的单链表,进行操作-Joseph Central problem, do not take the lead in adopting single-linked list node, to operate
<> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法gcf

说明:用改进的数据结构快速计算复杂网络的社区划分-The data structure used to improve the rapid calculation of complex network of community division
<X.Liu> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法ideas-commonly-used-in-program-design

说明:本文包括程序设计中常用算法设计的思路,其中包括背包问题、递归、递推等经典方法。-In this paper,it include ideas which commonly used in program design,such as knapsack problem, recursive, recursive methods and so on.
<桂林> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法senlin

说明:森林的层次遍历、广义表输出等关于森林的一些基本操作-Traverse the level of the forest, a broad sheet output on some of the basic operation of the forest
<王泉林> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法TREES

说明:森林的层次遍历、广义表形式输出等关于森林的一些基本操作-Traverse the level of the forest, such as the generalized form of the output on some of the basic operation of the forest
<王泉林> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法sxcc

说明:这个是数据结构顺序存储的源码。需要源码的同学们可以下载下来参考一下。本人试过,都能运行。-This is a data structure stored in source code order. Students need to source can be downloaded for reference. I tried to run.
<小宝> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法C_suanhua

说明:c语言经典算法 数据结构实力经典分析,描述如何解决类似问题的大概思路-c language data structure of the classical algorithm classical strength analysis, descr iption of how to solve similar problems, ideas about
<方式> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法tt

说明:算法设计与分析 习题部分解 比如:由于矩阵乘法满足结合律,所以计算矩阵的连乘可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。 若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积 -Algorithm design and analysis of some solutions of exercises to meet the combi
<wzn> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法linklist

说明:涵盖了常用的线性链表操作,符合c99标准-Generic link sequence list opterations.
<michel> 在 2024-10-12 上传 | 大小:10240 | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 1369.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org