英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

socket    音标拼音: [s'ɑkət]
n. 窝,穴,插座,眼窝
vt. 插进插座 ;
套接口,(计算机为TCP/IP数据转换所保留的一系列存贮地址)

窝,穴,插座,眼窝插进插座 ; 套介面,(计算机为TCP/IP数据转换所保留的一系列存贮地址)

socket
插座

socket
插座

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

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.
[1913 Webster]

His eyeballs in their hollow sockets sink. --Dryden.
[1913 Webster]

2. Especially, the hollow tube or place in which a candle is
fixed in the candlestick.
[1913 Webster]

3. (Electricity) the receptacle of an electric lamp into
which a light bulb is inserted, containing contacts to
conduct electricity to the bulb.
[PJC]

4. (Electricity) the receptacle fixed in a wall and connected
by conductive wiring to an electrical supply, containing
contacts to conduct electricity, and into which the plug
of an electrical device is inserted; -- called also a
{wall socket} or {outlet}. The socket will typically have
two or three contacts; if three, the third is connected to
a ground for safety.
[PJC]

And in the sockets oily bubbles dance. --Dryden.
[1913 Webster]

{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.
[1913 Webster]

30 Moby Thesaurus words for "socket":
alveolation, alveolus, antrum, armpit, basin, bowl, cavity,
concave, concavity, crater, crypt, cup, depression, dip, fold,
follicle, funnel chest, hole, hollow, hollow shell, lacuna, pit,
pocket, punch bowl, scoop, shell, sink, sinus, trough, vug


请选择你想看的字典辞典:
单词字典翻译
SOCKet查看 SOCKet 在百度字典中的解释百度英翻中〔查看〕
SOCKet查看 SOCKet 在Google字典中的解释Google英翻中〔查看〕
SOCKet查看 SOCKet 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • socket通讯原理及例程(一看就懂)-CSDN博客
    本文详细解析了TCP IP协议及Socket编程的基础概念和技术细节,包括TCP IP与UDP的区别、Socket的作用与位置,以及Socket编程的基本步骤和函数使用,辅以实际编程示例。
  • 用大白话解释什么是Socket - 知乎
    Socket 解释了TCP IP体系结构以及TCP协议的大概内容后就可以来说一说什么是Socket了。 还是先来看一下百度百科对于 Socket 的介绍: 套接字(socket)是一个抽象层,应用程序可以通过它发送或接收数据,可对其进行像对文件一样的打开、读写和关闭等操作。
  • Socket 编程详解(含 TCP 和 UDP 示例) - kyle_7Qc - 博客园
    Socket 编程详解(含 TCP 和 UDP 示例) 一、什么是 Socket? Socket(套接字)是计算机网络编程中用于进程间通信的接口,允许不同主机上的程序通过网络发送和接收数据。 你可以把它类比成一根“数据管道”,程序通过这根管道与远程设备进行交流。
  • 什么是 Socket?一篇彻底通俗易懂的详解-CSDN博客
    本文以通俗易懂的方式,系统介绍了计算机网络编程中至关重要的“socket”概念。 文章首先通过生活中的信箱比喻,帮助读者直观理解 socket 的作用和意义;随后深入剖析了 socket 的技术本质及其与操作系统、文件描述符之间的关系。
  • 详细了解Socket编程(含TCP和UDP示例) - 知乎
    一、什么是Socket? 为什么需要Socket?Socket(套接字)是计算机网络编程中用于进程间通信的接口,允许不同主机上的程序通过网络发送和接收数据。 你可以把它类比成一根“数据管道”,程序通过这根管道与远程设备进…
  • Socket - Block zero-day supply chain attacks
    Socket flags malicious packages within minutes of publication, blocking zero-day supply chain attacks before they reach your machine, CI, or production
  • 套接字_百度百科
    所谓套接字 (Socket),就是对网络中不同主机上的应用进程之间进行双向通信的端点的抽象。 一个套接字就是网络上进程通信的一端,提供了应用层进程利用网络协议交换数据的机制。
  • Network socket - Wikipedia
    The application programming interface (API) for the network protocol stack creates a handle for each socket created by an application, commonly referred to as a socket descriptor
  • 7. 6. 2 基于TCP协议的Socket通信 (1) - 菜鸟教程
    上一节的概念课枯燥无味是吧,不过总有点收获是吧,本节开始我们来研究基于TCP协议的Socket 通信,先来了解下Socket的概念,以及Socket通信的模型,实现Socket的步骤,以及作为Socket服务 端与客户端的两位各做要做什么事情! 好的,我们由浅入深来扣这个Socket吧!
  • 这篇文章带你读懂Socket,让你知道什么是Socket?-腾讯云开发者社区-腾讯云
    Socket是连接应用层与传输层的套件,负责数据收发。 本文详解Socket的创建、连接、收发数据及断开连接过程,涉及TCP IP协议、ACK确认机制等,帮助开发者深入理解Socket工作原理及网络通信细节。





中文字典-英文字典  2005-2009