About 84 results
Open links in new tab
  1. expand与extend的意思区别是什么? - 知乎

    7 人赞同了该回答 你好 expand 和 extend,字面上的中文意思都有延伸,扩展。 但用法却不一样 先说说expand。 有扩展,膨胀的意思。 可以用于物理现象,健身运动时的肌肉扩张,人口增加等。 还可 …

  2. 知乎

    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区 …

  3. enlarge、extend、expand,三者的用法区别是什么?

    "Enlarge"、"Extend"和"Expand"这三个动词都含有“扩大”或“增加”的意思,但它们在用法和侧重点上有所不同。以下是它们的具体区别: Enlarge 基本含义:主要指面积或体积等的扩大,使某物在尺寸上变 …

  4. enlarge、extend、expand,三者的用法区别是什么?

    Expand - give more details about sth. (enlarge on can be used this way too but expand on is much more common) You can expand on some of your points to extend your essay.

  5. 关于numy中np.expand_dims方法的理解? - 知乎

    关于numy中np.expand_dims方法的理解? 看了numpy手册中的expand_dims方法,但是还是没明白是怎么回事,请用直观简单的方法阐述一下该方法究竟是什么意思? 尤其是axis=0,1,2… 显示全部 关 …

  6. claude code 的web search无法使用如何解决? - 知乎

    问题描述 由于claude code的各种限制,懒得折腾就直接接入国内大模型(qwen3.5-plus,具体接入方法见 大模型服务平台百炼控制台)。在获取网页内容时遇到一些问题。最开始与 ClaudeCode 排疑 - …

  7. shrink与contract意为收缩时有什么区别,二者中哪一个是expand的反 …

    Sep 2, 2022 · 例如: Objects will expand when they are heated and contracted when they are cooled. 物体受热膨胀,受冷则收缩。 Muscles can expand or contract as we are doing exercises. 我们运动 …

  8. 哥哥们,这几个“扩大”有什么区别? - 知乎

    Jan 18, 2022 · 哥哥们,这几个“扩大”有什么区别? enlarge expand enhance amplify magnify 有什么区别? 给了几个题 [图片] 显示全部 关注者 5 被浏览

  9. expand和increase有啥区别? - 知乎

    Sep 23, 2015 · expand = 涵盖的种类、领域、范围的扩大 = X 轴上新增加的项目。 比如中国原先只卖给服装等给欧盟的,现在也开始出口玩具了: China has expanded its trade with the EU and now also …

  10. pytorch 为tensor扩展一个维度

    2.挤压维度 函数:squeeze () 说明: 主要对数据的维度进行压缩,去掉维数为1的的维度,比如一个一行三列(1,3)的矩阵去掉第一个维数为一的维度之后就变成(3)行。 squeeze (a)就是将a中所有为1 …