数字

单词 词性 中文意 常用 音标
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. List实体类、DataTable与xml互转

    序列化常用Attribute讲解说明 [XmlRootAttribute("MyCity", Namespace="abc.abc", IsNullable=f ...

  2. 简述哲学Essay写作

    哲学类essay写作对于中国留学生来说算是比较难的作业了,它不仅有结构要求,还注重逻辑的紧密性.很多同学都不知道该怎么下手.今天小编就给同学们分享哲学essay写作的结构.同学们可以尝试按照以下方法来 ...

  3. opencv人脸检测

    找了一张自己喜欢的<超人前传>剧照 其中的xml分类器需要到https://github.com/opencv/opencv/tree/master/data/haarcascades去下 ...

  4. POJ 3615 Cow Hurdles(最短路径flyod)

    Cow Hurdles Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 9337   Accepted: 4058 Descr ...

  5. kubernter相关内容

    1. Kubernetes 第一章:互联网架构的演变 随着1946年世界上第一台电子计算机的问世网络就随之出现了,只不过当初只是为了解决多个终端之间的连接,这就是局域网的雏形.后来,随着美国国防部高级 ...

  6. SMPL模型Shape和Pose参数

    两部分 1.Pose参数 2.Shape参数 一 Pose参数 共24个关节点,对应idx从0到23,图中3个小图分别表示zero shape只有idx节点分别绕x/y/z轴旋转. 其中蓝色线表示-p ...

  7. 编程入门-Eclipse项目导出和导入

    编程入门-Eclipse项目导出和导入 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.导出项目 1>.如下图所示,在项目目录上右击鼠标,依次点击"Export& ...

  8. 读书笔记 - js高级程序设计 - 第八章 BOM

      BOM的核心对象是window 它表示浏览器的一个实例,在浏览器中,window对象有双重角色,它既是通过js访问浏览器窗口的一个接口,又是ECMAScript规定的Global对象,这意味着在网 ...

  9. 洛谷 P2543 [AHOI2004]奇怪的字符串

    题目传送门 解题思路: 本题朴素求最长公共子序列即可,但是空间不够,怎么办呢? 空间不够,滚动数组来救 AC代码: #include<iostream> #include<cstdi ...

  10. 洛谷 P1435 回文字串

    题目传送门 解题思路: 就是求一个字符串的最长回文子序列的长度,然后用整个的长度减去最长回文子序列的长度 AC代码: #include<iostream> #include<cstd ...