Nghĩa của từ file descriptor bằng Tiếng Việt

@Chuyên ngành kỹ thuật
@Lĩnh vực: toán & tin
-bộ mô tả file
-bộ mô tả tập tin
-ký hiệu mô tả file
-ký hiệu mô tả tệp
-phần miêu tả tệp
@Chuyên ngành kỹ thuật
@Lĩnh vực: toán & tin
-bộ mô tả file
-bộ mô tả tập tin
-ký hiệu mô tả file
-ký hiệu mô tả tệp
-phần miêu tả tệp

Đặt câu có từ "file descriptor"

Dưới đây là những mẫu câu có chứa từ "file descriptor", trong bộ từ điển Từ điển Anh - Việt. Chúng ta có thể tham khảo những mẫu câu này để đặt câu trong tình huống cần đặt câu với từ file descriptor, hoặc tham khảo ngữ cảnh sử dụng từ file descriptor trong bộ từ điển Từ điển Anh - Việt

1. BAD File descriptor

2. Close () Closes a file descriptor, so that it no longer refers to any file and may be reused

3. The connect() system call connects the socket referred to by the file descriptor sockfd to the address specified by addr.

4. When a socket is created with socket (2), it exists in a name space (address family) but has no address assigned to it. Bind () assigns the address specified by addr to the socket referred to by the file descriptor sockfd

5. The program '%# ' (PID: %#) is being monitored for input and output through any file descriptor (stdin, stdout, stderr, open files, network connections, etc.). Data being written by the process is shown in red and data being read by the process is shown in blue

6. * emacs++ * src/Arew/entangle: README++ * src/Arew/socket: varia - socket-accept4: replace socket-accept with socket-accept4 that accept a fourth flags argument that allows to specify that accepted file descriptor must be non-blocking; - make-socket-inet-address: create an internet socket for a given string IP and integer PORT