-
C_Builder_Insider_th_the_book_source_code
C Builder内幕随书的源代码C Builder Insider with the book s source code(C Builder Insider with the book s source code)
- 2010-08-18 06:25: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
-
Remote-Sensing-Image-Classification
1. 图像二值化
2. 边界跟踪,去除离散点
3. 边界提取
4. 删除短边
5. 区分河流与道路
先找到桥梁,利用桥梁上的种子点 对道路进行跟踪,从而提取整条主干道。
(1 image binarization
2boundary tracking, removal of discrete points
3 boundary extraction
4 Remove the short side
5 distinguish rivers and roads the curvature is too large)
First find the bridge, the bridge on the use of seed points on the road to follow, thereby extracting the whole trunk.)
- 2013-08-24 21:22:39下载
- 积分:1
-
deec-VS-leach.matlab
此代码将leach和deec协议进行比较,对毕设要坐这方面的同学很有帮助,大家有兴趣可以看看。(This code will leach and deec protocol comparison, the complete set up to take the students very helpful in this regard, we are interested can look at.)
- 2014-01-20 17:27:55下载
- 积分:1
-
Median_filter
median filter in the matlab software
- 2010-01-02 20:23:35下载
- 积分:1
-
RSF_v0
This code demomstrates an improved algorithm based on the local binary fitting (LBF) model
in Chunming Li et al s paper:
"Minimization of Region-Scalable Fitting Energy for Image Segmentation",
IEEE Trans. Image Processing, vol. 17 (10), pp.1940-1949, 2008.
Usage: These codes can be used for Matlab 7.0.4 or higher versions in Windows.
Run the Demos in the M-files for several test images. Once an image comes out, click
the mouse to generate a polygon as the initial contour: left click to get
a number of points, then right click to get the end point.
The number of iterations may need to be increased if the initial contour is too far
away from the desired object boundary.
- 2011-05-05 01:54:08下载
- 积分:1
-
chapter-3-code
最优阵列处理一书第三章的matlab程序,适合阵列处理初学者(Optimal array processing matlab program of a third chapter of the book, suitable for array processing for beginners)
- 2012-05-02 16:09:17下载
- 积分:1
-
ronghe
两个传感器进行串联形式连接,融合系统贝叶斯风险曲线以及ROC曲线(Two sensors are connected in series, as well as fusion system Bayesian risk curve ROC curve)
- 2013-10-08 23:45:31下载
- 积分:1
-
LISTING6_2
Tactial+and+Strategic+Missile+Guidance book program source code (For Mac in Matlab)
- 2013-10-04 10:47:45下载
- 积分:1
-
line_inter_2d
Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性(Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be used: X-500, Y-600, Fc-600, Fs-0, Fa-0, at- 200. The simulation is intended to verify the DSP on the correctness of the same interpolation algorithm)
- 2009-05-24 19:06:32下载
- 积分:1