-
2DMSD
人脸识别 2DMSD 二维最大散度差判别分析
(face recognition 2_dimension scatter difference )
- 2010-09-21 09:53:22下载
- 积分:1
-
ColorThreshold
Color threshold-upload by tenki
- 2009-12-05 12:30:33下载
- 积分:1
-
PSO_Solving_Multi_Aims
说明: 货物配装问题实质上是背包问题与装箱问题的混合,有着广泛的应用。配装,是指充分利用运输工具(如火车、货车、轮船等,本文主要是指货车) 的载重量和容积,采用先进的装载方法,合理安排货物的装载计划,最大限度地发挥货车容积和承载能力,从而降低配送成本。(Cargo loading problem and knapsack problem is essentially a mixture of bin-packing problem, with a wide range of applications. Loading refers to the full use of means of transport (such as trains, trucks, ships, etc., this paper mainly refers to goods) and the load volume, using advanced loading methods, rational arrangements for cargo loading plan maximizing the volume of goods and carrying capacity, thereby reducing distribution costs.)
- 2009-08-13 16:24:01下载
- 积分:1
-
NLMF2Dtree
nonlocal mean for 2-D 3-D IMAGE PROCESSING
- 2013-04-05 21:15:28下载
- 积分:1
-
chapter1
计算激光器的性能,与相关书籍配套,是初学者必备程序(describes the laser characteristicss)
- 2011-12-05 14:48:24下载
- 积分:1
-
project2
有限差分法求解泊松方程 一个例子 比较精确解和数值解(Finite Difference Method for Poisson equation; An example to compare the exact solution to the numerical solution)
- 2010-11-29 21:47:03下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
lkk_esprit
旋转不变子空间esprit算法对波达方向估计源程序(rotation invariant subspace esprit algorithm right direction- source)
- 2006-06-17 03:39:04下载
- 积分:1
-
filter
filtering an given image in matlab
- 2011-08-25 19:16:25下载
- 积分:1
-
Caesar
matlab code for caesar
- 2011-12-11 07:01:38下载
- 积分:1