你可能感兴趣的试题
A. A
B. B
C. C
D. D
Certificates are (1) documents attesting to the (2) of a public key to an individual or other entity. They allow verification of the claim that a given public key does in fact belong to a given individual. Certificates help prevent someone from using a phony key to (3)someone else. In their simplest form, Certificates contain a public key and a name. As commonly used, a certificate also contains an (4)date, the name of the CA that issued the certificate, a serial number, and perhaps other in
第52题:折半查找在有序数组A中查找特定的记录K:通过比较K和数组中的中间元素A[mid]进行,如果相等,则算法结束∶如果K小于[Amid],则对数组的前半部分进行折半查找∶否则对数组的后半部分进行折半查找。根据上述描述,折半查找算法采用了(62)算法设计筑略。对有序数组(3,14,27,39,42,55,70,85,93,98),成功查找和失败查找所需要的平均比较次数分别是(63)(假设查找每个元素的概率是相同的)