-
basefunction
个人编写的应用于机械行业的arx开发函数,足够用的(Individual applications written in the mechanical industry ARX development function)
- 2014-09-10 18:03:01下载
- 积分:1
-
romberg
用龙贝格法求定积分,此例的变量数为三,但整体思路是没错的。(With Romberg method for the definite integral, the number of variables in this case is three, but the overall idea is correct.)
- 2011-12-21 10:12:03下载
- 积分:1
-
Untitled
这个代码是用Matlab写的心形代码,是通过点的形式编写的,看起来很有意思。(This code is written using Matlab heart-shaped code, through the form of written, looks very interesting.)
- 2013-08-29 09:21:33下载
- 积分:1
-
google-earth-DEM
googl earth 高程提取工具!对做google earth开发有一定的帮助!(googl earth elevation extraction tool! Google earth for doing development will certainly help!)
- 2015-01-12 12:22:15下载
- 积分:1
-
Handwheelinput
手轮输入是用MPC07运动控制卡开发出的,希望对初学数控得点帮助(Hand wheel input is used to develop MPC07 motion control card, and hope to get some help beginners NC)
- 2009-12-11 19:25:24下载
- 积分:1
-
OpenGLSamples.tar
s in academia, and in the military. In fact, in some sense, the 3D graphics we enjoy on our PCs today is a sort of Peace Dividend, since many professionals now working in the 3D chip, film and game development industries cut their teeth designing military simu
- 2015-03-27 07:24:17下载
- 积分:1
-
sadf
VC++与MATLAB的混合编程
:This paper is origined from the API(Application Programme Interface)between Matlab6p5 and
Visual C++6.0.and has mainly discussed on the idea about how to make a mixed programme with language
C++ and Madab,what’s inore,has illustrated the scheme and difficulties to enhance the speed and efficien—
cy of the simulation software and code executing.Consequently,it provides the students and engineers with an
effective reference. (:This paper is origined from the API(Application Programme Interface)between Matlab6p5 and
Visual C++6.0.and has mainly discussed on the idea about how to make a mixed programme with language
C++ and Madab,what’s inore,has illustrated the scheme and difficulties to enhance the speed and efficien—
cy of the simulation software and code executing.Consequently,it provides the students and engineers with an
effective reference. )
- 2010-12-25 16:57:26下载
- 积分: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
-
huffman
图像处理MATLAB源代码,这个是哈夫曼编码(huffman)
- 2009-03-24 12:14:24下载
- 积分:1
-
31---Recursion
this is simple recursion code for beginners...
- 2015-04-04 14:04:27下载
- 积分:1