-
visualC_matlabImageProcessing_Sourcecode
VC++和MATALB混合编程,图象处理(源码)(VC++ and MATALB mixed programming, image processing (source code))
- 2010-07-18 11:30:59下载
- 积分:1
-
051ljy
利用MATLAB设计的小型数字图像处理系统(MATLAB design of small-scale use of digital image processing system)
- 2009-04-18 16:56:47下载
- 积分:1
-
cache
The cache manager source code implemented in Windows kernel.
- 2009-05-30 14:00:05下载
- 积分:1
-
imreconstruct
此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。(This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.)
- 2012-08-01 16:49:21下载
- 积分: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
-
FrequencyFilt
根据频率的不同,设置不同的滤波器,包括低通、高通、带通等(Depending on the frequency set different filters, including low pass, high pass, band pass, etc.)
- 2013-12-30 07:23:00下载
- 积分:1
-
plmela
弹性波二维模拟,PLM边界吸收和clayton边界吸收的比较(c++和matlab)(Two-dimensional simulation of elastic waves, PLM boundary absorption and clayton boundary on the absorption of (c++ and matlab))
- 2010-07-26 12:33:38下载
- 积分:1
-
23
说明: 用于实现方块编码的代码,实现图象的编码,C++代码(Coding for the realization of the code box, realize the image encoding, C++ Code)
- 2007-09-10 13:11:52下载
- 积分:1
-
sorting-and-search-alg
search,sorting algorithm insertion,binary,merge sort application include c++ language
- 2014-12-03 17:18:29下载
- 积分:1
-
matcom
在VC++6.0中利用MATCOM接口调用MATLAB中的.mat文件进行数据处理(In VC++6.0 using MATCOM interface calls the MATLAB. Mat file for data processing)
- 2013-11-07 21:31:45下载
- 积分:1