-
cifafenxiqi
做了詞法分析器,不知道怎樣,希望有人給我提提意見(Done a lexical analyzer, I do not know how, I hope someone is going to give me make a suggestion)
- 2007-12-03 16:25:32下载
- 积分:1
-
moshishibie
<图像模式识别-vc++技术实现>的配套光盘源代码(<Image Pattern Recognition-vc technology to achieve> the matching CD-ROM source code)
- 2008-04-26 18:20:47下载
- 积分:1
-
weather-radar
与气象雷达有关的书籍,对初学者有很大的帮助。(With weather radar related books, a great help for beginners.)
- 2011-11-16 23:07:04下载
- 积分:1
-
Fyyalefacea
人脸识别matlab程序,yyale人脸库上实现,三阶近邻法
(Face recognition matlab program the yyale face database, the third-order nearest neighbor method)
- 2012-09-30 18:08:55下载
- 积分:1
-
C调用Matlab
在VC中对MATLAB进行调用的例子。简单地进行了一些设置说明(in VC called on MATLAB example. Simply to some Description)
- 2005-06-08 02:41:30下载
- 积分:1
-
sanxiangsuo1
matalab similink 单相锁相环 仿真建模(matalab similink singal PLL simulation)
- 2012-11-11 16:39:33下载
- 积分: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
-
GPS-ambiguity
这是用matlab语言编写的应用程序,主要对于GPS整周模糊度得求解。(It is written with matlab applications, mainly for GPS ambiguity was solved.)
- 2011-05-01 17:01:42下载
- 积分:1
-
bandreconstructmmse
DCT域分布式视频编码经典MMSE重建C++代码(DCT Distributed video coding tipal MMSE recostruction C++ code)
- 2015-01-05 11:34:37下载
- 积分:1
-
audio-processing-workbench
本作品基于matlab与vc++混合编程的一个语言信号处理平台,实现了matlab与vc++的接口通信,利用matlab强大的语言信号处理能力,再结合c++语言的强大的算法描述能力,两者取长补短,取得了很好的效果(This work is based on the matlab and vc++ mixed programming, a language signal processing platform, the matlab and vc++ interface communication, use of matlab strong language signal processing capabilities, combined with c++ language' s powerful description of the algorithm ability to both learn from each other, made good results)
- 2011-07-26 16:15:51下载
- 积分:1