资源列表

« 1 2 ... .22 .23 .24 .25 .26 1627.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法BOX

说明:最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m
<lijinping> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法c

说明:中缀表达式 转化为后缀 表达式 数据结构 课后提 撒播撒播-Infix expression into postfix expression
<henry> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法O(n)-O(n2)-O(nlogn)

说明:complexity of the algorithm O(n^2) O(n) O(n*logn)
<Aygerim> 在 2025-06-16 上传 | 大小:317kb | 下载:0

[数据结构常用算法mylove

说明:二叉树遍历 包括前序遍历,中序遍历,后续遍历,以及层次遍历-Including pre-order traversal, in-order traversal, follow through, and the level of traversal
<jj> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法nidong

说明:查找算法比较,二分查找,顺序查找,包括实验报告!-More search algorithm, binary search, sequential search, including lab reports!
<刘栋> 在 2025-06-16 上传 | 大小:12kb | 下载:0

[数据结构常用算法CloseSTPair

说明:分治算法,分离点对,计算最小距离,采用分而治之的策略,代码清新明了,易读性强-CloseSTPair: Complute the shortest distanse
<张弘毅> 在 2025-06-16 上传 | 大小:3.52mb | 下载:0

[数据结构常用算法Data_Structures

说明:数据结构课程课件_北京交通大学,内含9个PPT演示文档-Data Structures Courseware _ Beijing Jiaotong University
<李圣心> 在 2025-06-16 上传 | 大小:1.68mb | 下载:0

[数据结构常用算法AVL_Tree

说明:实现一个二叉平衡树,可以直接在程序中包含,然后进行使用。-It s an avl_tree which has already been realized and we can use the data structure in our own coding
<张弘毅> 在 2025-06-16 上传 | 大小:6.09mb | 下载:0

[数据结构常用算法Polynomial

说明:多项式相加 提供一元多项式的加法运算 文件包含两个类-Added to provide a polynomial polynomial addition operation file contains two classes
<> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法automatically-sorted

说明:在输入框内任意输入数字,按下确定,自动排序,非用Array.sort()做,任意排序 -Any input in the input box number, press OK, automatically sorted, non-use Array.sort () to do any sort
<苏鸿> 在 2025-06-16 上传 | 大小:26kb | 下载:0

[数据结构常用算法11View

说明:字符串分解,首先读取一个文本文件,按照行进行空格获一定自定义格式进行劈分,然后将其进行输出成一个文件-String decomposition, first read a text file, in line with the space custom format by a certain splitting, then the output into a file
<yhd> 在 2025-06-16 上传 | 大小:3kb | 下载:0

[数据结构常用算法sujujiegou

说明:一些典型的数据结构源代码,很不错,每个例子都很详细-Some typical data structure source code, very good, very detailed examples of each
<NIBA> 在 2025-06-16 上传 | 大小:11kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 1627.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org