数字

单词 词性 中文意 常用 音标
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. 153-PHP htmlentities函数

    <?php //定义一个HTML代码字符串 $str=<<<HTM <a href=#><b><i>到一个网址的链接</i>&l ...

  2. PostAsync与GetAsync

    using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; u ...

  3. kafka cmd with ssl

    set PATH=C:\Program Files\Java\jdk1.8.0_201\bin;@call kafka-consumer-groups.bat --bootstrap-server l ...

  4. kibana下载与安装

    目录 简介 下载 安装 测试 简介 Kibana是一个为ElasticSearch 提供的数据分析的 Web 接口.可使用它对日志进行高效的搜索.可视化.分析等各种操作.安装之前有话说: 安装路径不要 ...

  5. mysql 事务使用教程

    一.什么是事务 事务Transaction,是指作为一个基本工作单元执行的一系列SQL语句的操作,要么完全地执行,要么完全地都不执行.   二.事务的特性       原子性         事务是一 ...

  6. 使用Linux系统,是一种什么体验?

    导读 同事,从事嵌入式软件开发多年,主要开发环境用的就是linux,最疯狂的一段时间直接把系统装成linux系统,然后在linux下面虚拟一个windows操作系统,主要有些事情必须在windows才 ...

  7. 【LeetCode】解数独

    做题之前先复习下[STL中的Tuple容器] 我们知道,在Python中,大家都知道tuple这个概念,是一个只读的元素容器,容器内的元素数据类型可以不同,而在CPP中大部分的容器只能储存相同数据类型 ...

  8. java课程之团队开发冲刺阶段2.9

    总结昨天进度: 已经完成查询课程信息任务 遇到的困难: 已经全部解决 今天的任务: 修改APP图标 当日总结: manifest中管理着APP的基本信息资料,所以是在manifest文件中修改APP的 ...

  9. 总结不进入Mysql,执行Mysql命令的5种方法

    不进入mysql,执行mysql命令 直接使用-e 命令 mysql -u root -p xxxxxx -e "show databases;" 使用eof写入命令 mysql ...

  10. 经验分享:Essay写作遇到困难请你这样做

    很多留学生在essay写作中可能会遇到很多困难,要么是essay写作内容出现问题,又或者是对于essay写作格式的不了解,导致自己无法顺利完成essay.今天小编就收集了几位留学生的写作经验分享,希望 ...