数字

单词 词性 中文意 常用 音标
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. 093-PHP数组比较

    <?php $arra=array('hello','hi'); //定义多个数组 $arrb=array(1=>'hi',0=>'hello'); $arrc=array(1,2) ...

  2. win10,64位操作系统安装mysql-8.0.16经验总结(图文详细,保证一次安装成功)

    文章目录 1.mysql下载 2.解压及配置文件 3.启动MySQL数据库 4.登录 MySQL 5.配置系统环境变量 6.mysql-8.0.16修改初始密码 机器配置: win10,64位: my ...

  3. PhotoView 实现与图片进行简单的交互

    本文的category是根据VIPhotoView来做参考,在此基础上添加个加载网络图片. 此category主要功能是与图片进行交互,双击放大图片,捏合等操作. 感谢vitoziv ! VIPhot ...

  4. C# winform中ListView用法

    this.listView1.GridLines = true; //显示表格线 this.listView1.View = View.Details;//显示表格细节 this.listView1. ...

  5. 线段树&树状数组与离散化的妙用

    牛客2019多校联盟Day7 Fine the median 题意:  每次给数组插入区间[Li,Ri] 内的所有数,每操作一次查询中位数. 遇到这题真的算是巧合,然而就是这种冥冥之中的缘分,给了我线 ...

  6. 201771010123汪慧和《面向对象程序设计Java》第十五周实验总结

    一.理论部分 1.JAR文件 (1)Java程序的打包:程序编译完成后,程序员将.class文件压缩打包为.jar文件后,GUI界面 程序就可以直接双击图标运行. (2).jar文件(Java归档)既 ...

  7. 建立更可靠的OOP程序-类和成员的访问控制

    1. public 成员(公共成员) (1)使用this 关键字的类的成员允许在任何地方被访问. (2)使用 prototype 定义的属性和方法都是公共成员. 这些属性和方法可以在外面任何地方被访问 ...

  8. Codeforces 1296E1 - String Coloring (easy version)

    题目大意: 给定一段长度为n的字符串s 你需要给每个字符进行涂色,然后相邻的不同色的字符可以进行交换 需要保证涂色后能通过相邻交换把这个字符串按照字典序排序(a~z) 你只有两种颜色可以用来涂 问是否 ...

  9. CCCC 红色警报

    题意: 战争中保持各个城市间的连通性非常重要.本题要求你编写一个报警程序,当失去一个城市导致国家被分裂为多个无法连通的区域时,就发出红色警报.注意:若该国本来就不完全连通,是分裂的k个区域,而失去一个 ...

  10. 读书笔记 - javascript 高级程序设计 - 第二章 在Html中使用JavaScript

    1 <script>的6个属性 async  立即下载当前script标签的外部脚本 但不能影响别的 charset 没用了 defer  文档显示之后再执行脚本,只对外部脚本有效 lan ...