英文字典中文字典


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







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

salter    音标拼音: [s'ɔltɚ]
n. 制盐业者;盐商;盐厂职工

制盐业者;盐商;盐厂职工

salter
n 1: someone who uses salt to preserve meat or fish or other
foods
2: someone who makes or deals in salt [synonym: {salter}, {salt
merchant}]

Salt \Salt\, a. [Compar. {Salter}; superl. {Saltest}.] [AS.
sealt, salt. See {Salt}, n.]
1. Of or relating to salt; abounding in, or containing, salt;
prepared or preserved with, or tasting of, salt; salted;
as, salt beef; salt water. "Salt tears." --Chaucer.
[1913 Webster]

2. Overflowed with, or growing in, salt water; as, a salt
marsh; salt grass.
[1913 Webster]

3. Fig.: Bitter; sharp; pungent.
[1913 Webster]

I have a salt and sorry rheum offends me. --Shak.
[1913 Webster]

4. Fig.: Salacious; lecherous; lustful. --Shak.
[1913 Webster]
[1913 Webster]

{Salt acid} (Chem.), hydrochloric acid.

{Salt block}, an apparatus for evaporating brine; a salt
factory. --Knight.

{Salt bottom}, a flat piece of ground covered with saline
efflorescences. [Western U.S.] --Bartlett.

{Salt cake} (Chem.), the white caked mass, consisting of
sodium sulphate, which is obtained as the product of the
first stage in the manufacture of soda, according to
Leblanc's process.

{Salt fish}.
(a) Salted fish, especially cod, haddock, and similar
fishes that have been salted and dried for food.
(b) A marine fish.

{Salt garden}, an arrangement for the natural evaporation of
sea water for the production of salt, employing large
shallow basins excavated near the seashore.

{Salt gauge}, an instrument used to test the strength of
brine; a salimeter.

{Salt horse}, salted beef. [Slang]

{Salt junk}, hard salt beef for use at sea. [Slang]

{Salt lick}. See {Lick}, n.

{Salt marsh}, grass land subject to the overflow of salt
water.

{Salt-marsh caterpillar} (Zool.), an American bombycid moth
({Spilosoma acraea} which is very destructive to the
salt-marsh grasses and to other crops. Called also {woolly
bear}. See Illust. under {Moth}, {Pupa}, and {Woolly
bear}, under {Woolly}.

{Salt-marsh fleabane} (Bot.), a strong-scented composite herb
({Pluchea camphorata}) with rayless purplish heads,
growing in salt marshes.

{Salt-marsh hen} (Zool.), the clapper rail. See under {Rail}.


{Salt-marsh terrapin} (Zool.), the diamond-back.

{Salt mine}, a mine where rock salt is obtained.

{Salt pan}.
(a) A large pan used for making salt by evaporation; also,
a shallow basin in the ground where salt water is
evaporated by the heat of the sun.
(b) pl. Salt works.

{Salt pit}, a pit where salt is obtained or made.

{Salt rising}, a kind of yeast in which common salt is a
principal ingredient. [U.S.]

{Salt raker}, one who collects salt in natural salt ponds, or
inclosures from the sea.

{Salt sedative} (Chem.), boracic acid. [Obs.]

{Salt spring}, a spring of salt water.

{Salt tree} (Bot.), a small leguminous tree ({Halimodendron
argenteum}) growing in the salt plains of the Caspian
region and in Siberia.

{Salt water}, water impregnated with salt, as that of the
ocean and of certain seas and lakes; sometimes, also,
tears.
[1913 Webster]

Mine eyes are full of tears, I can not see;
And yet salt water blinds them not so much
But they can see a sort of traitors here. --Shak.
[1913 Webster]

{Salt-water sailor}, an ocean mariner.

{Salt-water tailor}. (Zool.) See {Bluefish}.
[1913 Webster]


Salter \Salt"er\, n.
One who makes, sells, or applies salt; one who salts meat or
fish.
[1913 Webster]


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





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


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

































































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


  • What is the difference between a convolutional neural network and a . . .
    A CNN, in specific, has one or more layers of convolution units A convolution unit receives its input from multiple units from the previous layer which together create a proximity Therefore, the input units (that form a small neighborhood) share their weights The convolution units (as well as pooling units) are especially beneficial as:
  • machine learning - What is a fully convolution network? - Artificial . . .
    A fully convolutional network is achieved by replacing the parameter-rich fully connected layers in standard CNN architectures by convolutional layers with $1 \times 1$ kernels I have two questions What is meant by parameter-rich? Is it called parameter rich because the fully connected layers pass on parameters without any kind of "spatial
  • What are the features get from a feature extraction using a CNN?
    By accessing these high-level features, you essentially have a more compact and meaningful representation of what the image represents (based always on the classes that the CNN has been trained on) By visualizing the activations of these layers we can take a look on what these high-level features look like
  • What is the fundamental difference between CNN and RNN?
    A CNN will learn to recognize patterns across space while RNN is useful for solving temporal data problems CNNs have become the go-to method for solving any image data challenge while RNN is used for ideal for text and speech analysis
  • Extract features with CNN and pass as sequence to RNN
    $\begingroup$ But if you have separate CNN to extract features, you can extract features for last 5 frames and then pass these features to RNN And then you do CNN part for 6th frame and you pass the features from 2,3,4,5,6 frames to RNN which is better The task I want to do is autonomous driving using sequences of images
  • In a CNN, does each new filter have different weights for each input . . .
    Typically for a CNN architecture, in a single filter as described by your number_of_filters parameter, there is one 2D kernel per input channel There are input_channels * number_of_filters sets of weights, each of which describe a convolution kernel So the diagrams showing one set of weights per input channel for each filter are correct
  • How to handle rectangular images in convolutional neural networks . . .
    Almost all the convolutional neural network architecture I have come across have a square input size of an image, like $32 \\times 32$, $64 \\times 64$ or $128 \\times 128$ Ideally, we might not have a
  • convolutional neural networks - When to use Multi-class CNN vs. one . . .
    I'm building an object detection model with convolutional neural networks (CNN) and I started to wonder when should one use either multi-class CNN or a single-class CNN That is, if I'm making e g a
  • deep learning - Artificial Intelligence Stack Exchange
    This is the same thing as in CNNs The only difference is that, in CNNs, the kernels are the learnable (or trainable) parameters, i e they change during training so that the overall loss (that the CNN is making) reduces (in the case CNNs are trained with gradient descent and back-propagation)





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