资源列表

« 1 2 ... .90 .91 .92 .93 .94 15995.96 .97 .98 .99 .00 ... 28522 »

[数据结构常用算法LV-backtrack01PACKING

说明:给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Given n types of items and a backpack. Item i is the weight wi, the value of vi, backpack capacity of c.
<JLH> 在 2025-07-17 上传 | 大小:102kb | 下载:0

[matlab例程1

说明:维纳滤波器的Matlab实现:加噪信号经过滤波器后,恢复原始信号。-Wiener filter by Matlab: plus noise signal through the filter, to restore the original signal.
<邓晶晶> 在 2025-07-17 上传 | 大小:1kb | 下载:0

[matlab例程bezier-5

说明:5次bezier曲线可以运行,已经经过尝试-5 bezier curve can run, has been tried
<ymh> 在 2025-07-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法bittree

说明:树的遍历,包括树的前序遍历后序遍历中序遍历的递归和非递归算法。-Tree traversal, including the pre-order traversal of the tree in order traversal post-order traversal non-recursive and recursive algorithms.
<李慧新> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[matlab例程firPuse

说明:维纳滤波器的应用,从加噪信号中提取原始信号,求权系数收敛情况。-Wiener filter applied, to extract the signal with noise from the original signal, to seek power factor of convergence.
<邓晶晶> 在 2025-07-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法car1

说明:实现停车场系统的管理,能对不同的车辆进来时间,出去时间进行记录,然后算出停车需要的钱-Implement parking management system, vehicles can come in different time, out of time to record, and then calculate the money needed parking
<马彪> 在 2025-07-17 上传 | 大小:1.39mb | 下载:0

[数据结构常用算法msort

说明:对一个数组实现归并排序,能够快速的实现多个数据的排序-Array implementation of a merge sort, to quickly sort multiple data
<马彪> 在 2025-07-17 上传 | 大小:237kb | 下载:0

[数据结构常用算法quicksort

说明:一种对多个数据的排序方法,快速排序 。能够根据一个关键值对数据进行递归排序-A kind of multiple methods of data sorting, quick sorting. According to a critical value can be recursively sort the data
<马彪> 在 2025-07-17 上传 | 大小:238kb | 下载:0

[数据结构常用算法tree

说明:二叉树的遍历,能够进行前序,中序和后序的排列。-Binary tree traversal, can be pre-order, the order and arrangement of the order
<马彪> 在 2025-07-17 上传 | 大小:396kb | 下载:0

[matlab例程matlab-pingfangbijin

说明:matlab实现函数y=sin(pi*x)的二次平方逼近的脚本语言,-matlab to achieve the function y = sin (pi* x) approximation of the second square of the scr ipting language,
<王国江> 在 2025-07-17 上传 | 大小:65kb | 下载:0

[matlab例程roberts

说明:利用prewitt、sobel、roberts边缘检测器进行边缘检测-Use prewitt, sobel, roberts edge detector for edge detection
<yaya> 在 2025-07-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法package

说明:数据结构和算法分析的相关内容,这里是0/1背包问题的相关代码,将有助于你更好的学习相关内容。-Data structures and algorithm analysis of relevant content, here is the 0/1 knapsack problem related to code, will help you better learn the relevant content.
<chen> 在 2025-07-17 上传 | 大小:3.7mb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 15995.96 .97 .98 .99 .00 ... 28522 »

源码中国 www.ymcn.org