搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
2
- 学会怎样在Matlab中绘制不同函数曲线的用户界面-Learn how to draw a different function in the Matlab user interface curve
11
- 利用opengl 函数,实现三维场景的光照效果绘制。要求场景内至少有三个几何物体-Use opengl function of 3D scene rendering lighting effects. Requires the scene at least three geometric objects
openglcordianate
- 在vc++MFC程序中加入该类,定义该类的对象,再调用类中画坐标的函数即可绘制3维坐标-In vc++ MFC program to join the class, define the class of objects, and then call the class function of drawing coordinates three-dimensional coordinates can be drawn
regular-hexagon
- 利用VC++6.0 和OpenGL函数库绘制一个正六边形,并以该六边形的各边中点为顶点依次继续绘制正六边形,然后依次迭代,要求能够控制迭代次数,并且线条颜色循环为红绿蓝三种颜色。-To utilize VC++6.0 and OpenGL libraries to draw a regular hexagon vertex to the midpoint of each side of the hexagon in turn continue to draw a regular hexagon,
quickPic
- vb 语言处理图像速度很慢,因为采用的是系统的读取函数逐个象元来读取。本程序可以快速的读取多种格式的图像文件,并能快速的绘制。方法是文件操作方法,而非系统函数。-vb language processing images is very slow, because systems are used to read function to read each pixel. This procedure can quickly read the image files in multiple for
2153178
- 用 ATL ActiveX 绘制任意平面函数的曲线,很好的源码()
fenchatu
- 对于系统单参数分岔图的计算共有以下的几种方法: 1)最大值法 即对系统微分方程(组)进行求解,对求解的结果用getmax函数进行取点,并绘图。 2)Poincare截面法 对系统参数的每一次取值,绘制其Poincare截面,进而得到其分岔图。 这种方法需要注意的是,自治系统的Poincare截面是选取一超平面,平面上点的分布即构成一Poincare截面,非自治系统的Poincare截面则是根据系统激励的频率进行取点并绘图。(There are several
Copula应用实例及程序
- 读取数据、绘制频率直方图、*计算偏度和峰度*、正态性检验*、求经验分布函数值*、核分布估计**、核分布估计**、*求Copula中参数的估计值**、绘制Copula的密度函数和分布函数图******、求Kendall秩相关系数和Spearman秩相关系数*******、模型评价(My English is poor i hope you can understand from the chinese introdunction thinks)
函数法多椭圆画法
- 可通过matlab语言进行多椭圆绘制,得到虚线边或填充椭圆,可自由更改条件。(The multi ellipse drawing can be done by MATLAB language, and the dotted edge or filled ellipse can be obtained, and the condition can be changed freely.)