数字

单词 词性 中文意 常用 音标
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. 一百零八、SAP的OO-ALV之二,创建屏幕Screen

    一.在资源管理器,右键->创建屏幕 二.输入4位数字 三.输入屏幕的描述 四.在逻辑流里面PBO用于显示屏幕,PAI用于用户交互. 五.在元素清单里面,在屏幕中的所有元素都是在元素清单中的

  2. 一百零七、SAP的OO-ALV之一,新建程序

    一.来带SE38模块,新建一个Z_TIANPAN_20190807_OOALV的本地程序 二.设置一个标题,点击对勾 三.选择保存为本地对象 我们下一篇来写创建屏幕

  3. 一百零一、SAP中ALV事件之十四,让ALV表格自动排序

    如果我们需要对下图的凭证日期和物料进行排序,需要怎么做呢 一.我们来到ALV的定义 二.我们查看IT_SORT的定义,双击点进去 三.查看SLIS_T_SORTINFO_ALV定义 四.代码如下,定义 ...

  4. OleDbCommand 的用法

    OleDbCommand 的用法 OleDbConnection con=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; dat ...

  5. TX2超详细,超实用刷机教程(亲测有效,所有步骤都是博主亲自实践过)

    https://blog.csdn.net/DeepWolf/article/details/88640937 本篇主要对TX2刷机流程以及刷机过程中遇到的坑和相应的解决办法做个记录,以便再次刷机时能 ...

  6. POJ - 2718 Smallest Difference(全排列)

    题意:将n个数字分成两组,两组分别组成一个数字,问两个数字的最小差值.要求,当组内数字个数多于1个时,组成的数字不允许有前导0.(2<=n<=10,每个数字范围是0~9) 分析: 1.枚举 ...

  7. springboot--入门(了解springboot)

    个人认为,springboot和maven差不多.maven方便我们管理jar包,而springboot帮助我们简化spring的配置. 未完,待续.......

  8. Java算法练习——两数相加

    题目链接 题目描述 给出两个 非空 的链表用来表示两个非负的整数.其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字. 如果,我们将这两个数相加起来,则会返回一个新 ...

  9. 2020牛客寒假算法基础集训营3 B 牛牛的DRB迷宫II

    题目描述 牛牛有一个n*m的迷宫,对于迷宫中的每个格子都为'R','D','B'三种类型之一,'R'表示处于当前的格子时只能往右边走'D'表示处于当前的格子时只能往下边走,而'B'表示向右向下均可以走 ...

  10. da道至简读后感

    大道至简,衍化至繁. 往往特别深奥的事却是从特别简洁的发展而成的,就像麦克斯韦仅仅凭一个方程组就统一了电磁学一样,物理学中的算式往往非常简练.开普勒计算天体运行的时候是遵循老师认同的地心说计算的,结果 ...