-
Horn-Schunck
Motion estimation algorithm
(Horn and Schunk)
- 2009-11-23 05:15:14下载
- 积分:1
-
Virtual-router
C,C++ Questions
1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived
object,. calling of that virtual method will result in which method being called?
a. Base method
b. Derived method..
Ans. b
2. For the following C program
#define AREA(x)(3.14*x*x)
main()
{float r1=6.25,r2=2.5,a
a=AREA(r1)
printf("
Area of the circle is f", a)
a=AREA(r2)
printf("
Area of the circle is f", a)
}
What is the output?
Ans. Area of the circle is 122.656250
Area of the circle is 19.625000
3. What do the following statements indicate. Explain.
• int(*p)[10]
• int*f()
• int(*pf)()
• int*p[10]
Refer to:
-- Kernighan & Ritchie page no. 122
-- Schaum series page no. 323
- 2011-03-15 14:22:27下载
- 积分:1
-
yuany
此为pid控制技术的的五个小程序 非常实用(pid control of this technology in five small programs very useful)
- 2006-05-30 09:44:15下载
- 积分:1
-
Bayesian-Estimates-
用R做贝叶斯估计,估计随机微分方程中的参数(Bayesian estimation made by R, the parameter estimates stochastic differential equation)
- 2013-11-13 09:57:55下载
- 积分:1
-
WEBtechnology
研究论文基于WEB环境与MATLAB技术的图像检索系统的实现(Research papers based on WEB technology, environment and MATLAB Image Retrieval System)
- 2010-05-28 16:18:55下载
- 积分:1
-
coding2
机械手末端运动轨迹,模拟仿真,使用matlab实现的(The end of the robot trajectory simulation, using Matlab achieve)
- 2012-04-19 22:54:52下载
- 积分:1
-
LAMBDA3
说明: 集中模糊度固定方法的整合,包含算例,说明,比较完整(several ways of lambda)
- 2021-04-06 17:39:02下载
- 积分:1
-
Dimension-reduction--toolbox
说明: 该工具箱中包含了多种降维算法。其中有传统的PCA和Local PCA算法,也有典型的流形学习算法,如Isomap、LLE、HLLE、Laplacian Eigenmaps 和 Local Tangent Space 。(The toolbox contains a variety of dimensionality reduction algorithms. In which the traditional PCA and Local PCA algorithms, there are the typical manifold learning algorithms such as Isomap, LLE, HLLE, Laplacian Eigenmaps and Local Tangent Space.)
- 2011-03-07 11:54:14下载
- 积分:1
-
Resenje_Pan_Tompkins_QRS
Digital signal processing, this script implements the Pan Tompkins method for QRS detection
- 2011-05-21 00:41:32下载
- 积分:1
-
histogram-of-each-part-from-RGB-image
histogram of each part from RGB image
- 2013-09-20 09:20:30下载
- 积分:1