资源列表
1108
- 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即n ?i=1pi xi 取得最大值。约束条件为n ?i =1wi xi≤c 和xi?[ 0 , 1 ] [ 1≤i≤n]。-At 0/1 knapsack problem, there is a need for a capacity of c for the loaded
zishiyingsuanshubianma
- 用MATLAB编程实现自适应的算术编码,采取巧妙的方法。-Programming with MATLAB adaptive arithmetic coding, to take a clever approach.
kuaisupaixu
- 快速排序,用c语言编写的,还不错,大家-Quick Sort, using c language, well, we try
shortestroute
- 东华大学 离散数学 课程实验 最短路径的代码 按照矩阵输入数据-Donghua University Discrete Mathematics course experiment the shortest path matrix of the input data in accordance with the code
prims
- This source file for prims algorithm of data structures.It used to find minimum spanning tree. -This is source file for prims algorithm of data structures.It used to find minimum spanning tree.
kuaishu
- VC++6.0调试成功的数据结构快速排序源代码,实现快速排序功能。-The success of VC++6.0 debugging data structures quicksort source code, fast sorting.
hongmao
- 数据结构,小红帽回家的题目。做数据结构实验会用到的。-little red hat
ChirpSinalRange1
- this code is abaot chirp signal in the rang direction
archive
- fuzzy logic sotlution to project staffing and project funding to risk calculator
Clustering_Coefficient
- 生物中关于复杂网络拓扑性分析中的聚类系数,使用MATLAB对矩阵进行计算-Creatures of complex network topology analysis, the clustering coefficient, using MATLAB to matrix to calculate
chengxu2
- 该matlab程序是对txt中的文本和数据进行分离,并且分别得到txt文件-Matlab program is txt in the text and data separation, and were txt file
互信息mi
- 互信息是信息论里一种有用的信息度量,可用于降维。