英文字典中文字典


英文字典中文字典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       







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

forked    音标拼音: [f'ɔrkt]
a. 成叉的,叉的,叉状的

成叉的,叉的,叉状的

forked
adj 1: resembling a fork; divided or separated into two
branches; "the biramous appendages of an arthropod";
"long branched hairs on its legson which pollen
collects"; "a forked river"; "a forked tail"; "forked
lightning"; "horseradish grown in poor soil may develop
prongy roots" [synonym: {bifurcate}, {biramous}, {branched},
{forked}, {fork-like}, {forficate}, {pronged}, {prongy}]
2: having two meanings with intent to deceive; "a sly double
meaning"; "spoke with forked tongue" [synonym: {double},
{forked}]

Fork \Fork\, v. i. [imp. & p. p. {Forked}; p. pr. & vb. n.
{Forking}.]
1. To shoot into blades, as corn.
[1913 Webster]

The corn beginneth to fork. --Mortimer.
[1913 Webster]

2. To divide into two or more branches; as, a road, a tree,
or a stream forks.
[1913 Webster]


Forked \Forked\, a.
1. Formed into a forklike shape; having a fork; dividing into
two or more prongs or branches; furcated; bifurcated;
zigzag; as, the forked lighting.
[1913 Webster]

A serpent seen, with forked tongue. --Shak.
[1913 Webster]

2. Having a double meaning; ambiguous; equivocal.
[1913 Webster]

{Cross forked} (Her.), a cross, the ends of whose arms are
divided into two sharp points; -- called also {cross
double fitch['e]}. A {cross forked of three points} is a
cross, each of whose arms terminates in three sharp
points.

{Forked counsel}, advice pointing more than one way;
ambiguous advice. [Obs.] --B. Jonson. -- {Fork"ed*ly},
adv. -- {Fork"ed*ness}, n.
[1913 Webster]

52 Moby Thesaurus words for "forked":
V-shaped, Y-shaped, akimbo, angular, arboreal, arborescent,
arboriform, bent, biforked, bifurcate, bifurcated, bisected,
branched, branching, branchlike, cleft, cloven, cornered, crooked,
crotched, dendriform, dendritic, dichotomous, dimidiate, divided,
forking, forklike, furcal, furcate, geniculate, geniculated,
halved, hooked, jagged, knee-shaped, pointed, pronged, ramified,
ramous, riven, saw-toothed, sawtooth, serrate, sharp,
sharp-cornered, split, tree-shaped, treelike, tridentlike,
trifurcate, trifurcated, zigzag

(Unix; probably after "fucked") Terminally slow, or
dead. Originated when one system was slowed to a snail's pace
by an inadvertent {fork bomb}.

[{Jargon File}]

(1994-12-14)

forked: adj.,vi. 1. [common after 1997, esp. in the Linux community] An open-source
software project is said to have forked or be forked when the project group
fissions into two or more parts pursuing separate lines of development (or,
less commonly, when a third party unconnected to the project group begins
its own line of development). Forking is considered a
Bad Thingnot merely because it implies a lot of wasted effort
in the future, but because forks tend to be accompanied by a great deal of
strife and acrimony between the successor groups over issues of legitimacy,
succession, and design direction. There is serious social pressure against
forking. As a result, major forks (such as the Gnu-Emacs/XEmacs split, the
fissionings of the 386BSD group into three daughter projects, and the
short-lived GCC/EGCS split) are rare enough that they are remembered
individually in hacker folklore.



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


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

































































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


  • 为什么是“Hello, World!” - 知乎
    “Hello, World!” 作为编程领域的经典入门示例,起源于计算机科学早期的发展历史,并逐渐成为全球程序员…
  • Running java helloworld - Stack Overflow
    I tried to google this, went to oracle com and read all the questions on this forum related to this I wrote a simple "Helloworld" program package helloworld; public class Helloworld { public
  • helloworld什么意思 - 百度知道
    helloworld什么意思“helloworld”的意思是“你好,世界”。具体解释如下:编程术语:在很多编程语言和开发环境中,“helloworld”是一个经典的入门示例代码。当程序运行时,它会输出“你好,世界”这一问候语。这个
  • Creating a Simple Hello World app in Kubernetes
    The first would be about the "Hello World" app in Kubernetes Even this existing (as mentioned by Limido in the comments [link]), the app itself is not a Kubernetes app, but an app created in the language of your choice, which was containerized and it is deployed in Kubernetes So I would call it (in your case) a Dockerized SpringBoot
  • Java 编写 HelloWorld 程序不成功该怎么处理? - 知乎
    手把手教大家用Java 写 HelloWorld ,并指出常见问题案例。 一、HelloWorld HelloWorld案例是指在计算机屏幕上输出“HelloWorld”这行文字。各种计算机语言都习惯使用该案例作为第一个演示案例。 Java程序开发运行流程 开发Java程序,需要三个步骤:编写程序,编译程序,运行程序。 HelloWorld案例的编写 首先
  • helloworld梗是怎么来的 - 百度知道
    helloworld梗是怎么来的“Hello World”这个梗源于编程领域,是程序员文化中一个标志性的入门仪式,用来表示一段代码的成功运行或一个新手的开始。它指的是一个极其简单的计算机程序,功能就是在屏幕上显示“Hello,
  • Where does Hello world come from? - Stack Overflow
    ' hello, world ' is usually the first example for any programming language I've always wondered where this sentence came from and where was it first used I've once been told that it was the first sentence ever to be displayed on a computer screen, but I've not been able to find any reference to this So my question is: Where does the practice to use ' hello, world ' as the first example for
  • 「Hello world」的标准写法是什么? - 知乎
    Hello World,几乎是程序猿学习各种语言的第一个程序。 编写 Hello,World 程序已成为编程界的一种传统,然而与许多传统一样,很多人虽然这么做却没有意识到其中真正的目的或价值。 hello world的写法多达650种! 因此就有人产生了一个脑洞,能不能把 Hello World 用所有编程语言都写一遍。 开源地址:
  • helloworld什么意思 - 百度知道
    “helloworld” 的意思是“你好,世界”。以下是关于 “Hello World” 的详细解释: 含义: “Hello World” 在中文中直译为“你好,世界”,是一个常用于编程中的示例字符串。 起源: 这个示例起源于 Brian Kernighan 和 Dennis M Ritchie 合著的《The C Programming Language》一书,它作为该书中第一个演示程序而被





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