-
1
说明: 细分曲面catmullClark细分算法代码,直接运行的结果为一个实例的细分结果(subdivision surface)
- 2016-03-27 21:22:44下载
- 积分:1
-
MatlabSimuLinkToCode
Matlab_Simulink模型到C_C_代码的自动实现(Matlab_Simulink model to C_C_ code automatically)
- 2010-10-10 10:45:17下载
- 积分: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
-
LT
说明: 最近在研究数字喷泉码,这是对LT码的仿真,系统XP,语言C++(Recent study of digital fountain codes, LT codes which is the simulation, the system XP, language C++)
- 2011-11-24 13:07:01下载
- 积分:1
-
Subclust
减聚类的类代码,可以直接使用获得类中心,类数目(Clustering by class code, you can directly use a type of center, type the number of)
- 2008-04-08 10:56:52下载
- 积分:1
-
matlab.yinqing
用VC++和MATLAB的混合编程可以实现很多强大的功能,本例即是其中用MATLAB引擎实现的方法之一(With VC++ And MATLAB programming can be a mixture of many powerful features, that is, in this case is one of MATLAB engine using one of the ways to realize)
- 2008-05-07 13:25:14下载
- 积分:1
-
particle-filter-
particle filter paper in a code, a total of papers in the code implementation mentioned in matlab+ C
- 2011-12-28 18:07:50下载
- 积分:1
-
matlab30
最常用的MATLAB程序,有30个,可供初学者使用(The most commonly used MATLAB program, there are 30 available for beginners)
- 2011-01-01 09:51:24下载
- 积分:1
-
tickets
排队买票,建立N个队列,可以通过熟人插队买票,(Queue ticket, the establishment of N queues, you can jump the queue by acquaintances ticket,)
- 2009-12-13 12:58:50下载
- 积分:1
-
MeanShift
Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束.
用matlab实现mean shift算法仿真(Mean Shift the concept was first used by Fukunaga et al [1] in 1975 in an article on the probability density function estimation of gradient raised its original meaning, as its name implies, is the offset of the mean vector, where is the Mean Shift a noun, it refers to a vector, but with the Mean Shift the development of the theory, Mean Shift the meaning has changed, if we say that Mean Shift algorithm, generally refers to an iterative steps, namely, first calculate the current point Mean offset, move the shift points to its average, and then as a new starting point and continue to move until the end to meet certain conditions. realize using mean shift algorithm matlab simulation)
- 2009-02-11 20:58:57下载
- 积分:1