-
MFC中ListCtrl控件的应用,插入图片等
MFC中ListCtrl控件的应用,插入图片等-ListCtrl controls in MFC application, insert pictures, etc.
- 2023-08-28 06:30:04下载
- 积分:1
-
this program click OK painted under the polygon drawing point, a very good examp...
本程序实现绘根据单击确定的点绘制多边形,一个很好的例子绝对值得收藏-this program click OK painted under the polygon drawing point, a very good example worthy collection
- 2022-07-20 15:40:34下载
- 积分:1
-
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。...
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。-C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
- 2022-02-13 22:05:09下载
- 积分:1
-
多边形的裁剪
多边形剪裁-Polygon cut
- 2022-07-09 15:56:58下载
- 积分:1
-
等值线生成与图形填充算法
等值线生成与图形填充算法,里面含有算法。.
- 2022-02-02 08:15:20下载
- 积分:1
-
图像处理软件,支持BMP文件格式,图像旋转,变换,…
图像处理软件,支持BMP文件格式,提供图像旋转、变换、边缘提取等一般图像处理的基本操作接口。-image processing software, supports BMP file formats, image rotation, transform, edge extraction general basic image processing interface.
- 2022-02-04 03:41:20下载
- 积分:1
-
扫描线填充算法
扫描线填充算法-计算机图形学基本算法-scan lines filling algorithm-the basic algorithms of computer graphics
- 2022-03-24 18:08:49下载
- 积分:1
-
STL文件格式的读取、显示及快速成形的加工
STL文件格式的读取、显示及快速成形的加工-STL file format to read, display and processing of rapid prototyping
- 2022-03-10 06:14:09下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
keyboard controller chip C language control procedures, the adoption of the 7219...
键盘控制芯片C语言控制程序,通过该程序可以实现7219芯片大部分LED控制功能的演示,以及键盘的读取,其中的I2C子函数也可以用于其他I2C器件-keyboard controller chip C language control procedures, the adoption of the 7219 procedures can be achieved most of LED chip control functions of the display, keyboard and read, I2C Functions can also be used for other I2C devices
- 2023-04-27 23:05:04下载
- 积分:1