资源列表
WorkAssignment.rar
- acm算法设计 设有n件工作分配给n个人。将工作i 分配给第j 个人所需的费用为Cij。试设计一个算法,为每一个人都分配1 件不同的工作,并使总费用达到最小。 设计一个算法,对于给定的工作费用,计算最佳工作分配方案,使总费用达到最小。 输入:第一行有1 个正整数n (1≤n≤30)。接下来的n行,每行n个数,表示工作费用。 输出:最小总费用。 例输入: 3 10 2 3 2 3 4 3 4 5 例输出:9,acm algorithm design with n pieces
hanoi.rar
- 看了数据结构那本书的源代码,又学了点MFC的知识,顺便就把可视化程序做出来了,不过功能少了点,请大家多多指教!,Read the data structure of the book' s source code, but also learn a little knowledge of MFC, the way they do out of visual programming, but the functional少了点, exhibitions please!
lyh.rar
- 线性规划算法的改进与在企业管理中的应用 本文首先介绍了线性规划问题中单纯形法和两阶段法的算法改进,并对这两种方法进行了分析并进行举例说明。然后对线性规划增减约束条件的灵敏度进行分析。最后说明线性规划在企业管理中的应用。,Linear programming algorithm to improve corporate governance in the application of this article first introduced the problem of linear prog
ellipse_fit.rar
- 用matlab编写的椭圆拟合程序,用matlab编写的椭圆拟合程序,Prepared using matlab ellipse fitting procedures, the preparation of the ellipse with matlab fitting procedure
IMM.rar
- 机动目标跟踪的交互式多模型自适应滤波算法的程序设计代码 单传感器方位角和高低角,Maneuvering target tracking interactive multi-model adaptive filtering algorithm programming code
PlotgraphWithR.rar
- 有限元程序的区域剖分. xxx.m yyy.m PlotgraphWithR.m matlab3_DN.doc,Finite element mesh of the region. Xxx.m yyy.m PlotgraphWithR.m matlab3_DN.doc
Avl_tree.zip
- 平衡二叉树的插入 删除和查找 分裂 合并等操作,it s hard to say
xunhuanma.rar
- 主要关于循环码的MATLAB仿真分析源程序及结果图。,Cyclic codes is mainly concerned with the analysis of the source code and MATLAB simulation results Fig.
shibie.rar
- 应用matlab程序,实现了对手写数字的识别,准确率非常高。,Matlab application procedures, to achieve the hand-written digit recognition, the accuracy rate is very high.
EigenEnergyFinder.rar
- matlab程序用来解薛定谔方程,程序源代码说明详细,可直接使用,matlab program for solving schrodinger equation. there are detailed expression for using the code
CFD.rar
- 计算流体力学基本思想 Matlab实例分析 CFD实例分析,CFD Lax schemes for Euler Equation
HMM(markov).rar
- HMM(隐马尔可夫模型)的matlab算法代码,HMM (Hidden Markov Model) algorithm matlab code