-
cml
1、HSDPA;
2、LTE;
3、turbo code;
4、Mobile WiMAX;
5、LDPC(CML 1.10)
- 2009-04-22 09:49:38下载
- 积分:1
-
Index
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:24:46下载
- 积分:1
-
PMSG
paper on A Novel Control Strategy for a Variable-Speed Wind Turbine With a Permanent-Magnet
Synchronous Generator
- 2013-10-04 11:19:59下载
- 积分:1
-
tuxiang
用matlab处理图像,实现各种滤波等图像增强的功能。(Matlab image processing used to achieve a variety of filtering, image enhancement functions.)
- 2009-04-16 20:20:08下载
- 积分:1
-
cv2
RAW image adjustment
- 2011-02-02 17:23:45下载
- 积分:1
-
带有GUI的滤波器设计
带有GUI的滤波器程序,matlab平台可以用,可以通过GUI对滤波器进行设置
- 2022-11-24 09:05:03下载
- 积分:1
-
rayleigh
平坦Rayleig衰落的MATLAB仿真 附加资料(RAYLEIGH)
- 2009-05-06 12:40:57下载
- 积分:1
-
NewMatlab
润滑理论的matlab求解程序,包括弹流和刚流润滑.(Lubrication theory matlab solving procedures, including Elastohydrodynamic lubrication and just.)
- 2020-07-01 08:20:02下载
- 积分:1
-
rbf_jm
说明: 软测量氧含量数据工况聚类、建模matlab实现代码(Measuring the oxygen content of soft data clustering conditions, modeling matlab implementation code)
- 2011-04-13 14:47:45下载
- 积分:1
-
test
针对20个已知类别数据,前15个训练样本和带刺的5个样本,通过该程序可识别出待测的样本属于哪一类。(Data for the 20 known types, the first 15 training samples and barbed 5 samples can be identified by the program which type of samples tested.)
- 2011-05-15 14:50:38下载
- 积分:1