资源列表
背包问题的解决
- 背包问题的解决 :给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中...解决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
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
起泡排序
- 运用c语言编写程序比较数据的大小。起泡法一种经典的比较大小的方法。
banshuji
- 半数集问题,给定一个自然数n,由n开始可以依次产生半数集set(n)-Half set of questions, given a natural number n, starting n can be generated in half set set (n)
bhhwt
- 数据结构中的八皇后问题,用C语言编写对你有帮助-Data structure in the eight queens problem, using C language to help you
BinarySearchFistLargerLoc
- 在有序数组中,二分查找,返回大于给定元素的最小位置-Binary search in sorted array, return first location where value is larger than given value