英文字典中文字典


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







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

grid    音标拼音: [gr'ɪd]
n. 格子,栅极

格子,栅极

grid
栅; 格子

grid


grid
n 1: a pattern of regularly spaced horizontal and vertical lines
2: a system of high tension cables by which electrical power is
distributed throughout a region [synonym: {power system}, {power
grid}, {grid}]
3: a perforated or corrugated metal plate used in a storage
battery as a conductor and support for the active material
[synonym: {grid}, {storage-battery grid}]
4: an electrode placed between the cathode and anode of a vacuum
tube to control the flow of electrons through the tube [synonym:
{grid}, {control grid}]
5: a cooking utensil of parallel metal bars; used to grill fish
or meat [synonym: {grid}, {gridiron}]

Grid \Grid\ (gr[i^]d), n.
1. A grating of thin parallel bars, similar to a gridiron.
[1913 Webster]

2. (Elec.) A plate or sheet of lead with perforations, or
other irregularities of surface, by which the active
material of a secondary battery or accumulator is
supported.
[Webster 1913 Suppl.]

3. (Electronics) a mesh or coil of fine wire in an electron
tube, connected to the circuit so as to regulate the
current passing through the tube.
[PJC]

4. any network of crossing horizontal and vertical lines; --
they are used, for example, as reference coordinates to
locate objects or places on a map.
[PJC]

5. anything resembling a grid[4], as the Manhattan street
grid. See also {gridlock}.
[PJC]

6. a network of connected conductors for distributing
electrical power, especially one using high-tension lines
for wide geographic distribution of power; as, the
Northeast power grid.
[PJC]

7. (Football) the {gridiron}.
[PJC]

131 Moby Thesaurus words for "grid":
L, R, acting area, andiron, apron, apron stage, arabesque,
backstage, band shell, bandstand, basketry, basketwork, black spot,
bloom, blooping, board, bridge, cancellation, chain, coal tongs,
coulisse, crane, crook, cross-hatching, crossing-out, damper,
definition, dock, dressing room, filigree, fire hook, fire tongs,
firedog, flare, flies, fly floor, fly gallery, forestage, fret,
fretwork, fringe area, ghost, granulation, grate, grating,
greenroom, griddle, gridiron, grill, grille, griller, grillwork,
hachure, hard shadow, hatching, image, interlacement, intertexture,
intertwinement, lace, lacery, lacework, lacing, lattice,
latticework, lifter, lightboard, mesh, meshes, meshwork,
multiple image, net, netting, network, noise, orchestra,
orchestra pit, performing area, picture, picture noise,
picture shifts, pit, plexure, plexus, poker, pothook, proscenium,
proscenium stage, raddle, rain, reticle, reticulation, reticule,
reticulum, riddle, rolling, salamander, scanning pattern,
scintillation, screen, screening, shading, shell, sieve, snow,
snowstorm, spit, stage, stage left, stage right, switchboard,
texture, the boards, tissue, tongs, tracery, trellis, trelliswork,
tripod, trivet, turnspit, wattle, weave, weaving, web, webbing,
webwork, weft, wicker, wickerwork, wings


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





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


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

































































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


  • CSS Grid 网格布局教程 - 阮一峰的网络日志
    4 3 grid-area 属性 grid-area 属性指定项目放在哪一个区域。 item-1 { grid-area: e; } 上面代码 中,1号项目位于 e 区域,效果如下图。 grid-area 属性还可用作 grid-row-start 、 grid-column-start 、 grid-row-end 、 grid-column-end 的合并简写形式,直接指定项目的位置。
  • 图文并茂,一文带你掌握CSS的Grid布局 - CSDN博客
    主要内容包括:1) Grid布局的基础概念,如容器、项目、行 列、单元格等;2) 容器属性详解,包括行列划分、间距调整、对齐方式等7大类属性;3) 项目属性,重点讲解单元格合并技巧;4) 通过综合案例演示Grid布局的实际应用。
  • css grid 属性 | 菜鸟教程
    标签定义及使用说明 grid 是一个 CSS 所有网格容器的简写属性,可以用来设置以下属性: 显式网格属性: grid-template-rows、grid-template-columns 和 grid-template-areas。 隐式网格属性: grid-auto-rows、grid-auto-columns 和 grid-auto-flow。 间距属性: grid-column-gap 和 grid-row-gap。
  • CSS Grid Layout - W3Schools
    The Grid Layout Module allows developers to easily create complex web layouts The Grid Layout Module makes it easy to design a responsive layout structure, without using float or positioning
  • A Complete Guide to CSS Grid Layout | CSS-Tricks
    Our comprehensive guide to CSS grid, focusing on all the settings both for the grid parent container and the grid child elements
  • Flex 和 Grid 详细使用指南:从入门到实战避坑 - 腾讯云
    Flex和Grid是现代CSS布局的两大核心工具。Flex适合一维布局如导航栏、按钮组,通过justify-content和align-items控制对齐;Grid擅长二维布局如卡片墙、后台面板,使用grid-template-columns定义网格结构。实战中常配合使用:Grid负责宏观布局,Flex处理微观对齐。关
  • grid - CSS | MDN - MDN Web Docs
    The grid CSS property is a shorthand property that sets all of the explicit and implicit grid properties in a single declaration
  • CSS - grid 简介以及常用属性介绍 - 个人文章 - SegmentFault 思否
    grid-template-columns 和 grid-template-rows 这两个属性构成了网格容器的 行数 和 列数。 如果实际的单元格数量,超过了由 grid-template-columns 和 grid-template-rows 构成的单元格数量,那么这些 额外单元格 的 行高 、 列宽 如何约定呢?
  • Grid - web. dev
    CSS Grid Layout provides a two dimensional layout system, controlling layout in rows and columns In this module discover everything grid has to offer
  • CSS Grid Generator (Drag Drop)
    CSS grid generator is a tool that helps developers create custom CSS grid layouts more easily The generator allows users to specify the number of columns, rows, the gutter size





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