scnulee level
获赞
0
粉丝
0
关注
0
看过 TA
0
华南理工大学
2022
集成电路IC设计
IP属地:广东
暂未填写个人简介
私信
关注
//TruncatedStepRowtemplate templateTruncatedStepRow::TruncatedStepRow(const TruncatedStepRow& a, const TruncatedStepRow& b, size_t len, size_t lenIndices, int lenTrim) :        StepRow {a}{    cout    cout //   cout    assert(len+lenIndices     assert(len-lenTrim+(2*lenIndices) //    unsigned char  hash[len-lenTrim];        cout    for(long long unsigned int i=0;i        cout    }    cout    cout    for(long long unsigned int i=0;i        cout    }    cout        for (int i = lenTrim; i         hash[i-lenTrim] = a.hash[i] ^ a.hash[i];    } //    cout    print_hash(len-lenTrim);    if (a.IndicesBefore(b, len, lenIndices)) {        std::copy(a.hash+len, a.hash+len+lenIndices, hash+len-lenTrim);        std::copy(b.hash+len, b.hash+len+lenIndices, hash+len-lenTrim+lenIndices);    } else {        std::copy(b.hash+len, b.hash+len+lenIndices, hash+len-lenTrim);        std::copy(a.hash+len, a.hash+len+lenIndices, hash+len-lenTrim+lenIndices);    }    //cout    //cout}相同的值异或应该是0才对,为什么输出还是4或者7 啊??
0 点赞 评论 收藏
分享
关注他的用户也关注了:
牛客网
牛客企业服务