英文字典中文字典


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







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

breeches    
n. 马裤

马裤

breeches
n 1: trousers ending above the knee [synonym: {breeches}, {knee
breeches}, {knee pants}, {knickerbockers}, {knickers}]

Breeches \Breech"es\ (br[i^]ch"[e^]z), n. pl. [OE. brech, brek,
AS. br[=e]k, pl. of br[=o]c breech, breeches; akin to Icel.
br[=o]k breeches, ODan. brog, D. broek, G. bruch; cf. L.
bracae, braccae, which is of Celtic origin. Cf. {Brail}.]
1. A garment worn by men, covering the hips and thighs;
smallclothes.
[1913 Webster]

His jacket was red, and his breeches were blue.
--Coleridge.
[1913 Webster]

2. Trousers; pantaloons. [Colloq.]
[1913 Webster]

{Breeches buoy}, in the life-saving service, a pair of canvas
breeches depending from an annular or beltlike life buoy
which is usually of cork. This contrivance, inclosing the
person to be rescued, is hung by short ropes from a block
which runs upon the hawser stretched from the ship to the
shore, and is drawn to land by hauling lines.

{Breeches pipe}, a forked pipe forming two branches united at
one end.

{Knee breeches}, breeches coming to the knee, and buckled or
fastened there; smallclothes.

{To wear the breeches}, to usurp the authority of the
husband; -- said of a wife. [Colloq.]
[1913 Webster]


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





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


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

































































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


  • matlab中利用save保存. mat文件 - CSDN博客
    本文详细介绍如何在MATLAB中使用save命令保存单个或多个 mat文件,包括基本语法、参数说明及for循环批量保存的实例,适用于科研及工程领域的数据存储需求。
  • matlab中利用save保存. mat文件 - 清风oo - 博客园
    https: blog csdn net lihe4151021 article details 106974950 1 单个 mat文件保存 save (filename) %将当前工作区中的所有变量保存在 MATLAB格式的二进制文件(MAT 文件)filename 中。 save (filename,variables) %仅保存 variables 指定的结构体数组的变量或字段。 例如: A= [1 2 3 4 5 6 8 8 8 8 9 ];
  • 如何在Matlab中将矩阵存储为. mat格式
    在Matlab中,如果你想将一个或多个变量保存到文件中,以便之后可以使用,你可以将这些变量保存为 mat 文件。 这在你需要共享数据或者在多个不同的Matlab脚本或函数之间复用数据时非常有用。 下面是如何将矩阵存储为 mat 文件的步骤:
  • MATLAB save ()和load ():读写MAT文件(附带实例) - C语言中文网
    MAT 文件可以包含一个或多个 MATLAB 变量数据本身,而且同时保存变量名及数据类型等。 在 MATLAB 中载入某个 MAT 文件后,可以在当前 MATLAB 工作区中完全再现当初保存该 MAT 文件时的那些变量,这是其他文件格式所不能实现的。
  • MATLAB如何保存为MAT文件详解
    5 加载MAT文件 保存了MAT文件后,你可以使用 load 函数来加载它们: loaded_data = load('data mat') 这将把 data mat 文件中的所有变量加载到当前工作空间。 通过以上方法,你可以在MATLAB中轻松地保存和加载MAT文件,为你的数据处理和分析工作带来便利。
  • 【MATLAB】将数据保存在mat文件中 save load matfile - CSDN博客
    save (filename) 将当前工作区中的所有变量保存在 MATLAB® 格式的二进制文件(MAT 文件)filename 中。 如果 filename 已存在,save 会覆盖该文件。 save (filename,variables) 仅保存 variables 指定的结构体数组的变量或字段。 save (filename,variables,fmt) 以 fmt 指定的文件格式保存。
  • 小小知识点(七)——MATLAB中怎么保存和读取. mat文件 - 五五月月的天 - 博客园
    小小知识点(七)——MATLAB中怎么保存和读取 mat文件 1、存储 利用save函数 save (filename) %将当前工作区中的所有变量保存在 MATLAB® 格式的二进制文件(MAT 文件)filename 中。 save (filename,variables) %仅保存 variables 指定的结构体数组的变量或字段。 MATLAB示例
  • matlab 语法积累-mat文件 - 知乎
    save ('filename','-struct','s') 保存 结构体 s 到filename中 假如你的矩阵A B都已赋值,现在需要将A,B矩阵保存成mat格式文件,用如下命令: save mydata A B 回车 保存指定数据为MAT文件:假如我们只想保存A矩阵,那么,用如下命令: save mydata2 A 回车
  • MATLAB中如何保存MAT文件 (matlab生成的mat文件怎么保存) - MATLAB助手
    你可以在文件名中包含完整的路径或者使用 pwd 命令来获取当前工作目录的路径。 总之,使用MATLAB的 save 函数可以方便地将工作空间中的数据保存到 mat文件中,以便于后续的分析和共享。
  • 将matlab中工作去的数据保存为. mat文件 - CSDN博客
    前言 提示:这里可以添加本文要记录的大概内容: 在利用matlab处理数据时,我们进场会碰到需要保存数据的情况,接下来,记录一下如何将matlab工作区中的数据保存为 mat文件





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