-
A Multiple Selection based Control Tracker
Often in developing designer and CA...
A Multiple Selection based Control Tracker
Often in developing designer and CAD related applications, one needs the functionality of moving and resizing selected objects around. MFC run-time provides one class i.e. CRectTracker that does something like this, but it has several shortcomings, the most important one being that it does not have functionality for multiple object selection and resizing. This article introduces a class, CControlTracker that does much more than what CRectTracker does
- 2022-01-25 17:14:23下载
- 积分:1
-
功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直...
功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。
-Features and interfaces in Windows, bringing all to imitate the drawing board, interface, such as screenshots. The main features include: hand-drawn lines, simple graphics, text input, drag and drop block, repeated withdrawal, screen zoom, open the saved image file, and directly from the database in order to access images or XML, in addition to the provision of deposit from the Base64 encoding picture of the interface from the other have also achieved the same effect and drawing board of the toolbox and the color cartridge.
- 2022-01-22 08:01:10下载
- 积分:1
-
VB of Cantor set fractals, from "fractal algorithms and programming
用VB实现的康托集分形图,来自《分形算法与程序设计――Visual Basic实现》-VB of Cantor set fractals, from "fractal algorithms and programming-- Visual Basic"
- 2022-07-03 16:40:09下载
- 积分: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
-
采用递归的方法对正六边形进行填充,得到了一个很好看的图形。很有规则。...
采用递归的方法对正六边形进行填充,得到了一个很好看的图形。很有规则。-using recursive method is right for filled hexagons, was a very good graphics. Very rules.
- 2022-12-02 01:25:03下载
- 积分:1
-
在VS编程环境中,生成一个三维的圆柱体,显示时能够任意方向的进行旋转。...
在VS编程环境中,生成一个三维的圆柱体,显示时能够任意方向的进行旋转。-In the VS programming environment, generate a three-dimensional cylinder, the display can rotate any direction.
- 2022-04-20 09:21:07下载
- 积分:1
-
VC图像粗化和细化,只能处理256色图像,连续…
用于vc++图象粗化和细化处理,只能处理256色以下的图象,可连续处理.-for vc images rough and refined, can only handle 256 colors of images, continuous processing.
- 2022-12-17 20:50:02下载
- 积分:1
-
图像区域选择
image zone selection
- 2022-03-03 03:08:26下载
- 积分:1
-
对手写数字进行分类并识别
应用模板匹配算法进行分类。
应用Bayes算法进行分类。
应用线性函数算法进行分类。
线性算法进行分类。
应用神经...
对手写数字进行分类并识别
应用模板匹配算法进行分类。
应用Bayes算法进行分类。
应用线性函数算法进行分类。
线性算法进行分类。
应用神经网络算法进行分类。-right handwritten figures for the identification and classification of application template matching algorithm for classification. Application of Bayesian classification algorithm. Application of linear function classification algorithm. Linear classification algorithm. Application of neural network algorithm for classification.
- 2022-07-15 01:17:35下载
- 积分:1
-
三维形体可视化,并且可对三维形体交互修改,实时显示.
三维形体可视化,并且可对三维形体交互修改,实时显示.-make visualisation for 3d object is able to interact with and display 3d object in real time
- 2022-07-04 20:37:24下载
- 积分:1