摘要:
###题目 0. 在openEuler(推荐)或Ubuntu或Windows(不推荐)中完成下面任务 在utils.h和utils.c中完成16进制字符'0'-'9','A'-'F','a'-'f'与十六进制数据0-15的转换功能(10’): int Hex2Char(unsigned int fr 阅读全文
摘要:
###1. 基于OpenSSL的大数库计算2的N次方,N为你学号的后四位(5‘) 2^1024 源代码: #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #include <openssl/ 阅读全文