Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - picture1
Search - picture1 - List
这是在matlab下运行的,有关二值图像处理的程序!希望对大家有帮助!-in Matlab is running under the binary image processing procedures! We want to help!
Date : 2008-10-13 Size : 7.93kb User : 水印

同 1999 年年初的 1.0 版本相比,这是一个更加完善的版本,它的存盘可靠性更好,稳定性更高,本身逻辑错误更少,但我们所以不将它叫作 2.0 版,是因为它的运算方法和存盘方法还过于古典,这使它的运算速度还不够快,存盘后的磁盘文件也偏大。我们将继续改造这个程序,使它运行更快,更节省资源。
Date : 2008-10-13 Size : 2.26mb User : 王泊

picture1 图片的操作,放大与缩小的源程序
Date : 2008-10-13 Size : 2.23mb User : ymx

DL : 0
Option Explicit Private Sub Form_click() Dim T As Date T = -2.5 Picture1.Print T End Sub priva
Date : 2008-10-13 Size : 846.39kb User : 李三

DL : 1
自己写的一个关于图像方面的LABVIEW的源程序,供大家学习。
Date : 2008-10-13 Size : 172.71kb User : 任杰

在VC6.0中用图片实现漂亮的界面,很不好下载呀
Date : 2008-10-13 Size : 493.86kb User : 谭张杨

关于图像匹配的一个源码 刷一遍就知道效果 很实用很简单
Date : 2008-10-13 Size : 1.24kb User : sh

用VB编写的电子相册,很方便实用. 此为转载.-VB prepared by the electronic photo albums, very convenient and practical. This was reprinted.
Date : 2008-10-13 Size : 2.26mb User : HGW

直线扫描算法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
Date : 2008-10-13 Size : 5.45kb User : zy

Dim x_step As Integer '声明 Dim y_step As Integer Dim 往左 As Integer Dim 往右 As Integer Dim 往上 As Integer Dim 往下 As Integer Dim 重复次数_step As Integer Private Sub Form_KeyDown(keycode As Integer, shift As Integer) '窗体接收按下任意键 'Private Sub Picture1_KeyDown(KeyCode As Integer, Shift As Integer) 'MsgBox keycode If keycode = 37 Then 往左 = 1 End If If keycode = 38 Then 往上 = 1 End If If keycode = 39 Then 往右 = 1 End If If keycode = 40 Then 往下 = 1 End If Timer2.Enabled = True End Sub Private Sub Picture1_KeyUp(keycode As Integer, shift As Integer) '窗体接收放开任意键 Timer2.Enabled = False 往左 = 0 往右 = 0 往上 = 0 往下 = 0 End Sub Private Sub Timer2_Timer() If 往左 = 1 Then If Line1.X1 - 100 <= 0 Then Line1.X1 = 0 Line1.X2 = 2000 Else Line1.X1 = Line1.X1 - 100 Line1.X2 = Line1.X2 - 100 End If End If If 往右 = 1 Then If Line1.X2 + 100 > Picture1.Width Then Line1.X1 = Picture1.Width - 2000 Line1.X2 = Picture1.Width Else Line1.X2 = Line1.X2 + 100 Line1.X1 = Line1.X2 - 2000 End If End If If 往上 = 1 And Line1.Y1 > 1000 Then Line1.Y1 = Line1.Y1 - 100 Line1.Y2 = Line1.Y1 End If If 往下 = 1 And Line1.Y1 < Picture1.Height - 1000 Then Line1.Y1 = Line1.Y1 + 100 Line1.Y2 = Line1.Y1 End If End Sub
Date : 2011-08-31 Size : 1.61kb User : wzcxh1@qq.com

DL : 0
Option Explicit Private Sub Form_click() Dim T As Date T = -2.5 Picture1.Print T End Sub priva-Option Explicit Private Sub Form_click() Dim T As Date T =-2.5 Picture1.Print T End Sub priva
Date : 2025-07-01 Size : 846kb User : 李三

用VB编写的电子相册,很方便实用. 此为转载.-VB prepared by the electronic photo albums, very convenient and practical. This was reprinted.
Date : 2025-07-01 Size : 2.26mb User : HGW

直线扫描算法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
Date : 2025-07-01 Size : 5kb User : zy

这是在matlab下运行的,有关二值图像处理的程序!希望对大家有帮助!-in Matlab is running under the binary image processing procedures! We want to help!
Date : 2025-07-01 Size : 8kb User : 水印

同 1999 年年初的 1.0 版本相比,这是一个更加完善的版本,它的存盘可靠性更好,稳定性更高,本身逻辑错误更少,但我们所以不将它叫作 2.0 版,是因为它的运算方法和存盘方法还过于古典,这使它的运算速度还不够快,存盘后的磁盘文件也偏大。我们将继续改造这个程序,使它运行更快,更节省资源。-With the beginning of the year in 1999 compared to 1.0 version, this is a more complete version, it
Date : 2025-07-01 Size : 2.26mb User : 王泊

picture1 图片的操作,放大与缩小的源程序-Picture1 picture operation, enlarge and narrowing of the source
Date : 2025-07-01 Size : 2.23mb User : ymx

DL : 0
自己写的一个关于图像方面的LABVIEW的源程序,供大家学习。-Wrote it myself on the images of the source LABVIEW for everyone to learn.
Date : 2025-07-01 Size : 172kb User : 任杰

在VC6.0中用图片实现漂亮的界面,很不好下载呀-VC6.0 realize in the picture with beautiful interface, it is not download it
Date : 2025-07-01 Size : 494kb User : 谭张杨

关于图像匹配的一个源码 刷一遍就知道效果 很实用很简单-On image matching of a source Brush again know very practical effect is very simple
Date : 2025-07-01 Size : 1kb User : sh

DL : 0
trial license file supermap application
Date : 2025-07-01 Size : 263kb User : saber
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.