-
GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数...
GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-GDI+ application programming makes the plane graphic images become easier, this paper, a dialog-based clock program as an example, VC6.0 call*. png image to achieve gradient translucent window, the program achieved a pointer two kinds of clocks and digital display. Achieved a translucent window, gradient window, drag the window without moving a rectangular box, hide the taskbar buttons and so on form.
- 2022-05-16 13:13:23下载
- 积分:1
-
Computer graphics with the classic algorithm of mapping procedures, including a...
计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
- 2022-08-15 00:30:30下载
- 积分:1
-
三维图象处理软件,有visual c++写成的
里面还有图象分割,形态学处理...
三维图象处理软件,有visual c++写成的
里面还有图象分割,形态学处理-3D image processing software, a visual c there is also written in image segmentation, morphological processing
- 2023-04-11 10:15:03下载
- 积分:1
-
可以实现两幅BMP图像的合并,并输出合并后的图像
可以实现两幅BMP图像的合并,并输出合并后的图像-May realize two BMP image merge, after and outputs the merge image
- 2022-08-22 02:37:17下载
- 积分:1
-
多种图像边缘检测与分割处理bianyuanjiance
多种图像边缘检测与分割处理bianyuanjiance-A variety of image edge detection and segmentation bianyuanjiance treatment
- 2023-08-05 08:30:03下载
- 积分:1
-
关于摄像机的图像采集和CCD的内部参数标定和效正
关于摄像机的图像采集和CCD的内部参数标定和效正-On the CCD camera image acquisition and calibration of internal parameters and the efficiency is
- 2022-01-25 16:24:40下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
Digital image processing deal with the mean value of histogram equalization deal
数字图像处理 中值处理 均值处理 直方图均衡化-Digital image processing deal with the mean value of histogram equalization deal
- 2023-06-20 18:10:05下载
- 积分:1
-
用matlab来制作卫星绕地球做周期运动的动画,改变卫星的角速度的初值,可以画出圆形,椭圆形,逃逸轨迹。...
用matlab来制作卫星绕地球做周期运动的动画,改变卫星的角速度的初值,可以画出圆形,椭圆形,逃逸轨迹。-Using matlab to produce satellites orbiting the earth to do periodic motion animation, change the initial angular velocity of the satellite, you can draw round, oval, escape trajectory.
- 2022-02-28 14:11:56下载
- 积分:1
-
画美国国旗,和中国国旗,都是标准尺寸。还可以画直线,并且可以把直线用拖拉鼠标的方法放大...
画美国国旗,和中国国旗,都是标准尺寸。还可以画直线,并且可以把直线用拖拉鼠标的方法放大-painting the American flag and the Chinese national flag, is a standard size. Can also painted straight lines, and can be used straight-line method tractor Mouse Click
- 2022-02-26 10:31:03下载
- 积分:1