Methodology(方法)—— 论文写作常用表达(不停更新)

方法段落结构

这一部分也是引文的重点环节,每个细致的学术方法都应该指明参考文献,即便是修改优化后的方法也应该有前人研究的原型参考。此部分需要熟练:图像描述能力,公式描述能力,本文方法的完整执行逻辑。

词汇

结构

也就是说:That is

由于:Since

详细步骤:detailed steps

注意:Note that

这里:Herein

接下来:Next

然后:Then

最初的:initial

为此:To this end

因此:Therefore

通过:via

起初的:original

始于:It begins with

总之:In summary

因此:As a result

方法

无人机贴近摄影测量技术:UAV proximity photogrammetry technology

三维重建:3D reconstruction

目标区域:target regions

空间坐标:spatial coordinates

基于八叉树的半径算法:octree-based radius algorithm

搜索算法:searching algorithm

k近邻算法:k-nearest neighbour (MST-KNN) algorithm

k近邻:k-nearest neighbour

最小生成树:minimum spanning tree

相邻点:neighbouring points

检索:retrieve

半径邻域:radius neighbours

相邻的:adjacent

有向的,方向:orientation

基于平面的拟合方法:plane-based fitting method

估计法线:estimated normal

模型拟合:model fitting

后续拟合:subsequent fitting

搜索循环:searching loop

欧式距离:Euclidean distance

每步迭代:per iteration

归一化操作:normalization operation

几何信息:geometric information

传统的K-means++方法:original K-means++ method

轮廓有效性指数:Silhouette validity index (SVI)

分析

分析:analysis

不可避免的干扰:inevitable interference

主成成分分析:principal component analysis (PCA)

分类:classification

分类标签:classified label

原则:principles

噪声级:noise level

比率:ratio

领域特征:neighbourhood features

离群的:outlier

重心:barycentre

准确性:accuracy

精确地:precise

校正:correct

令人满意的性能:satisfactory performance

修改,改进的:modified

样本距离:sample distance

表征:characterization

新的:novel 

自适应:adaptive

基准:benchmarked

表示表明:indicates

高计算成本:high computational costs

局部优化:local optimization

适宜的状态:appropriate status

检测到的:detected

图像公式

流程图:workflow

后视图:rear view

前视图:front view

可视化:visualization

适当值:appropriate values

代表性指标:representative indicators

参数:parameters

系数:coefficients

其他

相应的:corresponding

外部特征:external features

围岩:surrounding rock mass

主要主要衬砌边缘:primary lining edges

钢拱:steel arches

障碍物:obstructions

点集:point set

点云数据集:point cloud dataset

主轴:principal axes

相反的:opposite       

垂直:vertical

点积:dot product

自动聚类:automatic clustering

随机的:randomly

锐角:acute angle

捕捉:capture

难题:dilemmas

均匀:uniform

维数灾难:dimension disaster

高维的:high-dimensional

提到的困难:aforementioned difficulties

单独的每个:separately

假设:assumed

声明:declares

相反的:inversely

产生:generated

连接

对...具有鲁棒性:is robust to

对...具有较弱鲁棒性:is less robust for

对于锐角来说:lying on sharp corners

严格平行于:be strictly parallel to

受...启发:Inspired by

定义...为:define...as

...中的...代表了(意思是)...:where...represents

直接用于...:directly applied

由...所决定:is determined by

...适用于...:are suitable for

经典短语表达

值得注意的是:It should be noted that

表征程序是使用...软件编写:The characterization procedures were mainly programmed using the...software

花费大量时间:take a significant amount of time

该步骤的主要目的:the main goal of this step

低的数据丢失率:low data loss rate

如图1所示:are shown in Fig. 1.

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
UVM (Universal Verification Methodology) 组件是在基于 SystemVerilog 的 UVM 框架中进行验证的基本构建块。下面是 UVM 组件中常用方法: 1. `build_phase()`:在该方法中,你可以初始化组件的成员变量、创建和连接其他组件、设置配置信息等。这个方法只会被调用一次。 2. `connect_phase()`:这个方法用于建立连接,允许组件进行消息传递、通信和交互。通常在这里建立端口连接和通信通道。 3. `end_of_elaboration_phase()`:该方法用于在所有构建阶段结束后执行一些清理和检查操作。 4. `start_of_simulation_phase()`:在仿真开始之前或者在仿真时间线开始之前执行一些初始化操作,例如,打开文件、开始记录等。 5. `run_phase()`:在仿真过程中,该方法用于执行组件的主要功能。你可以编写你的测试逻辑和行为,处理输入和输出,以及监控仿真状态。 6. `extract_phase()`:在仿真结束之后,该方法用于提取和报告仿真结果、收集覆盖率信息等。 7. `check_phase()`:在仿真结束之后,该方法用于执行一些检查和验证操作,例如检查结果是否符合预期。 8. `report_phase()`:在仿真结束之后,该方法用于生成和输出报告,包括覆盖率报告、错误报告等。 这些方法是 UVM 组件中常用的一些方法,通过在组件中重写这些方法,你可以实现你的特定需求和功能。当然,除了这些方法之外,还有其他一些 UVM 方法和类可以用于构建强大的验证环境。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

三尺流流

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值