资源列表

« 1 2 ... .60 .61 .62 .63 .64 2365.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法joseph

说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-joseph ring
<lili> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法create_linklist_head

说明:头插法是新增节点总是插在头部,以带头结点链表为例,链表头指针是Head,新增节点p的方式创建单恋表-create linklist with head node
<lili> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法create_binarytree

说明: 因为程序中要知道叶子结点(终点),所以要将上面的二叉树变成扩展二叉树 (把叶子结点的孩子补成#, 用作标记),以此方式创建二叉树-create binarytree
<lili> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法complex_add_multiply

说明:设两个复数A=a+bi, B=c+di(其中a,c为实部,c,d为虚部) 则A+B=a+c+(b+d)i A*B=ac-bd+(ad+bc)i,用单链表实现-complex add and multiply
<lili> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack

说明:C 语 言 实 现 栈 的 基 本 操 作 。 构 造 一 个 栈 并 读 入 数 据 , 进 栈 、 出 栈 、 取 栈 顶 元 素 操 作 -the fundmation operation of stack
<lili> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:大二数据结构课的“哈夫曼编码”的源代码,运用C++实现了常见的方法,能编译通过。-huffman code
<杨嘉> 在 2025-01-12 上传 | 大小:230kb | 下载:0

[数据结构常用算法heap

说明:大二数据结构课的“堆”的源代码,运用C++实现了常见的方法,能编译通过。-Sophomore class data structure stack of source code, using C++ achieve a common method that can compile.
<杨嘉> 在 2025-01-12 上传 | 大小:17kb | 下载:0

[数据结构常用算法BST

说明:大二数据结构课“二叉排序树”的源代码,用C++实现了基本功能,可以编译通过。-Sophomore data structures class binary sort tree, the source code, using C++ achieve the basic function, you can compile.
<杨嘉> 在 2025-01-12 上传 | 大小:414kb | 下载:0

[数据结构常用算法map

说明:大二数据结构课“图”的源代码,用C++实现了基本功能,可以编译通过。-Sophomore data structures class map of the source code, using C++ achieve the basic function, you can compile.
<杨嘉> 在 2025-01-12 上传 | 大小:21kb | 下载:0

[数据结构常用算法unionfind.cpp

说明:Datastructure Program trickey implementation
<gulla3012> 在 2025-01-12 上传 | 大小:1kb | 下载:0

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

说明:shortest path algorithms
<gulla3012> 在 2025-01-12 上传 | 大小:1kb | 下载:0

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

说明:All graph algorithms thats helps to understand the concepts
<gulla3012> 在 2025-01-12 上传 | 大小:2kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 2365.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org