-
fluent_udf_lecture
对fluent软件udf的使用,开的讲座讲义,fluent udf lecture(training lecture for udf in fluent)
- 2020-08-05 14:48:32下载
- 积分:1
-
pcakpca
这是我的毕业设计,是一个有关PCA与KPCA对数据进行处理提取其特征的程序,采用C++与MATLAB设计而成。(This is my graduation project, a PCA and KPCA on the data processing procedures for extracting the features using C++ and MATLAB design from.)
- 2010-10-22 09:28:28下载
- 积分:1
-
LTEdetail
LTE的详细讲解,对于OFDM等进行了讲解,对于LTE初学者有很大的帮助。(LTE detailed explanations, for OFDM, etc. were explained, the LTE is very helpful for beginners.)
- 2010-08-19 22:12:51下载
- 积分:1
-
zhy20070413125502276
the project is used for the customers to learn something(important)
- 2010-01-20 19:06:29下载
- 积分:1
-
Radar
雷达专业的经典教材,书籍雷达数据处理及应用,非常有用(Radar data processing and Application)
- 2014-01-03 16:34:46下载
- 积分:1
-
chapter26
1 联合开发网 - pudn.com
- 2016-04-27 11:49:06下载
- 积分:1
-
65520790m5high
此程序能在MATLAB上实现低通滤波器,功能很强大(That this procedure can in MATLAB to achieve low-pass filter, a very powerful feature)
- 2009-01-07 21:37:54下载
- 积分:1
-
vc+mat2
这是一个用vc和matlab混合变成的例子,在两者环境下结合编成是很好的思路,有很大的应用前景,希望对大家有所帮助(with vc and mixed into Matlab example, in other circumstances combined organization is a good idea, a great prospect, we hope to help)
- 2005-05-14 03:16:54下载
- 积分: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
-
OnTheRecognitionAndEvaluationOfThePianoPerformingS
钢琴演奏评价系统研究
关键词:音乐识别特征提取 STFT 调式自动判别匹
配比较(Piano Performance Evaluation System Keywords: music recognition feature extraction STFT mode automatically identify matching comparison)
- 2008-12-12 20:38:09下载
- 积分:1