-
整合,利用数值食谱
#include < math.h >
#define EPS 1.0e-6
#define JMAX 20
#define JMAXP (JMAX + 1)
#define K 5
NRANSI #define
/ * #include"nrutil.h"* /
浮 qromb (浮法 (* func)(float)、 浮浮法 a、 b)
{
void polint (浮 xa []、 浮震遐 [],int n、 浮 x 浮法 * y、 浮动 * dy) ;
浮 trapzd (float (* func)(float)、 浮法 a、 浮法 b、 int n) ;
void nrerror (char error_text[]) ;
浮法 ss,决策支持系统 ;
- 2022-02-04 15:05:42下载
- 积分:1
-
画圆用 opengl
画出的圆圈,用 OpenGL若要绘制圆机智 opengl 需要任何图书馆、 Freeglut、 谷氨酸和 OpenGL你需要到 isd=(x-r2)(y-r2) 的功能
- 2022-09-25 10:25:03下载
- 积分:1
-
基于OpenGL的图形程序
基于OpenGL的图形程序-OpenGL-based graphics program
- 2022-01-26 05:57:53下载
- 积分:1
-
use opengl and vc achieve planetary position of the display, the display opengl...
用opengl和vc++实现的行星位置的演示,主要演示opengl中的拣选功能-use opengl and vc achieve planetary position of the display, the display opengl selected functional
- 2023-05-10 08:30:04下载
- 积分:1
-
stanford 三维图像库ply格式文件源码
stanford 三维图像库ply格式文件源码-stanford three-dimensional image database ply format source
- 2022-04-18 16:26:09下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分:1
-
opengl机器人手臂
资源描述机器人手臂灵活转动,opengl,运行通过,代码上传,望对大家有帮助
- 2023-07-29 19:15:03下载
- 积分:1
-
简单的屏幕保护模板
简单的屏幕保护模板-Simple template screen saver
- 2022-06-26 08:01:41下载
- 积分:1
-
实现了光照控制,纹理映射,透明物体,弹簧制作、三维旋转等诸多功能。...
实现了光照控制,纹理映射,透明物体,弹簧制作、三维旋转等诸多功能。-achieve illumination control, texture mapping, transparent objects, spring production, 3D rotation and many other functions.
- 2022-02-09 23:45:16下载
- 积分:1
-
2048+OpenGL 游戏源码
使用C语言写的2048小游戏,绘图使用了OpenGL图形接口,VC环境下开发,有C语言基础的都能够整明白,可以作为学习之用,欢迎下载。
- 2022-02-21 03:46:51下载
- 积分:1