-
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。...
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。-Just beginning to learn to prepare for the graphical interface to opengl images a small example of the preparation.
- 2022-02-09 21:22:55下载
- 积分:1
-
this procedure is the function of the screen in 400* 400 Drawing a circle.
本程序的功能是在屏幕的400*400处绘制一个圆形。-this procedure is the function of the screen in 400* 400 Drawing a circle.
- 2022-10-20 12:05:03下载
- 积分:1
-
不同阶数第一类贝塞尔函数Fortran代码
用于计算不同阶数的第一类贝塞尔函数Fortran代码!第一类n阶BESSEL函数bessjfunction bessj(n,x)integer n,IACCreal(8) bessj,x,BIGNO,BIGNIPARAMETER (IACC=40,BIGNO=1.e10,BIGNI=1.e-10)INTEGER j,jsum,mreal(8) ax,bj,bjm,bjp,sum,tox,bessj0,bessj1if(nfloat(n))then tox=2./ax bjm=bessj0(ax) bj=bessj1(ax) do j=1,n-1 bjp=j*tox*bj-bjmbjm=bjbj=bjp end do bessj=bjelse tox=2./ax m=2*((n+int(sqrt(float(IACC*n))))/2) bessj=0. jsum=0 sum=0. bjp=0. bj=1. do j=m,1,-1 bjm=j*tox*bj-bjpbjp=bjbj=bjmif(abs(bj)>BIGNO)then bj=bj*BIGNI bjp=bjp*BIGNI bessj=bessj*BIGNI sum=sum*BIGNIendifif(jsum/=0) s
- 2022-03-02 10:45:21下载
- 积分:1
-
OpenGL的学习程序,可以作为练习来分析,参考了Nehe的程序
OpenGL的学习程序,可以作为练习来分析,参考了Nehe的程序-OpenGL learning procedures, can be used as exercises to analyze, with reference to the procedures Nehe
- 2022-01-25 19:34:20下载
- 积分:1
-
VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏....
VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏.-VC OpenGL done, but also some bug show is based on two-dimensional layered elevation colors, 3-D can be shown very clearly undulating topography.
- 2023-04-19 08:05:04下载
- 积分:1
-
PFC_alloy
说明: 晶体相场方法对应合金的材料计算初始代码,初学者可取,很有帮助(The crystal phase field method corresponds to the material calculation of the initial code of the alloy, which is suitable for beginners and is very helpful.)
- 2020-06-25 12:20:02下载
- 积分:1
-
在vs2010下编译好的meshlab1.3.3
这是在vs2010下编译好的meshlab1.3.3。欢迎大家下载、试用。谢谢大家的支持!
- 2022-11-07 17:25:05下载
- 积分:1
-
OpenGL rawfiles例子源代码
OpenGL rawfiles examples source codes
- 2022-03-04 02:29:28下载
- 积分:1
-
fmtomov1.0.tar
基于fortrande强大的地震三维层析成像软件包(Based on the powerful three-dimensional seismic tomography package fortrande)
- 2014-09-24 14:52:33下载
- 积分:1
-
创建OpenGL窗口的基本代码,自己觉得很有用,与大家分享。
创建OpenGL窗口的基本代码,自己觉得很有用,与大家分享。-Create OpenGL window for the basic code, feel useful, to share with you.
- 2022-02-03 05:31:23下载
- 积分:1