-
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
-
MRFaEM-change-detection
马尔科夫随机场 EM算法 做图像变化检测 请多指教(MRF EM image change detection algorithms do please advise)
- 2021-03-31 12:39:08下载
- 积分:1
-
压缩感知的信号处理应用
是机器学习的例程,毕业设计有用,粒子图像分割及匹配均为自行编制的子例程,线性调频脉冲压缩的Matlab程序,相控阵天线的方向图(切比雪夫加权),matlab编写的元胞自动机。
- 2022-06-21 11:12:36下载
- 积分:1
-
DS
说明: 包括直接序列扩频CDMA的调制和解调函数(Including direct sequence spread spectrum CDMA modulation and demodulation function)
- 2008-04-06 00:00:15下载
- 积分:1
-
SimulationPofPDynamicPSystems
说明: 一个英文版的simulink教程,英文好的朋友可以学习一下,对simulink学习很有帮助的(An English version of simulink tutorial in English can learn about good friends, very helpful for learning simulink)
- 2011-04-09 16:48:06下载
- 积分:1
-
co_occurrence
灰度共生矩阵的产生,一个程序能够将一个矩阵让其生成对应的灰度共生矩阵(Gray level co-occurrence matrix, a program can be a matrix to generate the corresponding gray level co-occurrence matrix)
- 2012-04-02 22:27:26下载
- 积分:1
-
MATLAB-BP-tool-book
面向工程的神经网络的应用 收藏了很久 分享下(The neural network applications engineering-oriented collection a long time to share the next)
- 2013-03-08 00:02:26下载
- 积分:1
-
convLSTM
MATLAB语言实现的LSTM长短期记忆神经网络模型(LSTM Long-term and Short-term Memory Neural Network Model Implemented by MATLAB Language)
- 2019-05-22 19:45:23下载
- 积分:1
-
MIMO
说明: 这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。此系统包括QPSK调制调,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。(main_STBC_MIMO_OFDM.m)
- 2010-04-15 19:10:05下载
- 积分:1
-
range_compress
线性调频信号的脉冲压缩 线性调频信号的脉冲压缩(chirps sign)
- 2020-11-15 13:59:42下载
- 积分:1