-
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
-
计算机工程数值算法,
压缩包解压时不能有密码
计算机工程数值算法,
压缩包解压时不能有密码-Computer engineering numerical algorithm, compressed packets can not extract the password
- 2022-05-15 13:42:24下载
- 积分:1
-
Cad program with a very good, and I hope useful for everyone,
一个cad程序
很好用的,希望对大家有用,-Cad program with a very good, and I hope useful for everyone,
- 2023-08-05 08:05:05下载
- 积分:1
-
本程序主要介绍了碰撞检测算法及基于物理的建模方法
本程序主要介绍了碰撞检测算法及基于物理的建模方法-This procedure introduces a collision detection algorithm and physics-based modeling method
- 2022-03-04 23:53:58下载
- 积分:1
-
VC图像处理源代码,包括图形库,大量位图和调色板源代码。实用。...
VC图像处理源代码,包括图形库,大量位图和调色板源代码。实用。-VC image processing source code, including the graphics library, a large number of bitmap and palette source code. Practical.
- 2022-08-19 15:01:17下载
- 积分:1
-
extract thumbnail from file
extract thumbnail from file
- 2022-05-21 10:07:13下载
- 积分:1
-
夕阳醉了 一个用FLASH MX编的小程序
夕阳醉了 一个用FLASH MX编的小程序-sunset of a drunk with Flash MX series of small programs
- 2022-05-16 06:44:27下载
- 积分:1
-
Introduction to 3D game programming source code with the book. Application of Di...
3D游戏程序入门随书源码。应用DirectX9.0图形库开发,包含各章节源代码。-Introduction to 3D game programming source code with the book. Application of DirectX9.0 graphics library development, each chapter contains the source code.
- 2022-03-19 03:46:46下载
- 积分:1
-
VC++NJIN虚拟示波器程序
VC++NJIN虚拟示波器程序-VC NJIN virtual oscilloscope procedures
- 2023-03-29 19:55:03下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1