各种算法图形及画笔VB源码程序 - vb源码程序 - 谷速源码
下载频道> 资源分类> 编程语言> VB源码> 各种算法图形及画笔VB源码程序

标题:各种算法图形及画笔VB源码程序
分享到:

所属分类: VB源码 资源类型: 文件大小: 8.22 KB 上传时间: 2016-01-21 18:59:25 下载次数: 14 资源积分:1分 提 供 者: vb源码代做 各种算法图形及画笔VB源码程序
内容:
各种算法图形及画笔VB源码程序,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!
部分代码如下:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmMain 
   Caption         =   "各种算法图形及画笔"
   ClientHeight    =   4500
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   4530
   LinkTopic       =   "Form1"
   ScaleHeight     =   300
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   302
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox picBCol 
      Height          =   255
      Left            =   7680
      ScaleHeight     =   195
      ScaleWidth      =   315
      TabIndex        =   6
      Top             =   6600
      Width           =   375
   End
   Begin VB.PictureBox picFCol 
      Height          =   255
      Left            =   7200
      ScaleHeight     =   195
      ScaleWidth      =   315
      TabIndex        =   5
      Top             =   6600
      Width           =   375
   End
   Begin VB.Frame fratemp 
      Height          =   15
      Left            =   0
      TabIndex        =   4
      Top             =   0
      Width           =   8175
   End
   Begin VB.HScrollBar scrHorz 
      Height          =   255
      Left            =   0
      TabIndex        =   3
      Top             =   4200
      Width           =   4215
   End
   Begin VB.VScrollBar scrVert 
      Height          =   4095
      Left            =   4200
      TabIndex        =   2
      Top             =   120
      Width           =   255
   End
   Begin VB.PictureBox picBack 
      Height          =   4095
      Left            =   120
      ScaleHeight     =   269
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   269
      TabIndex        =   0
      Top             =   120
      Width           =   4095
      Begin MSComDlg.CommonDialog comDiag 
         Left            =   4320
         Top             =   120
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin VB.PictureBox picMain 
         AutoRedraw      =   -1  'True
         AutoSize        =   -1  'True
         BackColor       =   &H00FFFFFF&
         Height          =   3900
         Left            =   0
         ScaleHeight     =   256
         ScaleMode       =   3  'Pixel
         ScaleWidth      =   256
         TabIndex        =   1
         Top             =   0
         Width           =   3900
      End
   End
   Begin VB.Menu mnuFile 
      Caption         =   "文件"
      Begin VB.Menu mnuNew 
         Caption         =   "&New"
      End
      Begin VB.Menu mnuOpen 
         Caption         =   "&Open"
      End
      Begin VB.Menu mnuSep1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuExit 
         Caption         =   "E&xit"
      End
   End
   Begin VB.Menu mnuTools 
      Caption         =   "画笔工具(&T)"
      Begin VB.Menu mnuPencil 
         Caption         =   "&Pencil"
      End
      Begin VB.Menu mnuStar 
         Caption         =   "&Star"
      End
      Begin VB.Menu mnuHorzLine 
         Caption         =   "&Horizontal Line"
      End
      Begin VB.Menu mnuVertLine 
         Caption         =   "&Vertical Line"
      End
      Begin VB.Menu mnuCrossND 
         Caption         =   "Cro&ss"
      End
      Begin VB.Menu mnuCross 
         Caption         =   "Diagonal C&ross"
      End
      Begin VB.Menu mnuUDefPolygon 
         Caption         =   "User-defined Polygon"
      End
      Begin VB.Menu mnuDiagLineRL 
         Caption         =   "Diag&onal Line (\)"
      End
      Begin VB.Menu mnuDiagLineLR 
         Caption         =   "Dia&gonal Line (/)"
      End
      Begin VB.Menu mnuText 
         Caption         =   "Te&xt"
      End
      Begin VB.Menu mnuStLine 
         Caption         =   "&Straight Line"
      End
      Begin VB.Menu mnuBrush 
         Caption         =   "&Brush"
      End
      Begin VB.Menu mnuErase 
         Caption         =   "E&rase"
      End
      Begin VB.Menu mnuFRect 
         Caption         =   "Fi&lled Rect"
      End
      Begin VB.Menu mnuFCircle 
         Caption         =   "&Filled Circle"
      End
      Begin VB.Menu mnuCircle 
         Caption         =   "&Circle"
      End
      Begin VB.Menu mnuRect 
         Caption         =   "&Rect"
      End
      Begin VB.Menu mnuPolygon 
         Caption         =   "&Polygon"
      End
      Begin VB.Menu mnuFillReg 
         Caption         =   "&Fill Regions"
      End
   End
   Begin VB.Menu mnuProps 
      Caption         =   "画笔属性(&P)"
      Begin VB.Menu mnuSetDW 
         Caption         =   "&Set the DrawWidth"
      End
      Begin VB.Menu mnuDS 
         Caption         =   "&DrawStyle"
         Begin VB.Menu mnuDFilled 
            Caption         =   "&Filled"
         End
         Begin VB.Menu mnuDLine 
            Caption         =   "&Line"
         End
         Begin VB.Menu mnuDPoint 
            Caption         =   "&Point"
         End
         Begin VB.Menu mnuDLinPoint 
            Caption         =   "Li&ne-Point"
         End
         Begin VB.Menu mnuDLinPointPt 
            Caption         =   "Line&-Point-Point"
         End
      End
      Begin VB.Menu mnuFStyle 
         Caption         =   "&FillStyle"
         Begin VB.Menu mnuFilled 
            Caption         =   "&Filled"
         End
         Begin VB.Menu mnuFHorzLine 
            Caption         =   "&Horizontal Line"
         End
         Begin VB.Menu mnuFVertLine 
            Caption         =   "&Vertical Line"
         End
         Begin VB.Menu mnuFDiagonalRL 
            Caption         =   "Diagonal (&\)"
         End
         Begin VB.Menu mnuFDiagonalLR 
            Caption         =   "Diagonal (&/)"
         End
         Begin VB.Menu mnuFCross 
            Caption         =   "&Cross"
         End
         Begin VB.Menu mnuFDiagCross 
            Caption         =   "Diagonal Cr&oss"
         End
      End
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
 
Private Sub Form_Load()
    cX = picMain.ScaleWidth
    cY = picMain.ScaleHeight
    scrHorz.Value = 0
    scrHorz.Max = picMain.Width - 5
    scrVert.Value = 0
    scrVert.Max = picMain.Height - 5
    tColors.lBCol = vbBlue
    tColors.lFCol = vbBlack
    picFCol.BackColor = vbBlack
    picBCol.BackColor = vbBlue
End Sub
 
 
 
Private Sub Form_Resize()
    
    On Error GoTo Fa
    
    With picBack
        .Top = 8
        .Left = 8
        .Width = frmMain.ScaleWidth - 28
        .Height = frmMain.ScaleHeight - 60
    End With
    With scrHorz
        .Left = 8
        .Top = 10 + picBack.ScaleHeight
        .Width = picBack.ScaleWidth + 3
    End With
    With scrVert
        .Left = 8 + picBack.ScaleWidth
        .Top = 8
        .Height = picBack.ScaleHeight + 3
    End With
  
    
    With picBCol
        .Left = frmMain.ScaleWidth - 65
        .Top = frmMain.ScaleHeight - 16
    End With
    With picFCol
        .Left = frmMain.ScaleWidth - 33
        .Top = frmMain.ScaleHeight - 16
    End With
    fratemp.Width = frmMain.ScaleWidth
Fa:
 
End Sub
 
 
Private Sub mnuBrush_Click()
    curTools = Tools.sBrush
End Sub
 
Private Sub mnuCircle_Click()
    curTools = Tools.sCircle
End Sub
 
 
 
Private Sub mnuCross_Click()
    curTools = Tools.sCross
End Sub
 
Private Sub mnuCrossND_Click()
    curTools = Tools.sCrossND
End Sub
 
Private Sub mnuDFilled_Click()
    picMain.DrawStyle = 0
End Sub
 
Private Sub mnuDiagLineLR_Click()
    curTools = Tools.sDiagLineLR
End Sub
 
Private Sub mnuDiagLineRL_Click()
    curTools = Tools.sDiagLineRL
End Sub
 
Private Sub mnuDLine_Click()
    picMain.DrawStyle = 1
End Sub
 
Private Sub mnuDLinPoint_Click()
    picMain.DrawStyle = 3
End Sub
 
Private Sub mnuDLinPointPt_Click()
    picMain.DrawStyle = 4
End Sub
 
Private Sub mnuDPoint_Click()
    picMain.DrawStyle = 2
End Sub
 
Private Sub mnuEmboss_Click()
 
End Sub
 
Private Sub mnuErase_Click()
    curTools = Tools.sErase
End Sub
 
Private Sub mnuFCircle_Click()
    curTools = Tools.sFCircle
End Sub
 
Private Sub mnuFCross_Click()
    propFillStyle = 6
End Sub
 
Private Sub mnuFDiagCross_Click()
    propFillStyle = 7
End Sub
 
Private Sub mnuFDiagonalLR_Click()
    propFillStyle = 5
End Sub
 
Private Sub mnuFDiagonalRL_Click()
    propFillStyle = 4
End Sub
 
Private Sub mnuFHorzLine_Click()
    propFillStyle = 2
End Sub
 
Private Sub mnuFilled_Click()
    propFillStyle = 0
End Sub
 
Private Sub mnuFillReg_Click()
    curTools = Tools.sFillRegions
End Sub
 
 
 
 
 
 
 
Private Sub mnuFlip1_Click()
 
End Sub
 
Private Sub mnuFlip2_Click()
 
End Sub
 
Private Sub mnuFlip3_Click()
 
End Sub
 
Private Sub mnuFRect_Click()
    curTools = Tools.sFRect
End Sub
 
Private Sub mnuFVertLine_Click()
    propFillStyle = 3
End Sub
 
 
 
Private Sub mnuHammer_Click()
 
End Sub
 
Private Sub mnuHeat_Click()
    Dim bNo As Boolean
    Dim TColW As Long
    
    Call Save
    For i = 0 To cX
        For j = 0 To cY
            TColW = GetPixel(picMain.hdc, i, j)
            r = TColW Mod 256
            g = (TColW \ 256) Mod 256
            b = TColW \ 256 \ 256
            
            r = Abs(((r ^ 2) / ((b + g) + 10)) * 128)
            b = Abs(((b ^ 2) / ((g + r) + 10)) * 128)
            g = Abs(((g ^ 2) / ((r + b) + 10)) * 128)
nOK:
                If r > 32767 Then
                    r = r - 32767
                ElseIf g > 32767 Then
                    g = g - 32767
                ElseIf b > 32767 Then
                    b = b - 32767
                End If
                If r > 32767 Or g > 32767 Or b > 32767 Then
                    GoTo nOK
                End If
            SetPixel picMain.hdc, i, j, RGB(r, g, b)
        Next j
        pg1.Value = i * 100 \ (cX - 1)
    Next i
    pg1.Value = 0
    picMain.Refresh
End Sub
 
Private Sub mnuHorzLine_Click()
    curTools = Tools.sHorzLine
End Sub
 
Private Sub mnuIce_Click()
    Dim TColI As Long
    
    Call Save
    For i = 0 To cX
        For j = 0 To cY
            TColI = GetPixel(picMain.hdc, i, j)
            r = TColI Mod 256
            g = (TColI \ 256) Mod 256
            b = TColI \ 256 \ 256
            r = Abs((r - g - b) * 1.5)
            g = Abs((g - b - r) * 1.5)
            b = Abs((b - r - g) * 1.5)
            SetPixel picMain.hdc, i, j, RGB(r, g, b)
        Next j
        pg1.Value = i * 100 \ (cX - 1)
    Next i
    pg1.Value = 0
    picMain.Refresh
End Sub
 
 
Private Sub mnuM25_Click()
    Call Zoom(0.25)
End Sub
 
Private Sub mnuM50_Click()
    Call Zoom(0.5)
End Sub
 
Private Sub mnuM75_Click()
    Call Zoom(0.75)
End Sub
 
Private Sub mnuNew_Click()
    picMain.Refresh
    picNew.Height = picMain.Height
    picNew.Width = picMain.Width
    picMain.Picture = picNew.Image
End Sub
 
Private Sub mnuOpen_Click()
    Dim sFName As String
    
    On Error Resume Next
    comDiag.Filter = "*.bmp;*.jpg;*.gif;*.wmf;"
    comDiag.ShowOpen
    sFName = comDiag.FileName
    
    If sFName = "" Then Exit Sub
    
    If Not FileExist(sFName) Then
        MsgBox "File doesn't exist.", vbCritical, "Error"
        Exit Sub
    End If
    
    picMain.Picture = LoadPicture(sFName)
    If Err Then
        MsgBox "This is not a valid picture!", vbCritical, "Error"
        Exit Sub
    End If
    Call ResizePicBoxes
    cX = picMain.ScaleWidth
    cY = picMain.ScaleHeight
End Sub
 
Private Sub mnuP25_Click()
    Call Zoom(1.25)
End Sub
 
Private Sub mnuP50_Click()
    Call Zoom(1.5)
End Sub
 
Private Sub mnuP75_Click()
    Call Zoom(1.75)
End Sub
 
Private Sub mnuPencil_Click()
    curTools = Tools.sPencil
End Sub
 
Private Sub mnuPolygon_Click()
    curTools = Tools.sPolygon
End Sub
 
Private Sub mnuRect_Click()
    curTools = Tools.sRect
End Sub
 
 
 
 
 
 
Private Sub mnuRepCol_Click()
 
End Sub
 
Private Sub mnuSave_Click()
 
End Sub
 
Private Sub mnuStar_Click()
    curTools = Tools.sStar
End Sub
 
Private Sub mnuStLine_Click()
    curTools = Tools.sStLine
End Sub
 
Private Sub mnuText_Click()
    curTools = Tools.sText
    frmText.Show
End Sub
 
Private Sub mnuUDefPolygon_Click()
    curTools = Tools.sUDefPolygon
End Sub
 
 
 
 
Private Sub mnuVertLine_Click()
    curTools = Tools.sVertLine
End Sub
 
 
Private Sub picBack_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
    If Button = 2 Then
        picMain.Width = x
        picMain.Height = y
        Call ResizePicBoxes
    End If
End Sub
 
 
Private Sub picBCol_Click()
    On Error Resume Next
    
    comDiag.CancelError = True
    comDiag.ShowColor
    If Not Err Then
        picBCol.BackColor = comDiag.Color
        tColors.lBCol = comDiag.Color
    End If
End Sub
 
Private Sub picFCol_Click()
    On Error Resume Next
    
    comDiag.CancelError = True
    comDiag.ShowColor
    If Not Err Then
        picFCol.BackColor = comDiag.Color
        tColors.lFCol = comDiag.Color
    End If
End Sub
 
Private Sub picMain_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
    Dim sTmp As String
    Dim points(2) As cPoint, cCount As Double, cDetails As Double
    Dim col As Long, r As Long, a As Double, u As Long, v As Long
    
    sX = x
    sY = y
    If Button = 1 Then
        
        If curTools = Tools.sCircle Or curTools = Tools.sStLine Or curTools = Tools.sFCircle Or curTools = Tools.sFRect Or curTools = Tools.sRect Then
            picMain.PSet (sX, sY), vbBlack
            Exit Sub
        End If
        
        If curTools = Tools.sPolygon Then
            If Not stat Then
                stat = True
                curX = x
                curY = y
            End If
            sX = x
            sY = y
            If Shift = 1 Then
                picMain.Line (wX1, wY1)-(curX, curY), tColors.lFCol
                stat1 = False
                stat = False
                Exit Sub
            End If
            If Not stat1 Then
                picMain.PSet (x, y), tColors.lFCol
                wX1 = x
                wY1 = y
                stat1 = True
            Else
                picMain.Line (wX1, wY1)-(x, y), tColors.lFCol
            End If
            Exit Sub
        End If
        
        If curTools = Tools.sUDefPolygon Then
            upX = x
            upY = y
        End If
        
        If curTools = Tools.sFillRegions Then
            Call Filling(picMain.Point(x, y), propFillStyle, x, y)
            
        End If
        
        If curTools = Tools.sText Then
            picMain.CurrentX = x
            picMain.CurrentY = y
            sTmp = InputBox("Type in the Text!", "SEK - Paint 1.0")
            picMain.Print sTmp
        End If
        
        If curTools = Tools.sHammer Then
            On Error Resume Next
            
            
            r = InputBox("Please type in the radius!  (1-150)", "B閦ier")
            If Err Or r < 0 Or r > 150 Then
                MsgBox "Please type in a number between 1 and 150!", vbCritical, "Error"
                Exit Sub
            End If
            a = ((r / 50) * 360)
        
            For i = 0 To a
                points(0).cX = r * Cos(i) + x
                points(0).cY = r * Sin(i) + y
                points(1).cX = x
                points(1).cY = y
                points(2).cX = x
                points(2).cY = y
        
                cCount = 0
                cDetails = 1 / (r * 2)
        
                Do
                    col = GetPixel(picMain.hdc, points(0).cX, points(0).cY)
                    u = points(0).cX * (cCount * cCount) + points(1).cX * (2 * cCount * (1 - cCount)) + points(2).cX * ((1 - cCount) * (1 - cCount))
                    v = points(0).cY * (cCount * cCount) + points(1).cY * (2 * cCount * (1 - cCount)) + points(2).cY * ((1 - cCount) * (1 - cCount))
                    picMain.PSet (sX, sY), col
                    SetPixel picMain.hdc, u, v, col
                    cCount = cCount + cDetails
                Loop While cCount <= 1
                          Next i
         
        End If
        
        If curTools = Tools.sReplaceColor Then
            If FirstChoose Then
                tmpCol1 = picMain.Point(x, y)
                FirstChoose = False
            Else
                tmpCol2 = picMain.Point(x, y)
                
            End If
        End If
    End If
End Sub
 
Private Sub picMain_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
    Dim tmpbX As Integer, tmpbY As Integer
  
    If Button = 1 Then
        Select Case curTools
            Case Tools.sPencil:
                picMain.Line (sX, sY)-(x, y), tColors.lFCol
                sX = x
                sY = y
                
            Case Tools.sStar:
                picMain.Line (sX, sY)-(x, y), tColors.lFCol
            
            Case Tools.sErase:
                picMain.Line (sX, sY)-(x, y), vbWhite
                sX = x
                sY = y
            
            Case Tools.sCross:
                picMain.Line (x - 5, y - 5)-(x + 5, y + 5), tColors.lFCol
                picMain.Line (x + 5, y - 5)-(x - 5, y + 5), tColors.lFCol
            
            Case Tools.sCrossND:
                picMain.Line (x - 5, y)-(x + 5, y), tColors.lFCol
                picMain.Line (x, y - 5)-(x, y + 5), tColors.lFCol
                
            Case Tools.sDiagLineLR:
                picMain.Line (x, y)-(x - 5, y + 5), tColors.lFCol
                
            Case Tools.sDiagLineRL:
                picMain.Line (x, y)-(x + 5, y + 5), tColors.lFCol
            
            Case Tools.sUDefPolygon:
                picMain.Line (sX, sY)-(x, y), tColors.lFCol
                sX = x
                sY = y
            
            Case Tools.sHorzLine:
                picMain.Line (x - 5, y)-(x + 5, y), tColors.lFCol
                
            Case Tools.sVertLine:
                picMain.Line (x, y - 5)-(x, y + 5), tColors.lFCol
        
            Case Tools.sBrush:
                For i = 0 To 25
                    tmpbX = Int(Rnd * 14 - 7)
                    tmpbY = Int(Rnd * 14 - 7)
                    picMain.PSet (x + tmpbX, y + tmpbY), tColors.lFCol
                Next i
            
        End Select
    End If
    wX = x
    wY = y
End Sub
 
Private Sub picMain_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
    Dim r
    
    If Button = 1 Then
        If curTools = Tools.sCircle Then
            r = Sqr((sX - x) * (sX - x) + (sY - y) * (sY - y))
            picMain.Circle (sX, sY), r, tColors.lFCol
            picMain.PSet (sX, sY), picMain.Point(sX + 1, sY)
            
        ElseIf curTools = Tools.sRect Then
            picMain.Line (sX, sY)-(x, y), tColors.lFCol, B
            
        ElseIf curTools = Tools.sStLine Then
            picMain.Line (sX, sY)-(x, y), tColors.lFCol
        
        ElseIf curTools = Tools.sFCircle Then
            picMain.FillStyle = 0
            picMain.FillColor = tColors.lBCol
            r = Sqr((sX - x) * (sX - x) + (sY - y) * (sY - y))
            picMain.Circle (sX, sY), r, tColors.lFCol
            picMain.FillStyle = 1
        
        ElseIf curTools = Tools.sFRect Then
            picMain.Line (sX, sY)-(x, y), tColors.lBCol, BF
            
        ElseIf curTools = Tools.sPolygon Then
            picMain.Line (sX, sY)-(wX, wY), tColors.lFCol
            wX1 = x
            wY1 = y
            
        ElseIf curTools = Tools.sUDefPolygon Then
            picMain.Line (upX, upY)-(x, y), tColors.lFCol
 
        End If
        
    End If
End Sub
 
Private Sub scrHorz_Change()
    picMain.Left = -scrHorz.Value
End Sub
 
Private Sub scrVert_Change()
    picMain.Top = -scrVert.Value
End Sub
Private Sub mnuExit_Click()
    End
End Sub
 
 
Private Sub mnuBlur_Click()
    
    Call Save
    Call PrepareImg
    For i = 1 To cX - 1
        For j = 1 To cY - 1
            r = Abs(larrCol(0, i - 1, j - 1) + larrCol(0, i, j - 1) + larrCol(0, i + 1, j - 1) + larrCol(0, i - 1, j) + larrCol(0, i, j) + larrCol(0, i + 1, j) + larrCol(0, i - 1, j + 1) + larrCol(0, i, j + 1) + larrCol(0, i + 1, j + 1))
            g = Abs(larrCol(1, i - 1, j - 1) + larrCol(1, i, j - 1) + larrCol(1, i + 1, j - 1) + larrCol(1, i - 1, j) + larrCol(1, i, j) + larrCol(1, i + 1, j) + larrCol(1, i - 1, j + 1) + larrCol(1, i, j + 1) + larrCol(1, i + 1, j + 1))
            b = Abs(larrCol(2, i - 1, j - 1) + larrCol(2, i, j - 1) + larrCol(2, i + 1, j - 1) + larrCol(2, i - 1, j) + larrCol(2, i, j) + larrCol(2, i + 1, j) + larrCol(2, i - 1, j + 1) + larrCol(2, i, j + 1) + larrCol(2, i + 1, j + 1))
            SetPixel picMain.hdc, i, j, RGB(r / 10, g / 10, b / 10)
        Next j
        pg1.Value = i * 100 \ (cX - 1)
    Next i
    picMain.Refresh
    pg1.Value = 0
End Sub
 

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

各种算法图形及画笔VB源码程序/
各种算法图形及画笔VB源码程序/MSSCCPRJ.SCC
各种算法图形及画笔VB源码程序/SEKPaint.vbp
各种算法图形及画笔VB源码程序/SEKPaint.vbw
各种算法图形及画笔VB源码程序/Trandemo.vbw
各种算法图形及画笔VB源码程序/frmMain.frm
各种算法图形及画笔VB源码程序/frmText.frx
各种算法图形及画笔VB源码程序/modMisc.bas
各种算法图形及画笔VB源码程序/modStart.bas

关键词: 画笔 算法 源码

编程语言下载排行

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved