-
BurnCD
用C++做的文件刻录(来自于网上转载),希望大家可以用得上。(File Burning)
- 2010-07-15 08:36:20下载
- 积分:1
-
Matlab-TSP-ACO
Matlab TSP功能代码 有详细的解释(Matlab TSP features a detailed explanation of the code)
- 2011-05-11 15:35:52下载
- 积分:1
-
023906-01
张学工模式识别课件清华大学出版社。word版本(Zhang workers Pattern Recognition Courseware)
- 2013-03-20 20:51:30下载
- 积分:1
-
fft_code
This is a generic code for finding FFT of variable string size without using built-in MATLAB function.
- 2015-03-21 19:31:23下载
- 积分: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
-
6787-14807-1-PB
A Novel Image Reconstruction Algorithm Based
on Concatenated Dictionary
This paper presents a novel method for image
reconstruction, which decomposites the image by
concatenating a redundant dictionary of several bases and
then reconstruct the image efficiently by means of Matching
Pursuit algorithm. The proposed method constructs the
concatenated dictionary with cosine bases, wavelet bases
and contourlet bases, which will lead to a better
approximation of the original image. The experimental
results show that the proposed algorithm can greatly reduce
the computational complexity and generate a better
reconstruction effect compared with previous methods.(A Novel Image Reconstruction Algorithm Based on Concatenated Dictionary This paper presents a novel method for image reconstruction, which decomposites the image by concatenating a redundant dictionary of several bases and then reconstruct the image efficiently by means of Matching Pursuit algorithm. The proposed method constructs the concatenated dictionary with cosine bases, wavelet bases and contourlet bases, which will lead to a better approximation of the original image. The experimental results show that the proposed algorithm can greatly reduce the computational complexity and generate a better reconstruction effect compared with previous methods.)
- 2013-11-24 21:37:52下载
- 积分:1
-
MATLABgeneratemifhex
说明: MATLAB生成mif、hex(QUARTUS II)文件简介(MATLAB generate mif, hex (QUARTUS II) paper provides a brief)
- 2010-03-30 20:07:33下载
- 积分:1
-
kongpin035
空频域联合滤波 在频域求极化参数 点频对消(Joint space-frequency domain filtering seeking polarization parameters in the frequency domain)
- 2012-05-04 20:39:54下载
- 积分:1
-
latex-style-template
A program on Correlation
- 2013-12-09 18:29:13下载
- 积分:1
-
crc-a-guide-to-matlab-object-oriented-programming
crc a guide to matlab object oriented programming e book with complete reference
- 2012-07-17 13:23:06下载
- 积分:1