-
dfedit13b
实现彩色图象的读取,以及回度图象的读取,及相关的变换(Achieve color image reading, and reading back of the picture, and the associated transformation)
- 2013-12-17 15:56:27下载
- 积分:1
-
Blur1
Computing an Exact Gaussian Scale-space
介绍了一种图像去模糊算法 保护论文和源代码 用c 编写(Computing an Exact Gaussian Scale-space
introduce a debulrring algorithm, including a source C code)
- 2014-09-02 19:06:07下载
- 积分:1
-
GA_and_ACO_TSP
使用遗传算法和蚁群算法求解TSP问题,并且
实时地将计算结果和所用时间等信息显示在界面上,很直观。(The use of genetic algorithms and ant colony algorithm for TSP problem, and real-time results and the use of the time information is displayed in the interface is very intuitive.)
- 2010-09-03 21:45:37下载
- 积分:1
-
CPP-questions-and-answers
C++ 相关例题、习题及答案 ( 含代码 )(C++ relevant exercises and answers (including code))
- 2014-02-18 16:23:32下载
- 积分:1
-
gal_tsp_src
searching for genetic algo in matlab for tsp
- 2013-08-07 16:54:45下载
- 积分:1
-
chengxu
实现电力系统的潮流计算,采用的事PQ方法来编程(Achieve power flow calculation method used to program the things PQ)
- 2011-05-31 09:32:33下载
- 积分:1
-
exp
使用MATLAB程序通过18个循环,求最少费用的问题.(new Cumulative )
- 2013-05-15 23:09:21下载
- 积分:1
-
1
FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现(FFT LZW compress)
- 2013-11-20 22:11:22下载
- 积分:1
-
ex_kaiser
kaiser窗函数的用法,这是一个资料上的,经过验证了,希望帮得到你。(usage of the kaiser window function, which is an information, after the verification, and hope to help get you.)
- 2012-06-15 10:51:40下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1