英文字典中文字典


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







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

bishopric    
n. 主教的职位,主教的辖区

主教的职位,主教的辖区

bishopric
n 1: the territorial jurisdiction of a bishop [synonym: {diocese},
{bishopric}, {episcopate}]

Bishopric \Bish"op*ric\, n. [AS. bisceopr[imac]ce; bisceop
bishop r[imac]ce dominion. See {-ric}.]
1. A diocese; the district over which the jurisdiction of a
bishop extends.
[1913 Webster]

2. The office of a spiritual overseer, as of an apostle,
bishop, or presbyter. --Acts i. 20.
[1913 Webster]

152 Moby Thesaurus words for "bishopric":
Kreis, abbacy, aedileship, archbishopric, archdeaconry,
archdiocese, archiepiscopacy, archiepiscopate, aristocracy,
arrondissement, bailiwick, bishopdom, borough, canonicate, canonry,
canton, cardinalship, chairmanship, chancellery, chancellorate,
chancellorship, chaplaincy, chaplainship, chiefery, chiefry,
chieftaincy, chieftainry, chieftainship, city, commune, conference,
congressional district, constablewick, consulate, consulship,
county, curacy, deaconry, deaconship, deanery, deanship,
departement, dictatorship, dictature, diocese, directorship,
district, duchy, electoral district, electorate, emirate,
episcopacy, episcopate, government, governorship, hamlet, headship,
hegemony, hierarchy, hundred, leadership, lordship, magistracy,
magistrateship, magistrature, masterdom, mastership, mastery,
mayoralty, mayorship, metropolis, metropolitan area,
metropolitanate, metropolitanship, nobility, oblast, okrug, papacy,
parish, pashadom, pashalic, pastorate, pastorship, patriarchate,
patriarchy, pontificality, pontificate, popedom, popehood,
popeship, prebend, prebendaryship, precinct, prefectship,
prefecture, prelacy, prelateship, prelature, premiership,
presbyterate, presbytery, presidency, presidentship, primacy,
prime-ministership, prime-ministry, princedom, princeship,
principality, proconsulate, proconsulship, protectorate,
protectorship, province, provostry, provostship, rectorate,
rectorship, regency, regentship, region, riding, ruling class, see,
seigniory, seneschalship, seneschalsy, sheikhdom, sheriffalty,
sheriffcy, sheriffdom, sheriffwick, shire, shrievalty, soke, stake,
state, supervisorship, suzerainship, suzerainty, synod, territory,
town, township, tribunate, vicariate, vicarship, village,
vizierate, viziership, wapentake, ward


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





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


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

































































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


  • Python安装cv2(OpenCV)的终极指南:告别`pip install cv2 . . .
    运行项目并下载源码 bash 1 这是因为 PyPI(Python包仓库)中注册的包名不是 cv2,而是 opencv-python! 本文将手把手教你正确安装方法,并解决常见问题!
  • Python中cv2 (OpenCV, opencv-python)库的安装、使用方法 . . .
    文章浏览阅读10w+次,点赞152次,收藏318次。 本文详细介绍了如何在Python中安装OpenCV库cv2并进行基础图像处理,包括读取、显示、转换和边缘检测,适合初学者和高级用户。
  • Python 中安装和使用 OpenCV(cv2) — geek-blogs. com
    通过 `cv2`,开发者可以轻松实现图像和视频处理的各种功能,如读取和保存图像、视频流处理、特征提取等。 本文将详细介绍在 Python 中安装 `cv2` 的方法、基本使用方式、常见实践以及最佳实践。
  • python cv2模块怎么安装? - 知乎
    可以通过以下方式导入cv2模块: import cv2 如果导入成功,说明cv2模块已经安装完成。 如果你使用的是Anaconda或者其他Python集成开发环境,可以使用conda或者其他包管理器来安装OpenCV库及cv2模块。 安装方法类似,只需要在对应的命令行中输入相应的安装
  • 如何在 Python 中安装 OpenCV(cv2) — geek-blogs. com
    它提供了各种图像处理和计算机视觉算法,如物体检测、图像滤波、特征提取等。 本文将详细介绍如何在 Python 中安装 `cv2`,并提供使用方法、常见实践以及最佳实践。
  • OpenCV 安装 - 菜鸟教程
    OpenCV 安装 在使用 OpenCV 之前,首先需要在你的开发环境中安装它。 安装 OpenCV 的方法取决于你使用的操作系统以及开发语言,我们以 Python 环境下的安装为例,因为 Python 是 OpenCV 最常用的编程语言之一。
  • 解决Python安装cv2或opencv-python失败的多种方法-开发者 . . .
    解决Python安装cv2 (OpenCV) 失败问题,本指南从版本兼容性等根源入手,提供多种pip命令与经亲测有效的whl文件下载安装终极方案,助你快速告别所有安装报错。
  • Py之cv2:cv2库(OpenCV,opencv-python)的简介、安装 . . .
    安装的时候是 opencv_python,但在导入的时候采用 import cv2。 因为OpenCV依赖一些库,可以在本博客中查找一些依赖库的安装方法,例如安装Numpy方法等,本博客应有尽有! 先去官网 lfd uci edu ~gohlke pyt,下载相应Python版本的OpenCV的whl文件,如本人下载的opencv_python‑3 4 1‑cp36‑cp36m‑win_amd64 whl,然后在whl文件所在目录下,命令 进行安装即可 pip install opencv_python‑3 4 1‑cp36‑cp36m‑win_amd64 whl pip install opencv-python 最后,检测安装情况 哈哈,大功告成!
  • python安装cv2库如何安装 – PingCode
    通过本文的详细介绍,你应该可以顺利地在不同操作系统上安装cv2库,并开始使用OpenCV进行图像处理。 以下是本文的主要内容摘要: 使用pip安装:最简单的方法,适用于大多数情况。 设置虚拟环境:避免不同项目之间的依赖冲突。 常见问题及解决方法:提供了一些常见问题的解决方法。 操作系统特定的安装细节:介绍了Windows、macOS和Linux系统上的安装细节。 希望本文对你有所帮助,祝你在使用OpenCV进行图像处理时一切顺利! 如何确认我的Python环境中是否已安装cv2库? 如果cv2库已安装,这条命令会返回当前安装的OpenCV版本号。
  • Python中cv2 (OpenCV, opencv-python)库的安装、使用方法 . . .
    本文介绍了在Python环境中安装和使用OpenCV库(cv2)的详细步骤,包括环境要求、安装命令、验证方法及基础使用示例,如读取、显示和处理图像。 OpenCV适用于图像处理、计算机视觉等领域,助力开发者掌握相关技能。





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