搜索资源列表
Poj1022
- 本题写了一个EE3的产品描述,是四维的。确实很难想像清楚。我们这样想就行。它有四个坐标,每一维都可以放上一个立方体,边长为1.然后就是怎么判断是否Inconsistent,有两种情况:1),如题上举的例子,ID为1的在x2坐标上前面是3,那么ID为3的在X2坐标的后面应该是1,否则就Inconsistent。-We usually think that there are three geometric dimensions the fourth dimension is usually ti
pack_of_four_algorithms
- 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
greedyknapsack
- 贪心算法之背包问题。背包问题的贪心算法要求按照单位容量效益值的高低的量度标准进行排序,然后再分级选取,求得最优解。实现此算法,物品个数,每件物品的效益值,容量值,背包容量值都由键盘输入;输出结果要有每件物品的详细信息。-Greedy algorithm for knapsack problem. Knapsack problem greedy algorithm efficiency requirements in accordance with the unit value of the ca
01pack
- 0-1背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0.不能将物品i装入背包多次,也不能只装入部分物品i。-0-1 pack
SP2.0
- 国内西安交大一帮人开发的信号处理C++包,对学数字信号处理和现代数字信号处理有莫大的好处-well,this pack contains lots of C++ files about Signal Processing,go get it! It s very good for you to learn Modern DSP
An-Introduction-To-The-Kalman-Filter
- In putting together this course pack we decided not to simply include copies of the slides for the course presentation, but to attempt to put together a small booklet of information that could stand by itself. The course slides and other useful
RealStats-2002
- Real Statistics Resource Pack 2002 for Excel 2002 (Release 3.0) contains a variety of supplemental functions and data analysis tools not provided by Excel.-Real Statistics Resource Pack 2002 for Excel 2002 (Release 3.0) contains a variety of supplem
RealStats-2003
- Real Statistics Resource Pack 2003 for Excel 2003 (Release 3.0) contains a variety of supplemental functions and data analysis tools not provided by Excel.
bpp-src
- Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Dependi