-
matrixclass
说明: 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量(matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector)
- 2006-03-04 10:57:21下载
- 积分:1
-
READ-CSV-FILES
读取csv文件 可以实现与matlab交互用,或与其他文件交互,程序较小但可用(read vsc files
Interacting with Matlab can be achieved using the Read CSV file, or interact with other documents, the program small but can be used)
- 2013-12-18 10:40:13下载
- 积分:1
-
Balloontips
说明: 气球式提示栏当运行有错误或者有错误时会出现气球提示栏卡通化的设计(Balloon tips column when running error or an error occurs when the balloon cartoon prompted the design of column)
- 2010-03-22 22:08:16下载
- 积分:1
-
ds1102_vect
DS program of IMIFOC
- 2012-05-16 04:19:42下载
- 积分:1
-
demod_2ask
该程序实现2ask的解调,2ask解调C语言实现(The program 2ask demodulation, 2ask demodulation C language)
- 2013-12-25 19:21:36下载
- 积分: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
-
triGauss
用matlab解三对角方程,可应用在化工、电子、机械等工程领域。(Gaussian elimination method to solve tridiagonal equation)
- 2012-01-13 15:02:59下载
- 积分:1
-
GtkGnome
应用软件编程的参考书,有助于编码的规范的养成
(utility software programming reference books to help coding standard form
)
- 2014-12-22 22:23:34下载
- 积分:1
-
Multi2Carrier-Measurements
利用GNSS 进行高精度导航定位的前提是正确固定载波相位观测值的整周模糊度。由Galileo 系统的4 个载波观测值可以
形成诸多有良好特性的组合观测值,利用这些组合观测值,结合MCAR 方法,可以有效地确定整周模糊度。(The use of high-precision GNSS navigation and positioning the premise is correct carrier phase observations fixed integer ambiguity. May consist of four carriers observations Galileo system
There are many good characteristics to form a combination of observations using a combination of these observations, combined with MCAR method can effectively determine the integer ambiguity.)
- 2013-12-21 14:07:20下载
- 积分:1
-
BT_Tutorial
Bloutooth Test Enrionment
Testing some Bluetooth-Functions
- 2015-04-10 21:21:44下载
- 积分:1