资源列表
LimitBin
- 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。 解装箱问题的Best Fit 算法: 设
DoubleIntegral
- 利用计算机进行二重数值积分,当积分误差小于一定范围是停止计算
shunxubiao
- 实现数据结构中顺序表的建立插入删除查找功能。
main
- 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
huffman
- 数据结构中的huffman树的一个具体应用,适合刚开始学习数据结构的朋友!-Data structure of huffman tree to a specific applications, fit the beginning of the study data structure Friend!
buyongkaifangqiuzhishu
- 突然想到不用开方求质数的方法,所以用visual basic实现。-Suddenly thought of seeking prime numbers do not prescribe the method, so using visual basic to achieve.
Random-number-generation
- 随机数的产生,帮助了解随机概率统计的意义和研究方法,打好学习基础。-Random number generation, to help understand the significance of random probability and statistics and research methods, and lay a solid learning foundation.
3D_FEM_SourceCode
- 3维有限元计算,8节点等参元程序源码,读入节点信息和单元信息后可以完成有限元计算-3-D finite element calculation, 8-node isoparametric element program source code, read into node information and unit information can complete the finite element method
logmap
- analysis of logistic map using matlab
sqpm
- 经典的基于MATLAB编译的SQL算法程序-Classic MATLAB-based SQL procedures
AQM_matrix_Stability
- Recent research reveals that the fluid-based model can describe the dynamic behavior for bottleneck networks [1-3]. The stability of the fluid-based model can reflect whether there exists a congestion of the network.
Q
- Quinn 算法历程,通过这个算法可以对正弦信号频率进行精细估计-Quinn algorithm course, you can fine sinusoidal signal frequency estimation by this algorithm
