-
In the comparison of data or presentation, a chart image is not only very intuit...
在进行数据比较或者演示时,一个形象的图表不但非常直观,而且也很生动。本实例介绍如何在Delphi中设计形象的三维饼图。
向窗体上添加一个TVtChart组件和一个TTimer组件,其中TVtChart组件用于显示饼图,而TTimer组件用于不停地改变饼图的数据,获得动态的效果
-In the comparison of data or presentation, a chart image is not only very intuitive, but also very lively. Examples of how the introduction of the Delphi to design the image of three-dimensional pie chart. To add a TVtChart form components and a TTimer components, including components used to display TVtChart pie, and TTimer components continuously change the pie chart for the data, access to dynamic effects
- 2022-06-13 23:24:30下载
- 积分:1
-
OpenGL foundation to the friend which begins studies
OpenGL may have a look to s...
OpenGL基础 对初学OpenGL的朋友可以看看
里面对于基本图形绘制说的很明白
是本不错的书-OpenGL foundation to the friend which begins studies
OpenGL may have a look to say regarding the basic graph plan
understood very much is this good book
- 2022-02-03 21:19:17下载
- 积分:1
-
一个简单的OpenGL程序,可以实现曲面的拟合插值,可以灵活用窗口进行调运...
一个简单的OpenGL程序,可以实现曲面的拟合插值,可以灵活用窗口进行调运-A simple OpenGL program, you can achieve the surface fitting interpolation can be flexibly transported with windows
- 2022-07-01 03:24:49下载
- 积分:1
-
在一个圆柱体上用二维棉片来模拟树皮表面的粗糙效果
在一个圆柱体上用二维棉片来模拟树皮表面的粗糙效果-cylinder in a two-dimensional cotton used to simulate bark film surface roughness effects
- 2022-07-07 18:13:07下载
- 积分:1
-
OpenGL display 3
OpenGL显示3维地形,OpenGL显示3维地形-OpenGL display 3-dimensional terrain, OpenGL display 3-dimensional topography
- 2023-05-09 03:40:03下载
- 积分:1
-
min
min-min,max-min,H-mm新算法-min-min, max-min, H-mm new algorithm
- 2022-03-12 12:12:31下载
- 积分:1
-
OpenGL
基于OpenGL的图形程序-OpenGL-based graphics program
- 2022-01-25 14:13:38下载
- 积分:1
-
nehe的源代码,调试通过,能运行
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2022-04-14 16:50:14下载
- 积分:1
-
- 2022-10-19 06:50:03下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1