资源列表

« 1 2 ... .04 .05 .06 .07 .08 1609.10 .11 .12 .13 .14 ... 2656 »

[数据结构常用算法heap-sort

说明:利用堆排序从一系列的数中找出前k个小的数-Using heap sort from a series of numbers to find a small number of the first k
<闫海军> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort_compare

说明:三种排序算法(直接插入、冒泡、快速排序)效率比较-Three sorting algorithms (direct insertion, bubble, quick sort) more efficient
<mingcx> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法BagZeroOne

说明:用java实现0/1背包问题 贪心算法-the knapsack of using java
<liuxiaofei> 在 2024-11-10 上传 | 大小:5kb | 下载:0

[数据结构常用算法backnap-and-large-number-

说明:使用队列类解决背包问题 和使用线性表解决俄大数计算问题-Solve the knapsack problem using the queue class, and use the linear form of large numbers to solve computational problems Russia
<> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法node

说明:判断链表里面是否存在节点,插入位置是否超出链表当前最大位置的范围,获取当前位置的前一个节点,将要节点插入要插入的位置,删除节点-List to determine whether there is inside the node, to determine whether the insertion position of the maximum position beyond the scope of the current list
<王元> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法line_editing_system

说明:设计并实现一个简单的行编辑系统。该系统提供5条编辑子命令: open 文件名:将指定文件读入内存; quit:将正在编辑的文件写回文件,退出编辑系统; list n1 – n2:显示第n1到第n2行的内容; del 行号,列号,字符数:从指定位置开始删除指定的字符数; ins 行号,列号,字符串:在指定位置插入字符串。-Design and implement a simple line editing system
<lijinping> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Change

说明:打开一个文件夹,将里面的乱序文件排序并重新命名-Open a folder, the file will be sorted out of order inside and rename
<赵帅> 在 2024-11-10 上传 | 大小:3.42mb | 下载:0

[数据结构常用算法BOX

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

[数据结构常用算法c

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

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

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

[数据结构常用算法mylove

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

[数据结构常用算法nidong

说明:查找算法比较,二分查找,顺序查找,包括实验报告!-More search algorithm, binary search, sequential search, including lab reports!
<刘栋> 在 2024-11-10 上传 | 大小:12kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 1609.10 .11 .12 .13 .14 ... 2656 »

源码中国 www.ymcn.org