-
MyMathematica
说明: 学习C调用Mathematica内核函数的一个例子,包括计算和图形接口.(Learning C calling Mathematica kernel functions with examples, including computing and graphics interfaces.)
- 2010-04-05 01:44:26下载
- 积分:1
-
hfm
哈夫曼树:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本(Huffman tree)
- 2011-05-14 14:55:51下载
- 积分:1
-
1.-PPI
在EFI架構下寫一隻PPI sample(PEIM to PEIM Interface),使兩隻PEIM可透過此PPI互相傳遞資料.
Write a PPI sample to make two PEIMs able to communicate each other.(Write a PPI sample to make two PEIMs able to communicate each other.)
- 2013-12-26 15:01:10下载
- 积分:1
-
sift
用matlab和VC实现图像匹配拼接的sift算法(VC implementation using matlab and the image matching algorithm sift Splicing)
- 2009-03-23 10:46:38下载
- 积分: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
-
ckhby
含噪脉冲信号进行相关检测,高斯白噪声的生成程序,基于matlab平台实现。( Noisy pulse correlation detection signal, Gaussian white noise generator, Based on matlab platform.)
- 2017-04-19 18:07:15下载
- 积分:1
-
0303
vc++6.0与matlab的混合编程的一个应用实例。(vc++ 6.0 with a mixture of matlab programming an application example.)
- 2008-03-07 12:29:30下载
- 积分:1
-
stfl-1.0.tar
实现了ipv6到ipv4的转换(部分实现)(to achieve the ipv4 ipv6 conversion (partially))
- 2007-06-16 19:51:12下载
- 积分:1
-
material-dispersion
用来求光纤的材料色散,并画出其材料色散曲线。(material dispersion)
- 2014-12-20 11:10:30下载
- 积分:1
-
c
说明: 针对员工数目较多的公司,用于员工信息查询和工资计算(A relatively large number of companies for the employees, for employee information inquiries and payment of wages)
- 2009-12-02 19:38:06下载
- 积分:1