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 mở ảnh Emptythủ tục mở ảnh

more_horiz

Code:

Private Sub Openning(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]**)
   Erosion(f, M__1, N__2, B, m__3, n__4, _
      temp, [FALSE])
   Dilation(temp, M__1, N__2, B, m__3, n__4, _
      g, [FALSE])
   Free2D(DirectCast(temp, System.Void**))
   Return
End Sub

descriptionthủ tục mở ảnh EmptyRe: thủ tục mở ảnh

more_horiz

Code:

void Openning(BYTE **f, int M, int N, BYTE **B, int m, int n, BYTE **g)
{
BYTE **temp;
temp = (BYTE **)Alloc2D(M,N,sizeof(BYTE));
Erosion(f,M,N,B,m,n,temp,FALSE);
Dilation(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