-
Mooreyuan
用于计算莫尔圆,只要输入相关数据,就可以轻松得到所要求的数据,采用MATLAB编写。(Used to calculate the Mohr circle, as long as the input data, you can easily get the required data, using MATLAB preparation.)
- 2021-04-21 20:28:49下载
- 积分:1
-
l1normeq
说明: 满足Ax=b的条件下,l1约束条件下,求解稀疏解问题。(l1norm constraint,subject to Ax=b,sparisty problem。)
- 2010-03-31 14:51:35下载
- 积分:1
-
Amod-and-demod
Amplitude modulation and demodulation study
- 2015-03-01 23:16:24下载
- 积分:1
-
TenLecturesonWavelets
说明: 比利时著名女数学家编写的小波十讲,小波分析经典教材。(The famous mathematician compilation of Belgium, wavelet and wavelet analysis of ten classical textbook.)
- 2010-04-27 18:35:38下载
- 积分:1
-
Vehicle_traffic_count
Vehicle traffic counting by the use of image processing in Matlab
- 2015-02-07 11:43:59下载
- 积分:1
-
libsvm-3.1-[FarutoUltimate3.1Mcode]
Matlab 支持向量机3.1,Matlab 支持向量机3.1
- 2020-11-12 12:59:44下载
- 积分:1
-
admittance_Codes
this is matlab code for create admittance matrix
- 2021-03-26 05:29:13下载
- 积分: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
-
equalization
this file contains the equalization with adaptive equalizer
- 2013-04-05 04:29:32下载
- 积分:1
-
GPS-acquisition-and-tracking
硕博士11、12年论文,主要是GPS信号的处理:捕获与跟踪(11, 12 years of doctoral thesis, mainly related to GPS signal processing: acquisition and tracking)
- 2015-01-28 14:46:27下载
- 积分:1