当前位置:网站首页>行测-图形推理-5-一笔画类
行测-图形推理-5-一笔画类
2022-07-07 21:47:00 【Caspian�】
目录
一、定义
一笔画图形:一幅图能否不重复,不间断的用一笔画出来。
二、如何判断笔画数
1.数图形包含的“奇点”个数。
奇点:如果从一点出发的线条数为奇数,则该点称为“奇点”。
2.当图形总奇点数为0或2时,该图形为一笔画图形;否则为多笔画图形,且图形所需的最少笔画数=奇点数/2。

第一幅图有四个奇点(三个端点+一个交点);第二幅图有四个奇点;第三幅图有两个奇点(两个端点)。所以前两幅图最少可以用两笔画出来,第三幅图为一笔画图形。

以上两幅图交点处发出线条均为4,为偶数,故没有奇点。奇点数为0,为一笔画图形。
三、例题
1.

1,2,3奇点数为2,为一笔画图形;4,5,6奇点数为4,为两笔画图形。
2.

可知所有图像均为一笔画图形,故选C。
3.

1,2,5为一笔画图形;3,4,6为两笔画图形。
四、技巧
当图形中有一眼就看出来是一笔画图形时,考虑是否在考察一笔画;或者当题目中的图形是多个0奇点图形组成的图形(如圆、五角星)时,也可以考虑是否在考察一笔画。例如:


边栏推荐
- Debezium系列之:源码阅读之SnapshotReader
- [environment] pycharm sets the tool to convert QRC into py file
- . Net automapper use
- Typeorm automatically generates entity classes
- Form组件常用校验规则-2(持续更新中~)
- PKPM 2020软件安装包下载及安装教程
- Revit secondary development - intercept project error / warning pop-up
- Revit secondary development - modify wall thickness
- [azure microservice service fabric] how to transfer seed nodes in the service fabric cluster
- 0-5vac to 4-20mA AC current isolated transmitter / conversion module
猜你喜欢

Vs custom template - take the custom class template as an example

Loki, the "open source star picking program", realizes the efficient management of harbor logs

null == undefined

【Azure微服务 Service Fabric 】因证书过期导致Service Fabric集群挂掉(升级无法完成,节点不可用)

Form组件常用校验规则-2(持续更新中~)

Matplotlib quick start
Apple further entered the financial sector through the 'virtual card' security function in IOS 16

Implementation method of data platform landing

Gazebo import the mapping model created by blender

Leetcode1984. Minimum difference in student scores
随机推荐
Debezium系列之:源码阅读之SnapshotReader
Remove the default background color of chrome input input box
ASP. Net core introduction V
php 获取图片信息的方法
Use partial derivatives to display normals in unity
Revit secondary development - project file to family file
Antd date component appears in English
This experimental syntax requires enabling the parser plugin: ‘optionalChaining‘
Revit secondary development - get the project file path
SAR image quality evaluation
Loki, the "open source star picking program", realizes the efficient management of harbor logs
. Net automapper use
The essence of analog Servlet
Record layoutrebuild Forcerebuildlayoutimmediate does not take effect
UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xf9 in position 56: illegal multibyte sequence
Nx10.0 installation tutorial
Aspose. Words merge cells
C # Development -- pit encountered in JS intermodulation
PHP method of obtaining image information
Debezium系列之: 支持在 KILL 命令中使用变量