资源列表

« 1 2 ... .76 .77 .78 .79 .80 1981.82 .83 .84 .85 .86 ... 2656 »

[数据结构常用算法2-3-tree

说明:2—3树是这样一种树: A.每个非叶子结点都有2个或3个儿子; B.每条众树根到树叶的路径长度相等; C.只有一个根结点的树也是2—3树。 本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation
<冯读庆> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法sampleToValue

说明:表达式求值 利用堆栈原理,实现表达式求值 如:3*(3+2)/5#-Expression evaluation Stack principle, the expression is evaluated : 3* (3+2)/5#
<sky> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法HuffmanTree

说明:哈夫曼树:构造哈夫曼树,构造哈夫曼编码。-Huffman tree: Huffman tree structure, constructed Huffman coding.
<sky> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Splay

说明:splay tree,动态平衡树的一种,应用比较灵活-splay tree, the dynamic balance of a tree, the application is more flexible
<可可> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法aco

说明:这是我2012年第一个学期的期末大作业。 不得不说这段代码参考了网络上的一些代码,以及书本上的一些相关数据。 但是无论是网络上还是书上难免总是有很多C++的影子,这是我自己理解之后用C编写的蚁群算法的代码。-This is my first semester of 2012, the final job. Have to say this code with reference to some code on the netwo
<周力> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法QUEUE

说明:对数据结构队列的描述,包括顺序队列,循环队列,链队列-The data structure of the descr iption of the queue, including the order queue, circular queue, chain queue
<陈伟> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法ts

说明:线性表的基本操作建立一个包含图书(书号,书名,定价)信息的的链表,并具有如下功能: (1) 根据指定图书个数,逐个输入图书信息; (2) 根据书名进行查找,返回此书的书号和定价; -Linear form of the basic operation to establish a book (ISBN, title, pricing) information linked list, and has the followin
<qjs> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法queens

说明:八皇后问题:回溯法+递归法+排列法+位运算法-Eight queens problem: backtracking+ the recursive method+ permutation+ bit algorithm
<鲁虹伟> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法networkflow

说明:网络流算法acm,需要了解残留网络和流等基础。-the acm network flow algorithm
<double> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法RIOUQCW

说明:数值计算方法相关的十个程序 包括对分法,迭代法,牛顿法,割线法,高斯消元法,雅克比迭代法程序,幂法,线性拟合态,()
<sawema> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法307664

说明:生成0到1之间的任意随机数,可以产生一个0到1区间内均匀分布伪随机数,可以产生多个0到1区间内均匀分布伪随机数()
<hinfrec> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法选择排序

说明:C语言选择排序法,可以很方便快速的对一组数据进行排序,排列(C language selection sorting method, it can quickly and easily sort and arrange a set of data.)
<嘿嘿小鱼儿> 在 2024-11-01 上传 | 大小:2048 | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 1981.82 .83 .84 .85 .86 ... 2656 »

源码中国 www.ymcn.org