線上英漢字典/中文拼音/地址英譯、地圖查詢/計算機
Chinese-English Dictionary / Address & Map / Calculator    《回首頁
Please input chinese/english word(s), address or math. expression :

可輸入英文單字正體中文字詞台灣地址計算式  ex: 2^6/5
socket  /s'ɑkət/

共發現 6 筆關於 [Socket] 的資料 (解釋內文之英文單字均可再點入查詢)
資料來源(1): pydict data [pydict]
socket 窩,穴,插座,眼窩(vt.)插進插座 ; 套介面,(計算機為TCP/IP數據轉換所保留的一系列存貯地址) 資料來源(2): Taiwan MOE computer dictionary [moecomp]
socket 插座 資料來源(3): Network Terminology [netterm]
socket 插座 資料來源(4): Webster's Revised Unabridged Dictionary (1913) [web1913]
Socket \Sock"et\, n. [OE. soket, a dim. through OF. fr. L. soccus. See {Sock} a covering for the foot.] 1. An opening into which anything is fitted; any hollow thing or place which receives and holds something else; as, the sockets of the teeth. His eyeballs in their hollow sockets sink. --Dryden. 2. Especially, the hollow tube or place in which a candle is fixed in the candlestick. And in the sockets oily bubbles dance. --Dryden. {Socket bolt} (Mach.), a bolt that passes through a thimble that is placed between the parts connected by the bolt. {Socket chisel}. Same as {Framing chisel}. See under {Framing}. {Socket pipe}, a pipe with an expansion at one end to receive the end of a connecting pipe. {Socket pole}, a pole armed with iron fixed on by means of a socket, and used to propel boats, etc. [U.S.] {Socket wrench}, a wrench consisting of a socket at the end of a shank or rod, for turning a nut, bolthead, etc., in a narrow or deep recess. 資料來源(5): WordNet (r) 2.0 [wn]
socket n 1: a bony hollow into which a structure fits 2: receptacle where something (a pipe or probe or end of a bone) is inserted 3: a receptacle into which an electric device can be inserted 資料來源(6): Free On-line Dictionary of Computing [foldoc]
socket <networking> The {Berkeley Unix} mechansim for creating a virtual connection between processes. Sockets interface {Unix}'s {standard I/O} with its {network} communication facilities. They can be of two types, stream (bi-directional) or {datagram} (fixed length destination-addressed messages). The socket library function socket() creates a communications end-point or socket and returns a {file descriptor} with which to access that socket. The socket has associated with it a socket address, consisting of a {port} number and the local host's network address. {Unix manual page}: socket(2). (1995-01-31)