资源列表

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

[数据结构常用算法solution-of-Towers-of-Hanoi

说明:汉若塔问题的经典解法,C代码可以直接运行。-solution of Towers of Hanoi
<冯俊羲> 在 2024-11-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法calculate--PI

说明:计算PI后面的很多位的C程序,可以直接运行,代码精简快速-calculate Pi rapidly and accuratly
<冯俊羲> 在 2024-11-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法yuesefu

说明:实现约瑟夫环问题编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。-shi xian yue se fu huan wen ti
<王明> 在 2024-11-14 上传 | 大小:11kb | 下载:0

[数据结构常用算法er-cha-shu-

说明:一棵非空二叉树可以看作是由根结点、左子树和右子树这三个基本部分组成的。如果能依次遍历这三个部分的信息,也就遍历了整个二叉树。由此得到的二叉树的遍历是按某种策略访问二叉树中的每一个结点且仅访问一次的过程。二叉树的遍历按访问根结点的先后次序不同分为前序、中序和后序三种。-A non-empty binary tree can be seen from the root node, the left subtree and right sub
<王明> 在 2024-11-14 上传 | 大小:11kb | 下载:0

[数据结构常用算法quick_sort

说明:快速排序 c语言源码-Quick Sort
<lucyking> 在 2024-11-14 上传 | 大小:3kb | 下载:0

[数据结构常用算法Recursive

说明:数据结构中各种递归利用的小例子,方便我们理解递归。-Data structure of recursive use small example, convenient we understand recursion.
<liqian> 在 2024-11-14 上传 | 大小:259kb | 下载:0

[数据结构常用算法List

说明:c++语言中,list库函数的讲解程序,了解内核构造。-Library functions in c++ language, a list of the interpretation process, understand the kernel structure.
<liqian> 在 2024-11-14 上传 | 大小:1.31mb | 下载:0

[数据结构常用算法Commonly-used-algorithm-for-assembly.Rar

说明:常用算法程序集(C语言描述)(第三版)+源代码.rar,完整版,下载急用。-Commonly used algorithm for assembly (C language) (third edition)+ source code. Rar, full version, download emergencies.
<zhoubo > 在 2024-11-14 上传 | 大小:6.44mb | 下载:0

[数据结构常用算法binary-tree

说明:二叉树的基本算法代码,包括插入节点、删除节点、遍历二叉树等基本算法。-Binary basic algorithm code, including insert nodes, delete nodes, and other basic binary tree traversal algorithm.
<> 在 2024-11-14 上传 | 大小:13kb | 下载:0

[数据结构常用算法hash_k

说明:hash SEARCHİ NG FOR C# CODE
<mtumay> 在 2024-11-14 上传 | 大小:38kb | 下载:0

[数据结构常用算法jb

说明:Lowest cost calculation
<mtumay> 在 2024-11-14 上传 | 大小:105kb | 下载:0

[数据结构常用算法Problem-Arrangement-zoj-3777

说明:zoj 3777,是我acm人生中的第一题状压dp,不得不承认这题很好,经典入门题。-zoj 3777, my first question acm life-like pressure dp, had to admit that this question is very good, classic entry title.
<zhd> 在 2024-11-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 2286.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org