-
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 Super Bible Chapter IV, not yet finished, please let station points.
OpenGL 超级宝典第四章,还没有完,请站长加分吧。-OpenGL Super Bible Chapter IV, not yet finished, please let station points.
- 2023-02-22 02:20:04下载
- 积分:1
-
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果...
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果-fog effect on the demonstration and guidance through mouse movement to amend the parameters to show different results
- 2022-10-30 13:15:04下载
- 积分:1
-
opengl例子2
opengl例子2-opengl example 2
- 2022-04-12 20:03:32下载
- 积分:1
-
Visual C++ Entry in OpenGL programming are very helpful for beginners
Visual C++中OpenGL编程入门 对初学者有很大帮助-Visual C++ Entry in OpenGL programming are very helpful for beginners
- 2022-09-22 18:30:03下载
- 积分:1
-
VC++ Opengl engineering template, a simple example
VC++Opengl个工程模板,有简单的例子-VC++ Opengl engineering template, a simple example
- 2022-11-09 14:10:04下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OPENGL超级宝典第二版,太经典了,很有用如果你想在图形学有造诣...
OPENGL超级宝典第二版,太经典了,很有用如果你想在图形学有造诣-openGl super dictionary edition 2
- 2023-07-03 10:15:06下载
- 积分:1
-
在C / C++ OpenGL程序显示的喷泉
OpenGL Program for displaying fountains in C/C-OpenGL Program for displaying fountains in C/C++
- 2022-06-15 05:35:16下载
- 积分:1
-
用vc+opengl模拟水波传播
其中的水波算法 还是可以一用的
用vc+opengl模拟水波传播
其中的水波算法 还是可以一用的-with vc opengl simulated wave spread the wave can be an algorithm or the
- 2022-03-02 03:18:35下载
- 积分:1