一些来自于regexone的正则表达式练习
Problem 1: Matching a decimal numbers
At first glance, writing a regular expression to match a number should be easy right[……]
Regular expression,缩写“regex”或“regexp”。用于字符串的抽象匹配,使字符串处理更加高效。
元字符描述.句号匹配任意单个字符除了换行符。[ ]字符种类。匹配方括号内的任意字符。[^ ]否定的字符种类。匹配除了方括号里的任意字符*匹配>[……]
2020年秋,参加了苏州大学操作系统的mooc,主要是照本宣科,把这部分知识大纲过了一遍,期末考试客观题和主观题如下。
本次得分为:178.75/200.00, 本次测试的提交时间为:2020-12-28。
1单选(5分)
在请求分页系统中,在内外存之间进行数据交换的单位是()。得[……]
A reversible prime in any number system is a prime whose “reverse” in that number system is also a prime. For example in the decimal system[……]
Given three integers A, B and C in [−263,263], you are supposed to tell whether A+B>C.
[……]