每一道题都是不定向选择题,正确 60% 才能通过,每次交卷后,只能看到: [答对 x 题, 部分正确 y 题, 错误 z 题],但是不知道具体每道题是否正确,所以爬虫思维不是很好用
求了解 5G 的大佬指点
The Mobility Registration Update procedure is performed when:
The 5G Registration can be of type:
During the Registration procedure a UE can request:
A Registered UE:
MICO Mode:
The Periodic Registration Update procedure is performed:
The RM State machine runs in the:
In order to save the UE battery:
At Registration the UE can identify itself in the Registration Request using:
SUCI De-concealment is performed in the:
1
loading 2020-06-10 20:33:01 +08:00 via Android
建议穷举
|
3
feng32 OP 让控制变量法更困难的是,每次只抽 5 道题作为试卷
|
5
aliipay 2020-06-10 22:45:28 +08:00
我来算算吧~~
n 道题 m 选项,最坏情况下需要穷举(C(n,n/2))^m 次,算的全部题目正确答案。 最优或者只要 60%通过题目次数就远小于这个了 |