资源列表
背包问题的解决
- 背包问题的解决 :给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中...解决0/1背包问题的方法有多种,最常用的有贪婪法和动态规划法。
public-sequence
- 使用动态规划的思想,给出两个序列。判断两个序列的最长公共子序列。-the longest public sequence
fuhuaxinpusheng
- 复化辛普生算法 数值分析 课程设计 多长算长啊-Advanced Mathematics how long you need?
Approximate1
- 近似算法;最优适宜装箱问题的实现,用C++语言编写-Approximation algorithm optimal implementation of appropriate packing problem, using C++ language
Quicksort
- 用C++实现10个数的快速排序法,从小到大-failed to translate
SIMP
- 变步长Simpsom求积法 变步长Simpsom求积法 -Variable step for long Simpsom quadrature method
hamiton
- 马的哈密顿周游问题 用的是二分算法 马的哈密顿周游问题 用的是二分算法-the question about hamiton
buble-sort
- 冒泡排序,主要使用了数据结构书上的冒泡排序的经典算法,-bubble sort
10-Number-of-sorts
- 题目:对10个数进行排序 程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,下次类推,即用第二个元素与后8个进行比较,并进行交换。-Topic: 10 Number of sorts for the program analysis: selection method can be used, that is, from the nine comparison process, select a minimal exchange with the firs
dssp
- A matlab code for a digital signal processing problem.19/5/2015.
60953
- roulette wheel selection method in matlab
起泡排序
- 运用c语言编写程序比较数据的大小。起泡法一种经典的比较大小的方法。