-
图像深度消影,动画
图像深度消影,动画- The picture depth disappears the shade, the animation
- 2022-05-07 05:05:31下载
- 积分:1
-
wxpython例子源代码
wxpython例子源代码...
- 2022-08-21 09:35:18下载
- 积分:1
-
VGA时序,适合想设计VGA接口的朋友,也适合计算机维修的朋友...
VGA时序,适合想设计VGA接口的朋友,也适合计算机维修的朋友-VGA timing, would like to design for Friend VGA interface, but also suitable for computer maintenance Friend
- 2022-01-26 18:10:35下载
- 积分:1
-
用VTK渲染一些体积的例子代码,包含多种格式的图像,…
VTK进行体绘制的例子(包括这种图像格式)希望对大家有帮助-Some example codes of Volume Render with VTK, containing many formats of images, such as bmp,dicom,jpg and so on
- 2022-05-26 07:06:22下载
- 积分:1
-
RSA Encryption and Decryption of BigInteger
下面是使用RSA算法使用大整数对字符串执行加密和解密的java源代码。公钥和私钥将仅通过代码随机生成,并且还取决于代码中指定的位长度。
- 2022-04-16 18:36:06下载
- 积分:1
-
用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的相交计算功能。...
用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的相交计算功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the intersection of polygons computing capabilities.
- 2022-08-15 01:43:48下载
- 积分:1
-
使用双缓冲技术,实现降低图像的抖动,很有用的哟!
使用双缓冲技术,实现降低图像的抖动,很有用的哟!-The use of double buffering technology, realize to reduce image jitter, yo useful!
- 2022-03-22 17:42:34下载
- 积分:1
-
Visual Basic图形与多媒体程序设计
Visual Basic图形与多媒体程序设计-Visual Basic graph and multimedia programming
- 2022-07-18 18:22:26下载
- 积分: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
-
draw绘图
计算机图形学中相关的类直线、矩形、等的绘制。拾取、平移、填充、旋转等的实现。用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。包括MFC自动生成的工具条、自定义的工具箱(ToolBox)、颜色盒(ColorBox)和工具属性栏(ToolStyleBox)。。比较全面的。
- 2023-03-04 13:05:05下载
- 积分:1