-
socket description using socket in socket
socket description using socket in socket
- 2022-03-14 20:29:15下载
- 积分:1
-
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第三章 数字图像显示...
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第三章 数字图像显示-Peking University
- 2022-07-13 21:20:52下载
- 积分:1
-
此程序用来画多边形,并用进行区域填充(内点为4连通区域的递归填充算法)...
此程序用来画多边形,并用进行区域填充(内点为4连通区域的递归填充算法)-the procedure used to draw polygons, and filled with regional (within four points of connectivity in the region filled recursive algorithm)
- 2022-05-30 18:01:49下载
- 积分:1
-
用橡皮筋技术绘制虚线,程序比较小,与大家共享。
用橡皮筋技术绘制虚线,程序比较小,与大家共享。-with rubber-band technology mapping dotted line, procedure is relatively small, and share.
- 2022-06-12 03:20:23下载
- 积分:1
-
图像分割的阈值算法threshold
图像分割的阈值算法threshold-tar.gz-image segmentation algorithm threshold threshold-tar.gz
- 2022-01-26 03:51:28下载
- 积分:1
-
MFC实例,有将近20个实例,非常好,希望大家顶一下
MFC实例,有将近20个实例,非常好,希望大家顶一下-MFC example
- 2023-03-04 08:20:04下载
- 积分:1
-
DirectShow的Player
DirectShow的Player-DirectShow Player
- 2022-08-07 16:57:16下载
- 积分:1
-
Multi
多线程图形特效,可以预览到多线程播放图片的许多效果,非常方便。-Multi-threaded graphics effects, you can preview images to a multi-threaded playback of many effects, very convenient.
- 2022-05-17 13:56:34下载
- 积分:1
-
VB MAPX5.0 development of the campus space information inquiry system source cod...
基于VB+MAPX5.0开发的校园空间信息查询系统源代码,主要功能包括显示、放大、缩小、漫游等地图显示功能;基本查询功能、图层控制功能。-VB MAPX5.0 development of the campus space information inquiry system source code, the main features include display, zoom in and out, such as roaming map display; Basic inquiry function layer control functions.
- 2022-01-27 16:06:55下载
- 积分: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