英文字典中文字典


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







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

isinglass    
n. 鱼胶,明胶,云母

鱼胶,明胶,云母

isinglass
n 1: any of various minerals consisting of hydrous silicates of
aluminum or potassium etc. that crystallize in forms that
allow perfect cleavage into very thin leaves; used as
dielectrics because of their resistance to electricity
[synonym: {mica}, {isinglass}]

Isinglass \I"sin*glass\, n. [Prob. corrupted fr. D. huizenblas
(akin to G. hausenblase), lit., bladder of the huso, or large
sturgeon; huizen sturgeon blas bladder. Cf. {Bladder},
{Blast} a gust of wind.]
[1913 Webster]
1. A semitransparent, whitish, and very pure form of gelatin,
chiefly prepared from the sounds or air bladders of
various species of sturgeons (as the {Acipenser huso})
found in the rivers of Western Russia. It used for making
jellies, as a clarifier, etc. Cheaper forms of gelatin are
not unfrequently so called. Called also {fish glue}.
[1913 Webster]

2. (Min.) A popular name for mica, especially when in thin
sheets.
[1913 Webster]


Mica \Mi"ca\, n. [L. mica crumb, grain, particle; cf. F. mica.]
(Min.)
The name of a group of minerals characterized by highly
perfect cleavage, so that they readily separate into very
thin leaves, more or less elastic. They differ widely in
composition, and vary in color from pale brown or yellow to
green or black. The transparent forms are used in lanterns,
the doors of stoves, etc., being popularly called
{isinglass}. Formerly called also {cat-silver}, and
{glimmer}.
[1913 Webster]

Note: The important species of the mica group are:
{muscovite}, common or potash mica, pale brown or
green, often silvery, including {damourite} (also
called {hydromica} and {muscovy glass}); {biotite},
iron-magnesia mica, dark brown, green, or black;
{lepidomelane}, iron, mica, black; {phlogopite},
magnesia mica, colorless, yellow, brown; {lepidolite},
lithia mica, rose-red, lilac.
[1913 Webster] Mica (usually muscovite, also biotite)
is an essential constituent of granite, gneiss, and
mica slate; {biotite} is common in many eruptive rocks;
{phlogopite} in crystalline limestone and serpentine.
[1913 Webster]

{Mica diorite} (Min.), an eruptive rock allied to diorite but
containing mica (biotite) instead of hornblende.

{Mica powder}, a kind of dynamite containing fine scales of
mica.

{Mica schist}, {Mica slate} (Geol.), a schistose rock,
consisting of mica and quartz with, usually, some
feldspar.
[1913 Webster]


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





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


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

































































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


  • GitHub - ros2 rclcpp: rclcpp (ROS Client Library for C++)
    rclcpp This repository contains the source code for the ROS Client Library for C++ package, included with a standard install of any ROS 2 distro rclcpp provides the standard C++ API for interacting with ROS 2
  • ROS2学习笔记4_rclcpp-CSDN博客
    本文汇总了ROS2学习笔记,主要包含三部分内容:1 使用RCLCPP编写C++节点,包括创建工作空间、功能包、编写节点代码和修改CMakeLists;2 使用RCLPY编写Python节点,介绍创建Python功能包、编写节点程序及修改setup py;3 使用面向对象方式 (OOP)编写ROS2节点,分别演示了C++
  • 【ROS2机器人入门到实战】使用RCLCPP编写节点 - 知乎
    使用RCLCPP编写节点写在前面当前平台文章汇总地址:ROS2机器人从入门到实战获取完整教程及配套资料代码,请关注公众号<鱼香ROS>获取教程配套机器人开发平台:两驱版| 四驱版为方便交流,搭建了机器人技术问…
  • rclcpp: rclcpp: ROS Client Library for C++
    rclcpp: ROS Client Library for C++ rclcpp provides the canonical C++ API for interacting with ROS It consists of these main components: Node rclcpp::Node rclcpp node hpp Publisher rclcpp::Node::create_publisher () rclcpp::Publisher rclcpp::Publisher::publish () rclcpp publisher hpp Subscription rclcpp::Node::create_subscription () rclcpp
  • C++ API — rclcpp: Rolling 31. 0. 1 documentation
    C++ API rclcpp: ROS Client Library for C++ rclcpp provides the canonical C++ API for interacting with ROS It consists of these main components: Node rclcpp::Node rclcpp node hpp Publisher rclcpp::Node::create_publisher () rclcpp::Publisher rclcpp::Publisher::publish () rclcpp publisher hpp Subscription rclcpp::Node::create_subscription
  • 【ROS2机器人入门到实战】话题之RCLCPP实现-CSDN博客
    为方便交流,搭建了机器人技术问答社区:地址 fishros org cn 本节我们学习使用ROS2的RCLCPP客户端库来实现话题通信。 RCLCPP为Node类提供了丰富的API接口,其中就包括创建话题发布者和创建话题订阅者。 1 创建节点 本节我们将创建一个 控制节点 和一个 被控节点。
  • 【ROS2机器人入门到实战】参数之RCLCPP实现 - 知乎
    2 RCLCPP参数API 在RCLCPP的API中,关于参数相关的函数比较多些,但都是围绕 参数获取 、 参数设置 、 参数描述 、 列出参数 、 添加 和 移除 参数回调事件。 rclcpp: rclcpp: ROS Client Library for C++ (ros2 org) 3 使用参数控制节点日志级别 #include <chrono> #include "rclcpp rclcpp hpp" *
  • rclcpp - ROS Repository Overview
    #include "rclcpp rclcpp hpp" allows use of the most common elements of the ROS 2 system Visit the rclcpp API documentation for a complete list of its main components
  • rclcpp — rclcpp 16. 0. 19 documentation - Robot Operating System
    README rclcpp The ROS client library in C++ Visit the rclcpp API documentation for a complete list of its main components and features Quality Declaration This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details
  • ROS2中的rclcpp - CSDN博客
    ROS 2 中的rclcpp是 ROS 2 的 C++ 客户端库,用于开发 ROS 2 中的节点(Node)和应用程序。 它构建在 ROS 2 的通用通信库rcl的基础之上,提供了一系列的 C++ API,使得开发者能够编写跨平台、高性能的 ROS 2 节点,并与 ROS 2 系统中的其它节点进行通信。





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