From 0ff9fcc336b89c031ad673ea116fd66f4f9922b5 Mon Sep 17 00:00:00 2001 From: w18604545988 Date: Sat, 7 Oct 2023 00:25:12 -0700 Subject: [PATCH] modified hash_test --- .../Applications/app_test/test_hash/README.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/APP_Framework/Applications/app_test/test_hash/README.md b/APP_Framework/Applications/app_test/test_hash/README.md index 6a8dd8a84..e487bdb33 100755 --- a/APP_Framework/Applications/app_test/test_hash/README.md +++ b/APP_Framework/Applications/app_test/test_hash/README.md @@ -49,28 +49,24 @@ typedef struct entry { 1. 清空之前的配置和编译结果 - +![image](.\img\1.png) 2. 进行相应配置 -image-20231007114803083 - -image-20231007114813143 - -image-20231007114820689 +![image](.\img\2.png) +![image](.\img\3.png) +![image](.\img\4.png) 3. 编译代码,解决了一些编译错误 -image-20231007114837155 - +![image](.\img\5.png) 4. 烧录到xiuos模拟器上,运行 -image-20231007114846499 +![image](.\img\6.png) 5. 用shell命令测试代码运行结果 - - - +![image](.\img\7.png) +![image](.\img\8.png) 可以看到,HashCode映射的结果出现了一些改变,程序能正确无误的运行。