-
BSpline
程序实现二次B样条平滑,三次B样条平滑;二次B样条平滑后节点插值(Program to achieve the second B-spline smoothing, cubic B-spline smoothed after the second B-spline interpolation smooth node)
- 2014-12-07 23:00:29下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
matlab-signal-processing
一本关于matlab信号处理很好的教程,书中涵盖了信号处理所能用的所有程序(A good tutorial on matlab signal processing, the book covers all the signal processing program that can be used)
- 2013-11-27 21:29:53下载
- 积分:1
-
matlabtools
介绍了MATLAB工具中的数学工具,是你用MABLAB开发时必不可少的参考书籍啊。(MATLAB tools introduced in the mathematical tools, is when you develop MABLAB indispensable reference books ah.)
- 2007-11-12 22:21:01下载
- 积分:1
-
ninteger
沙发大神啥都分数艾弗森沙发爱上艾弗森沙发沙发沙发(dsgsdgsdgr rg g wegsdgsgrw wer werew we)
- 2017-06-26 15:15:21下载
- 积分:1
-
Tooltiptest
弹出式tooltips,codeproject上面一个国外人写的(Pop-up tooltips)
- 2013-11-03 22:01:55下载
- 积分:1
-
voicebox
matlab语音工具箱的源代码语音工具箱的源代码语音工具箱的源代码语音工具箱的源代码(matlab voiceboxvoiceboxvoicebox)
- 2012-04-07 21:44:17下载
- 积分:1
-
Fyyalefacea
人脸识别matlab程序,yyale人脸库上实现,三阶近邻法
(Face recognition matlab program the yyale face database, the third-order nearest neighbor method)
- 2012-09-30 18:08:55下载
- 积分:1
-
gg_mle
这是对广义高斯分布中两个参数alpha,beta的估计方法,对自然图像的大量统计特征就符合这一分布。(function [f, g] = dggbeta(beta, absx)
DGGBETA Derivative of generalized Gaussian pdf with respective to beta
[F, G] = DGGBETA(BETA, ABSX)
Return partial derivative and second order partial derivative
This is an utility function for GGMLE
ABSX is the distance of the data from the mean
Function is undefined for negative beta
if beta <= 0
f = NaN
g = NaN )
- 2013-03-15 10:37:51下载
- 积分:1
-
1_63by0.Sams.Teach.Yourself.Visual.C.NET.in.21
this is a very good book for learners of Visual C++. As a beginner i found this was very useful for me. And i hope it will be very useful for those who are interested to learn Visual C++.
- 2015-03-09 15:24:07下载
- 积分:1