数字

单词 词性 中文意 常用 音标
non-negative 非负数 non-negative number
Positive 正整数 Positive integer
Negative 负数 Negative number
non-zero 非0数 non-zero number
consecutive 连续 consecutive numbers;consecutive factors
accurate adj. 精确的;无误的 /ˈækjərɪt/
decimal adj.n. 小数的;小数 Please be accurate 1 decimal place
【精确到1个小数位】
/ˈdɛsɪməl/
decimal adj. 十进制的; decimal system;
6 = 110 if 6 is a decimal number and 110 is a binary number.
digit n. 数字 复数digits
Palindromic n. 回文数 Palindromic Number
rational n. 有理数 rational number
irrational n. 无理数 irrational number
numerator n. 分子 output the sum in the simplest form integer numerator/denominator
denominator n. 分母
fractional part n. 小数部分 You must output only the fractional part if the integer part is 0
integer part n. 整数部分
common factor n. 公因数
maximum adj.n. 最大数 maximum number;

序列

单词 词性 中文意 常用 音标
sequence n. 顺序;连续 smallest sequence

树&图

单词 词性 中文意 常用 音标
acyclic adj. 非循环的 A graph which is connected and acyclic can be considered a tree [ ˌeɪ'saɪklɪk ]
scattered adj. 分散的;稀疏的 The map shows several scattered cities connected by some roads [ ˈskædərd ]
adjacent adj. 毗邻的;邻近的 [ ə'dʒeɪsnt ]
source n. 起点
destination n. 终点
intersection n. 路口 streets intersections on a map [ ˌɪntər'sekʃn ]
one-way n. 单向 the street is one-way from V1 to V2

顺序

单词 词性 中文意 常用 音标
indices n. index的复数 the indices (from 0 to N-1) of the two ends of the street [ 'ɪndɪsiːz ]
increasing adj. the factors are listed in increasing order [ ɪŋˈkrisiŋ ]

多项式

单词 词性 中文意 常用 音标
exponent n. 指数 /ɪkˈspəʊnənt/
coefficient n. 系数 /ˌkəʊɪˈfɪʃənt/
Polynomial n.[c] 多项式 /ˌpɒlɪˈnəʊmɪəl/

运算&比较

单词 词性 中文意 常用 音标
sum
difference
product
quotient
division 除法 If the denominator in the division is zero
less than 少于

字符&字符串

单词 词性 中文意 常用 音标
capital adj. n[c]. 大写的;大写的字母 名词:capitals大写字母;形容词capital letters /ˈkæpɪtəl/
letter n.[c] 字母;信 /ˈlɛtə/
format n. 格式
simplest form 最简形式

符号

单词 词性 中文意 常用 音标
parentheses n. 圆括号 it must be included in a pair of parentheses
comma n. 逗号 the digits must be separated into groups of three by commas

筛选

单词 词性 中文意 常用 音标
unique adj.n. 唯一的(人或物) if such a path is not unique [ jʊ'niːk ]

连词

单词 词性 中文意 常用 音标
hence adv. 所以;…之后;因此;今后

其他描述

单词 词性 中文意 常用 音标
exclusive adj. 不包括的
inclusive adj. 包括的 grade (an integer between 0 and 100, inclusive).
unless prep. conj. 除非 unless there are less than four digits
suppose v. 假设 be supposed to do. 必须做...,应该做... /səˈpəʊz/
assume v. 假设 /əˈsuːm/
consider v. 考虑;认为 /kənˈsɪdər/
occupy v. 占用 Each case occupies 2 lines /ˈɒkjʊˌpaɪ/
Specification n. 说明;说明书 Input Specification/Output Specification
standard n. 标准 the standard format
consist v. 组成 each account consists of a user name and a password
common adj. 普遍的;公共的 the first common capital English letter
represent v. 表示,代表 the 4th capital letter D, representing the 4th day in a week /ˌrɛprɪˈzɛnt/
hence 因此
guarantee 保证 It is guaranteed that...
exactly adv. 精确地 it is exactly half-full

PAT Vocabulary的更多相关文章

  1. 《转载》PAT 习题

    博客出处:http://blog.csdn.net/zhoufenqin/article/details/50497791 题目出处:https://www.patest.cn/contests/pa ...

  2. PAT Judge

    原题连接:https://pta.patest.cn/pta/test/16/exam/4/question/677 题目如下: The ranklist of PAT is generated fr ...

  3. PAT/字符串处理习题集(二)

    B1024. 科学计数法 (20) Description: 科学计数法是科学家用来表示很大或很小的数字的一种方便的方法,其满足正则表达式[+-][1-9]"."[0-9]+E[+ ...

  4. PAT 1041. 考试座位号(15)

    每个PAT考生在参加考试时都会被分配两个座位号,一个是试机座位,一个是考试座位.正常情况下,考生在入场时先得到试机座位号码,入座进入试机状态后,系统会显示该考生的考试座位号码,考试时考生需要换到考试座 ...

  5. PAT 1040. 有几个PAT(25)

    字符串APPAPT中包含了两个单词"PAT",其中第一个PAT是第2位(P),第4位(A),第6位(T):第二个PAT是第3位(P),第4位(A),第6位(T). 现给定字符串,问 ...

  6. PAT 1032. 挖掘机技术哪家强(20)

    为了用事实说明挖掘机技术到底哪家强,PAT组织了一场挖掘机技能大赛.现请你根据比赛结果统计出技术最强的那个学校. 输入格式: 输入在第1行给出不超过105的正整数N,即参赛人数.随后N行,每行给出一位 ...

  7. pat甲级题解(更新到1013)

    1001. A+B Format (20) 注意负数,没别的了. 用scanf来补 前导0 和 前导的空格 很方便. #include <iostream> #include <cs ...

  8. PAT (Basic Level) Practise 1040 有几个PAT(DP)

    1040. 有几个PAT(25) 时间限制 120 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CAO, Peng 字符串APPAPT中包含了两个单 ...

  9. PAT (Basic Level) Practise 1045 快速排序(离散化+主席树区间内的区间求和)

    1045. 快速排序(25) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CAO, Peng 著名的快速排序算法里有一个经典的划分 ...

随机推荐

  1. Essay写作常见错误精选

    Essay写作常见错误精选.Essay写作有许多不为人注意的小细节,如果申请人在这些细节上不注意,往往会犯一些很典型的错误.和小编一起来看看留学Essay写作常见错误解析. 1)直接把申请学校A的Es ...

  2. Centos7.4 kafka集群安装与kafka-eagle1.3.9的安装

    Centos7.4 kafka集群安装与kafka-eagle1.3.9的安装 集群规划: hostname Zookeeper Kafka kafka-eagle kafka01 √ √ √ kaf ...

  3. 报错盲注之exp注入(double数值类型溢出原理详解)

    首先感谢原文博主,在此致敬.本文转自:http://www.cnblogs.com/lcamry/articles/5509124.html Exp()为以 e 为底的对数函数:MySQL版本在 5. ...

  4. python 嵌套爬取网页信息

    当需要的信息要经过两个链接才能打开的时候,就需要用到嵌套爬取. 比如要爬取起点中文网排行榜的小说简介,找到榜单网址:https://www.qidian.com/all?orderId=&st ...

  5. python 网页爬虫 基础篇

    首先要连接自己的数据库 import pymysql import requests #需要导入模块 db = pymysql.connect('localhost', 'root', '****** ...

  6. 2016蓝桥杯省赛C/C++A组第二题 跳蚱蜢

    题意:有9只盘子,排成1个圆圈.  其中8只盘子内装着8只蚱蜢,有一个是空盘. 我们把这些蚱蜢顺时针编号为 1~8 每只蚱蜢都可以跳到相邻的空盘中,也可以再用点力,越过一个相邻的蚱蜢跳到空盘中.  请 ...

  7. UVA - 11277 Cyclic Polygons(二分)

    题意:已知圆的内接多边形的各个边长,求多边形的面积. 分析: 1.因为是圆的内接多边形,将多边形的每个顶点与圆心相连,多边形的面积就等于被分隔成的各三角形之和. 2.根据海伦公式,任意一个三角形的面积 ...

  8. BZOJ 3442 学习小组

    题解: 神建图 普通的二分图费用流建完后 添加学生x->t 容量为k-1的边 表示尽量让x参加一个活动,剩下的k-1次机会可以不参加 #include<iostream> #incl ...

  9. 使用技巧 --- 与VS Code相关

    目的:修改VS Code的注释文本颜色 S1:假设VS Code的安装路径是 %MVSC% S2:文件资源管理器进入目录 %MVSC%\resources\app\extensions\ S3:该目录 ...

  10. python奇淫技巧之 抽屉 自动点赞

    前言 嘿,各位小伙伴晚上好呀,今天又给大家带来干货内容啦,今天带来的是,如何自动登录抽屉,并且点赞 原计划打算,是不打算使用selenium的,但是因为要涉及点赞,所以免不了登录,但是我又被啪啪打脸了 ...