-
OpenGL源代码
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进(one of the OpenGL source code, it is still useful, inside the code in considerable detail, the use of OpenGL for a greater help, I spent a large-scale development time to it, huh hope we will study together to improve)
- 2005-07-31 19:55:47下载
- 积分:1
-
Ziena.Optimization.KNITRO.v7-w32
Ziena.Optimization.KNITRO.v7 w32
- 2020-10-12 23:57:32下载
- 积分:1
-
dtTest-V4.136
Dothinkey USB 测试板测试程序,支持
7.IMX214 (已验证)
8.IMX135 (已验证)
9.IMX219 (已验证)
(Dothinkey USB board test program that supports 7.IMX214 (verified) 8.IMX135 (verified) 9.IMX219 (verified))
- 2015-03-19 23:19:51下载
- 积分: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
-
stest
matlab ,本文献是关于广义s变换的一个源码,但是源码只有函数,不能自动生成变换(Matlab, this literature is a source of generalized s transform, but the source function only, not be generated automatically transform)
- 2012-05-24 10:46:26下载
- 积分:1
-
Ex1
C++ excercise 1 from IITU
- 2010-09-15 05:24:45下载
- 积分:1
-
hilbert
这段代码是用来求希尔伯特变换的,希望对大家有用(The Hilbert transform
)
- 2014-08-24 09:28:12下载
- 积分:1
-
GetInfo
这个工程可以用来获得IP,截获数据包。虽然说,该程序基于IE4的支持,但仍然有用。(This project can be used to get IP address and data packets. Although it is based on IE4 support, yet it is available.)
- 2010-12-20 19:37:46下载
- 积分:1
-
hao
本PPT介绍了协方差函数及其计算公式,变异函数及其计算公式,克里格插值方法的过程,最后给了一个基于克里金插值的实例.(This PPT introduces covariance function and its formula for calculating the variation function and its formula, Kriging interpolation process, and finally given an example based Kriging interpolation.)
- 2009-09-24 12:02:35下载
- 积分:1
-
Voronoi
图形voronoi图的自动生成算法,用vc做,是基于一般图形voronoi图的算法,结合数字图形处理里的轮廓跟踪算法,使一般图形voronoi图能够根据不同的生成元总动生成。(Graph voronoi diagram automatic generation algorithm, using vc do is based on the general graph voronoi diagram algorithm, combined with digital image processing in the contour tracking algorithm, the general graph voronoi diagram to the total depending on the generator automatically generated.)
- 2020-12-10 21:19:19下载
- 积分:1