-
starmultista
aiming at the reliability analysis of meaures
- 2010-12-03 20:50:52下载
- 积分:1
-
fspecial
matlab中fspecial函数的C++实现(Matlab implementation of fspecial function in C++
)
- 2016-12-28 11:31:14下载
- 积分:1
-
Multi_link_sim_v2
Routing of packets has been the primary method by which data have been transmitted across packet networks, such as the Internet. When multiple users are interested in the same data the same source, multicast routing is typically used. However, routing alone is not sufficient to achieve the multicast capacity of a network.
Ahlswede at [1] showed that using network coding that requires intermediate nodes to encode incoming data a multicast capacity equal to the minimum of the min-cut capacities of all the receivers can be achieved.
This multicast capacity cannot be achieved using only routing (with or without replication). There has been a lot work going on to use network coding for multicast in satellite systems.
- 2014-10-02 03:58:24下载
- 积分:1
-
fuzzyjulei
模糊聚类matlab仿真程序。实现模糊聚类的仿真。(Fuzzy clustering matlab simulation program. Simulation of fuzzy clustering.)
- 2010-07-15 18:01:27下载
- 积分: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
-
zzwork_f1
此方法可以实现空间加权的复杂网络的相关图形的仿真(this method can achieve space weighted complex network of related graphics simulation)
- 2007-05-17 22:36:59下载
- 积分:1
-
LMS_matlab
这个是用MATLAB程序编写的回波消除的代码,效果不错,简单明了(This is a MATLAB programming with the echo cancellation code, the effect is good, simple and clear)
- 2014-02-24 19:53:50下载
- 积分:1
-
dcloadflow
it is loa flow fr data bus in ieee
- 2010-12-18 07:50:45下载
- 积分:1
-
MATLABsignal
说明: matlab信号处理宝典,对通信学习很有用,可以下下来看看(Collection matlab signal processing, learning useful for communication, you can look down under)
- 2010-05-02 10:44:17下载
- 积分:1
-
lagrangematlab
拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版(Rafah Colon day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure. This software is Barayagwiza few days interpolation procedures for the original version of Matlab)
- 2007-05-20 07:27:52下载
- 积分:1