-
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
-
pseudo_zernike_radial_polynomials
Computes pzeudo Zernike radial polynomials using the hybrid method mentioned
- 2012-05-03 15:21:20下载
- 积分:1
-
cogenerazione_fun_opt
cogeneration optimizeted function
- 2011-06-24 17:04:52下载
- 积分:1
-
hongqiuyundong
用matlab制作的红色小球沿螺线运动的动画(using Matlab produced by the small red balls along the spiral movement of animation)
- 2007-04-14 09:46:38下载
- 积分:1
-
SpeedyGA
genetic algorithm
In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.
- 2015-01-29 14:08:34下载
- 积分:1
-
video1
matlab图像处理作业,对一段视频中的运动物体进行实时跟踪。利用surf进行每两帧图像的配准,并利用帧间差分法,找到物体轮廓,可追踪两个目标,请在matlab2013b环境下运行(Matlab image processing operations, real-time tracking of a moving object in video. Using surf every two frames of image registration, and use the interframe difference method, find the object contour, traceable two objectives, please run in matlab2013b environment)
- 2015-05-20 08:50:13下载
- 积分:1
-
star-cascade-master
this is the start casecade program.
it is very useful for beginer.
- 2014-09-26 10:53:31下载
- 积分:1
-
the-code-for-FFT-with-Matlab
使用matlab程序实现快速傅里叶FFT变换及频谱分析的程序代码(the code for FFT with Matlab)
- 2011-10-26 17:00:05下载
- 积分:1
-
Matlab7
matlab基础与提高,非常好的一门教程(matlab basic and enhance, a very good tutorial)
- 2009-02-25 11:59:45下载
- 积分:1
-
minPowell
POWELL算法求最小值,可求取多个函数的最小值,速度和精度都很高。(POWELL algorithms seek the minimum, the minimum can be to strike a number of functions, speed and accuracy are high.)
- 2009-10-27 20:13:24下载
- 积分:1