-
Hybrid_Power_System1
Hybrid power system pv array and wind generator.
- 2015-03-10 00:32:22下载
- 积分:1
-
Matlab_VC
By analyzing characteristics of Matlab and Visual C++,the advantages of applying the Matlab and Visual C++ interface to develop application program is presented. On basis of comparing with the other interface methods ,the advantages and disadvantages of several common interfaces are studied,and the most functions provided by Matlab engine is proved to be comprehensive. An example showing the combination of Matlab and VC in image and data processing is proposed
- 2010-08-04 05:31:37下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
Cholesky
说明: Cholesky分解 Matlab程序 关于科学计算方法(Cholesky decomposition of Matlab procedures on scientific calculation method)
- 2008-10-31 11:04:07下载
- 积分:1
-
PCA
PCA主成分分析算法用于人脸识别的例子。此算法是基于矩阵特征值的排序而提取出主要成分的。(PCA principal component analysis algorithm for face recognition example. This algorithm is based on the ranking of the matrix eigenvalue extracted principal components.)
- 2010-09-14 15:27:50下载
- 积分:1
-
OFDM-System-Simulator
MIMO OFDM系统仿真,包括分析和系统、链路仿真(MIMO OFDM system simulation, including analysis and systems, Link Simulation)
- 2010-12-09 09:00:17下载
- 积分:1
-
cognitive_gaming
基于博弈论的认知无线电无线资源分配MATLAB程序(wireless resource allocation in cognitive wireless network using gaming theory in MATLAB)
- 2014-09-22 14:12:01下载
- 积分:1
-
creat-WordaExcel-doc
利用matlab生成word和excel文件的源码已经实例数据。源自谢中华老师的教材。(Using matlab to generate word and excel file data source is instantiated. Xie Zhonghua teachers from teaching.)
- 2011-12-21 17:22:21下载
- 积分:1
-
RadHist
Radon transform and inverse radon , and their histogram step by step. can be use for edge detection and finding the number of object in image
- 2013-12-11 16:16:11下载
- 积分:1
-
cd
说明: This document explains how to read the RADARSAT data CD provided with the book
"Digital Processing of Synthetic Aperture Data" by Ian Cumming and Frank Wong,
Artech House, 2005.
On this web site, programs are provided in MATLAB to read the data and parameters
from the CD. The structure of the programs is outlined in Figure 1.
There are two main programs and one function that are used to extract
- 2009-04-15 23:29:47下载
- 积分:1