Truyện hay
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

Truyện hayĐăng Nhập

truyenhay cung cấp truyện và chia sẻ truyen hay - truyện hay, các thể loại truyện 18+, sac hiep, tien hiep, di hiep đã hoàn thành full


descriptionthủ tục đóng ảnh  Emptythủ tục đóng ảnh

more_horiz

Code:

Private Sub Closing(f As [BYTE]**, M__1 As Integer, N__2 As Integer, B As [BYTE]**, m__3 As Integer, n__4 As Integer, _
   g As [BYTE]**)
   Dim temp As [BYTE]**
   temp = DirectCast(Alloc2D(M__1, N__2, sizeof([BYTE])), [BYTE]**)
   Dilation(f, M__1, N__2, B, m__3, n__4, _
      temp, [FALSE])
   Erosion(temp, M__1, N__2, B, m__3, n__4, _
      g, [FALSE])
   Free2D(DirectCast(temp, System.Void**))
   Return
End Sub

descriptionthủ tục đóng ảnh  EmptyRe: thủ tục đóng ảnh

more_horiz

Code:

void Closing(BYTE **f, int M, int N, BYTE **B, int m, int n, BYTE **g)
{
      BYTE **temp;
      temp = (BYTE **)Alloc2D(M,N,sizeof(BYTE));
        Dilation(f,M,N,B,m,n,temp,FALSE);
      Erosion(temp,M,N,B,m,n,g,FALSE);
        Free2D((void **)temp);
        return;
}
privacy_tip Permissions in this forum:
Bạn không có quyền trả lời bài viết
power_settings_newLogin to reply